@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  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: 80%;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  margin-bottom: 50px;
}

.section--s {
  margin-bottom: 30px;
}

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

html {
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  background-color: #fafafa;
}

body:not(.home) {
  padding-top: 80px;
}

img {
  max-width: 100%;
}

.header,
.hero,
#main,
.footer {
  position: relative;
  z-index: 10;
}

.header {
  z-index: 30;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.show-pc {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 20px;
}

.header .logo {
  width: 160px;
  padding-top: 5px;
  position: relative;
  z-index: 50;
}

.header .logo a {
  display: block;
}

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #555;
  clip-path: polygon(1.4em 0, calc(100% - 1.4em) 0, 100% 1.4em, 100% calc(100% - 1.4em), calc(100% - 1.4em) 100%, 1.4em 100%, 0 calc(100% - 1.4em), 0 1.4em);
  position: relative;
  z-index: 50;
}

.header .toggler span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: transform 200ms ease-out, margin 200ms ease-out 150ms;
}

.header .toggler.open span {
  margin: 0;
  transition: margin 320ms ease-out, transform 200ms ease-out 150ms;
}

.header .toggler.open span:first-child {
  transform: rotate(45deg);
}

.header .toggler.open span:last-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.header .nav--menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100svw;
  height: 100svh;
  padding: 120px 15px 0 20px;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header .nav--menu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.header .nav--menu ul {
  font-size: 20px;
}

.header .nav--menu li {
  font-weight: 700;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 1.5em;
}

.header .nav--menu li a {
  display: block;
}

.header .nav--menu li.btn--round {
  font-size: 16px;
  background-color: #979797;
  width: 80%;
  text-align: center;
  border-radius: 999px;
}

.header .nav--menu li.btn--round.red {
  background-color: #e84027;
  margin-top: 3em;
}

.header .nav--menu li.btn--round a {
  padding: 1em 0;
}

.hero {
  height: 140svw;
  position: relative;
}

.hero::before {
  display: block;
  content: '';
  width: 75svw;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.hero::after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  width: 25svw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 75;
  pointer-events: none;
}

.hero--img {
  margin-left: calc(520svw / 1920 * 100);
  position: relative;
  z-index: 10;
}

.hero--img .splide__slide {
  width: 100%;
  height: 130svw;
}

.hero--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero--img .splide__pagination {
  justify-content: flex-start;
  width: 75svw;
  position: absolute;
  left: unset;
  right: 25svw;
  bottom: -6vw;
}

.hero--img .splide__pagination .splide__pagination__page {
  width: 27px;
  height: 4px;
  border-radius: 0;
  margin: 0 3px;
}

.hero--img .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
}

.hero--text {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 35svw;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
}

.hero--text .en {
  font-size: calc(calc(100svw - 30px) * 0.045);
  font-weight: 700;
  color: #e84027;
  margin-bottom: 0.5em;
  pointer-events: auto;
}

.hero--text .ja {
  font-size: calc(calc(100svw - 30px) * 0.12);
  font-weight: 700;
  letter-spacing: 0.05em;
  pointer-events: auto;
}

.hero--text .desc {
  font-size: calc(calc(100svw - 30px) * 0.045);
  line-height: 1.5;
  background: linear-gradient(to right, transparent 0px, transparent calc(calc(100svw - 30px) * 0.25), rgba(255, 255, 255, 0.3) calc(calc(100svw - 30px) * 0.25 + 1px));
  padding: 0.5em 0.75em 0.5em 0;
  margin-top: auto;
  margin-bottom: 4em;
  pointer-events: auto;
}

.subpage--hero {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 5em 0 5em 20px;
}

.subpage--hero .ja {
  font-size: 3em;
  font-weight: 700;
}

.subpage--hero .en {
  font-weight: 500;
  padding-left: 0.125em;
  margin-bottom: 0.5em;
}

.footer--contact {
  color: #fff;
  background-color: #222020;
  padding: 50px 0;
}

.footer--contact .contact--head {
  font-size: 14px;
  text-align: center;
  margin-bottom: 3em;
}

.footer--contact .contact--head .en {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 2.8em;
  letter-spacing: 0.05em;
}

.footer--contact .contact--head .ja {
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0.75em;
}

.footer--contact .contact--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer--contact .contact--box .contact--tel,
.footer--contact .contact--box .contact--web {
  font-size: 18px;
  width: 340px;
  text-align: center;
}

.footer--contact .contact--box .contact--tel .intro,
.footer--contact .contact--box .contact--web .intro {
  font-weight: 300;
  margin-bottom: 1em;
}

.footer--contact .contact--box .contact--tel .tel {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer--contact .contact--box .contact--tel .tel .icon {
  margin-right: 0.125em;
}

.footer--contact .contact--box .contact--web {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #fff;
}

.footer--contact .contact--box .contact--web .contact--btn {
  font-size: 14px;
  margin: 0;
}

.footer--contact .contact--box .contact--web .contact--btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: transparent;
  height: 64px;
  padding: 1em 3.5em;
}

.footer--contact .contact--box .contact--web .contact--btn a .icon {
  margin-right: 1em;
}

.footer {
  font-size: 14px;
  color: #fff;
  background-color: #e84027;
  padding-top: 50px;
}

.footer .footer--logo {
  text-align: center;
}

.footer .footer--logo img {
  width: 13.25em;
}

.footer .footer--logo .address {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
}

.footer .footer--logo .address .zip {
  margin-right: 1em;
}

.footer .footer--menu {
  margin: 2em 0;
}

.footer .footer--menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .footer--menu li {
  font-weight: 600;
  margin: 0 1em 1em;
}

.footer .copy {
  font-size: 12px;
  background-color: #90291a;
  text-align: center;
  padding: 2em 0;
}

.section--head {
  font-size: 32px;
  text-align: center;
  margin-bottom: 1em;
}

.section--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  color: #808080;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}

.section--head .ja {
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.075em;
  margin-top: 0.75em;
  padding-left: 0.075em;
}

.content--head {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3em;
}

.content--head .ja {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-left: 0.125em;
}

.content--head .en {
  font-size: 4.5em;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.contents--table {
  font-size: 14px;
}

.contents--table small {
  font-size: 12px;
}

.contents--table .table--row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.contents--table .table--row:last-child {
  margin-bottom: 0;
}

.contents--table .table--head,
.contents--table .table--detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  min-height: 4em;
  padding: 0.5em 1em;
}

.contents--table .table--head {
  align-items: center;
  font-weight: 700;
  color: #262626;
  width: 8em;
  background-color: #fff;
}

.contents--table .table--detail {
  width: calc(100% - 8em - 1em);
  border-bottom: 1px solid #eee;
  margin-left: 1em;
}

.category--contents {
  padding: 0 15px;
}

.category--contents .category--list {
  display: grid;
  font-size: 14px;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23e6e6e6' stroke-width='1' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  background-size: calc(100% / 2) 3.5em;
}

.category--contents .category--list__item {
  height: 3.5em;
}

.category--contents .category--list a,
.category--contents .category--list .nolink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 100%;
  height: 100%;
  transition: background 300ms ease-out;
}

.category--contents .category--list a:hover,
.category--contents .category--list .nolink:hover {
  background-color: #f8f8f8;
}

.category--contents .category--list a .en,
.category--contents .category--list .nolink .en {
  font-size: 10px;
  color: #e84027;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-bottom: 0.25em;
}

.category--contents .category--list .nolink {
  background-color: #fffcf2;
}

.category--contents .category--list .nolink:hover {
  background-color: #fffcf2;
}

.category--contents .category--list.tool--cat__list {
  font-size: 14px;
  background-image: none;
  gap: 1px;
}

.category--contents .category--list.tool--cat__list a {
  background-color: #f4ece3;
  padding: 0 0.5em;
}

.post__products .product__head h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-bottom: 0.6em;
  position: relative;
}

.post__products .product__head h2::before {
  display: block;
  content: '';
  width: 3.5em;
  height: 4px;
  background: #e84027;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.post__products .product__head .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 12px;
  margin-bottom: 1.5em;
}

.post__products .product__head .category--list a {
  display: block;
  font-weight: 500;
  color: #fff;
  background-color: #555;
  border-radius: 999px;
  text-align: center;
  padding: 0.75em 2em;
  margin-right: 1em;
  margin-top: 0.25em;
}

.post__products .product__head .category--list a.btn__manufacturer {
  background-color: #e24646;
}

.post__products .product__head .category--list a.btn__tool {
  background-color: #ff8400;
}

.post__products .product__images #main-slider {
  margin-bottom: 4px;
}

.post__products .product__images #main-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post__products .product__images #thumbnail-slider {
  margin-bottom: 20px;
}

.post__products .product__images #thumbnail-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post__products .product__images .splide__track--nav > .splide__list > .splide__slide {
  border-width: 2px;
}

.post__products .product__images .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-width: 2px;
  border-color: #e84027;
}

.post__products .product__content .contents--table .table--head {
  font-weight: 500;
  color: #fff;
  background-color: #c3c3c3;
}

.post__products .product--btns {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
}

.post__products .product--btns a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: white;
  background-color: #888;
  min-width: 150px;
  border-radius: 999px;
  margin-right: 1.5em;
  margin-bottom: 0.75em;
  padding: 1.25em 2em;
}

.post__products .back {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #333;
  width: 240px;
  padding: 1.5em 3em;
  margin: 0 auto;
}

.archive__products .section--head .ja {
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive__products .section--head .ja span {
  display: flex;
  align-items: center;
}

.archive__products .section--head .ja span::before {
  display: block;
  content: '';
  width: 1em;
  height: 1px;
  background-color: #aaa;
  margin: 1px 0.5em 0;
}

.archive__products .product--contents {
  padding: 0 15px;
}

.archive__products .product--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.archive__products .list--head {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  text-align: center;
  margin-bottom: 1.5em;
}

.archive__products .product--item {
  width: 50%;
  padding: 0 5px 5px;
  margin-bottom: 20px;
  position: relative;
}

.archive__products .product--item::before, .archive__products .product--item::after {
  display: block;
  content: none;
  background-color: #eee;
  position: absolute;
}

.archive__products .product--item:nth-child(2n)::before, .archive__products .product--item:nth-child(2n)::after {
  content: none;
}

.archive__products .product--item:nth-child(3n)::before, .archive__products .product--item:nth-child(3n)::after {
  content: '';
}

.archive__products .product--item:nth-child(5n)::before, .archive__products .product--item:nth-child(5n)::after {
  content: '';
}

.archive__products .product--item a {
  display: block;
}

.archive__products .product--item .thumb {
  position: relative;
}

.archive__products .product--item .thumb::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.archive__products .product--item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.archive__products .product--item .sub {
  font-size: 10px;
  font-weight: 500;
  color: #888;
  margin: 0.75em 0 0.25em;
}

.archive__products .product--item .title {
  font-size: 14px;
  font-weight: 600;
}

.archive__products .product--list .product--item:nth-child(1), .archive__products .product--list .product--item:nth-child(2) {
  padding-top: 0;
}

.archive__products .product--list .product--item:nth-child(1)::before, .archive__products .product--list .product--item:nth-child(1)::after, .archive__products .product--list .product--item:nth-child(2)::before, .archive__products .product--list .product--item:nth-child(2)::after {
  content: none;
}

.faq--categories {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--categories .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -8px;
}

.faq--categories .category--item {
  padding: 0 8px;
  margin-bottom: 12px;
}

.faq--categories .category--item a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.faq--categories .category--item a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 0.25em solid #e84027;
  border-radius: 50%;
  margin-right: 0.5em;
}

.faq--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.faq--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.faq--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.faq--intro p {
  font-size: 12px;
}

.faq--lists {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--item {
  margin-bottom: 30px;
}

.faq--item__head {
  margin-bottom: 20px;
}

.faq--item__head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq--item__head h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #262626;
  margin-right: 12px;
}

.faq--item__head h3 span {
  width: calc(100% - 42px);
}

.faq--box {
  margin-bottom: 20px;
}

.faq--box .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  background-color: #e7e6e6;
  border-radius: 30px;
  padding: 10px 15px 10px 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  background-image: url(../img/icon_faq.png.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  padding-top: 1px;
}

.faq--box .question span {
  width: calc(100% - 45px);
}

.faq--box .answer {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.post__archive .archive {
  font-size: 14px;
}

.post__archive .archive .news--list__item {
  border-bottom: 1px dashed #989898;
}

.post__archive .archive .news--list__item a {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 1.5em 0.5em;
}

.post__archive .archive .news--list__item .meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}

.post__archive .archive .news--list__item .meta .date {
  font-size: 14px;
  width: 5.5em;
  margin-right: 2em;
}

.post__archive .archive .news--list__item .meta .category {
  display: inline-block;
  color: #fff;
  background-color: #e84027;
  line-height: 1;
  border-radius: 9999px;
  width: 10em;
  text-align: center;
  padding: 0.625em 2em;
}

.post__archive .archive .news--list__item .news-title {
  font-size: 16px;
  width: 100%;
}

.post__archive .archive .news--list__item .read-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #262626;
  align-self: flex-end;
  line-height: 1;
  width: 9em;
  padding: 0.5em;
}

.post__archive .archive .news--list__item .read-more img {
  width: 1.5em;
  margin-left: 0.5em;
}

.post__single .single {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post__single .single .single__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post__single .single .single__head .date {
  font-size: 16px;
  font-weight: 300;
  width: 5em;
  margin-right: 1em;
}

.post__single .single .single__head .tag {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  width: 10em;
  color: #fff;
  background-color: #e84027;
  border-radius: 9999px;
  padding: 0.5em;
}

.post__single .single .single__head .title {
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.post__single .single__content {
  font-size: 20px;
  background-color: #fff;
  line-height: 1.75;
  padding: 20px 15px;
}

.post__single .single__content > * {
  margin-bottom: 1.5em;
}

.post__single .single__content a {
  color: #0067b7;
  text-decoration: underline;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #525252;
  text-align: center;
  margin: 40px auto 90px;
  padding: 16px;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.front--intro {
  font-size: 14px;
}

.front--intro__inner {
  text-align: center;
}

.front--intro img {
  width: 7.5em;
}

.front--intro p {
  line-height: 1.75;
  margin-top: 1.5em;
}

.front--production__box {
  position: relative;
}

.front--production__box::before {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.front--production__box:nth-child(2n-1)::before {
  background-color: #df561a;
  left: 0;
}

.front--production__box:nth-child(2n-1) .head {
  color: #fff;
}

.front--production__box:nth-child(2n-1) .head span {
  color: #f6b294;
}

.front--production__box:nth-child(2n)::before {
  background-color: #4f4f4f;
  right: 0;
}

.front--production__box:nth-child(2n) .head {
  color: #cfcfcf;
}

.front--production__box:nth-child(2n) .head span {
  color: #9abac1;
}

.front--production .texts {
  font-size: 15px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 30px;
  position: relative;
  z-index: 15;
}

.front--production .texts .head .en {
  font-size: calc(1em / 3 * 10);
  font-weight: 700;
}

.front--production .texts .head .ja {
  font-weight: 500;
  margin-top: calc(1em / 3);
}

.front--production .texts .desc {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin: 2.5em 0;
}

.front--production .texts .btn--more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  color: #fff;
}

.front--production .texts .btn--more a .label {
  letter-spacing: 0.05em;
  margin-right: 1em;
}

.front--production .texts .btn--more a .icon img {
  width: 5.778em;
}

.front--production .image {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-bottom: min(50px ,max(0px, calc((100vw - 480px ) / 2)));
  position: relative;
  z-index: 10;
}

.front--production .image img {
  width: 100%;
  height: auto;
}

.front--company {
  color: #fff;
  background-color: #333;
  padding: 50px 0;
}

.front--company .detail .contents--table {
  margin-bottom: 3em;
}

.front--company .map {
  position: relative;
}

.front--company .map::before {
  display: block;
  content: '';
  padding-top: 75%;
}

.front--company .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.front--news {
  padding: 50px 0;
  background-color: #fff;
}

.front--news .content--head {
  margin-bottom: 1.5em;
}

.front--news .news__list {
  font-size: 14px;
  margin-bottom: 3em;
}

.front--news .news__list li {
  border-bottom: 1px solid #efefef;
}

.front--news .news__list li a {
  display: flex;
  flex-direction: column;
  padding: 1.5em 1.5em 1.5em 0.5em;
  position: relative;
}

.front--news .news__list li a .date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.front--news .news__list li a .title {
  font-weight: 500;
}

.front--news .news__list li a .arrow {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.5em);
  right: 0;
  transform: translateY(-50%);
}

.front--news .news__more {
  text-align: center;
}

.front--news .news__more a {
  display: inline-block;
  font-size: 14px;
  border-radius: 999px;
  width: 250px;
  text-align: center;
  border: 1px solid #262626;
  letter-spacing: 0.05em;
  padding: 1.5em 1em;
}

.page__contact .contact--table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact .contact--table .form--head {
  width: 100%;
}

.page__contact .contact--table .form--head h2 {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 2.5em 0 1.5em;
}

.page__contact .contact--table .table--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  background-color: #eaedee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page__contact .contact--table .table--head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.page__contact .contact--table .table--head p {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.page__contact .contact--table .table--head p span {
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ad6262;
  line-height: 1;
  border-radius: 9999px;
  margin-left: 1em;
  padding: 0.625em 1em 0.625em;
}

.page__contact .contact--table input[type=text],
.page__contact .contact--table input[type=email],
.page__contact .contact--table textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #f8f9fa;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  padding: 0 0.75em;
}

.page__contact .contact--table select {
  -moz-appearance: auto;
       appearance: auto;
  border-radius: 4px;
  height: 2.75em;
  background-color: #f8f9fa;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  padding: 0 0.75em;
}

.page__contact .contact--table input[type=text],
.page__contact .contact--table input[type=email] {
  height: 2.75em;
}

.page__contact .contact--table input[type=text].small,
.page__contact .contact--table input[type=email].small {
  width: 5em;
  margin-right: 0.5em;
}

.page__contact .contact--table textarea {
  line-height: 1.75;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.page__contact .contact--table .other {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
}

.page__contact .contact--table .other input {
  width: calc(100% - 10em);
}

.page__contact .contact--table .mwform-tel-field input {
  width: 6em;
}

.page__contact .contact--table .mwform-tel-field input:nth-child(2) {
  width: 4em;
}

.page__contact .contact--table .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}

.page__contact .contact--table .mwform-checkbox-field.horizontal-item label {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.page__contact .contact--table .submit--btn {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.page__contact .contact--table .submit--btn input {
  font-weight: 500;
  width: 240px;
  height: auto;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 9999px;
  margin: 0.5em 1em;
  padding: 1.5em 3em;
}

.page__contact .contact--table .submit--btn input[name=submitBack] {
  background-color: #d9d9d9;
}

.page__contact .contact--intro {
  text-align: center;
  border-radius: 24px;
  background: #f0f1f1;
  padding: 30px 15px;
}

.page__contact .contact--intro .intro--text {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
}

.page__contact .contact--intro a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #c78abe;
  border-radius: 9999px;
  padding: 1.25em 2em;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .hero {
    height: calc(1020svw / 1920 * 100);
  }
  .hero::before {
    width: calc(1640svw / 1920 * 100);
  }
  .hero::after {
    width: calc(520svw / 1920 * 100);
    background-color: rgba(0, 0, 0, 0.28);
  }
  .hero--img .splide__slide {
    height: calc(920svw / 1920 * 100);
  }
  .hero--img .splide__pagination {
    justify-content: flex-end;
    width: calc(520svw / 1920 * 100);
    left: unset;
    right: 100%;
    bottom: 0;
  }
  .hero--text {
    top: calc(280svw / 1920 * 100);
    left: 20px;
  }
  .hero--text .en {
    font-size: calc(30svw / 1920 * 100);
  }
  .hero--text .ja {
    font-size: calc(100svw / 1920 * 100);
    margin-bottom: 1.5em;
  }
  .hero--text .desc {
    align-self: flex-start;
    font-size: calc(30svw / 1920 * 100);
    background: linear-gradient(to right, transparent 0px, transparent calc(520svw / 1920 * 100 - 20px), rgba(255, 255, 255, 0.3) calc(520svw / 1920 * 100 - 20px + 1px));
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .subpage--hero {
    padding-left: 40px;
  }
  .footer--contact .contact--box {
    flex-direction: row;
  }
  .footer--contact .contact--box .contact--tel,
  .footer--contact .contact--box .contact--web {
    width: 400px;
    padding: 0 30px;
  }
  .footer--contact .contact--box .contact--tel .tel {
    align-items: center;
    height: 64px;
  }
  .footer--contact .contact--box .contact--web {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #fff;
  }
  .footer__inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5em;
  }
  .footer .footer--logo {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .footer .footer--logo .address {
    display: inline-flex;
    flex-direction: column;
  }
  .footer .footer--menu {
    margin-top: 0;
    margin-left: auto;
  }
  .category--contents .category--list {
    font-size: 16px;
    grid-template-columns: repeat(4, 1fr);
    background-size: calc(100% / 4) 5em;
  }
  .category--contents .category--list__item {
    height: 5em;
  }
  .category--contents .category--list a .en,
  .category--contents .category--list .nolink .en {
    font-size: 14px;
  }
  .category--contents .category--list.tool--cat__list {
    font-size: 14px;
  }
  .archive__products .product--list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .archive__products .product--item {
    width: calc(100% / 3);
    padding: 40px 20px 20px;
    margin-bottom: 0;
  }
  .archive__products .product--item::before, .archive__products .product--item::after {
    content: '';
    width: 30px;
    height: 30px;
  }
  .archive__products .product--item::before {
    width: 2px;
    height: 40px;
    top: -20px;
    left: calc(100% - 1px);
  }
  .archive__products .product--item::after {
    height: 2px;
    top: -1px;
    left: calc(100% - 15px);
  }
  .archive__products .product--item:nth-child(2n)::before, .archive__products .product--item:nth-child(2n)::after {
    content: '';
  }
  .archive__products .product--item:nth-child(3n)::before, .archive__products .product--item:nth-child(3n)::after {
    content: none;
  }
  .archive__products .product--list .product--item:nth-child(3) {
    padding-top: 0;
  }
  .archive__products .product--list .product--item:nth-child(3)::before, .archive__products .product--list .product--item:nth-child(3)::after {
    content: none;
  }
  .faq--contents {
    display: flex;
    align-items: flex-start;
  }
  .faq--categories {
    width: 240px;
    margin: 0;
    position: relative;
  }
  .faq--categories .category--list {
    flex-direction: column;
    margin: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq--categories .category--item {
    padding: 0;
  }
  .faq--categories .category--item a {
    font-size: 14px;
  }
  .faq--lists {
    width: calc(100% - 240px);
    margin: 0;
  }
  .faq--item__head h3 {
    font-size: 16px;
  }
  .faq--box .question {
    font-size: 14px;
  }
  .faq--box .answer {
    font-size: 14px;
  }
  .post__archive .archive__inner {
    display: flex;
    align-items: flex-start;
  }
  .post__single .single .single__head .date {
    font-size: 14px;
  }
  .post__single .single .single__head .tag {
    font-size: 12px;
    margin-right: 2em;
  }
  .post__single .single .single__head .title {
    font-size: 20px;
  }
  .post__single .single__content {
    font-size: 14px;
  }
  .front--production__box::before {
    width: 80%;
  }
  .front--production__box:nth-child(2n-1) .texts {
    margin-left: calc(63vw - 480px);
  }
  .front--production__box:nth-child(2n-1) .image {
    text-align: left;
    right: max(0px ,calc(45vw - 450px));
  }
  .front--production__box:nth-child(2n) .texts {
    margin-right: calc(63vw - 480px);
    margin-left: auto;
  }
  .front--production__box:nth-child(2n) .image {
    text-align: right;
    left: max(0px ,calc(45vw - 450px));
  }
  .front--production .texts {
    width: 480px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .front--production .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .page__contact .contact--table .table--row {
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 16px;
    padding: 2em 3em;
    margin-bottom: 30px;
  }
  .page__contact .contact--table .table--head {
    width: 35%;
    height: 2.75em;
    margin-bottom: 0;
  }
  .page__contact .contact--table .table--head p {
    width: 100%;
  }
  .page__contact .contact--table .table--head p span {
    margin-left: auto;
    margin-right: 3em;
  }
  .page__contact .contact--table .table--detail {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 65%;
    min-height: 2.75em;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section--s {
    margin-bottom: 50px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  html {
    scroll-padding-top: 126px;
  }
  body:not(.home) {
    padding-top: 126px;
  }
  .show-pc {
    display: inline;
  }
  .hide-pc {
    display: none;
  }
  .header__inner {
    padding: 0 40px 0 80px;
  }
  .header .logo {
    width: auto;
    padding-top: 0;
  }
  .header .toggler {
    display: none;
  }
  .header .nav--menu {
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
  .header .nav--menu.open {
    left: unset;
  }
  .header .nav--menu ul {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    clip-path: polygon(calc(1em * sqrt(2)) 0, calc(100% - calc(1em * sqrt(2))) 0, 100% calc(1em * sqrt(2)), 100% calc(100% - calc(1em * sqrt(2))), calc(100% - calc(1em * sqrt(2))) 100%, calc(1em * sqrt(2)) 100%, 0 calc(100% - calc(1em * sqrt(2))), 0 calc(1em * sqrt(2)));
    padding: 1em 2em 1em 1em;
    margin-top: 2em;
    margin-left: auto;
    margin-bottom: 2em;
  }
  .header .nav--menu li {
    font-weight: normal;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    margin-left: 3em;
    margin-bottom: 0;
  }
  .header .nav--menu li:last-child {
    margin-left: 1em;
  }
  .header .nav--menu li.btn--round {
    font-size: 14px;
    width: 15em;
  }
  .header .nav--menu li.btn--round.red {
    margin-top: 0;
  }
  .hero--img .splide__pagination {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .hero--text {
    left: 80px;
  }
  .hero--text .desc {
    background: linear-gradient(to right, transparent 0px, transparent calc(520svw / 1920 * 100 - 80px), rgba(255, 255, 255, 0.3) calc(520svw / 1920 * 100 - 80px + 1px));
    letter-spacing: 0.15em;
  }
  .subpage--hero {
    font-size: 18px;
    padding-left: 160px;
  }
  .footer--contact {
    padding: 70px 0;
  }
  .footer--contact .contact--head {
    font-size: 18px;
  }
  .footer {
    font-size: 16px;
    padding-top: 70px;
  }
  .footer .footer--logo img {
    width: auto;
  }
  .footer .footer--logo .address {
    font-size: 14px;
    margin-left: 0.5em;
  }
  .section--head {
    font-size: 60px;
  }
  .section--head .ja {
    font-size: 16px;
  }
  .content--head {
    font-size: 16px;
  }
  .contents--table .table--head {
    width: 10em;
  }
  .contents--table .table--detail {
    width: calc(100% - 10em - 2em);
    margin-left: 2em;
  }
  .category--contents .category--list {
    font-size: 18px;
    grid-template-columns: repeat(6, 1fr);
    background-size: calc(100% / 6) 5em;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .category--contents .category--list.tool--cat__list {
    font-size: 16px;
  }
  .post__products .product--main {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 5%;
  }
  .post__products .product__head {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .post__products .product__head h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
  .post__products .product__head h2::before {
    width: 100px;
    height: 6px;
    top: calc(50% - 2px);
    right: calc(100% + 0.5em);
    left: unset;
    bottom: unset;
  }
  .post__products .product__head .category--list {
    margin-bottom: 0;
  }
  .post__products .product__images {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .post__products .product__content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .post__products .product--btns {
    font-size: 16px;
  }
  .post__products .product--btns a {
    min-width: 240px;
  }
  .post__products .back {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .archive__products .product--list {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive__products .list--head {
    font-size: 22px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive__products .product--item {
    width: 20%;
    padding: 80px 40px 40px;
  }
  .archive__products .product--item::before, .archive__products .product--item::after {
    width: 40px;
    height: 40px;
  }
  .archive__products .product--item::before {
    width: 2px;
    height: 50px;
    top: -25px;
    left: calc(100% - 1px);
  }
  .archive__products .product--item::after {
    height: 2px;
    top: -1px;
    left: calc(100% - 20px);
  }
  .archive__products .product--item:nth-child(3n)::before, .archive__products .product--item:nth-child(3n)::after {
    content: '';
  }
  .archive__products .product--item:nth-child(5n)::before, .archive__products .product--item:nth-child(5n)::after {
    content: none;
  }
  .archive__products .product--item .sub {
    font-size: 12px;
  }
  .archive__products .product--item .title {
    font-size: 16px;
  }
  .archive__products .product--list .product--item:nth-child(4), .archive__products .product--list .product--item:nth-child(5) {
    padding-top: 0;
  }
  .archive__products .product--list .product--item:nth-child(4)::before, .archive__products .product--list .product--item:nth-child(4)::after, .archive__products .product--list .product--item:nth-child(5)::before, .archive__products .product--list .product--item:nth-child(5)::after {
    content: none;
  }
  .faq--categories {
    width: 300px;
    margin: 0;
  }
  .faq--categories .category--list {
    margin: 0 9px;
  }
  .faq--categories .category--item {
    margin-bottom: 20px;
  }
  .faq--categories .category--item a {
    font-size: 16px;
  }
  .faq--lists {
    width: calc(100% - 300px);
    margin: 0;
  }
  .faq--item {
    margin-bottom: 50px;
  }
  .faq--item__head h3 {
    font-size: 18px;
  }
  .faq--box .question {
    font-size: 16px;
  }
  .faq--box .answer {
    font-size: 16px;
  }
  .post__archive .archive {
    font-size: 18px;
  }
  .post__archive .archive .news--list__item a {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 2em 0 2em 1.5em;
  }
  .post__archive .archive .news--list__item .meta {
    margin-bottom: 0;
  }
  .post__archive .archive .news--list__item .meta .date {
    font-size: 16px;
  }
  .post__archive .archive .news--list__item .meta .category {
    margin-right: 3em;
  }
  .post__archive .archive .news--list__item .news-title {
    font-size: 18px;
    width: calc(100% - (16px * 7.5) - (14px * 13) - (16px * 9));
    padding-right: 2em;
  }
  .post__archive .archive .news--list__item .read-more {
    font-size: 16px;
  }
  .post__single .single .single__head .date {
    font-size: 16px;
    margin-right: 1.5em;
  }
  .post__single .single .single__head .tag {
    font-size: 14px;
    margin-right: 4em;
  }
  .post__single .single .single__head .title {
    font-size: 24px;
  }
  .post__single .single__content {
    font-size: 16px;
    padding: 40px 30px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 60px auto 120px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--intro {
    font-size: 18px;
  }
  .front--production__box {
    display: flex;
  }
  .front--production__box::before {
    width: 50%;
  }
  .front--production__box:nth-child(2n-1) .texts {
    margin-left: 0;
    padding-right: 100px;
  }
  .front--production__box:nth-child(2n-1) .texts > * {
    margin-left: auto;
  }
  .front--production__box:nth-child(2n-1) .texts .btn--more {
    transform: translateX(20px);
  }
  .front--production__box:nth-child(2n-1) .image {
    right: unset;
  }
  .front--production__box:nth-child(2n) .texts {
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    order: 2;
  }
  .front--production__box:nth-child(2n) .image {
    left: unset;
    order: 1;
  }
  .front--production .texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front--production .texts > * {
    width: 480px;
  }
  .front--production .image {
    display: block;
    width: 50%;
    max-width: none;
    position: relative;
  }
  .front--production .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front--company {
    padding: 80px 0;
  }
  .front--company__inner {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .front--company .content--head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .front--company .detail {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .front--company .detail .contents--table {
    margin-bottom: 0;
  }
  .front--company .map {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .front--news {
    padding: 80px 0;
  }
  .front--news__inner {
    display: grid;
    grid-template-columns: 400px 1fr;
  }
  .front--news .content--head {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 4em;
  }
  .front--news .news__list {
    font-size: 16px;
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .front--news .news__list li a {
    flex-direction: row;
    align-items: center;
    padding: 2.5em 26px 2.5em 0;
  }
  .front--news .news__list li a .date {
    font-size: 14px;
    margin-right: 2em;
    margin-bottom: 0;
  }
  .front--news .news__list li a .arrow {
    left: calc(100% - 26px);
  }
  .front--news .news__more {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: left;
  }
  .page__contact .contact--table .form--head h2 {
    font-size: 24px;
  }
  .page__contact .contact--table .table--row {
    font-size: 16px;
  }
  .page__contact .contact--table .table--head {
    width: 30%;
  }
  .page__contact .contact--table .table--head p {
    font-size: 16px;
  }
  .page__contact .contact--table .table--head p span {
    font-size: 12px;
  }
  .page__contact .contact--table .table--detail {
    width: 70%;
  }
  .page__contact .contact--table .submit--btn {
    font-size: 16px;
    margin-top: 70px;
  }
  .page__contact .contact--intro {
    padding: 50px;
  }
  .page__contact .contact--intro .intro--text {
    font-size: 24px;
  }
  .page__contact .contact--intro a {
    font-size: 16px;
    padding: 1.5em 5em;
  }
}

/*# sourceMappingURL=theme.css.map */
