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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
=========================================================
* サイトの基本設定
=========================================================
*/

.wf-invisible {
  opacity: 0;
}

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

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

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

p {
  line-height: 2;
  font-size: 16px;
  z-index: 10;
  position: relative;
}

a,
tr,
th,
td {
  font-size: 16px;
}

.l-section {
  margin-bottom: 120px;
}

.-narrow .l-wrap,
.-narrow .l-wrap--w {
  max-width: 1235px;
}

.l-wrap--w {
  max-width: 1435px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
  width: 100%;
}

.l-wrap {
  max-width: 1435px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}

.l-container {
  max-width: 1235px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
}

.l-inner {
  max-width: 1172px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 auto;
  width: 100%;
}

.sp-only {
  display: none;
  visibility: hidden;
}

.sp {
  display: none;
  visibility: hidden;
}

.color-rd {
  color: #E8420D;
}

.color-wh {
  color: #ffffff;
}

.upper-btnWrap {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #E8420D;
  border-radius: 50%;
}

.upper-btnWrap::before {
  position: absolute;
  bottom: 29px;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 1px;
}

.upper-btnWrap::after {
  position: absolute;
  top: 38%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  left: 37%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-radius: 1px;
}

@-webkit-keyframes btn_arrow-up {
  0% {
    opacity: 1;
    top: 50%;
  }
  40% {
    opacity: 0;
    top: -70%;
  }
  60% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@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 {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(124px);
            transform: translateY(124px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(124px);
            transform: translateY(124px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.upper-btnWrap.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

.footer-cta {
  background-color: #272726;
}

.footer-cta .l-container {
  max-width: 1435px;
}

.footer-cta__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.787037037vw;
}

.footer-news__txtWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 410px;
      -ms-flex: 0 1 410px;
          flex: 0 1 410px;
}

.footer-cta__content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  border-bottom: solid 1px #A5A5A5;
  padding-bottom: 30px;
  margin-bottom: 38px;
}

.footer-cta__content-top__ttl {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-btn {
  padding-left: 60px !important;
  white-space: nowrap;
}

.footer-btn::after {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 28px;
  height: 22px;
  background: url(../imgs/common/mail.png) no-repeat center/contain;
  z-index: 10;
}

.footer-cta__content-top__tel {
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 33px;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
}

.footer-cta__content-top__tel::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 36px;
  background: url(../imgs/common/tel.svg) no-repeat center/contain;
}

.footer-cta__content-top__txt {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
}

.footer-cta__content-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.footer-cta__content-bt img {
  border-radius: 6px;
}

.footer-cta__content-bt__link {
  position: relative;
}

.footer-cta__content-bt__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.footer-nav {
  margin-bottom: 40px;
}

.footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-nav__link {
  font-size: 14px;
  color: #2D2D2D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-nav__list--s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer-nav__link--s {
  font-size: 12px;
  font-weight: 300;
}

.footer-gtranslate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.footer-gtranslate .glink,
.footer-gtranslate .gt-current-lang {
  font-size: 13px;
  font-weight: 300 !important;
  padding-top: 2px;
}

.footer-copyWrap {
  background-color: #000;
  color: #ffffff;
  padding: 16px 0;
  text-align: end;
}

.footer-copyWrap small {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.form-section {
  overflow: hidden;
}

.form-txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  max-width: 100%;
}

.form-txt {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 24px 80px;
  border: solid 1px #E8420D;
}

.form-headWrap {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  position: relative;
}

.form-headItem {
  font-size: 18px;
  color: #818181;
  font-weight: 300;
  position: relative;
}

.form-headItem span {
  position: absolute;
  right: 50%;
  bottom: -30px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #818181;
}

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

.form-headItem:last-child span::before {
  content: none;
}

.form-headItem.current {
  font-size: 18px;
  font-weight: 700;
  color: #E8420D;
}

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

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

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

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

.form-wrap {
  max-width: 928px;
  margin: auto;
  padding-left: 60px;
}

.form-noticeWrap {
  padding: 40px 80px;
  border: solid 1px #E8420D;
  margin-bottom: 80px;
}

.form-notice__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #E8420D;
  margin-bottom: 16px;
}

.form-notice__txt {
  font-size: 18px;
  color: #E8420D;
  line-height: normal;
  letter-spacing: normal;
}

.form-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

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

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

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

.form-table th {
  margin-bottom: 12px;
}

.form-table label {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.form-table input::-webkit-input-placeholder {
  color: #E3E3E3;
}

.form-table input::-moz-placeholder {
  color: #E3E3E3;
}

.form-table input:-ms-input-placeholder {
  color: #E3E3E3;
}

.form-table input::-ms-input-placeholder {
  color: #E3E3E3;
}

.form-table input::placeholder {
  color: #E3E3E3;
}

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

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

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

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

.form-input-s {
  width: 40%;
  margin-right: 20px;
}

.form-check input {
  display: none;
}

.form-must {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -71px;
  color: #ffffff;
  background-color: #E8420D;
  font-size: 12px;
  padding: 1px 6px;
  line-height: normal;
}

.form-selectWrap .wpcf7-form-control-wrap {
  position: relative;
}

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

.form-selectWrap p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-select {
  max-width: 200px;
  cursor: pointer;
}

.form-prefecture,
.form-subject {
  width: 200px;
}

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

.form-select__txt {
  padding: 0 8px;
}

.wpcf7-acceptance {
  display: inline-block;
}

.form-must--privacy {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-right: 12px;
  top: -2px;
}

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

.form-table .form-check label,
.wpcf7-acceptance label {
  padding-left: 0;
}

.form-table .form-check .form-privacy,
.wpcf7-acceptance .form-privacy {
  display: none;
}

.form-table .form-check .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}

.form-table .form-check .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: -2px;
  left: -38px;
  content: "";
  width: 26px;
  height: 26px;
  border: solid 1px #E3E3E3;
  background-color: #ffffff;
  border-radius: 5px;
}

.form-table .form-check input:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 3px;
  left: -33px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #E8420D;
}

.form-table .form-check a,
.wpcf7-acceptance a {
  color: #1571DA;
  position: relative;
  padding-right: 16px;
  font-size: 15px;
}

.form-table .form-check a::after,
.wpcf7-acceptance a::after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/common/blank-form.svg) no-repeat center/contain;
}

.form-btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
  text-align: center;
}

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

.form-btn__previous {
  color: #E8420D;
  border-bottom: solid 1px;
  padding: 0 16px;
}

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

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

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

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

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

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

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

.form-thanks__content {
  width: 640px;
  margin: auto;
  margin-bottom: 80px;
  max-width: 100%;
}

.form-thanks__ttl {
  font-size: 26px;
  font-weight: 500;
  color: #E8420D;
  text-align: center;
  margin-bottom: 32px;
}

.form-thanks__txt {
  font-size: 18px;
  letter-spacing: normal;
  text-align: center;
}

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

.wpcf7-spinner {
  display: none;
}

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

input[name=your-family-name] + span.wpcf7-not-valid-tip,
input[name=your-family-name-kana] + span.wpcf7-not-valid-tip {
  display: none;
}

select[name=your-birth2] + span.wpcf7-not-valid-tip,
select[name=your-birth3] + span.wpcf7-not-valid-tip {
  display: none;
}

.form-item,
.form-item--small p {
  margin-bottom: 28px;
}

.form-table th.label-location {
  margin-left: 0;
}

body.page-id-319 .header-nav__link,
body.page-id-319 .header-sdgs {
  visibility: hidden;
}

body.page-id-312 .header-nav__link,
body.page-id-312 .header-sdgs {
  visibility: hidden;
}

body.page-id-355 .header-nav__link,
body.page-id-355 .header-sdgs {
  visibility: hidden;
}

body.hidden {
  overflow: hidden;
  height: 100%;
}

.header-recruit .header-btn--rd {
  border-color: #E8420D;
}

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

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.3148148148vw;
  padding: 18px 40px 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FFFDF6;
}

header.panelactive {
  height: 100%;
  background: #ff774b;
  overflow-y: scroll;
}

header.panelactive .header-logoContent {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}

header.panelactive .header-navContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header.panelactive .header-gtranslate--sp {
  display: block;
}

.header-logoWrap img {
  width: 25.0578703704vw;
  max-width: 433px;
}

.header-navContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.8680555556vw;
}

.header-navContent.hidden {
  overflow: hidden;
}

.header-nav__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8680555556vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-gtranslate--sp {
  color: #ffffff;
  display: none;
}

.header-gtranslate--sp .glink,
.header-gtranslate--sp .gt-current-lang {
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  opacity: 0.6;
}

.header-gtranslate--sp .gt-current-lang {
  opacity: 1 !important;
}

.header-gtranslate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5787037037vw;
}

.header-gtranslate .glink,
.header-gtranslate .gt-current-lang {
  font-size: 0.8101851852vw;
  font-weight: 700;
}

.header-sdgs a {
  font-size: 0.8680555556vw;
  position: relative;
  padding-inline: 15px 35px;
  padding-block: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-sdgs span {
  display: inline-block;
  vertical-align: baseline;
}

.header-sdgs span:before {
  width: 7px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 0;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
}

.gtranslate_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.glink {
  padding: 0 10px;
}

.glink:not(:first-of-type) {
  position: relative;
}

.glink:not(:first-of-type)::after {
  position: absolute;
  top: 0;
  right: -2px;
  content: "/";
  color: #000;
}

.gt-current-lang {
  color: #E8420D;
}

.header-gtranslate__txt {
  font-size: 0.8680555556vw;
  font-weight: 500;
}

.header-btn {
  font-size: 0.8101851852vw;
  font-weight: 700;
  padding: 0.8680555556vw 1.0416666667vw;
  line-height: 1;
  border-radius: 1.7361111111vw;
  width: 9.4907407407vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.header-btn span {
  position: relative;
  z-index: 50;
}

.header-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header-btn--bl {
  background-color: #4c7191;
  color: #ffffff;
}

.header-btn--bl::before {
  background: #243B4F;
}

.header-btn--rd {
  background-color: #f47d56;
  color: #ffffff;
}

.header-btn--rd::before {
  background-color: #E8420D;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__item:nth-child(1) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(2) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(3) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(4) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(5) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(6) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(7) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item:nth-child(8) .header-nav__link::before {
  background-color: #ff774b;
}

.header-nav__item#current .header-nav__link::before {
  width: 35px;
}

.header-sdgs#is-current a {
  color: #E8420D;
  font-weight: 600;
}

.header-nav__link span.open::after {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
      -ms-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  opacity: 0;
}

.header-nav__link {
  font-size: 0.9837962963vw;
  padding: 0.9259259259vw 1.4467592593vw 0.5787037037vw;
  display: inline-block;
  position: relative;
}

.header-nav__link::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 5px;
  width: 0;
  content: "";
  background-color: #F97044;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav__link.lowerActive ~ .header-nav__2levels {
  visibility: visible;
  opacity: 1;
}

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

.header-nav__2levels {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ff774b;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav__2levelsInner {
  max-width: 1432px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 75px;
  margin: 0 auto;
  width: 100%;
  gap: 30px;
}

.header-nav__2levels__ttl-en {
  font-weight: 700;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
  padding-left: 16px;
  margin-bottom: 20px;
}

.header-nav__2levels__ttl-en::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
  width: 6px;
}

.header-nav__2levels__ttl {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 24px;
}

.header-nav__2levels__imgWrap {
  width: 240px;
  height: 260px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav__2levels__navWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-nav__2levels__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.header-nav__2levels__nav-item {
  border-bottom: solid 1px #FABAA6;
  padding: 8px 0;
}

.header-nav__2levels__nav-item--pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.header-nav__2levels__nav-item--pro:last-child .header-nav__2levels__nav-itemInner--pro {
  border-bottom: solid 1px #FABAA6;
}

.last-border {
  border-bottom: solid 1px #FABAA6;
}

.header-nav__2levels__nav-itemInner--pro {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 180px;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
  padding: 8px 0;
  border-top: solid 1px #FABAA6;
}

.header-nav__2levels__nav-link--pro.active,
.header-nav__2levels__nav-link.active {
  background-color: #ffffff;
  color: #E8420D;
  position: relative;
}

.header-nav__2levels__nav-link--pro.active::after,
.header-nav__2levels__nav-link.active::after {
  opacity: 1;
}

.header-nav__2levels__nav-link,
.header-nav__2levels__nav-link--pro {
  color: #ffffff;
  font-size: 14px;
  padding: 14px 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-right: -100px;
}

.header-nav__2levels__nav-link span,
.header-nav__2levels__nav-link--pro span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  border: solid 1px currentColor;
  border-radius: 50%;
}

.header-nav__2levels__nav-link span::before,
.header-nav__2levels__nav-link--pro span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  border-left: solid 5px currentColor;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

.header-nav__2levels__nav-link {
  border-radius: 6px;
}

.header-nav__2levels__nav-link--pro {
  border-radius: 6px 0 0 6px;
}

.header-nav__2levels__nav-link--pro::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  width: 15px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
}

.header-nav__products-search {
  padding: 8px 0;
  border-bottom: solid 1px #FABAA6;
  display: inline-block;
}

.header-nav__products-search .c-btn {
  min-width: 180px;
  font-size: 14px;
  padding: 15px 90px 12px 17px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  font-weight: 400;
}

.header-nav__products-search .c-btn:hover {
  background: #ffffff;
  color: #E8420D;
}

.header-nav__products-search .c-btn .arrow {
  right: 16px;
}

.header-nav__3levels {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  opacity: 0;
  display: none;
}

.header-nav__3levels.display {
  display: block !important;
  opacity: 1;
}

@-webkit-keyframes levels {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes levels {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-nav__3levelsInner {
  background-color: #ffffff;
  border-radius: 0 6px 6px 6px;
  padding: 12px 32px 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 9px;
}

.header-nav__3levels__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 17px;
}

.header-nav__3levels__nav-item {
  border-bottom: solid 1px #FABAA6;
}

.header-nav__3levels__nav-item#current-3levels .header-nav__3levels__nav-link {
  font-weight: 600;
}

.header-nav__3levels__nav-link {
  padding: 9px 0;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}

.header-nav__3levels__back {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: solid 1px #FABAA6;
  position: relative;
}

.header-nav__3levels__back span {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  left: 0;
}

.header-nav__3levels__back span::before, .header-nav__3levels__back span::after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: "";
  background-color: #E8420D;
  width: 12px;
  height: 1px;
}

.header-nav__3levels__back span::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.header-nav__3levels__back span::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.header-address__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #FF835C;
}

.header-address__cta__txt {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
}

.header-address {
  color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #FF835C;
}

.header-address__ttl {
  font-size: 14px;
  font-weight: 600;
}

.header-address__txt {
  font-size: 14px;
}

.header-address__map {
  font-size: 13px;
  font-weight: 500;
  border-bottom: solid 1px;
}

.header-nav__3levels .header-btOuter {
  padding-top: 14px;
  padding-right: 16px;
  padding-left: 16px;
}

.header-visual {
  padding-bottom: 30px;
  border-bottom: solid 1px #E8420D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 170px;
}

.header-visual--no {
  border-bottom: none;
}

.header-visual__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-visual__inner--tax {
  width: 100%;
}

.header-visual__inner--s {
  width: 100%;
}

.header-visual__inner--s .c-ttl,
.header-visual__inner--tax .c-ttl {
  font-size: 21px;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
  padding-bottom: 17px;
}

.header-visual--tax {
  margin-bottom: 40px;
  padding-top: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ornament {
  position: absolute;
}

.recruit-mv .ornament:nth-child(1) {
  top: 30%;
  right: 5%;
  width: 15%;
}

.recruit-mv .ornament:nth-child(2) {
  top: 50%;
  right: 40%;
  width: 8%;
}

.recruit-mv .ornament:nth-child(3) {
  bottom: -3%;
  left: -5%;
  width: 12%;
}

.recruit-message__content {
  position: relative;
}

.recruit-message__content .ornament {
  bottom: -40%;
  left: -10%;
  width: 20%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruit-project .l-wrap {
  position: relative;
}

.recruit-project .l-wrap .ornament:nth-child(1) {
  top: 55%;
  left: -15%;
  width: 18%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruit-project .l-wrap .ornament:nth-child(2) {
  bottom: -20%;
  right: 0;
  width: 20%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.recruit-project .l-wrap .ornament:nth-child(3) {
  top: -20%;
  right: 0;
  width: 27%;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.recruit-bottom .l-wrap {
  position: relative;
}

.recruit-bottom .l-wrap .ornament {
  bottom: -80%;
  right: 0;
  width: 16%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
}

.recruit-job__mv__content {
  position: relative;
}

.recruit-job__mv__content .ornament {
  bottom: -6%;
  left: -3%;
  width: 18%;
  -webkit-transform: rotate(170deg);
      -ms-transform: rotate(170deg);
          transform: rotate(170deg);
}

.recruit-society--job {
  position: relative;
}

.recruit-society--job .ornament:nth-child(1) {
  top: -15%;
  right: 0;
  width: 18%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recruit-society--job .ornament:nth-child(2) {
  bottom: -15%;
  left: -6%;
  width: 18%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recruit-department .l-container {
  position: relative;
}

.recruit-department .l-container .ornament {
  bottom: -10%;
  right: 0;
  width: 22%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recruit-system .l-container {
  position: relative;
}

.recruit-system .l-container .ornament {
  bottom: 11%;
  left: 0;
  width: 20%;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.recruit-employees__mv__content {
  position: relative;
}

.recruit-employees__mv__content .ornament {
  top: 85%;
  right: 0;
  width: 20%;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.recruit-society--employees {
  position: relative;
}

.recruit-society--employees .ornament:nth-child(1) {
  top: -3%;
  left: -5%;
  width: 18%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recruit-society--employees .ornament:nth-child(2) {
  top: 47%;
  right: 0;
  width: 13%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recruit-society--employees .ornament:nth-child(3) {
  bottom: -10%;
  left: -15%;
  width: 18%;
}

.post-head .l-wrap {
  max-width: 1235px;
}

.post-head__txtWrap {
  margin-bottom: 60px;
  max-width: 1235px;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.post-imgWrap {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 593/334;
  position: relative;
}

.post-imgWrap img {
  min-height: 100%;
}

.post-imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-wrap {
  max-width: 1235px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}

.post-date {
  font-size: 20px;
  font-family: "Geist", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.post-tagWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}

.post-tag {
  color: #E8420D;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0;
  line-height: 1;
  border-radius: 4px;
}

.technology-post-tag {
  border: 1px solid #E8420D;
  padding: 9px 5px;
}

.post-heading2 {
  margin-bottom: 22px !important;
}

.post-thumbnail {
  margin-bottom: 40px;
  max-width: 60%;
  margin-inline: auto;
}

.post-thumbnail img {
  border-radius: 9px;
}

.color-bk .top-case__tagtitle,
.color-bk .top-case__tag,
.color-bk .top-case__btntitle {
  color: #000;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 120px;
  line-height: 2;
}

.wp-pagenavi .pages {
  padding: 4px;
  margin-right: 8px;
  color: #000;
}

.wp-pagenavi .page {
  color: #818181;
  font-size: 24px;
  margin-right: 34px;
  padding-inline: 8px;
  border-bottom: 2px solid #818181;
  font-weight: 300;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 4px 8px;
  border-radius: 5px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 39px;
}

.wp-pagenavi .last {
  margin-left: 8px;
}

.wp-pagenavi .fa-angle-right,
.wp-pagenavi .fa-angle-left {
  color: #818181;
  font-size: 15px;
}

.wp-pagenavi .current {
  font-size: 24px;
  font-weight: 400;
  padding-top: 11.5px;
  padding-bottom: 14.5px;
  padding-inline: 23.5px;
  color: #ffffff;
  background-color: #E8420D;
  border-radius: 50%;
  margin-right: 34px;
}

.breadcrumbsWrap {
  text-align: end;
  width: 100%;
  padding-block: 11px 21px;
}

.breadcrumbs span a {
  font-size: 12px;
  font-weight: 300;
  color: #E8420D;
}

.breadcrumbSpan {
  width: 12px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}

.breadcrumbs .current-item {
  color: #787878;
  font-size: 12px;
  font-weight: 700;
}

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

.c-btn {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 18px 80px 18px 30px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  min-width: 260px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: solid 1px;
  position: relative;
  overflow: hidden;
}

.c-btn span {
  position: relative;
  z-index: 50;
}

.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.c-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  border: solid 1px currentColor;
  border-radius: 50%;
}

.c-btn .arrow::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  border-left: solid 5px currentColor;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

.c-btn--wh {
  background-color: #E8420D;
  color: #E8420D;
}

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

.c-btn--rd {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #E8420D;
}

.c-btn--rd::before {
  background-color: #E8420D;
}

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

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

.swiper-button--rd {
  background-color: #E8420D;
  color: #FFFDF6;
}

.swiper-button--wh {
  color: #ffffff;
  border: solid 1px currentColor;
}

.swiper-button--prev {
  opacity: 0.5;
}

.swiper-button--prev::before {
  border-right: solid 6px currentColor;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}

.swiper-button--next::before {
  border-left: solid 6px currentColor;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}

/* カート---------------------------- */
.download-cart {
  position: fixed;
  bottom: 120px;
  right: 40px;
  border: solid 1px #E8420D;
  background-color: #FFFDF6;
  width: 324px;
  max-height: 468px;
  min-height: 320px;
  padding: 0 14px 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 500;
  display: none;
}

.download-cart.none {
  visibility: hidden;
}

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

.download-cart.resize .download-cart__ttlWrap {
  border-bottom: none;
}

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

.download-cart__ttlWrap {
  text-align: center;
  padding-bottom: 14px;
  border-bottom: solid 1px #E8420D;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.download-cart__ttl {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: normal;
  font-size: 14px;
  white-space: nowrap;
}

.download-cart__ttl::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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: 264px;
  margin: 24px 0;
  padding: 0 20px;
}

.download-cart__list li {
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-cart__list li img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}

.download-cart__list p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}

.download-cart__list span {
  padding: 4px;
  font-size: 14px;
  text-align: end;
  cursor: pointer;
}

.download-cart__btnWrap {
  text-align: center;
  background-color: #FFFDF6;
}

.download-cart__btn {
  position: relative;
  padding-right: 32px;
  background-color: #E8420D;
  color: #ffffff;
  padding: 12px 0;
  width: 236px;
  padding-right: 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
}

.download-cart__btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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 {
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 14px;
}

.download-cart__clear::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  background: url(../imgs/common/cart-reset.svg) no-repeat center/contain;
}

.checkboxAll {
  display: none;
}

.catalog-none {
  display: none;
}

.catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-download__checkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-download__checkInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: all 0.3s ease-in-out;
  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: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 44.74%, rgba(255, 119, 75, 0.95) 85.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 44.74%, rgba(255, 119, 75, 0.95) 85.84%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.product-download__checkLabel span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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: #B0B0B0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

.openBtn.active span:nth-of-type(3) {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  bottom: 8px;
}

#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2001;
  background-color: #FFFDF6;
  /* ↓追加: 初期表示のチラ見えを防ぐために visibility: hidden; を親要素に適用 */
  visibility: hidden;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* ↓追加: visibility: hidden; のトリガーに使う */
  visibility: hidden;
}

#logo_loader .f_logo img {
  max-width: 30%;
  height: auto;
  max-height: 100vh;
  width: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ロゴを覆うための白いカバー */
#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* ロゴ全体を覆う高さ */
  background-color: #FFFDF6;
  /* ロゴローダーと同じ背景色 */
  position: absolute;
  top: 0;
  /* 最初はロゴの上端に配置 */
  left: 0;
  z-index: 10;
  /* ロゴ画像より前面に配置 */
  /* JavaScriptで 'logo-wipe' クラスが付いたらアニメーション開始 */
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ↓ロゴを「開く」（ワイプする）アニメーション */
@-webkit-keyframes logoWipeOpen {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* カバーがロゴの上端にある状態 */
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* カバーがロゴの下端まで移動し、ロゴ全体が見える状態 */
  }
}
@keyframes logoWipeOpen {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* カバーがロゴの上端にある状態 */
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* カバーがロゴの下端まで移動し、ロゴ全体が見える状態 */
  }
}

/* JavaScriptで 'logo-wipe' クラスが付いた時にアニメーションを適用 */
#logo_loader.logo-wipe {
  /* ↓追加: アニメーション開始と同時に全体を表示 */
  visibility: visible;
}

#logo_loader.logo-wipe .f_logo {
  /* ↓追加: アニメーション開始と同時にロゴコンテナを表示 */
  visibility: visible;
}

#logo_loader.logo-wipe .f_logo:before {
  /* ↓修正: 4.0sをかけ、linear（一定速度）に変更することで速度の安定を図る */
  -webkit-animation: logoWipeOpen 4s linear forwards;
          animation: logoWipeOpen 4s linear forwards;
}

/* ↓ローディング画面全体をふわっと消すアニメーション */
@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

#logo_loader.slide-out {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.c-scrollOuter {
  height: 100%;
  position: absolute;
  top: 0;
  left: 2.7199074074vw;
  width: 2.3148148148vw;
  overflow: hidden;
}

.c-scrollWrap {
  position: absolute;
  bottom: 0;
  left: 1.3888888889vw;
  color: #E8420D;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.5s forwards;
          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: #ffffff;
  -webkit-animation: lineDown 1.5s ease 0s infinite normal none;
          animation: lineDown 1.5s ease 0s infinite normal none;
  height: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lineDown {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes lineDown {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.c-scroll__txt {
  font-family: "Geist", sans-serif;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(54%);
      -ms-transform: translateX(54%);
          transform: translateX(54%);
  top: -4.0509259259vw;
  font-size: 0.6944444444vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.c-heading1--en,
.c-heading2--en {
  font-weight: 700;
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
}

.c-heading1--en::before,
.c-heading2--en::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 0;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border-radius: 50%;
}

.c-heading1--en {
  font-size: 21px;
  padding-left: 20px;
  white-space: nowrap;
  margin-bottom: 4px;
}

.c-heading1--en::before {
  width: 7px;
}

.c-heading2--en {
  font-size: 12px;
  padding-left: 16px;
}

.c-heading2--en::before {
  width: 6px;
}

.c-heading1 {
  font-size: 39px;
  white-space: nowrap;
  padding-left: 15px;
}

.c-heading1--s {
  font-size: 39px;
  padding-left: 15px;
  line-height: 1.2;
}

.top-heading2--en--mb {
  margin-bottom: 24px;
}

.c-heading2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.18rem;
  white-space: nowrap;
  margin-bottom: 24px;
  line-height: normal;
}

.c-ttlWrap p,
.c-ttl {
  color: #E8420D;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}

.c-heading1--s .small {
  font-size: 21px;
  font-weight: 500;
  margin-left: 2px;
}

/* FVタイトル用アニメーション */
.animate-wrapper {
  overflow: hidden;
  display: inline-block;
}

.animate-inner {
  display: inline-block;
  opacity: 0;
}

.slide-left {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.slide-in-from-left {
  -webkit-animation: slideFromLeft 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideFromLeft 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-from-right {
  -webkit-animation: slideFromRight 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideFromRight 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

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

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.case-methodWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11.5740740741vw;
  border-top: solid 1px #FFC2AF;
}

.case-method__ttlWrap {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  padding-top: 30px;
}

.case-method__ttl {
  font-size: 28px;
  font-weight: 500;
}

.case-method__dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-method__dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-method__dl div:not(:last-child) .case-method__dt,
.case-method__dl div:not(:last-child) .case-method__dd {
  border-bottom: solid 1px #FFC2AF;
}

.case-method__dl .case-method__dt,
.case-method__dl .case-method__dd {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 2;
}

.case-method__dl .case-method__dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 200px;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  color: #E8420D;
  font-weight: 400;
}

.case-method__dl .case-method__dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
}

.case-list__swiper .swiper-buttonWrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.company-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.company-about__tableWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.company-about__tableWrap table {
  width: 100%;
}

.company-about__tableWrap th,
.company-about__tableWrap td {
  font-size: 15px;
  padding: 14px 0;
  border-bottom: solid 1px;
  font-weight: 300;
}

.company-about__tableWrap th {
  border-color: #E8420D;
  width: 40%;
}

.company-about__tableWrap td {
  border-color: #FFC2AF;
}

.company-about__mapWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.company-about__mapWrap iframe {
  height: 100%;
  width: 100%;
}

.company-about__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.company-about__2col__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 283px;
      -ms-flex: 0 1 283px;
          flex: 0 1 283px;
  text-align: center;
}

.company-about__2col__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-about__2col__ttl {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.company-about__2col__ttl span {
  background: -webkit-linear-gradient(bottom, #FFAA8F 33%, transparent 33%);
  background: linear-gradient(0deg, #FFAA8F 33%, transparent 33%);
}

.company-about__2col__txt {
  line-height: 2.4;
}

.company-about__policy__item:not(:last-child) {
  margin-bottom: 46px;
}

.company-about__policy__numWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-about__policy__numTxt {
  font-size: 12px;
  font-weight: 700;
  color: #E8420D;
  text-transform: uppercase;
}

.company-about__policy__num {
  font-size: 38px;
  font-family: "Geist", sans-serif;
  background: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-about__policy__txt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.14rem;
}

.company-about__policy__txt--end {
  text-align: end;
}

.company-greeting__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

.company-greeting__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  border-radius: 10px;
  overflow: hidden;
}

.company-greeting__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-greeting__heading2 {
  font-weight: 700;
  font-family: "Noto Serif JP";
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}

.company-greeting__nameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.company-greeting__nameTxt {
  font-size: 20px;
}

.company-greeting__name {
  font-size: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
}

.company-greeting__txt {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
}

.company-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-history__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 275px;
      -ms-flex: 0 1 275px;
          flex: 0 1 275px;
  min-height: 181px;
  padding-right: 30px;
}

.company-history__imgInner {
  border-radius: 10px;
  border: solid 1px #E8420D;
  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: 110px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-history__txtWrap::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #E8420D;
}

.company-history__txtWrap--last::before {
  content: none;
}

.company-history__yearWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 8px;
  position: relative;
}

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

.company-history__yearWrap::before {
  left: -108px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.company-history__yearWrap::after {
  height: 1px;
  width: 100px;
  left: -108px;
  z-index: -1;
}

.company-history__yearWrap--l::after {
  width: 140px;
  left: -148px;
}

.company-history__year {
  font-family: "Afacad", sans-serif;
  font-size: 48px;
  color: #E8420D;
  line-height: 1;
}

.company-history__year--s {
  line-height: 2;
}

.company-history__txt {
  font-weight: 600;
}

.company-location__2col__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 106px 80px;
}

.company-location__2col__imgWrap {
  border-radius: 9px;
  margin-bottom: 20px;
  overflow: hidden;
}

.company-location__2col__imgWrap img {
  aspect-ratio: 159/89;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.company-location__2col__ttl {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 22px;
  margin-bottom: 18px;
  border-bottom: solid 1px;
  -webkit-border-image: -webkit-linear-gradient(left, #E8420D 20%, #FFC2AF 20%) 1;
       -o-border-image: linear-gradient(90deg, #E8420D 20%, #FFC2AF 20%) 1;
          border-image: linear-gradient(90deg, #E8420D 20%, #FFC2AF 20%) 1;
}

.company-location__2col__addressWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.company-location__2col__address {
  font-size: 15px;
}

.company-location__2col__map {
  font-size: 13px;
  color: #7C7C7C;
  padding-right: 18px;
  position: relative;
}

.company-location__2col__map::after {
  background: url(../imgs/company/location/arrow.svg) no-repeat center/contain;
  content: "";
  height: 13px;
  width: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.company-location__kawakin__txt {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.company-location__kawakin__imgWrap {
  text-align: center;
}

.company-location__kawakin__img {
  max-width: 1040px;
  display: inline-block;
  position: relative;
}

.company-location__kawakin__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 9px;
}

.company-sdgs__img {
  text-align: end;
}

.company-sdgs__csr__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 36px;
}

.company-sdgs__csr__item:not(:last-child) {
  margin-bottom: 40px;
}

.company-sdgs__csr__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 225px;
      -ms-flex: 0 1 225px;
          flex: 0 1 225px;
}

.company-sdgs__csr__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 26px;
}

.company-sdgs__csr__txt {
  padding-left: 20px;
}

.downloadList-headingWrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px;
  -webkit-border-image: -webkit-linear-gradient(left, #E8420D 10%, #FFC2AF 10%) 1;
       -o-border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
          border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
}

.downloadList-headingWrap .c-heading2 {
  margin-bottom: 0 !important;
}

.downloadList-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6296296296vw 2.3148148148vw;
}

.downloadList-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.downloadList-imgWrap {
  margin-bottom: 20px;
  aspect-ratio: 282/398;
  max-width: 80%;
  margin-inline: auto;
}

.downloadList-imgWrap img {
  width: 100%;
}

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

.downloadList-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 60px 18px 30px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  min-width: 236px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #E8420D;
  color: #ffffff;
  border: solid 1px currentColor;
  text-align: center;
}

.downloadList-btn input {
  display: none;
}

.downloadList-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  content: "";
  background: url(../imgs/common/download-btn.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
}

.downloadList-btn:has(input:checked) {
  background-color: #ffffff;
  color: #E8420D;
}

.downloadList-btn:has(input:checked)::after {
  background: url(../imgs/common/download-btn-rd.svg) no-repeat center/contain;
}

.download-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}

.download-form .form-checkbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 2.8935185185vw;
  position: relative;
}

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

.download-form .checkbox-content img {
  margin-bottom: 18px;
}

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

.download-form .checkbox-content p {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: normal;
}

.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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

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

.downloadList-content--thanks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6296296296vw 2.3148148148vw;
}

.download-thanks__item__name {
  font-size: 13px;
  letter-spacing: normal;
}

.download-thanks__downloadBtn {
  position: relative;
  padding-right: 32px;
  background-color: #E8420D;
  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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  content: "";
  background: url(../imgs/common/download.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.news-item {
  border-bottom: solid 1px #959595;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.news-imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 352px;
      -ms-flex: 0 1 352px;
          flex: 0 1 352px;
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: 352/198;
  position: relative;
}

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

.news-imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 9px;
}

.news-imgWrap.is-default {
  border: 1px solid #FFEBE5;
  display: inline-block;
  box-sizing: border-box;
}

.news-txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-tagWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.news-tag a {
  display: inline-block;
  padding: 4px 20px;
  background-color: #E8420D;
  color: #ffffff;
  border-radius: 10px;
  min-width: 120px;
  text-align: center;
}

.single-news-tag a {
  margin-right: 16px;
}

.news-ttl {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 500;
}

.news-detail__thumbnail {
  margin-bottom: 56px;
  max-width: 60%;
  margin-inline: auto;
}

.news-detail__thumbnail img {
  width: 100%;
  border-radius: 6px;
}

.news-detail__ttlWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.news-detail__date {
  color: #E8420D;
  font-size: 18px;
  border-bottom: solid 1px #E8420D;
}

.news-detail__heading2 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 1px #FFC2AF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 36px;
  padding-bottom: 11px;
  padding-top: 11px;
}

.news-detail__tagWrap {
  margin-bottom: 30px;
}

.news-wpContent {
  margin-bottom: 120px;
}

.news-wpContent figure,
.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: 28px;
}

.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: #363636;
  border-bottom: solid 1px;
}

.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.privacy-contentWrap {
  margin-bottom: 90px;
}

.privacy-contentWrap:not(:last-child) {
  border-bottom: solid 1px #E8420D;
  padding-bottom: 60px;
}

.privacy-txt {
  margin-bottom: 60px;
}

.privacy-ttl {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: solid 1px;
  -webkit-border-image: -webkit-linear-gradient(left, #E8420D 10%, #FFC2AF 10%) 1;
       -o-border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
          border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
  font-size: 26px;
  font-weight: 500;
}

.privacy-content:not(:last-child) {
  margin-bottom: 116px;
}

.privacy-right {
  text-align: end;
}

.privacy-ttl--rd {
  font-size: 26px;
  font-weight: 500;
  color: #E8420D;
  text-align: center;
  margin-bottom: 60px;
}

.product-category__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.9444444444vw;
  margin-right: calc(50% - 50vw);
}

.product-category__main__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 630px;
  padding-bottom: 90px;
}

.product-category__main__item {
  padding-left: 24px;
  font-size: 17px;
  position: relative;
}

.product-category__main__item:not(:last-child) {
  margin-bottom: 16px;
}

.product-category__main__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background-color: #E8420D;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.product-category__main__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 45vw;
  background-color: #ffffff;
  border: 1px solid #FFEBE5;
  border-right: none;
  border-radius: 9px 0px 0px 9px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-category__all {
  background-color: #F8F5EB;
}

.product-category__about__item {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 115px;
  border-top: solid 1px;
  -webkit-border-image: -webkit-linear-gradient(left, #E8420D 10%, #FFC2AF 10%) 1;
       -o-border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
          border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
}

.product-category__about__item:not(:last-child) {
  padding-bottom: 120px;
}

.product-category__about__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-category__about__txt {
  line-height: 1.6;
  margin-top: 10px;
}

.product-category__about__txt li {
  list-style: disc;
  list-style-position: inside;
}

.product-category__about__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-radius: 9px;
}

.product-category__about__imgWrap img {
  border-radius: 9px;
}

.product-detail__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 120px;
}

.product-detail__main__txtWrap {
  max-width: 625px;
  width: 100%;
}

.product-detail__main__txtWrap .u-mb80 {
  margin-bottom: 23px;
}

.product-detail__main__txtWrap .product-list__tag__content:not(:last-child) {
  margin-bottom: 13px;
}

.product-detail__main__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 460px;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #FFEBE5;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 460px;
}

.product-detail__main__imgWrap img {
  max-height: 60vh;
  width: 85%;
}

.product-detail__main__imgWrap--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.product-detail__features {
  background-color: #F8F5EB;
}

.product-detail__features__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}

.product-detail__features__item {
  position: relative;
  padding-top: 50px;
}

.product-detail__features__item:nth-of-type(1)::before {
  content: "01";
}

.product-detail__features__item:nth-of-type(2)::before {
  content: "02";
}

.product-detail__features__item:nth-of-type(3)::before {
  content: "03";
}

.product-detail__features__item:nth-of-type(4)::before {
  content: "04";
}

.product-detail__features__item:nth-of-type(5)::before {
  content: "05";
}

.product-detail__features__item:nth-of-type(6)::before {
  content: "06";
}

.product-detail__features__item:nth-of-type(7)::before {
  content: "07";
}

.product-detail__features__item:nth-of-type(8)::before {
  content: "08";
}

.product-detail__features__item:nth-of-type(9)::before {
  content: "09";
}

.product-detail__features__item:nth-of-type(10)::before {
  content: "010";
}

.product-detail__features__item:nth-of-type(11)::before {
  content: "011";
}

.product-detail__features__item:nth-of-type(12)::before {
  content: "012";
}

.product-detail__features__item:nth-of-type(13)::before {
  content: "013";
}

.product-detail__features__item:nth-of-type(14)::before {
  content: "014";
}

.product-detail__features__item:nth-of-type(15)::before {
  content: "015";
}

.product-detail__features__item:nth-of-type(16)::before {
  content: "016";
}

.product-detail__features__item:nth-of-type(17)::before {
  content: "017";
}

.product-detail__features__item:nth-of-type(18)::before {
  content: "018";
}

.product-detail__features__item:nth-of-type(19)::before {
  content: "019";
}

.product-detail__features__item:nth-of-type(20)::before {
  content: "020";
}

.product-detail__features__item::before {
  content: "01";
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: 1;
  font-family: "Geist", sans-serif;
  font-size: 84.22px;
  line-height: 1.2;
  border-bottom: solid 4px;
  -webkit-border-image: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%) 1;
       -o-border-image: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%) 1;
          border-image: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%) 1;
  letter-spacing: normal;
  background: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-detail__features__imgWrap {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-detail__features__ttl {
  font-size: 28px;
}

.product-detail__purpose {
  background-color: #F6F5EF;
}

.product-detail__purpose__tagWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.product-detail__purpose__tag {
  background: #FFFDF6;
  border: 1px solid #E8420D;
  border-radius: 4px;
  color: #E8420D;
  padding: 16px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.product-detail__spec__table {
  width: 100%;
}

.product-detail__spec__table th,
.product-detail__spec__table td {
  font-weight: 300;
  border-bottom: solid 1px;
  padding: 30px 16px;
}

.product-detail__spec__table th:nth-of-type(1),
.product-detail__spec__table td:nth-of-type(1) {
  border-top: solid 1px;
}

.product-detail__spec__table th {
  width: 280px;
  border-color: #E8420D;
}

.product-detail__spec__table th:nth-of-type(1) {
  border-color: #E8420D;
}

.product-detail__spec__table td {
  border-color: #E3E3E3;
}

.product-detail__spec__table td:nth-of-type(1) {
  border-color: #E3E3E3;
}

.product-detail__option {
  background-color: #F8F5EB;
  border-radius: 10px;
}

.product-detail__option__txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 119px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.product-detail__option__heading2 {
  margin-bottom: 0 !important;
}

.product-detail__option__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.product-detail__option__item {
  padding-bottom: 18px;
  border-bottom: solid 1px #E8420D;
  text-align: center;
  position: relative;
  line-height: 1;
}

.product-detail__option__item:nth-of-type(1)::before {
  content: "(01)";
}

.product-detail__option__item:nth-of-type(2)::before {
  content: "(02)";
}

.product-detail__option__item:nth-of-type(3)::before {
  content: "(03)";
}

.product-detail__option__item:nth-of-type(4)::before {
  content: "(04)";
}

.product-detail__option__item:nth-of-type(5)::before {
  content: "(05)";
}

.product-detail__option__item:nth-of-type(6)::before {
  content: "(06)";
}

.product-detail__option__item:nth-of-type(7)::before {
  content: "(07)";
}

.product-detail__option__item:nth-of-type(8)::before {
  content: "(08)";
}

.product-detail__option__item:nth-of-type(9)::before {
  content: "(09)";
}

.product-detail__option__item:nth-of-type(10)::before {
  content: "(010)";
}

.product-detail__option__item:nth-of-type(11)::before {
  content: "(011)";
}

.product-detail__option__item:nth-of-type(12)::before {
  content: "(012)";
}

.product-detail__option__item:nth-of-type(13)::before {
  content: "(013)";
}

.product-detail__option__item:nth-of-type(14)::before {
  content: "(014)";
}

.product-detail__option__item:nth-of-type(15)::before {
  content: "(015)";
}

.product-detail__option__item:nth-of-type(16)::before {
  content: "(016)";
}

.product-detail__option__item:nth-of-type(17)::before {
  content: "(017)";
}

.product-detail__option__item:nth-of-type(18)::before {
  content: "(018)";
}

.product-detail__option__item:nth-of-type(19)::before {
  content: "(019)";
}

.product-detail__option__item:nth-of-type(20)::before {
  content: "(020)";
}

.product-detail__option__item::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #E8420D;
}

.products-lineup .l-container {
  padding-top: 0;
  max-width: 1435px;
}

.products-lineup__content {
  background-color: #F8F5EB;
}

.products-lineup__content .l-container {
  padding-bottom: 60px;
  position: relative;
}

.products-lineup__content .l-container .swiper-button {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-lineup__content .l-container .swiper-button--prev {
  left: -35px;
}

.products-lineup__content .l-container .swiper-button--next {
  right: -35px;
}

.products-lineup__heading2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.18rem;
  white-space: nowrap;
  color: #E8420D;
  margin-bottom: 35px;
}

.products-lineup__swiper {
  position: relative;
  overflow: hidden;
}

.products-lineup__link {
  height: 270px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding: 24px;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #FFEBE5;
}

.products-lineup__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-lineup__imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

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

.products-lineup__ttl {
  font-size: 22px;
  font-weight: 700;
}

.product-search {
  margin-bottom: 60px;
}

.product-search__content {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #FF3E00;
  padding: 30px;
}

.product-search__content__3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: solid 1px #D7D7D7;
}

.product-search__content .search-filter-label {
  font-weight: 500;
}

.product-search__content .search-filter-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search-filter-component-popup li {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.product-search-results {
  margin-bottom: 0;
}

.product-list__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.product-list__item {
  display: block;
}

.product-list__item.hidden {
  display: none;
}

.product-list__imgWrap {
  background-color: #ffffff;
  border: 1px solid #FFEBE5;
  border-radius: 9px;
  aspect-ratio: 1/1;
  padding: 32px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-list__imgWrap img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-list__ttlWrap {
  border-left: solid 3px #E8420D;
  padding-left: 24px;
  margin-bottom: 30px;
}

.product-list__ttl--sm {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}

.product-list__ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.product-list__txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.product-list__tag__content:not(:last-child) {
  margin-bottom: 28px;
}

.product-list__tag__ttl {
  color: #5F5F5F;
  font-weight: 500;
}

.product-list__tagWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
}

.product-list__tag {
  padding: 6px 8px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  font-size: 14px;
  color: #818181;
  line-height: 1;
}

.product-list__btn.open {
  color: #E8420D;
  background-color: #ffffff;
}

.product-list__btn.open span::before {
  background-color: #ffffff;
}

.product-list__btn.open span::after {
  content: none;
}

.product-list__btn {
  padding: 18px 40px 18px 20px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  min-width: 260px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #E8420D;
  text-align: center;
  cursor: pointer;
  border: solid 3px #E8420D;
}

.product-list__btn p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.product-list__btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: currentColor;
  border-radius: 50%;
}

.product-list__btn span::before, .product-list__btn span::after {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  background-color: #E8420D;
}

.product-list__btn span::before {
  width: 50%;
  height: 2px;
}

.product-list__btn span::after {
  width: 2px;
  height: 50%;
}

.product-list__link {
  position: relative;
}

.product-list__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 9px;
}

.product-categoryList__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px;
}

.product-categoryList__imgWrap {
  background-color: #ffffff;
  border-radius: 9px;
  border: 1px solid #FFEBE5;
  aspect-ratio: 1/1;
  padding: 40px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product-categoryList__imgWrap img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-categoryList__imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 9px;
}

.product-categoryList__txt {
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.quality-detail__2col__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.quality-detail__2col__imgWrap {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.quality-detail__2col__ttl {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.quality-detail__2col__txt {
  font-size: 15px;
}

.quality-detail__about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

.quality-detail__about__item:not(:last-child) {
  margin-bottom: 80px;
}

.quality-detail__about__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quality-detail__about__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 50px);
      -ms-flex: 0 1 calc(50% - 50px);
          flex: 0 1 calc(50% - 50px);
  overflow: hidden;
}

.quality-detail__about__imgWrap img {
  border-radius: 9px;
}

.quality-content {
  background-color: #F8F5EB;
}

.quality-2col__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.5740740741vw;
}

.quality-2col__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.0509259259vw;
}

.quality-2col__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.quality-2col__ttlWrap {
  margin-bottom: 48px;
  border-bottom: solid 1px #FAAD95;
}

.quality-2col__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quality-2col__txt {
  margin-bottom: 80px;
  font-size: 15px;
}

.quality-2col__btnWrap {
  text-align: end;
}

.quality-2col__imgWrap {
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 43%;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
  margin-inline: auto;
  max-width: 540px;
}

.quality-2col__imgWrap img {
  min-height: 100%;
  min-width: 100%;
}

.quality-iso__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8.1018518519vw;
}

.quality-iso__imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.recruit-employees__mv__txtWrap {
  top: inherit !important;
  bottom: 3.4722222222vw;
  right: inherit !important;
  left: 1.1574074074vw;
}

.recruit-employees__mv__txt {
  -webkit-writing-mode: inherit !important;
      -ms-writing-mode: inherit !important;
          writing-mode: inherit !important;
}

.recruit-interview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.recruit-interview__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recruit-interview__item:nth-of-type(even) .recruit-interview__imgWrap {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}

.recruit-interview__item:nth-of-type(even) .recruit-interview__imgWrap img {
  border-radius: 10px 0 0 10px;
}

.recruit-interview__item:not(:last-child) {
  margin-bottom: 240px;
}

.recruit-interview__imgWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}

.recruit-interview__imgWrap img {
  border-radius: 0 10px 10px 0;
}

.recruit-interview__txtWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.recruit-interview__nameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.recruit-interview__name--s {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.recruit-interview__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
  padding-right: 10px;
}

.recruit-interview__faq:not(:last-child) {
  margin-bottom: 20px;
}

.recruit-interview__faq--q {
  color: #E8420D;
  font-weight: 700;
  font-size: 15px;
}

.recruit-interview__faq--a {
  font-size: 15px;
  padding-left: 24px;
}

.recruit-job__mv__content,
.recruit-employees__mv__content {
  padding-left: 6.9444444444vw;
  padding-top: 4.6296296296vw;
  position: relative;
}

.recruit-job__mv__imgWrap img {
  border-radius: 10px 0 0 10px;
}

.recruit-job__mv__txtWrap {
  position: absolute;
  top: 2.3148148148vw;
  right: 13.8888888889vw;
  background: #F8F5EB;
  padding: 1.7361111111vw 1.3888888889vw;
  display: inline-block;
}

.recruit-job__mv__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #E8420D;
  font-weight: 700;
  font-size: 2.7777777778vw;
  letter-spacing: 0.8rem;
  line-height: 1.8;
  display: inline-block;
  white-space: nowrap;
}

.recruit-job__mv__txt rt {
  font-weight: 500;
  margin-left: 4px;
  text-align: center;
  letter-spacing: 0.4rem;
}

.recruit-society__txtInner:not(:last-child) {
  margin-bottom: 90px;
}

.recruit-society__ttlWrap {
  text-align: center;
  margin-bottom: 160px;
  color: #E8420D;
}

.recruit-society__heading2--en {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.recruit-society__heading2 {
  font-size: 37px;
  font-weight: 600;
}

.recruit-society__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recruit-society__imgWrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}

.recruit-society__img {
  position: absolute;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.recruit-society__img:nth-child(1) {
  top: -5%;
  left: 5%;
  width: 60%;
}

.recruit-society__img:nth-child(2) {
  top: 30%;
  right: 5%;
  width: 30%;
}

.recruit-society__img:nth-child(3) {
  top: 50%;
  left: 20%;
  width: 40%;
}

.recruit-society__txtWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.recruit-society__ttl {
  margin-right: calc(50% - 50vw);
}

.recruit-department {
  background-color: #F8F5EB;
}

.recruit-department__item:not(:last-child) {
  border-bottom: solid 1px;
  -webkit-border-image: -webkit-linear-gradient(left, #E8420D 10%, #FFC2AF 10%) 1;
       -o-border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
          border-image: linear-gradient(90deg, #E8420D 10%, #FFC2AF 10%) 1;
  padding-bottom: 120px;
}

.recruit-system__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 22px;
}

.recruit-system___imgWrap {
  border-radius: 9px;
  aspect-ratio: 409/230;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  overflow: hidden;
}

.recruit-system___imgWrap--border {
  border: solid 1px #E8420D;
  padding: 20px;
}

.recruit-system___imgWrap--border img {
  max-height: 100%;
}

.recruit-system__ttl {
  font-size: 28px;
  font-weight: 500;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  margin-bottom: 23px;
}

.recruit-system__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #E8420D;
  content: "";
}

.recruit-mv {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}

.recruit-mv__video {
  position: absolute;
  /* 背景として配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.recruit-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 8.1018518519vw;
  padding-right: 8.1018518519vw;
}

.recruit-mv__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit-heading1 {
  font-size: 4.9768518519vw;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.7361111111vw;
}

.recruit-heading1 rt {
  font-size: 1.7361111111vw;
  text-align: center;
  margin-bottom: 0.3472222222vw;
  font-weight: 500;
}

.recruit-mv__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
}

.recruit-mv__imgWrap {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 100%;
}

.recruit-mv__img {
  position: relative;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.recruit-mv__img:nth-child(1) {
  top: 2.8935185185vw;
  left: 20%;
  width: 26.8518518519vw;
}

.recruit-mv__img:nth-child(2) {
  top: 14.4675925926vw;
  right: 0;
  width: 13.1365740741vw;
}

.recruit-mv__img:nth-child(3) {
  bottom: -4.6296296296vw;
  left: 0;
  width: 20.1388888889vw;
}

.recruit-message {
  margin-bottom: 260px;
}

.recruit-message__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.recruit-message__imgWrap {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.recruit-message__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit-message__ttl {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 48px;
}

.recruit-message__txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
}

.recruit-know {
  margin-bottom: 145px;
}

.recruit-know__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.recruit-know__item {
  background: no-repeat center/cover;
  aspect-ratio: 635/370;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-radius: 10px;
  overflow: hidden;
}

.recruit-know__item:nth-of-type(1) {
  background-image: url(../imgs/recruit/job@2x.jpg);
}

.recruit-know__item:nth-of-type(2) {
  background-image: url(../imgs/recruit/employees/employees@2x.jpg);
}

.recruit-know__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 56px 48px;
  width: 100%;
  height: 100%;
  position: relative;
}

.recruit-bkBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruit-know__txtWrap {
  z-index: 10;
}

.recruit-know__ttl,
.recruit-know__txt {
  color: #ffffff;
  font-weight: 700;
}

.recruit-know__ttl {
  font-size: 36px;
  margin-bottom: 20px;
}

.recruit-know__txt {
  font-size: 15px;
}

.recruit-project {
  margin-bottom: 345px;
}

.recruit-project__top {
  margin-bottom: 80px;
}

.recruit-project__txt {
  font-size: 15px;
  font-weight: 500;
}

.recruit-project__2col__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
}

.recruit-project__2col__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
}

.recruit-project__2col__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recruit-project__2col__item:nth-of-type(even) .recruit-project__2col__numWrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recruit-project__2col__item:nth-of-type(even) .recruit-project__2col__imgWrap__txtWrap {
  right: -24px;
  left: inherit;
}

.recruit-project__2col__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
}

.recruit-project__2col__imgWrap__txtWrap {
  position: absolute;
  bottom: 20px;
  left: -24px;
  color: #ffffff;
  background: -webkit-linear-gradient(357deg, #EAA030 0.89%, #E8420D 102.33%);
  background: linear-gradient(93deg, #EAA030 0.89%, #E8420D 102.33%);
  padding: 14px 17px;
  border-radius: 6px;
}

.recruit-project__2col__imgWrap__txt--s,
.recruit-project__2col__imgWrap__txt {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  line-height: 1;
}

.recruit-project__2col__imgWrap__txt--s {
  font-size: 10.523px;
  margin-bottom: 8px;
  letter-spacing: 0.08rem;
}

.recruit-project__2col__imgWrap__txt {
  font-size: 16px;
  letter-spacing: 0.12rem;
}

.recruit-project__2col__imgInner {
  border-radius: 10px;
  overflow: hidden;
}

.recruit-project__2col__txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit-project__2col__numWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 22px;
}

.recruit-project__2col__num {
  font-size: 4.5138888889vw;
  font-weight: 400;
  color: #E8420D;
  font-family: "Geist", sans-serif;
  position: relative;
  padding-right: 4.6296296296vw;
}

.recruit-project__2col__num::before {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 1px;
  height: 80%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  background-color: currentColor;
}

.recruit-project__2col__numTxt {
  font-size: 1.8518518519vw;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  color: #E8420D;
}

.recruit-project__2col__txtInner {
  padding: 0 32px;
}

.recruit-project__2col__ttl {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.recruit-bottom {
  margin-bottom: 245px;
}

.recruit-bottom__txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
  margin-bottom: 40px;
}

.recruit-bottom__txt {
  font-size: 14px;
  font-weight: 500;
}

.recruit-bottom__2col__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recruit-bottom__2col__imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background: url(../imgs/recruit/description@2x.jpg) no-repeat center/cover;
  border-radius: 20px;
  aspect-ratio: 635/200;
  padding: 35px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.recruit-bottom__2col__imgWrap__txtWrap {
  z-index: 10;
  position: relative;
}

.recruit-bottom__2col__imgWrap__txt--s {
  font-size: 18px;
  font-weight: 700;
  font-family: "Geist", sans-serif;
}

.recruit-bottom__2col__imgWrap__txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.recruit-bottom__2col__btnWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-bottom__2col__btn__txt {
  color: #E8420D;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 16px;
}

.recruit-bottom__2col__btn {
  font-size: 26px;
  text-align: center;
  width: 490px;
  max-width: 100%;
  padding: 18px 30px;
}

.recruit-bottom__2col__btn span {
  width: 46px;
  height: 46px;
}

.recruit-bottom__2col__btn span::before {
  border-left: solid 6px currentColor;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}

.recruiting-content {
  margin-bottom: 230px;
}

.recruiting-tab__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}

.recruiting-tab__wrap .tab-label {
  color: #E8420D;
  background: #F8F5EB;
  padding: 30px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  border: solid 2px #E8420D;
  border-bottom: none;
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: calc(50% - 7px);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.recruiting-tab__wrap .tab-label:nth-of-type(1) {
  margin-right: 14px;
}

.recruiting-tab__wrap .tab-content {
  width: 100%;
  display: none;
  padding: 60px 70px 90px;
  z-index: 10;
  background: #FFFDF6;
  border: solid 2px #E8420D;
}

.recruiting-tab__wrap .tab-switch:checked + .tab-label {
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  background: #FFFDF6;
  z-index: 20;
  border-top: solid 13px;
}

.recruiting-tab__wrap .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

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

.crecruiting-tab__tableWrap {
  margin-bottom: 100px;
}

.crecruiting-tab__tableWrap table {
  width: 100%;
}

.crecruiting-tab__tableWrap th,
.crecruiting-tab__tableWrap td {
  padding: 35px 0;
  border-bottom: solid 1px;
  font-weight: 300;
}

.crecruiting-tab__tableWrap th {
  font-size: 24px;
  font-weight: 500;
  border-color: #E8420D;
  width: 160px;
}

.crecruiting-tab__tableWrap td {
  border-color: #FFC2AF;
  vertical-align: middle;
}

.strengths-main {
  margin-bottom: 130px;
}

.strengths-main__imgWrap {
  border-radius: 9px;
  overflow: hidden;
  height: 510px;
}

.strengths-main__imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  border-radius: 6px;
}

.strengths-main__txtWrap {
  background: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  padding-bottom: 80px;
  padding-top: 400px;
  padding-left: 60px;
  padding-right: 40px;
  margin-top: -320px;
  color: #ffffff;
  margin-left: 100px;
  border-radius: 10px 0 0 10px;
  margin-right: calc(50% - 50vw);
}

.strengths-main__txtInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1235px;
}

.strengths-main__ttl {
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
}

.strengths-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}

.strengths-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6296296296vw;
}

.strengths-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.strengths-item:nth-of-type(even) .strengths-imgInner::before {
  left: -2.6041666667vw;
}

.strengths-item:nth-of-type(1) .strengths-num::before {
  content: "01";
}

.strengths-item:nth-of-type(2) .strengths-num::before {
  content: "02";
}

.strengths-item:nth-of-type(3) .strengths-num::before {
  content: "03";
}

.strengths-item:nth-of-type(4) .strengths-num::before {
  content: "04";
}

.strengths-item:nth-of-type(5) .strengths-num::before {
  content: "05";
}

.strengths-item:nth-of-type(6) .strengths-num::before {
  content: "06";
}

.strengths-item:nth-of-type(7) .strengths-num::before {
  content: "07";
}

.strengths-item:nth-of-type(8) .strengths-num::before {
  content: "08";
}

.strengths-item:nth-of-type(9) .strengths-num::before {
  content: "09";
}

.strengths-item:nth-of-type(10) .strengths-num::before {
  content: "010";
}

.strengths-item:nth-of-type(11) .strengths-num::before {
  content: "011";
}

.strengths-item:nth-of-type(12) .strengths-num::before {
  content: "012";
}

.strengths-item:nth-of-type(13) .strengths-num::before {
  content: "013";
}

.strengths-item:nth-of-type(14) .strengths-num::before {
  content: "014";
}

.strengths-item:nth-of-type(15) .strengths-num::before {
  content: "015";
}

.strengths-item:nth-of-type(16) .strengths-num::before {
  content: "016";
}

.strengths-item:nth-of-type(17) .strengths-num::before {
  content: "017";
}

.strengths-item:nth-of-type(18) .strengths-num::before {
  content: "018";
}

.strengths-item:nth-of-type(19) .strengths-num::before {
  content: "019";
}

.strengths-item:nth-of-type(20) .strengths-num::before {
  content: "020";
}

.strengths-txtWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.strengths-numWrap {
  border-right: solid 1px #FFC2AF;
  padding-right: 2.3148148148vw;
}

.strengths-num {
  color: #E8420D;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.strengths-num::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  font-size: 80px;
  line-height: 1.4;
  font-family: "Geist", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  background: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strengths-txtInner {
  padding-left: 2.8935185185vw;
}

.strengths-imgWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.strengths-heading2 {
  color: #E8420D;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
}

.strengths-ttl {
  color: #E8420D;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
}

.strengths-imgWrap {
  margin-bottom: 2.3148148148vw;
}

.strengths-imgInner {
  position: relative;
}

.strengths-imgInner img {
  border-radius: 9px;
}

.strengths-imgInner::before {
  position: absolute;
  right: -2.6041666667vw;
  bottom: -2.3148148148vw;
  background-color: #FFEFE9;
  border-radius: 9px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}

.tech-main__imgWrap {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 40px;
  aspect-ratio: 1000/563;
}

.tech-main__imgWrap img {
  min-width: 100%;
  min-height: 100%;
}

#ez-toc-container {
  max-width: 1000px;
  margin-bottom: 120px !important;
  padding: 40px 64px;
  border-radius: 6px;
}

#ez-toc-container .ez-toc-title-container {
  margin-bottom: 40px;
}

#ez-toc-container nav > ul > li > a {
  display: block;
  position: relative;
  padding-right: 40px;
  border-bottom: solid 1px #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#ez-toc-container nav > ul > li > a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "";
  border-top: solid 8px #E8420D;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

#ez-toc-container nav > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

#ez-toc-container nav > ul li {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

#ez-toc-container nav > ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.tech-2col {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  margin-bottom: 120px !important;
}

.tech-2col p,
.tech-2col .wp-block-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tech-2col figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.tech-2col figure img {
  width: 100%;
  border-radius: 0px;
}

.wp-block-image {
  text-align: center;
}

.wp-block-image img {
  max-width: 60%;
  margin-inline: auto;
  border-radius: 9px;
}

.tec-example {
  width: 100%;
}

.tec-example .tec-example__ttl {
  color: #E8420D;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

.tec-example ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.tec-example li {
  padding-bottom: 18px;
  padding-left: 60px;
  border-bottom: solid 1px #E8420D;
  position: relative;
}

.tec-example li:nth-of-type(1)::before {
  content: "(01)";
}

.tec-example li:nth-of-type(2)::before {
  content: "(02)";
}

.tec-example li:nth-of-type(3)::before {
  content: "(03)";
}

.tec-example li:nth-of-type(4)::before {
  content: "(04)";
}

.tec-example li:nth-of-type(5)::before {
  content: "(05)";
}

.tec-example li:nth-of-type(6)::before {
  content: "(06)";
}

.tec-example li:nth-of-type(7)::before {
  content: "(07)";
}

.tec-example li:nth-of-type(8)::before {
  content: "(08)";
}

.tec-example li:nth-of-type(9)::before {
  content: "(09)";
}

.tec-example li:nth-of-type(10)::before {
  content: "(010)";
}

.tec-example li:nth-of-type(11)::before {
  content: "(011)";
}

.tec-example li:nth-of-type(12)::before {
  content: "(012)";
}

.tec-example li:nth-of-type(13)::before {
  content: "(013)";
}

.tec-example li:nth-of-type(14)::before {
  content: "(014)";
}

.tec-example li:nth-of-type(15)::before {
  content: "(015)";
}

.tec-example li:nth-of-type(16)::before {
  content: "(016)";
}

.tec-example li:nth-of-type(17)::before {
  content: "(017)";
}

.tec-example li:nth-of-type(18)::before {
  content: "(018)";
}

.tec-example li:nth-of-type(19)::before {
  content: "(019)";
}

.tec-example li:nth-of-type(20)::before {
  content: "(020)";
}

.tec-example li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #E8420D;
}

.tech-type {
  padding: 80px;
}

.tech-type img {
  border: 1px solid #FFEBE5;
}

.tech-type .tech-type__item {
  gap: 80px;
}

.tech-type .tech-type__item .wp-block-media-text__content {
  padding: 0;
}

.tech-type .tech-type__ttl {
  color: #E8420D;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-top: 24px;
  margin-left: 26px;
  margin-bottom: 40px;
}

.tech-type .tech-type__ttl::before {
  position: absolute;
  top: 0;
  left: -23px;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #E8420D;
}

.tech-type .tech-type__ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #FFAA8F;
  font-size: 12px;
  font-family: "Geist", sans-serif;
  content: "TYPE";
}

.tech-type .tech-type__subTtl {
  color: #E8420D;
  font-size: 22px;
  margin-bottom: 40px;
}

.wp-block-media-text__media img {
  border-radius: 9px;
}

.top-mv {
  width: 100%;
  height: calc(100vh + 1px);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.top-mv__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.top-mv__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.9444444444vw;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  padding-left: 3.8773148148vw;
  padding-right: 3.8773148148vw;
}

.top-mv__bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.top-mv__video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 0s linear 1s;
  transition: opacity 1s ease, visibility 0s linear 1s;
  z-index: -1;
}

.top-mv__video.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.top-mv__videoInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.top-mv__videoInner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-heading1 {
  color: #E8420D;
  font-size: 5.5555555556vw;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
}

.top-mv__txt {
  font-size: 2.3148148148vw;
  font-weight: 700;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}

.top-mv__txt ruby {
  line-height: normal;
}

.top-mv__txt rt {
  font-size: 0.9259259259vw;
  letter-spacing: 0.4rem;
  text-align: center;
  margin-bottom: 0.3472222222vw;
}

.top-mv__newsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-bottom: solid 1px #E3E3E3;
}

.top-mv__news-mark {
  padding: 24px 40px;
  background-color: #363636;
  color: #ffffff;
}

.top-mv__news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
}

.top-mv__news-date {
  font-family: "Geist", sans-serif;
  font-size: 13px;
  color: #E8420D;
}

.top-mv__news-ttl {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.top-mv__recruitBtn {
  position: absolute;
  bottom: -2.3148148148vw;
  right: 9.1435185185vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 0s linear 1s;
  transition: opacity 1s ease, visibility 0s linear 1s;
  z-index: -2;
}

.top-mv__recruitBtn img {
  width: 10.5324074074vw;
}

.top-mv__recruitBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-mv__recruitBtn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 10;
}

.top-strength {
  margin-bottom: 197px;
}

.top-strength__txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
  margin-bottom: 65px;
}

.top-strength__imgWrap {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1435/414;
  border-radius: 10px;
}

.top-strength__imgWrap img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-strength__imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-product {
  background: -webkit-linear-gradient(338deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 4.74%, rgba(255, 119, 75, 0.95) 95.84%);
}

.top-product__txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
  margin-bottom: 65px;
}

.top-product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-right: calc(50% - 50vw);
}

.top-product__navWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 320px;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
}

.top-product__nav-ttl {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  padding-bottom: 14px;
  border-bottom: solid 1px #FABAA6;
  display: block;
  letter-spacing: 0.1rem;
}

.top-product__nav-list {
  margin-bottom: 40px;
}

.top-product__nav-item {
  border-bottom: solid 1px #FABAA6;
  padding: 7px 0;
}

.top-product__nav-link.active {
  background-color: #ffffff;
  color: #E8420D;
}

.top-product__nav-link {
  color: #ffffff;
  font-size: 15px;
  padding: 20px 24px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-product__nav-link span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  border: solid 1px currentColor;
  border-radius: 50%;
}

.top-product__nav-link span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  border-left: solid 5px currentColor;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

.top-product__list {
  display: none;
  visibility: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
}

.top-product__list .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.top-product__list .swiper-slide {
  width: 29.4117647059%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-product__list.display {
  display: block;
  visibility: visible;
}

@-webkit-keyframes productDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes productDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-product__swiper-item {
  aspect-ratio: 322/428;
  border-radius: 10px;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #363636 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #363636 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #363636 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #363636 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #000;
  overflow: hidden;
}

.top-product__swiper-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 11;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.top-product__swiper-numWrap {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 9px;
  font-family: "Geist", sans-serif;
}

.top-product__swiper-numWrap::before {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  content: attr(data-num);
}

.top-product__swiper-numWrap::after {
  position: absolute;
  top: 0;
  right: -6px;
  content: "";
  width: 1px;
  height: 30px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.top-product__swiper-imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  aspect-ratio: 257/272;
  overflow: hidden;
}

.top-product__swiper-imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* または cover */
  -o-object-position: center;
     object-position: center;
}

.top-product__swiper-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #ffffff;
  color: #E8420D;
  font-size: 9px;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px 14px;
  padding-right: 30px;
  line-height: 1;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-product__swiper-btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  width: 16px;
  height: 16px;
  border: solid 1px currentColor;
  border-radius: 50%;
}

.top-product__swiper-btn span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  border-left: solid 3px currentColor;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}

.top-case {
  background-color: #17232D;
  border-bottom: solid 1px #FFFDF6;
}

.top-case__content {
  overflow: hidden;
}

.top-case__imgWrap {
  aspect-ratio: 390/414;
  overflow: hidden;
  border-radius: 9px;
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
}

.top-case__imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top-case__imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-case__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 7px;
}

.top-case__btntitle {
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  min-width: 95px;
}

.top-case__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 5px;
  margin-top: 6px;
}

.top-case__btn-wrap .top-case__btn:hover {
  background-color: #E8420D;
  color: #ffffff;
}

.top-case__btn {
  background-color: #ffffff;
  color: #E8420D;
  font-size: 12px;
  border: solid 1px #E8420D;
  border-radius: 20px;
  padding: 8px 6px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  min-width: 105px;
  text-align: center;
  margin-right: 5px;
}

.top-case__btn.current {
  background-color: #E8420D;
  color: #ffffff;
}

.top-case__ttl {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}

.top-case__tagWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.top-case__tagtitle {
  color: #fff;
}

.top-case__tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-block: 10px;
  line-height: 1;
  border-radius: 4px;
}

.top-card {
  background: #F8F5EB;
}

.top-card__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.top-card__item {
  background: no-repeat center/cover;
  aspect-ratio: 616/576;
  border-radius: 10px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-card__item:nth-child(1) {
  background-image: url(../imgs/top/quality@2x.jpg);
}

.top-card__item:nth-child(2) {
  background-image: url(../imgs/top/technology@2x.jpg);
}

.top-card__item-txt {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 32px;
}

.top-news .l-wrap {
  max-width: 1235px;
}

.top-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.787037037vw;
}

.top-news__txtWrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 410px;
      -ms-flex: 0 1 410px;
          flex: 0 1 410px;
}

.top-news__txt {
  margin-bottom: 40px;
  line-height: 2.2;
}

.top-news__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: solid 1px #E3E3E3;
  padding-top: 33px;
  padding-bottom: 33px;
}

.top-news__link:nth-child(1) {
  border-top: solid 1px #E3E3E3;
}

.top-news__date {
  color: #E8420D;
  font-size: 14px;
  font-family: "Geist", sans-serif;
  width: 90px;
}

.top-belt img {
  width: 100%;
}

.top-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.top-2col__itemWrap:nth-child(1) {
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}

.top-2col__itemWrap:nth-child(1) .top-2col__item {
  background-image: url(../imgs/top/company@2x.jpg);
}

.top-2col__itemWrap:nth-child(2) .top-2col__item {
  background-image: url(../imgs/top/recruit@2x.jpg);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-2col__item {
  background: no-repeat center/cover;
  height: 39.9305555556vw;
  max-height: 690px;
  padding: 70px 6.3657407407vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1920px) {
  /* pc最大 横の画面幅-1920px以上 */
  .header-gtranslate .glink,
  .header-gtranslate .gt-current-lang {
    font-size: 15px;
  }
  .header-gtranslate__txt {
    font-size: 16px;
  }
  .header-btn {
    font-size: 15px;
    padding: 15px 18px;
    border-radius: 30px;
    width: 170px;
  }
  .header-nav__link {
    font-size: 18px;
    padding: 16px 25px;
  }
}

@media screen and (min-width: 1400px) {
  /* pc最大 横の画面幅-1367px以上 */
}

@media screen and (max-width: 1600px) {
  /* 画面幅-1600px */
  .products-lineup__content .l-container .swiper-button--prev {
    left: 0;
  }
  .products-lineup__content .l-container .swiper-button--next {
    right: 0;
  }
  .recruit-society__ttl {
    margin-right: 0;
  }
  .strengths-main__txtInner {
    gap: 40px;
  }
  .strengths-main__ttl {
    font-size: 24px;
  }
  .strengths-main__txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 1240px) {
  /* 画面幅-1240px */
  .footer-cta__inner {
    gap: 20px;
  }
  .footer-cta__content-top {
    gap: 50px;
  }
  .footer-cta__content-top__ttl {
    font-size: 16px;
  }
  .footer-btn {
    padding-left: 48px !important;
  }
  .footer-btn::after {
    left: 15px;
    width: 22px;
    height: 16px;
  }
  .footer-cta__content-top__tel {
    font-size: 30px;
    padding-left: 24px;
  }
  .footer-cta__content-top__tel::before {
    width: 20px;
    height: 30px;
  }
  .recruit-society--employees .ornament:nth-child(3) {
    left: 0;
    bottom: -11%;
    width: 17%;
  }
  .recruit-job__mv__txtWrap {
    position: relative;
    top: -40px;
    left: -6.9444444444vw;
    padding: 20px 40px;
    padding-left: 80px;
  }
  .recruit-job__mv__txt {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .top-news__inner {
    gap: 40px;
  }
  .top-news__txtWrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
        -ms-flex: 0 1 340px;
            flex: 0 1 340px;
  }
}

@media screen and (max-width: 1024px) {
  /* iPad 横の画面幅-1024px */
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  a,
  tr,
  th,
  td {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
  .l-section {
    margin-bottom: 80px;
  }
  .l-wrap--w {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc-only {
    display: none;
    visibility: hidden;
  }
  .sp-only {
    display: block;
    visibility: visible;
  }
  .upper-btnWrap {
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
  }
  .upper-btnWrap::before {
    width: 15px;
    height: 3px;
    bottom: 23px;
    left: 37%;
  }
  .upper-btnWrap::after {
    left: 36%;
    top: 33%;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .footer-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .footer-news__txtWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .footer-cta__content-top__ttl {
    font-size: 18px;
  }
  .footer-btn {
    width: 100%;
    max-width: 337px;
    text-align: center;
    padding: 14px 0 !important;
  }
  .footer-btn::after {
    left: 40px;
  }
  .footer-cta__content-top__tel {
    font-size: 40px;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .footer-cta__content-top__tel::before {
    width: 24px;
    height: 36px;
  }
  .footer-cta__content-top__txt {
    padding-left: 33px;
  }
  .footer-cta__content-bt img {
    border-radius: 9px;
  }
  .footer-cta__content-bt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 66px;
  }
  .footer-logoWrap img {
    width: 298px;
  }
  .footer-nav {
    margin-bottom: 56px;
  }
  .footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-nav__link {
    font-size: 13px;
  }
  .footer-nav__list--s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 20px;
  }
  .footer-copyWrap {
    text-align: start;
    padding: 8px 0;
  }
  .footer-copyWrap small {
    letter-spacing: normal;
  }
  .form-txt {
    padding: 24px 20px;
    font-size: 14px;
    text-align: start;
  }
  .form-headWrap {
    gap: 56px;
    margin-bottom: 60px;
  }
  .form-headItem {
    font-size: 14px;
  }
  .form-headItem:nth-child(1) span::before, .form-headItem:nth-child(2) span::before {
    width: 15px;
  }
  .form-headItem.current {
    font-size: 14px;
  }
  .form-headItem.current span::before {
    left: 48px;
  }
  .form-wrap {
    padding-left: 0;
  }
  .form-noticeWrap {
    padding: 24px 24px;
  }
  .form-notice__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form-notice__txt {
    font-size: 14px;
  }
  .form-table th {
    margin-bottom: 6px;
    margin-left: 38px;
  }
  .form-table label {
    font-size: 15px;
  }
  .form-input,
  .form-select {
    padding: 8px 10px;
  }
  .form-must {
    font-size: 10px;
    padding: 0 4px;
    left: -35px;
  }
  .form-selectWrap .wpcf7-form-control-wrap::before {
    right: 4px;
    border-top: solid 7px currentColor;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
  }
  .form-select {
    width: 143px;
  }
  select[name=your-birth1],
  select[name=your-birth2],
  select[name=your-birth3] {
    width: 90px;
  }
  select[name=your-subject],
  select[name=your-prefecture] {
    width: 160px;
  }
  .form-select__txt {
    padding: 6px;
  }
  .wpcf7-acceptance {
    display: block;
  }
  .form-must--privacy {
    margin-right: 0;
    margin-left: 45px;
    top: initial;
  }
  .form-table .form-check span.wpcf7-list-item,
  .wpcf7-acceptance span.wpcf7-list-item {
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .form-table .form-check label,
  .wpcf7-acceptance label {
    padding-left: 0;
  }
  .form-table .form-check .wpcf7-list-item-label,
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
  }
  .form-table .form-check .wpcf7-list-item-label::before,
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    left: -20px;
    top: 2px;
  }
  .form-table .form-check input:checked + .wpcf7-list-item-label::after,
  .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: -16px;
  }
  .form-table .form-check a,
  .wpcf7-acceptance a {
    font-size: 13px;
  }
  .form-btn {
    font-weight: 500;
    font-size: 13px;
    padding: 14px 20px 14px 24px;
    min-width: 206px;
  }
  .form-thanks__content {
    margin-bottom: 64px;
  }
  .form-thanks__ttl {
    text-align: start;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .form-thanks__txt {
    font-size: 14px;
  }
  .recaptcha-txt {
    font-size: 13px;
  }
  .recaptcha-txt a {
    font-size: 12px;
  }
  .form-header {
    margin-bottom: 12px;
  }
  body.page-id-319 .form-header,
  body.page-id-312 .form-header {
    margin-left: 38px;
  }
  body.page-id-319 .header-nav__link,
  body.page-id-319 .header-sdgs {
    visibility: visible;
  }
  body.page-id-312 .header-nav__link,
  body.page-id-312 .header-sdgs {
    visibility: visible;
  }
  body.page-id-355 .header-nav__link,
  body.page-id-355 .header-sdgs {
    visibility: visible;
  }
  header {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 50px;
  }
  .header-logoContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 14px 16px;
    position: fixed;
    top: 0;
    background-color: #FFFDF6;
  }
  .header-logoWrap img {
    width: 205px;
  }
  .header-navContent {
    padding: 80px 16px 0;
    display: none;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 15px;
  }
  .header-nav__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 15px;
  }
  .header-gtranslate {
    display: none;
  }
  .header-gtranslate .glink,
  .header-gtranslate .gt-current-lang {
    font-size: 17px;
  }
  .glink {
    padding: 0 10px;
  }
  .glink:not(:first-of-type)::after {
    right: -4px;
    opacity: 0.6;
  }
  .header-btn {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 18px;
    border-radius: 50px;
  }
  .header-btn--bl::before {
    display: none;
  }
  .header-btn--bl {
    background: #243B4F;
  }
  .header-btn--rd::before {
    display: none;
  }
  .header-btn--rd {
    background: #ffffff;
    color: #f47d56;
  }
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav__item {
    border-bottom: solid 1px #FF835C;
  }
  .header-nav__link span {
    height: 100%;
    width: 60px;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-nav__link span::before, .header-nav__link span::after {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #ffffff;
    content: "";
    width: 16px;
    height: 1px;
  }
  .header-nav__link span::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
        -ms-transform: translate(50%, -50%) rotate(90deg);
            transform: translate(50%, -50%) rotate(90deg);
  }
  .header-nav__link {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0;
    width: 100%;
  }
  .header-nav__link::before {
    content: none;
  }
  .header-nav__2levels {
    position: relative;
    background: none;
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .header-nav__2levelsInner {
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 14px;
    padding-top: 0;
  }
  .header-nav__2levels__ttlWrap {
    display: none;
  }
  .header-nav__2levels__nav-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .header-nav__2levels__nav-item {
    border: none;
    padding: 0;
  }
  .header-nav__2levels__nav-item--pro {
    display: block;
  }
  .header-nav__2levels__nav-item--pro:last-child .header-nav__2levels__nav-itemInner--pro {
    border: none;
  }
  .header-nav__2levels__nav-itemInner--pro {
    border: none;
    padding: 0;
  }
  .header-nav__2levels__nav-link,
  .header-nav__2levels__nav-link--pro {
    padding: 14px 0;
    font-weight: 300;
  }
  .header-nav__2levels__nav-link span {
    display: none;
  }
  .header-nav__2levels__nav-link--pro {
    position: relative;
  }
  .header-nav__2levels__nav-link--pro span {
    height: 100%;
    width: 60px;
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: none;
    z-index: 10;
  }
  .header-nav__2levels__nav-link--pro span::before, .header-nav__2levels__nav-link--pro span::after {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "";
    background-color: #ffffff;
    width: 12px;
    height: 1px;
  }
  .header-nav__2levels__nav-link--pro span::before {
    border: none;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
        -ms-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  .header-nav__2levels__nav-link--pro span::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
        -ms-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .header-nav__2levels__nav-link--pro::after {
    display: none;
  }
  .header-nav__3levels {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100svh - 60px);
    z-index: 30;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: -webkit-linear-gradient(338deg, #e8440d 4.74%, #ff784b 95.84%);
    background: linear-gradient(112deg, #e8440d 4.74%, #ff784b 95.84%);
    overflow-y: scroll;
  }
  .header-nav__3levels.display {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header-nav__3levelsInner {
    background-color: #F8F5EB;
    color: #E8420D;
    border-radius: 0;
    padding: 0 30px;
    position: relative;
    margin-bottom: 20px;
  }
  .header-nav__3levels__nav-list {
    grid-template-columns: 1fr;
  }
  .header-nav__3levels__nav-item:last-child {
    border: none;
  }
  .header-address__cta {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .header-visual {
    padding-bottom: 18px;
    padding-top: 95px;
  }
  .header-visual__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-visual__inner--s .c-ttl,
  .header-visual__inner--tax .c-ttl {
    padding-left: 14px;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 12px;
  }
  .header-visual--tax {
    border-bottom: solid 1px #E8420D;
    padding-bottom: 18px;
    margin-bottom: 40px;
    padding-top: 95px;
  }
  .recruit-mv .ornament:nth-child(1) {
    width: 20%;
    top: 20%;
    right: 0;
  }
  .recruit-mv .ornament:nth-child(2) {
    width: 20%;
    top: 48%;
    right: 38%;
  }
  .recruit-mv .ornament:nth-child(3) {
    left: 0;
    width: 25%;
    bottom: 0;
  }
  .recruit-message__content .ornament {
    width: 10%;
    bottom: -10%;
  }
  .recruit-project .l-wrap .ornament:nth-child(1) {
    display: none;
  }
  .recruit-project .l-wrap .ornament:nth-child(2) {
    right: 10%;
    bottom: -6%;
    width: 20%;
  }
  .recruit-project .l-wrap .ornament:nth-child(3) {
    width: 25%;
    top: -10%;
    right: 8%;
  }
  .recruit-bottom .l-wrap .ornament {
    right: 5%;
    width: 20%;
    bottom: inherit;
    top: -6%;
  }
  .recruit-job__mv__content .ornament {
    left: 0;
    bottom: -33%;
    width: 16%;
    z-index: 20;
  }
  .recruit-society--job .ornament:nth-child(1) {
    width: 20%;
    right: 3%;
  }
  .recruit-society--job .ornament:nth-child(2) {
    bottom: -22%;
    width: 10%;
    left: 0;
  }
  .recruit-department .l-container .ornament {
    bottom: -3%;
    right: 3%;
    width: 14%;
  }
  .recruit-system .l-container .ornament {
    left: -3%;
    bottom: 3%;
    width: 20%;
  }
  .recruit-employees__mv__content .ornament {
    bottom: -15%;
    width: 16%;
    z-index: 20;
    right: 0;
  }
  .recruit-society--employees .ornament:nth-child(1) {
    left: 0;
    top: -2%;
    width: 14%;
  }
  .recruit-society--employees .ornament:nth-child(2) {
    top: 27%;
    width: 13%;
    right: 5%;
  }
  .recruit-society--employees .ornament:nth-child(3) {
    left: -3%;
    bottom: -5%;
    width: 17%;
  }
  .post-head__txtWrap {
    margin-bottom: 40px;
  }
  .post-list {
    gap: 40px;
  }
  .post-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-date {
    font-size: 16px;
  }
  .post-tagWrap {
    margin-bottom: 22px;
  }
  .post-tag {
    font-size: 12px;
    padding: 5px 20px;
  }
  .post-thumbnail {
    max-width: 80%;
  }
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi .page {
    font-size: 18px;
    padding-inline: 5px;
  }
  .wp-pagenavi .current {
    font-size: 18px;
    padding-top: 8.5px;
    padding-bottom: 12.5px;
    padding-inline: 18.5px;
  }
  .breadcrumbsWrap {
    margin-top: 20px;
  }
  .breadcrumbs span a {
    font-size: 10px;
  }
  .breadcrumbSpan {
    width: 8px;
    margin: 0 8px;
  }
  .breadcrumbs .current-item {
    font-size: 10px;
  }
  .c-btn {
    font-weight: 500;
    font-size: 13px;
    padding: 14px 20px 14px 1px;
    min-width: 300px;
  }
  .c-btn .arrow {
    width: 24px;
    height: 24px;
  }
  .c-btn .arrow::before {
    border-left: solid 4px currentColor;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
  }
  .swiper-button {
    width: 48px;
    height: 48px;
  }
  .swiper-button--prev::before {
    border-right: solid 10px currentColor;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
  }
  .swiper-button--next::before {
    border-left: solid 10px currentColor;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
  }
  .product-download__checkLabel {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-top: 65px;
  }
  #logo_loader .f_logo img {
    max-width: 40%;
  }
  .c-scrollOuter {
    left: 0;
    width: 40px;
  }
  .c-scrollWrap {
    left: 20px;
  }
  .c-scroll {
    height: 60px;
  }
  .c-scroll__txt {
    font-size: 12px;
    top: -70px;
  }
  .c-heading1--en {
    font-size: 12px;
    padding-left: 14px;
    white-space: inherit;
  }
  .c-heading1--en::before {
    width: 5px;
  }
  .c-heading2--en {
    font-size: 10px;
    padding-left: 12px;
  }
  .c-heading2--en::before {
    width: 4px;
  }
  .c-heading1 {
    font-size: 28px;
    white-space: inherit;
    padding-left: 9px;
  }
  .c-heading1--s {
    font-size: 28px;
    margin-bottom: 0;
    padding-left: 9px;
  }
  .c-heading2 {
    font-size: 24px;
    letter-spacing: 0.1rem;
    white-space: inherit;
  }
  .c-ttlWrap p,
  .c-ttl {
    font-size: 20px;
    letter-spacing: normal;
    margin-bottom: 24px;
  }
  .c-heading1--s .small {
    font-size: 12px;
  }
  .case-methodWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .case-method__ttlWrap {
    padding-top: 20px;
  }
  .case-method__ttl {
    font-size: 24px;
  }
  .case-method__dl .case-method__dt,
  .case-method__dl .case-method__dd {
    font-size: 14px;
  }
  .case-method__dl .case-method__dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
        -ms-flex: 0 1 100px;
            flex: 0 1 100px;
  }
  .case-list__swiper .swiper-buttonWrap {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .company-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .company-about__tableWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .company-about__tableWrap th,
  .company-about__tableWrap td {
    font-size: 13px;
  }
  .company-about__tableWrap th {
    width: 130px;
  }
  .company-about__mapWrap iframe {
    min-height: 300px;
  }
  .company-about__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .company-about__2col__imgWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .company-about__2col__imgWrap img {
    max-width: 170px;
  }
  .company-about__2col__ttl {
    font-size: 18px;
  }
  .company-about__2col__txt {
    line-height: 2;
  }
  .company-about__policy__txt {
    font-size: 18px;
    letter-spacing: normal;
  }
  .company-about__policy__txt--end {
    text-align: inherit;
  }
  .company-greeting__content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-greeting__imgWrap {
    border-radius: 10px;
  }
  .company-greeting__heading2 {
    font-size: 28px;
  }
  .company-greeting__nameTxt {
    font-size: 18px;
  }
  .company-greeting__name {
    font-size: 22px;
  }
  .company-greeting__txt {
    font-size: 14px;
  }
  .company-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    position: relative;
  }
  .company-history__item::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #E8420D;
  }
  .company-history__item--last::before {
    content: none;
  }
  .company-history__imgWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            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__txtWrap {
    padding-left: 40px;
  }
  .company-history__txtWrap::before {
    content: none;
  }
  .company-history__yearWrap::before {
    width: 12px;
    height: 12px;
    left: -38px;
  }
  .company-history__yearWrap::after {
    width: 38px;
    left: -38px;
  }
  .company-history__year {
    font-size: 24px;
  }
  .company-history__year--s {
    font-size: 13px;
    line-height: 1.4;
  }
  .company-history__txt {
    font-size: 13px;
  }
  .company-location__2col__addressWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-location__kawakin__txt {
    font-size: 18px;
  }
  .company-sdgs__img {
    text-align: start;
  }
  .company-sdgs__csr__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    gap: 24px;
  }
  .company-sdgs__csr__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .company-sdgs__csr__imgWrap {
    text-align: center;
  }
  .company-sdgs__csr__txtWrap {
    padding-top: 0;
  }
  .downloadList-headingWrap {
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
  .downloadList-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .downloadList-btn {
    font-weight: 500;
    font-size: 14px;
    padding: 14px 60px 14px 24px;
    min-width: 206px;
  }
  .downloadList-btn::after {
    right: 20px;
  }
  .download-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  .download-form .form-checkbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .download-form .download-form__txtWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .downloadList-content--thanks {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
  .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .news-imgWrap {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .news-ttl {
    font-size: 20px;
  }
  .news-detail__thumbnail {
    max-width: 100%;
  }
  .news-detail__ttlWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .news-detail__date {
    border: none;
  }
  .news-detail__heading2 {
    font-size: 24px;
    padding-left: 0;
  }
  .news-wpContent figure,
  .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;
  }
  .product-category__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
  }
  .product-category__main__txtWrap {
    padding-bottom: 0;
  }
  .product-category__main__item {
    padding-left: 18px;
    font-size: 15px;
  }
  .product-category__main__item::before {
    width: 5px;
    height: 5px;
  }
  .product-category__main__imgWrap {
    border-radius: 4px;
    max-width: 450px;
  }
  .product-category__about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    -webkit-border-image: -webkit-linear-gradient(left, #E8420D 40%, #FFC2AF 10%) 1;
         -o-border-image: linear-gradient(90deg, #E8420D 40%, #FFC2AF 10%) 1;
            border-image: linear-gradient(90deg, #E8420D 40%, #FFC2AF 10%) 1;
  }
  .product-category__about__item:not(:last-child) {
    padding-bottom: 80px;
  }
  .product-category__about__imgWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .product-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .product-detail__main__txtWrap {
    max-width: 100%;
  }
  .product-detail__main__imgWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 400px;
    margin-inline: auto;
    min-width: 400px;
    margin-bottom: 30px;
  }
  .product-detail__main__imgWrap--box {
    display: block;
  }
  .product-detail__features__item::before {
    font-size: 60px;
    left: -5px;
  }
  .product-detail__features__ttl {
    font-size: 20px;
  }
  .product-detail__purpose__tagWrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
  }
  .product-detail__purpose__tag {
    font-size: 13px;
    padding-inline: 12px;
    padding: 7px;
  }
  .product-detail__spec__table th,
  .product-detail__spec__table td {
    font-size: 14px;
    padding: 24px 10px 24px 0;
  }
  .product-detail__spec__table th {
    width: 140px;
  }
  .product-detail__option__txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 40px;
    margin-bottom: 30px;
  }
  .product-detail__option__content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .product-detail__option__item {
    font-size: 14px;
    text-align: start;
    padding-left: 40px;
  }
  .products-lineup__content .l-container .swiper-button {
    top: 50%;
  }
  .products-lineup__heading2 {
    font-size: 24px;
  }
  .product-search__content {
    padding: 30px;
  }
  .product-search__content__3col {
    grid-template-columns: 1fr;
  }
  .product-list__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .product-list__ttlWrap {
    padding-left: 20px;
  }
  .product-list__ttl--sm {
    font-size: 12px;
  }
  .product-list__ttl {
    font-size: 20px;
  }
  .product-list__txt {
    margin-bottom: 15px;
  }
  .product-list__tag__content:not(:last-child) {
    margin-bottom: 17px;
  }
  .product-list__tag {
    padding: 4px 6px;
    font-size: 12px;
  }
  .product-list__btn {
    font-weight: 500;
    font-size: 14px;
    padding: 14px 60px 14px 24px;
    min-width: 206px;
  }
  .product-list__btn span {
    width: 24px;
    height: 24px;
  }
  .product-categoryList__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-categoryList__imgWrap {
    margin-bottom: 20px;
  }
  .quality-detail__2col__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quality-detail__2col__ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .quality-detail__about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .quality-detail__about__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .quality-2col__content {
    gap: 80px;
  }
  .quality-2col__ttlWrap {
    margin-bottom: 24px;
  }
  .quality-2col__txt {
    margin-bottom: 20px;
  }
  .quality-2col__btnWrap {
    text-align: start;
  }
  .quality-iso__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .quality-iso__imgWrap {
    gap: 4px;
  }
  .recruit-interview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .recruit-interview__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-interview__item:not(:last-child) {
    margin-bottom: 120px;
  }
  .recruit-interview__name--s {
    font-size: 14px;
  }
  .recruit-interview__name {
    font-size: 18px;
  }
  .recruit-job__mv__content,
  .recruit-employees__mv__content {
    padding-top: 0;
    padding-left: 20px;
  }
  .recruit-job__mv__txtWrap {
    top: -20px;
    left: -20px;
    padding: 10px 22px;
    padding-left: 40px;
  }
  .recruit-job__mv__txt {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.3rem;
  }
  .recruit-society__txtInner:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruit-society__ttlWrap {
    margin-bottom: 40px;
  }
  .recruit-society__heading2 {
    font-size: 24px;
  }
  .recruit-society__content {
    display: block;
  }
  .recruit-society__imgWrap {
    display: none;
  }
  .recruit-department__item:not(:last-child) {
    padding-bottom: 80px;
  }
  .recruit-system__content {
    grid-template-columns: 1fr 1fr;
  }
  .recruit-system__ttl {
    font-size: 24px;
  }
  .recruit-mv {
    margin-bottom: 120px;
  }
  .recruit-message {
    margin-bottom: 120px;
  }
  .recruit-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .recruit-message__imgWrap {
    border-radius: 6px;
  }
  .recruit-know {
    margin-bottom: 120px;
  }
  .recruit-know__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-know__item {
    border-radius: 6px;
  }
  .recruit-know__link {
    padding: 20px 24px;
  }
  .recruit-know__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .recruit-know__txt {
    font-weight: 500;
  }
  .recruit-project {
    margin-bottom: 120px;
  }
  .recruit-project__2col__content {
    gap: 80px;
  }
  .recruit-project__2col__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit-project__2col__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit-project__2col__item:nth-of-type(even) .recruit-project__2col__imgWrap__txtWrap {
    right: -20px;
  }
  .recruit-project__2col__imgWrap__txtWrap {
    left: -20px;
    padding: 10px 17px;
    border-radius: 4px;
    bottom: 10px;
  }
  .recruit-project__2col__imgWrap__txt--s {
    font-weight: 500;
  }
  .recruit-project__2col__imgWrap__txt {
    font-size: 13px;
  }
  .recruit-project__2col__imgInner {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    border-radius: 6px;
  }
  .recruit-project__2col__numWrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .recruit-project__2col__num {
    font-size: 48px;
    padding-right: 50px;
  }
  .recruit-project__2col__numTxt {
    font-size: 20px;
  }
  .recruit-project__2col__txtInner {
    padding: 0;
  }
  .recruit-project__2col__ttl {
    font-size: 24px;
  }
  .recruit-bottom {
    margin-bottom: 120px;
  }
  .recruit-bottom__txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .recruit-bottom__2col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .recruit-bottom__2col__imgWrap {
    border-radius: 6px;
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    aspect-ratio: 5/2;
  }
  .recruit-bottom__2col__btn__txt {
    font-size: 20px;
  }
  .recruit-bottom__2col__btn {
    width: 206px;
  }
  .recruiting-main__imgWrap {
    aspect-ratio: 5/3 !important;
    height: auto;
    width: 100%;
    padding-right: 0 !important;
  }
  .recruiting-content {
    margin-bottom: 120px;
  }
  .recruiting-tab__wrap .tab-label {
    font-size: 18px;
    padding: 14px;
    width: calc(50% - 2px);
    -webkit-transform: translateY(17px);
        -ms-transform: translateY(17px);
            transform: translateY(17px);
  }
  .recruiting-tab__wrap .tab-label:nth-of-type(1) {
    margin-right: 4px;
  }
  .recruiting-tab__wrap .tab-content {
    padding: 20px 20px 80px;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 22px;
    border-top: solid 10px;
  }
  .crecruiting-tab__tableWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 80px;
  }
  .crecruiting-tab__tableWrap th,
  .crecruiting-tab__tableWrap td {
    font-size: 13px;
  }
  .crecruiting-tab__tableWrap th {
    width: 80px;
  }
  .strengths-main {
    margin-bottom: 80px;
  }
  .strengths-main__imgWrap img {
    height: 100%;
  }
  .strengths-main__imgWrap {
    aspect-ratio: 3/2;
    height: auto;
    border-radius: 0;
  }
  .strengths-main__txtWrap {
    margin-left: 40px;
    padding-left: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: -120px;
    border-radius: 6px 0 0 6px;
    z-index: 10;
    position: relative;
  }
  .strengths-main__txtInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 24px;
  }
  .strengths-main__ttl {
    font-size: 18px;
    white-space: inherit;
  }
  .strengths-content {
    gap: 80px;
  }
  .strengths-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .strengths-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strengths-txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .strengths-numWrap {
    border: none;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .strengths-num {
    font-size: 10px;
    letter-spacing: 0.01rem;
    display: inline-block;
    margin-bottom: 56px;
  }
  .strengths-num::before {
    font-size: 40px;
  }
  .strengths-txtInner {
    padding-left: 0;
  }
  .strengths-heading2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .strengths-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .strengths-imgInner::before {
    right: -20px;
    bottom: -20px;
  }
  #ez-toc-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px !important;
  }
  #ez-toc-container nav > ul {
    display: block;
  }
  #ez-toc-container nav > ul li {
    margin-bottom: 12px;
  }
  .tech-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 40px !important;
  }
  .tec-example ul {
    grid-template-columns: 1fr;
  }
  .tech-type {
    padding: 40px 20px;
  }
  .tech-type .tech-type__item {
    gap: 40px;
  }
  .tech-type .tech-type__ttl {
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 32px;
  }
  .top-mv__inner {
    margin-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .top-heading1 {
    line-height: 1.4;
    font-size: 27px;
    letter-spacing: 0.01rem;
  }
  .top-mv__txt {
    display: none;
  }
  .top-mv__newsWrap {
    gap: 16px;
  }
  .top-mv__news-mark {
    padding: 34px 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .top-mv__news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 20px;
  }
  .top-mv__news-date {
    font-size: 11px;
  }
  .top-mv__news-ttl {
    line-height: 1.6;
  }
  .top-mv__recruitBtn {
    bottom: 20px;
    right: 16px;
  }
  .top-mv__recruitBtn img {
    width: 120px;
  }
  .top-strength {
    margin-bottom: 80px;
  }
  .top-strength__txtWrap {
    display: block;
    margin-bottom: 35px;
  }
  .top-product__txtWrap {
    display: block;
    margin-bottom: 40px;
  }
  .top-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .top-product__navWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .top-product__nav-ttl {
    border-bottom: none;
    padding-bottom: 0;
  }
  .top-product__nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }
  .top-product__nav-item {
    border-bottom: none;
  }
  .top-product__nav-link {
    border: solid 1px #ffffff;
    padding: 16px 2px;
    font-size: 13px;
    border-radius: 7px;
    text-align: center;
  }
  .top-product__nav-link span {
    display: none;
  }
  .top-product__list .swiper-slide {
    width: auto;
    max-width: 260px;
  }
  .top-product__swiper-item {
    background-size: 12px 12px;
  }
  .top-product__swiper-item::before {
    opacity: 0;
  }
  .top-case__imgWrap {
    margin-bottom: 22px;
    width: 100%;
  }
  .top-case__btn {
    font-size: 10px;
    padding: 8px 20px;
    font-weight: 700;
  }
  .top-case__ttl {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .top-case__tagWrap {
    gap: 4px;
  }
  .top-case__tag {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 3px;
  }
  .top-card__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top-card__item {
    aspect-ratio: 340/364;
    padding: 40px 30px;
    border-radius: 6px;
    width: 100%;
    max-height: 380px;
  }
  .top-news__inner {
    display: block;
  }
  .top-news__list {
    margin-bottom: 46px;
  }
  .top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .top-belt {
    display: none;
  }
  .top-2col {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .top-2col__itemWrap:nth-child(1) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: url(../imgs/top/belt-bk@2x.jpg) no-repeat center/cover;
  }
  .top-2col__itemWrap:nth-child(1) .top-2col__item {
    width: 100%;
    margin-right: 0;
    max-height: 330px;
  }
  .top-2col__itemWrap:nth-child(2) .top-2col__item {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    max-height: 355px;
  }
  .top-2col__item {
    aspect-ratio: 353/297;
    width: calc(100% - 40px);
    max-height: none;
    height: auto;
    padding: 34px 30px;
  }
}

@media screen and (max-width: 896px) {
  /* iPhone XS Max/XR/11/11 Pro Max 横の画面幅-896px */
  .footer-cta__content-top__tel {
    font-size: 32px;
  }
  .recruit-job__mv__content .ornament {
    bottom: -33%;
    width: 16%;
  }
  .recruit-society--job .ornament:nth-child(2) {
    bottom: -18%;
    width: 10%;
  }
  .recruit-society--employees .ornament:nth-child(2) {
    top: 25%;
    width: 14%;
  }
  .post-item {
    margin-inline: auto;
  }
  #logo_loader .f_logo img {
    max-width: 60%;
  }
  .u-mb16 {
    margin-bottom: 8px;
  }
  .u-mb24 {
    margin-bottom: 16px;
  }
  .u-mb40 {
    margin-bottom: 24px;
  }
  .u-mb48 {
    margin-bottom: 6px;
  }
  .u-mb56 {
    margin-bottom: 40px;
  }
  .u-mb64 {
    margin-bottom: 48px;
  }
  .u-mb80 {
    margin-bottom: 45px;
  }
  .u-mb100 {
    margin-bottom: 80px;
  }
  .u-mb120 {
    margin-bottom: 80px;
  }
  .news-list {
    gap: 25px;
  }
  .product-detail__main__imgWrap {
    min-width: 250px;
    max-width: 250px;
  }
  .quality-2col__imgWrap {
    max-width: 100%;
  }
  .top-strength__imgWrap {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 667px) {
  /* iPhone 8/7/6s/6 横の画面幅-667px */
  .l-section {
    margin-bottom: 60px;
  }
  .footer-cta__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .footer-cta__content-bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .recruit-society--job .ornament:nth-child(2) {
    display: none;
  }
  .recruit-department .l-container .ornament {
    bottom: -3%;
    right: 4%;
    width: 19%;
  }
  .recruit-employees__mv__content .ornament {
    bottom: -15%;
    width: 20%;
  }
  .recruit-society--employees .ornament:nth-child(1) {
    width: 18%;
  }
  .recruit-society--employees .ornament:nth-child(2) {
    display: none;
  }
  .recruit-society--employees .ornament:nth-child(3) {
    bottom: -3%;
    width: 19%;
  }
  .post-list {
    grid-template-columns: 1fr;
  }
  .post-item {
    max-width: 100%;
  }
  .post-thumbnail {
    max-width: 100%;
  }
  .post-navigation .c-btn {
    min-width: 180px;
  }
  #logo_loader .f_logo img {
    max-width: 80%;
  }
  .news-list {
    display: block;
  }
  .recruit-system__content {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .recruit-mv__video {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
  .recruit-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruit-mv__txtWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .recruit-heading1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .recruit-heading1 rt {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .recruit-mv__txt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.16rem;
  }
  .recruit-mv__img {
    position: absolute;
  }
  .recruit-mv__img:nth-child(1) {
    top: 5%;
    left: 10%;
    width: 60%;
  }
  .recruit-mv__img:nth-child(2) {
    width: 30%;
    top: inherit;
    bottom: 20%;
  }
  .recruit-mv__img:nth-child(3) {
    width: 40%;
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  /* iPhone 4（以下） 横の画面幅-480px */
  .recruit-department .l-container .ornament {
    bottom: -3%;
    right: 4%;
    width: 25%;
  }
  .recruit-system .l-container .ornament {
    left: 0;
    bottom: 5%;
  }
  .recruit-society--employees .ornament:nth-child(1) {
    width: 15%;
  }
  .wp-pagenavi .pages {
    display: block;
  }
  .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: 11px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .download-cart__ttl::after {
    width: 10px;
    height: 10px;
  }
  .download-cart__list {
    height: 140px;
    margin: 12px 0;
    padding: 0 8px;
  }
  .download-cart__list li img {
    display: none;
  }
  .download-cart__list p {
    font-size: 11px;
  }
  .download-cart__btn {
    padding: 8px 0;
    padding-right: 24px;
    font-size: 13px;
    width: 200px;
    margin-bottom: 8px;
  }
  .download-cart__btn::before {
    right: 24px;
  }
  .download-cart__clear {
    font-size: 10px;
  }
  .download-cart__clear::before {
    width: 16px;
    height: 16px;
  }
  #logo_loader .f_logo img {
    max-width: 100%;
  }
  .company-location__kawakin__txt {
    font-size: 16px;
  }
  .download-form .form-checkbox {
    grid-template-columns: 1fr 1fr;
    gap: 24px 24px;
  }
  .download-form .checkbox-content p {
    font-size: 12px;
    letter-spacing: normal;
  }
  .product-list__ttlWrap {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
    visibility: visible;
  }
  .company-location__2col__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .downloadList-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
  .downloadList-btn {
    padding: 14px 40px 14px 24px;
    min-width: 150px;
  }
  .strengths-main__txtWrap {
    margin-left: 22px;
    margin-top: -45px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (hover: hover) {
  .upper-btnWrap:hover {
    opacity: 0.8 !important;
  }
  .footer-btn:hover::after {
    background: url(../imgs/common/mail-wh.png) no-repeat center/contain;
  }
  .footer-cta__content-bt__link:hover::before {
    opacity: 1;
  }
  .footer-nav__link:hover {
    opacity: 0.7;
  }
  .form-btn:hover {
    background-color: #ffffff;
    color: #E8420D;
  }
  .header-sdgs a:hover {
    color: #E8420D;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header-btn:hover::before {
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .header-nav__link:hover::before {
    width: 35px;
  }
  .header-nav__2levels:hover {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__3levels__nav-link:hover {
    font-weight: 600;
  }
  .post-imgWrap:hover::before {
    opacity: 1;
  }
  .c-btn:hover::before {
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .c-btn--wh:hover {
    color: #ffffff;
    border-color: #E8420D;
  }
  .c-btn--rd:hover {
    color: #E8420D;
  }
  .product-download__checkLabel:hover::before {
    left: 0;
  }
  .company-location__kawakin__img:hover::before {
    opacity: 1;
  }
  .downloadList-btn:hover {
    background-color: #ffffff;
    color: #E8420D;
  }
  .downloadList-btn:hover::after {
    background: url(../imgs/common/download-btn-rd.svg) no-repeat center/contain;
  }
  .news-imgWrap:hover::before {
    opacity: 1;
  }
  .products-lineup__link:hover::before {
    opacity: 1;
  }
  .search-filter-component-popup li:hover {
    background-color: #ffffff;
    color: #E8420D;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .product-list__btn.open:hover {
    background-color: #E8420D;
    color: #ffffff;
  }
  .product-list__btn.open:hover span::before, .product-list__btn.open:hover span::after {
    background-color: #E8420D;
  }
  .product-list__btn:hover {
    background-color: #ffffff;
    color: #E8420D;
  }
  .product-list__btn:hover span::before, .product-list__btn:hover span::after {
    background-color: #ffffff;
  }
  .product-list__link:hover::before {
    opacity: 1;
  }
  .product-categoryList__imgWrap:hover::before {
    opacity: 1;
  }
  .recruit-know__link:hover .recruit-bkBg {
    opacity: 1;
  }
  .recruit-bottom__2col__imgWrap:hover .recruit-bkBg {
    opacity: 1;
  }
  .top-mv__recruitBtn:hover::before {
    opacity: 1;
  }
  .top-strength__imgWrap:hover::before {
    opacity: 1;
  }
  .top-product__swiper-item:hover::before {
    opacity: 0;
  }
  .top-product__swiper-item:hover .top-product__swiper-btn {
    background-color: #E8420D;
    color: #ffffff;
  }
  .top-case__imgWrap:hover::before {
    opacity: 1;
  }
  .top-case__imgWrap:hover .top-case__btn {
    background-color: #E8420D;
    color: #ffffff;
  }
}

@media screen and (max-height: 500px) {
  .download-cart {
    bottom: 10px;
    max-height: 70vh;
    min-height: 0;
  }
  .download-cart__list {
    height: calc(60vh - 150px);
  }
}

@media screen and (max-width: 767px) {
  .product-detail__features__content {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 500px) {
  .product-detail__purpose__tagWrap {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .product-list__content {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 400px) {
  .product-list__content {
    max-width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 717px) {
  .quality-2col__item {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quality-2col__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .recruit-society__img:nth-child(1) {
    width: 50%;
  }
  .recruit-mv__img:nth-child(1) {
    top: 5.787037037vw;
    width: 23.1481481481vw;
  }
  .recruit-mv__img:nth-child(2) {
    top: 17.3611111111vw;
    width: 11.5740740741vw;
    right: -1.1574074074vw;
  }
  .recruit-mv__img:nth-child(3) {
    bottom: -3.4722222222vw;
    width: 17.3611111111vw;
  }
}
