@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, .page__technique .content--technique, .page__equipment .content--equipment {
  padding-left: 15px;
  padding-right: 15px;
}

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

.container .row .col, .page__technique .content--technique .row .col, .page__equipment .content--equipment .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  margin-bottom: 50px;
}

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

@keyframes menu-btn {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  33% {
    opacity: 0;
    transform: translateX(100%);
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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;
  color: #555;
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

.show-sp {
  display: inline;
}

.hide-sp {
  display: none;
}

.hide-pc {
  display: inline;
}

.header {
  display: none;
  height: 50px;
}

.header.subpage--header {
  display: flex;
  align-items: center;
  padding: 0 3%;
}

.header .header--logo img {
  width: 210px;
}

.menu--box {
  display: block;
  position: relative;
  z-index: 150;
}

.menu--box .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background: linear-gradient(125deg, #51127f 0%, #d70a84 100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
}

.menu--box .toggler span {
  display: block;
  width: 45%;
  height: 1px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 300ms ease-out 300ms;
}

.menu--box .toggler.open {
  animation-name: menu-btn;
  animation-duration: 800ms;
  animation-fill-mode: forwards;
  background: transparent;
}

.menu--box .toggler.open span {
  margin: 0;
}

.menu--box .toggler.open span:nth-child(1) {
  margin-top: 1px;
  transform: rotate(45deg);
}

.menu--box .toggler.open span:nth-child(2) {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.menu--box .menu {
  display: block;
  width: 90vw;
  background: linear-gradient(125deg, #51127f 0%, #d70a84 100%);
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  transition: all 300ms ease-out;
  z-index: 25;
}

.menu--box .menu.open {
  transform: translateX(-90vw);
}

.menu--box .menu ul {
  padding: 140px 180px 40px 40px;
}

.menu--box .menu ul li {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 1em 0;
}

.hero {
  position: relative;
}

.hero::before, .hero::after {
  display: block;
  content: '';
  width: 2px;
  height: 40px;
  position: absolute;
  left: calc(50% - 1px);
  z-index: 50;
}

.hero::before {
  top: 100%;
  background-color: #000;
}

.hero::after {
  bottom: 0;
  background-color: #fff;
}

.hero--logo {
  color: #fff;
  position: absolute;
  top: 11%;
  left: 3%;
  right: 3%;
  z-index: 30;
}

.hero--logo .logo__intro {
  font-size: min(2.5vw, 14px);
  margin-bottom: 0.75em;
}

.hero--logo .logo__img img {
  width: min(65vw, 360px);
}

.hero--txt {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 28%;
  left: 3%;
  right: 3%;
  z-index: 30;
}

.hero--txt .catch {
  font-size: min(12vw, 56px);
  font-weight: 700;
}

.hero--txt .catch span {
  display: inline-block;
  background-clip: text;
  background: linear-gradient(130deg, #35126a 20%, #f91362 60%, #ff8e44 100%);
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.hero--txt .desc {
  font-size: min(5.5vw, 24px);
  margin-top: 1em;
}

.hero--bg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 20vw;
  bottom: 0;
  z-index: 10;
}

.hero--img {
  width: 100%;
  height: 150vw;
  max-height: 100vh;
  padding-bottom: 10vw;
  position: relative;
  z-index: 15;
}

.hero--img img {
  width: 100%;
  height: 140vw;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage--hero {
  margin-bottom: 70px;
}

.subpage--hero__bg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 20vw;
  bottom: 0;
  z-index: 10;
}

.subpage--hero__txt {
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 10%;
  left: 3%;
  right: 3%;
  z-index: 30;
}

.subpage--hero__txt .catch {
  font-size: min(8vw, 42px);
  font-weight: 700;
}

.subpage--hero__txt .catch span {
  display: inline-block;
  background-clip: text;
  background: linear-gradient(130deg, #35126a 20%, #f91362 60%, #ff8e44 100%);
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.subpage--hero__txt .desc {
  font-size: min(2.5vw, 12px);
  line-height: 1.5;
  margin-top: 1em;
}

.subpage--hero__img {
  width: 90vw;
  height: 50vw;
  padding-bottom: 10vw;
  margin-left: auto;
  position: relative;
  z-index: 15;
}

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

.footer {
  background-color: #f5f5f5;
  padding-top: calc(15.5vw + 360px);
  margin-top: calc(25vw + 70px);
  position: relative;
}

.footer .copy {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: #39062f;
  text-align: center;
  padding: 2em 0;
}

.footer--contact {
  position: absolute;
  top: -25vw;
  left: 0;
  right: 0;
}

.footer--contact__inner {
  color: #fff;
  background-color: #22819e;
  text-align: center;
  padding: 30px 0;
}

.footer--contact .head {
  font-weight: 300;
}

.footer--contact .head .en {
  font-size: 8vw;
}

.footer--contact .head .ja {
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}

.footer--contact .intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4vw;
  font-weight: 300;
  margin: 1em 0 1.5em;
}

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

.footer--contact .btn-area .btn {
  margin: 0.5em 0;
}

.footer--contact .btn-area .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 100;
  width: 280px;
  height: 4em;
  letter-spacing: 0.1em;
}

.footer--contact .btn-area .btn a .icon {
  margin-right: 2em;
}

.footer--contact .btn-area .btn-contact a {
  background-color: #00a0e9;
}

.footer--contact .btn-area .btn-contact a .text {
  font-size: 12px;
}

.footer--contact .btn-area .btn-tel a {
  font-weight: 500;
  color: #00a0e9;
  background-color: #fff;
}

.footer--contact .btn-area .btn-tel a .text {
  font-size: 14px;
}

.footer--contact .btn-area .btn-other a {
  background-color: #5fb75f;
}

.footer--contact .btn-area .btn-other a .icon {
  margin-right: 1em;
}

.footer--contact .btn-area .btn-other a .text {
  text-align: left;
}

.footer--contact .btn-area .btn-other a small {
  display: inline-block;
  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-weight: normal;
  font-size: 10px;
  margin-bottom: 0.4em;
}

.footer--contact .btn-area .btn-orange a {
  background-color: #dd8d11;
}

.footer--contact .btn-area .note {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 10px;
  font-weight: 100;
  margin-top: 0.75em;
}

.footer--info {
  font-size: 12px;
  text-align: center;
  margin-bottom: 60px;
}

.footer--info .logo img {
  max-width: 280px;
}

.footer--info p {
  color: #000;
}

.footer--info .address {
  margin: 1em 0 0.5em;
}

.fiexd--navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.fiexd--navigation .nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 120px;
  box-sizing: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 15px;
}

.fiexd--navigation .nav-btn img {
  width: 40px;
}

.fiexd--navigation .nav-btn .en {
  font-size: 12px;
  margin-top: 1.5em;
}

.fiexd--navigation .nav-btn .ja {
  font-size: 12px;
  margin-top: 0.5em;
}

.fiexd--navigation .nav-btn.sitemenu-btn {
  background: linear-gradient(125deg, #51127f 0%, #d70a84 100%);
  padding: 20px 0;
}

.fiexd--navigation .nav-btn.line-btn {
  background-color: #06c655;
  padding: 10px 0;
}

.fixed--menu {
  background: linear-gradient(125deg, #51127f 0%, #d70a84 100%);
  width: 310px;
  height: 70vh;
  max-height: 495px;
  padding: 8px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: all 300ms ease-out;
}

.fixed--menu.show {
  transform: translateX(0);
}

.fixed--menu .close {
  width: 45px;
  height: 30px;
  background-color: #8b0f81;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 8px;
  right: 16px;
}

.fixed--menu .close::before, .fixed--menu .close::after {
  display: block;
  content: '';
  width: 40%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
}

.fixed--menu .close::before {
  transform: rotate(45deg);
}

.fixed--menu .close::after {
  transform: rotate(-45deg);
}

.fixed--menu__inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.fixed--menu .ttl {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0.5em 0 1em;
}

.fixed--menu .ttl img {
  display: block;
  align-self: center;
  width: 1.5em;
  height: auto;
  margin-right: 0.5em;
}

.fixed--menu .ttl .small {
  display: flex;
  align-items: center;
  font-size: 0.75em;
  font-weight: normal;
}

.fixed--menu .ttl .small::before {
  display: block;
  content: '';
  width: 1.5em;
  height: 1px;
  background-color: #ccc;
  margin: 0 0.5em;
}

.fixed--menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.fixed--menu ul li {
  width: 50%;
  margin-bottom: 5px;
}

.fixed--menu ul a {
  display: grid;
  grid-template-columns: 25% 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 13px;
}

.fixed--menu ul a img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.fixed--menu ul a .text {
  font-weight: 700;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding-top: 2px;
}

.fixed--menu ul a .small {
  font-size: 9px;
  font-weight: 500;
  color: #888;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.section--head {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.section--head .ja {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section--head .en {
  font-size: 3.15vw;
  margin: 1em 0;
}

.section--head .desc {
  font-size: 5vw;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  margin: 0.75em 0;
}

.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 {
  text-align: center;
  padding-top: 5vw;
}

.front--intro .catch {
  font-size: min(5vw, 30px);
  margin-bottom: 1.5em;
}

.front--intro .desc--box {
  display: flex;
}

.front--intro .desc--box__item {
  width: calc(100% / 3);
  padding: 0 5px;
}

.front--intro .desc--box__item .box__inner {
  background-color: #f7f7f7;
  padding: 5vw 0;
}

.front--intro .desc--box__item img {
  width: 10vw;
}

.front--intro .desc--box__item .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.front--intro .desc--box__item .head span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(125deg, #51127f 0%, #d70a84 100%);
  background-clip: text;
  margin: 0.5em 0;
}

.front--intro .desc--box__item .desc {
  font-size: 3vw;
  line-height: 1.5;
}

.front--intro .sub-head {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.5vw;
  font-weight: 500;
  color: #007095;
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
}

.front--intro .sub-txt {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.5;
}

.front--materials {
  background-color: #e9eaec;
  padding: 50px 0;
}

.front--materials .material--box .swiper-slide {
  width: 100%;
}

.front--materials .material--box__item {
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}

.front--materials .material--box__item .desc {
  font-size: 3.25vw;
  font-weight: 700;
  text-align: justify;
  line-height: 1.9;
  height: calc(1.9em * 3);
  margin-top: 4px;
}

.front--materials .material--box__item .desc span {
  color: #fff;
  background-color: #3b3b3b;
  padding: 2px 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.front--materials .material--box__item .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5vw;
  font-weight: 700;
  color: #333;
  text-align: left;
  margin-top: 0.5em;
}

.front--materials .more {
  text-align: center;
  margin-top: 30px;
}

.front--materials .more a {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 1.5em 2.5em 1.5em 1em;
}

.front--materials .more a::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  transform-origin: center;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 2em;
}

.front--process {
  padding: 50px 0;
}

.front--process .process--box .swiper-slide {
  width: 100%;
}

.front--process .process--box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eaeaea;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}

.front--process .process--box__item .label {
  font-size: 3.25vw;
  width: 8em;
  color: #fff;
  background-color: #000;
  border-radius: 9999px;
  margin: 1em 0;
  padding: 0.5em 1em;
}

.front--process .process--box__item .desc {
  font-size: 4vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5em;
}

.front--process .more {
  text-align: center;
  margin-top: 30px;
}

.front--process .more a {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 1.5em 2.5em 1.5em 1em;
}

.front--process .more a::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  transform-origin: center;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 2em;
}

.front--points {
  background-color: #e4e4e4;
  padding-bottom: 50px;
  position: relative;
}

.front--points::before {
  display: block;
  content: '';
  padding-top: 120%;
  background-image: url(../img/bg_points.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.front--points__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 0;
  position: relative;
  z-index: 15;
}

.front--points .title {
  font-size: 7vw;
  color: #fff;
  background-image: url(../img/catch_en.png);
  background-size: auto 1.5em;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0 0.75em;
  margin-bottom: 1em;
}

.front--points .title .catch {
  font-weight: 500;
  text-indent: -0.5em;
}

.front--points .title .desc {
  font-size: 3.1vw;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.75em;
}

.front--points .points--box {
  background-color: #fff;
  padding: 10px 10px 0;
  margin-left: 10px;
  margin-right: 10px;
}

.front--points .points--box__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.front--points .points--box__item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 5px;
}

.front--points .points--box__item img {
  border-radius: 6px;
}

.front--points .points--box__item .head {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 3.5em;
  color: #fff;
  background-color: #000;
  line-height: 1.25;
  padding: 0 8px;
  margin: 0.75em 0;
}

.front--points .points--box__item .detail {
  font-size: 12px;
  line-height: 1.75;
}

#index_info {
  width: 100%;
  justify-content: space-evenly;
  overflow: hidden;
  margin: 50px auto;
}

#index_info .box {
  width: calc(100% - 30px);
  border: solid 10px #f2f2f2;
  box-shadow: inset 0 0 0 1px #d5d5d5;
  margin: 0 12px;
  padding: 25px 20px 20px;
  position: relative;
}

#index_info .box .ttl {
  margin: 0 0 30px;
  text-align: center;
}

#index_info .box ul {
  height: 250px;
  overflow: auto;
}

#index_info .box .btn {
  position: absolute;
  right: 0;
  top: 0;
}

#index_results li {
  border-bottom: dotted 1px #ccc;
  font-size: 12px;
  line-height: 1.5em;
  overflow: hidden;
  padding: 10px 0;
}

#index_results li img {
  float: left;
  margin: 0 10px 0 0;
}

#index_results li a {
  color: #414141;
}

#index_results li .date {
  color: #a5a5a5;
}

.page__business .business--head {
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.page__business .business--head h3 {
  margin-top: 0.25em;
}

.page__business .business--box .business--items {
  padding: 30px 15px;
}

.page__business .business--box .business--items__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.page__business .business--box .business--items .business--intro {
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2em;
}

.page__business .business--box .business--items .business--item {
  width: 210px;
  max-width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.page__business .business--box .business--items .business--item.dummy {
  height: 0;
  margin-bottom: 0;
}

.page__business .business--box .business--items .business--item__inner {
  font-size: 14px;
  color: #1a1a1a;
  background-color: #dceef8;
  text-align: center;
  border-radius: 1em;
  height: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 1em 0.75em;
}

.page__business .business--box .business--items .business--item img {
  width: 32px;
}

.page__business .business--box .business--items .business--item .item--name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  height: 2em;
  line-height: 1;
  margin: 0.25em 0 0.5em;
}

.page__business .business--box .business--items .business--item .item--desc {
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}

.page__business .business--box#materials .business--items {
  background-color: #e9eaec;
}

.page__business .business--box#materials .business--items .business--item__inner {
  background-color: #fff;
}

.page__about-us {
  color: #000;
}

.page__about-us .company--head {
  max-width: 1400px;
  height: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page__about-us .company--head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__about-us .company--head__cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 4vw;
  color: #fff;
  line-height: 1.75;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
}

.page__about-us .company--head__cover .head {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.page__about-us .company--head__cover .head span {
  font-size: 0.75em;
  margin-top: 0.25em;
}

.page__about-us .company--head__cover .head span strong {
  display: inline-block;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 0.125em 0.5em;
  margin-right: 0.5em;
}

.page__about-us .company--head__cover .desc {
  letter-spacing: 0.15em;
  margin-top: 1em;
}

.page__about-us .company--intro {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.page__about-us .company--intro .catch {
  font-size: 16px;
  font-weight: 700;
  margin: 0.75em 0;
}

.page__about-us .company--intro .desc {
  font-size: 14px;
  line-height: 2;
}

.page__about-us .company--tblbox__item {
  position: relative;
}

.page__about-us .company--tblbox__item .image {
  width: 70%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.page__about-us .company--tblbox__item .detail {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page__about-us .company--tblbox table {
  width: 100%;
}

.page__about-us .company--tblbox table tr {
  background: url(../img/pages/stripe_gray.gif) repeat-x left bottom;
}

.page__about-us .company--tblbox table th, .page__about-us .company--tblbox table td {
  font-size: 12px;
  font-weight: normal;
  padding: 1em 0 calc(1em + 4px);
}

.page__about-us .company--tblbox table th {
  width: 8em;
}

.page__about-us .company--tblbox table td {
  width: calc(100% - 8em);
}

.page__about-us .company--map {
  position: relative;
}

.page__about-us .company--map::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

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

.page__technique .content--technique .technique--head {
  position: relative;
}

.page__technique .content--technique .technique--head .image {
  height: 180px;
}

.page__technique .content--technique .technique--head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__technique .content--technique .technique--head .cover {
  font-size: 24px;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  top: -1.25em;
  right: 0;
}

.page__technique .content--technique .technique--head .cover p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.075em;
  margin: 0 0.375em;
}

.page__technique .content--technique .technique--head .cover span {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.125em;
  padding: 0.5em 0.25em;
}

.page__technique .content--technique .catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 2em 0 0.75em;
}

.page__technique .content--technique .desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5em;
}

.page__technique .content--technique .technique--gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.page__technique .content--technique .technique--gallery .gallery--intro {
  font-size: 18px;
  width: 100%;
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.page__technique .content--technique .technique--gallery .gallery--intro .head {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.page__technique .content--technique .technique--gallery .gallery--intro .head img {
  height: 2.25em;
  margin-right: 0.75em;
}

.page__technique .content--technique .technique--gallery .gallery--intro .detail {
  font-size: 12px;
  text-align: left;
  line-height: 1.75;
  margin: 1em 0 2em;
}

.page__technique .content--technique .technique--gallery .gallery--item {
  width: calc(100% / 3);
  padding: 0 4px;
}

.page__equipment .equipment--head {
  font-size: 8vw;
  color: #555;
  text-align: center;
  padding-top: 1.8em;
  margin-bottom: 1em;
  position: relative;
}

.page__equipment .equipment--head::before, .page__equipment .equipment--head::after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page__equipment .equipment--head::before {
  width: 1.4em;
  height: 1.4em;
  background-color: #000;
}

.page__equipment .equipment--head::after {
  width: 0.35em;
  height: 0.35em;
  background-color: #fff;
  top: 0.55em;
}

.page__equipment .equipment--head h2 {
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-right: 0.05em;
}

.page__equipment .equipment--head p {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
  padding-right: 0.025em;
}

.page__equipment .equipment--hero {
  position: relative;
}

.page__equipment .equipment--hero .image {
  height: 70vw;
}

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

.page__equipment .equipment--hero .texts {
  font-size: 7vw;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 8%;
  left: 4%;
}

.page__equipment .equipment--hero .catch {
  line-height: 1.25;
}

.page__equipment .equipment--hero .sub {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: 0.5em;
}

.page__equipment .equipment--hero .sub strong {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

.page__equipment .equipment--hero .sub span {
  font-size: calc(1em / 3 * 2);
  font-weight: 100;
  letter-spacing: 0.05em;
}

.page__equipment .equipment--intro {
  font-size: 4vw;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 3em 0 4em;
}

.page__equipment .equipment--box .equipment--category .equipment--image {
  margin-bottom: 30px;
  position: relative;
}

.page__equipment .equipment--box .equipment--category .equipment--image img {
  width: 100%;
}

.page__equipment .equipment--box .equipment--category .equipment--image .cover {
  display: flex;
  justify-content: center;
  font-size: 5vw;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
}

.page__equipment .equipment--box .equipment--category .equipment--image .cover p {
  font-weight: 700;
  line-height: 1.5;
  writing-mode: vertical-rl;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em;
  padding: 0.75em 0.5em;
}

.page__equipment .equipment--box .equipment--category .equipment--desc {
  font-size: 3.5vw;
  line-height: 2;
  margin: 2em 0;
}

.page__equipment .equipment--box .equipment--category .equipment--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.page__equipment .equipment--box .equipment--category .equipment--list .equipment--item {
  width: 186px;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.page__equipment .equipment--box .equipment--category .equipment--list .equipment--item .head {
  font-size: 3.5vw;
  font-weight: 700;
  color: #09529f;
  margin: 4px 0;
}

.page__equipment .equipment--box .equipment--category .equipment--list .equipment--item .desc {
  font-size: 3vw;
}

.page__faq .content {
  display: block;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page__faq .faq_section {
  background-image: url(../img/pages/icon_sp.gif);
  padding: 50px 0 0;
}

.page__faq .faq_section p {
  color: #555;
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em 0;
}

.page__faq .faq_section p.answer {
  color: #b63838;
  font-size: 16px;
  font-weight: bold;
}

.page--head {
  font-size: 24px;
  color: #000;
  text-align: center;
}

.page--head img {
  width: auto;
  height: 2em;
}

.page--head .ja {
  font-weight: 100;
  letter-spacing: 0.15em;
  margin: 0.5em 0 0.25em;
}

.page--head .en {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.box--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  width: 6em;
  background-color: #000;
  padding: 1em 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.box--head::before {
  display: block;
  content: '';
  width: 0.25em;
  height: 0.5em;
  background-color: #fff;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0, 1px 100%, 0 100%);
  order: 2;
  margin: 0.5em 0;
}

.box--head .ja {
  font-weight: 900;
  order: 1;
}

.box--head .en {
  font-size: 10px;
  order: 3;
}

.page__content .intro--btns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.page__content .intro--btns a {
  font-size: 11px;
  width: 240px;
  max-width: calc(50% - 16px);
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 1.5em 1em 1.5em 2em;
  margin: 0 8px;
  position: relative;
}

.page__content .intro--btns a::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.125em);
  left: 1em;
}

.ttl_02 {
  background: #eee;
  color: #555555;
  border-left: 5px solid #00a0e9;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 10px 20px 10px 25px;
}

.list_01 {
  display: flex;
  flex-wrap: wrap;
}

#contact_tel {
  text-align: center;
}

#contact_btn {
  margin: 50px auto;
  width: 320px;
}

#contact_btn a {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  background: #3078c0;
  text-align: center;
}

#contact_form {
  max-width: 900px;
  margin: 0 auto;
}

#contact_form dt {
  width: 100%;
  padding: 10px 10px;
}

#contact_form dd {
  width: 100%;
  min-height: 25px;
  padding: 10px 15px;
}

#contact_form .btn {
  margin: 30px 0 0;
  text-align: center;
}

#contact_form .attention {
  color: #555;
  font-size: 14px;
}

.required {
  color: #ff5151;
  font-size: 10px;
}

#contact_form input[type=text] {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

#contact_form input[name=address] {
  width: 100%;
  height: 45px;
  margin-top: 8px;
}

#contact_form input[name=name],
#contact_form input[name=company] {
  width: 100%;
  height: 100%;
}

#contact_form .mwform-tel-field input[name="tel[data][0]"],
#contact_form .mwform-tel-field input[name="tel[data][1]"],
#contact_form .mwform-tel-field input[name="tel[data][2]"] {
  width: 80px;
  height: 100%;
}

#contact_form .mwform-zip-field input[name="zipcode[data][0]"],
#contact_form .mwform-zip-field input[name="zipcode[data][1]"] {
  width: 80px;
  height: 45px;
}

#contact_form input[name=mail] {
  width: 100%;
  height: 100%;
}

#contact_form input[name="submitConfirm"],
#contact_form input[name="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00a0e9;
  padding: 15px 30px;
  margin: 0 auto;
}

#contact_form textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

#contact_form .attention {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .container, .page__technique .content--technique, .page__equipment .content--equipment {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .show-sp {
    display: none;
  }
  .hide-sp {
    display: inline;
  }
  .header {
    height: 80px;
  }
  .header.subpage--header {
    padding: 0 15px;
  }
  .header .header--logo img {
    width: 300px;
  }
  .menu--box .toggler {
    width: 120px;
    height: 80px;
  }
  .menu--box .menu {
    width: 400px;
  }
  .menu--box .menu.open {
    transform: translateX(-400px);
  }
  .hero--logo {
    top: 20%;
  }
  .hero--logo .logo__intro {
    font-size: 14px;
  }
  .hero--logo .logo__img img {
    width: 360px;
  }
  .hero--txt {
    top: unset;
    bottom: 15%;
  }
  .hero--txt .catch {
    font-size: 64px;
  }
  .hero--txt .desc {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .hero--img {
    width: 75vw;
    height: 100vh;
    padding-bottom: 10vh;
    margin-left: auto;
  }
  .hero--img img {
    height: 90vh;
  }
  .subpage--hero__txt .catch {
    font-size: 48px;
  }
  .subpage--hero__txt .desc {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .subpage--hero__img {
    width: 80vw;
    height: 300px;
    padding-bottom: 50px;
  }
  .footer {
    padding-top: 300px;
    margin-top: 200px;
  }
  .footer--contact {
    top: -120px;
  }
  .footer--contact .head .en {
    font-size: 40px;
  }
  .footer--contact .head .ja {
    font-size: 15px;
  }
  .footer--contact .intro {
    font-size: 18px;
  }
  .footer--contact .btn-area {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    max-width: calc(280px * 2 + 4em);
    margin-left: auto;
    margin-right: auto;
  }
  .footer--contact .btn-area .btn {
    margin: 0 1em 1.5em;
  }
  .footer--info {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .footer--info .logo img {
    max-width: none;
  }
  .fiexd--navigation .nav-btn {
    width: 140px;
  }
  .fiexd--navigation .nav-btn .ja {
    font-size: 14px;
  }
  .fiexd--navigation .nav-btn.sitemenu-btn {
    padding: 30px 0;
  }
  .section--head .ja {
    font-size: 36px;
  }
  .section--head .en {
    font-size: 16px;
  }
  .section--head .desc {
    font-size: 22px;
  }
  .front--intro {
    padding-top: 30px;
  }
  .front--intro .catch {
    font-size: 24px;
  }
  .front--intro .desc--box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .front--intro .desc--box__item {
    padding: 0 15px;
  }
  .front--intro .desc--box__item .box__inner {
    padding: 30px 0;
  }
  .front--intro .desc--box__item img {
    width: 60px;
  }
  .front--intro .desc--box__item .head {
    font-size: 14px;
    letter-spacing: normal;
  }
  .front--intro .desc--box__item .desc {
    font-size: 20px;
  }
  .front--intro .sub-head {
    font-size: 20px;
  }
  .front--intro .sub-txt {
    font-size: 16px;
  }
  .front--materials__inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .front--materials .material--box__item .desc {
    font-size: 12px;
  }
  .front--materials .material--box__item .name {
    font-size: 18px;
  }
  .front--process__inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .front--process .process--box__item .label {
    font-size: 12px;
  }
  .front--process .process--box__item .desc {
    font-size: 16px;
  }
  .front--points::before {
    padding-top: 90%;
  }
  .front--points .title {
    font-size: 40px;
  }
  .front--points .title .desc {
    font-size: 18px;
  }
  .front--points .points--box {
    max-width: 680px;
    padding: 20px 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .front--points .points--box__inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .front--points .points--box__item {
    padding: 0 15px;
  }
  .front--points .points--box__item .head {
    display: inline-block;
    height: auto;
    padding: 8px 24px 8px 8px;
  }
  #index_info {
    width: 700px;
  }
  .page__about-us .company--head {
    height: 42.5vw;
  }
  .page__about-us .company--head__cover {
    font-size: 2.5vw;
  }
  .page__about-us .company--tblbox__item {
    display: flex;
    align-items: flex-start;
  }
  .page__about-us .company--tblbox__item .image {
    width: 42%;
    text-align: center;
  }
  .page__about-us .company--tblbox__item .texts {
    width: 58%;
    padding-right: 5%;
  }
  .page__about-us .company--tblbox__item:nth-child(2n-1) .image {
    order: 1;
  }
  .page__about-us .company--tblbox__item:nth-child(2n-1) .texts {
    order: 2;
    padding-left: 5%;
    padding-right: 0;
  }
  .page__about-us .company--tblbox__item .detail {
    width: 100%;
  }
  .page__technique .content--technique .technique--head .image {
    height: 240px;
  }
  .page__technique .content--technique .technique--head .cover {
    font-size: 30px;
  }
  .page__equipment .equipment--head {
    font-size: 32px;
  }
  .page__equipment .equipment--hero .image {
    height: auto;
  }
  .page__equipment .equipment--hero .image img {
    -o-object-fit: none;
       object-fit: none;
  }
  .page__equipment .equipment--hero .texts {
    font-size: 24px;
  }
  .page__equipment .equipment--intro {
    font-size: 18px;
  }
  .page__equipment .equipment--box .equipment--category {
    display: flex;
    align-items: flex-start;
  }
  .page__equipment .equipment--box .equipment--category:nth-child(2n) .equipment--image {
    order: 2;
  }
  .page__equipment .equipment--box .equipment--category:nth-child(2n) .equipment--introduce {
    order: 1;
    padding-left: 0;
    padding-right: 5%;
  }
  .page__equipment .equipment--box .equipment--category .equipment--image {
    width: 40%;
    margin-bottom: 0;
  }
  .page__equipment .equipment--box .equipment--category .equipment--image .cover {
    font-size: 14px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--introduce {
    width: 60%;
    padding-left: 5%;
  }
  .page__equipment .equipment--box .equipment--category .equipment--desc {
    font-size: 14px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--list .equipment--item .head {
    font-size: 14px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--list .equipment--item .desc {
    font-size: 12px;
  }
  .page__faq .faq_section {
    background: url(../img/pages/icon.gif) no-repeat 20px top;
    margin: 50px 0 0;
    padding: 0 0 0 150px;
  }
  .page__content .intro--btns a {
    font-size: 14px;
    margin: 0 15px;
  }
  #contact_form dt {
    width: 200px;
    padding: 20px 10px;
  }
  #contact_form dd {
    width: calc(100% - 200px);
  }
  #contact_form input[name=name],
  #contact_form input[name=company] {
    width: 60%;
  }
  #contact_form textarea {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .container, .page__technique .content--technique, .page__equipment .content--equipment {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  .hide-pc {
    display: none;
  }
  .header {
    height: 108px;
  }
  .header .header--logo img {
    width: auto;
  }
  .menu--box .toggler {
    width: 160px;
    height: 108px;
  }
  .hero--logo {
    top: 15%;
  }
  .hero--logo .logo__intro {
    font-size: 16px;
  }
  .hero--logo .logo__img img {
    width: auto;
  }
  .hero--txt {
    bottom: 10%;
  }
  .hero--txt .catch {
    font-size: 108px;
    line-height: 1.25;
  }
  .hero--txt .desc {
    font-size: 44px;
    margin-top: 0.75em;
  }
  .hero--img {
    width: 84vw;
    padding-bottom: 5vh;
  }
  .hero--img img {
    height: 95vh;
    max-height: unset;
  }
  .subpage--hero {
    margin-bottom: 120px;
  }
  .subpage--hero__txt .catch {
    font-size: 64px;
    line-height: 1.25;
  }
  .subpage--hero__txt .desc {
    font-size: 22px;
    margin-top: 0.75em;
  }
  .subpage--hero__img {
    width: 84vw;
    height: 400px;
    padding-bottom: 70px;
  }
  .footer {
    padding-top: 360px;
    margin-top: 240px;
  }
  .footer--contact {
    top: -150px;
  }
  .footer--contact__inner {
    padding: 50px 0;
  }
  .footer--contact .head .en {
    font-size: 50px;
  }
  .footer--contact .head .ja {
    font-size: 18px;
  }
  .footer--contact .intro {
    font-size: 24px;
  }
  .footer--contact .btn-area {
    max-width: calc(360px * 2 + 4em);
  }
  .footer--contact .btn-area .btn a {
    font-size: 16px;
    width: 360px;
  }
  .footer--contact .btn-area .btn-contact a .text {
    font-size: 14px;
  }
  .footer--contact .btn-area .btn-tel a .text {
    font-size: 16px;
  }
  .footer--contact .btn-area .btn-other a small {
    font-size: 12px;
  }
  .footer--contact .btn-area .note {
    font-size: 11px;
  }
  .fiexd--navigation .nav-btn {
    width: 230px;
  }
  .fiexd--navigation .nav-btn img {
    width: auto;
  }
  .fiexd--navigation .nav-btn .en {
    font-size: 14px;
  }
  .fiexd--navigation .nav-btn .ja {
    font-size: 18px;
  }
  .fiexd--navigation .nav-btn.sitemenu-btn {
    padding: 50px 0;
  }
  .fiexd--navigation .nav-btn.line-btn {
    padding: 15px 0;
  }
  .fixed--menu {
    width: 400px;
    max-height: 550px;
  }
  .fixed--menu .close {
    width: 60px;
    height: 40px;
  }
  .fixed--menu .ttl {
    font-size: 18px;
  }
  .fixed--menu ul a {
    font-size: 14px;
  }
  .fixed--menu ul a .small {
    font-size: 12px;
  }
  .section--head {
    margin-bottom: 50px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--intro {
    padding-top: 20px;
  }
  .front--intro .catch {
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 2em;
  }
  .front--intro .desc--box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .front--intro .desc--box__item {
    padding: 0 20px;
  }
  .front--intro .desc--box__item .box__inner {
    padding: 40px 0;
  }
  .front--intro .desc--box__item img {
    width: auto;
  }
  .front--intro .desc--box__item .head {
    font-size: 24px;
  }
  .front--intro .desc--box__item .desc {
    font-size: 20px;
    font-weight: 500;
  }
  .front--intro .sub-head {
    font-size: 24px;
    margin: 2.5em 0 1em;
  }
  .front--intro .sub-txt {
    font-size: 18px;
  }
  .front--materials__inner {
    max-width: 1230px;
  }
  .front--materials .material__next,
  .front--materials .material__prev {
    display: none;
  }
  .front--materials .material--box {
    display: flex;
    flex-wrap: wrap;
  }
  .front--materials .material--box .swiper-slide {
    width: calc(100% / 5);
    padding: 0 10px;
  }
  .front--materials .material--box__item {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .front--materials .more a {
    font-size: 14px;
  }
  .front--process__inner {
    max-width: 1230px;
  }
  .front--process .process__next,
  .front--process .process__prev {
    display: none;
  }
  .front--process .process--box {
    display: flex;
    flex-wrap: wrap;
  }
  .front--process .process--box .swiper-slide {
    width: calc(100% / 5);
    padding: 0 10px;
  }
  .front--process .process--box__item {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .front--process .more a {
    font-size: 14px;
  }
  .front--points {
    padding-bottom: 80px;
  }
  .front--points::before {
    padding-top: calc(100% / 3);
  }
  .front--points .points--box {
    max-width: 1240px;
  }
  .front--points .points--box__item {
    width: calc(100% / 3);
  }
  .front--points .points--box__item .head {
    font-size: 16px;
  }
  .front--points .points--box__item .detail {
    font-size: 15px;
  }
  #index_info {
    width: 976px;
    margin: 80px auto;
  }
  #index_info .box {
    margin: 0 30px;
  }
  .page__business .business--head {
    font-size: 36px;
  }
  .page__business .business--box .business--items {
    padding: 50px 15px;
  }
  .page__business .business--box .business--items .business--intro {
    font-size: 30px;
  }
  .page__business .business--box .business--items .business--item {
    width: 290px;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .page__business .business--box .business--items .business--item.dummy {
    margin-bottom: 0;
  }
  .page__business .business--box .business--items .business--item__inner {
    font-size: 24px;
    padding: 1.5em 0.75em;
  }
  .page__business .business--box .business--items .business--item img {
    width: 42px;
  }
  .page__business .business--box .business--items .business--item .item--desc {
    font-size: 14px;
  }
  .page__about-us .company--head {
    height: auto;
  }
  .page__about-us .company--head img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .page__about-us .company--head__cover {
    font-size: 24px;
  }
  .page__about-us .company--intro .catch {
    font-size: 24px;
  }
  .page__about-us .company--intro .desc {
    font-size: 16px;
  }
  .page__about-us .company--tblbox__item .image {
    width: 47%;
  }
  .page__about-us .company--tblbox__item .texts {
    width: 53%;
  }
  .page__about-us .company--tblbox table th, .page__about-us .company--tblbox table td {
    font-size: 14px;
  }
  .page__technique .content--technique {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__technique .content--technique .technique--head .image {
    height: 350px;
  }
  .page__technique .content--technique .technique--head .cover {
    font-size: 48px;
  }
  .page__technique .content--technique .catch {
    font-size: 24px;
  }
  .page__technique .content--technique .desc {
    font-size: 16px;
  }
  .page__technique .content--technique .technique--gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__technique .content--technique .technique--gallery .gallery--intro {
    font-size: 24px;
  }
  .page__technique .content--technique .technique--gallery .gallery--intro .detail {
    font-size: 16px;
  }
  .page__technique .content--technique .technique--gallery .gallery--item {
    padding: 0 15px;
  }
  .page__equipment .content--equipment {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__equipment .equipment--head {
    font-size: 48px;
  }
  .page__equipment .equipment--hero .texts {
    font-size: 48px;
  }
  .page__equipment .equipment--intro {
    font-size: 24px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--image .cover {
    font-size: 24px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--desc {
    font-size: 16px;
  }
  .page__equipment .equipment--box .equipment--category .equipment--list .equipment--item {
    width: 50%;
    max-width: none;
  }
  .page__equipment .equipment--box .equipment--category .equipment--list .equipment--item {
    width: 25%;
  }
  .page--head {
    font-size: 36px;
  }
  .box--head {
    font-size: 28px;
  }
}

@media (min-width: 1640px) {
  .front--materials {
    padding: 70px 0;
  }
  .front--materials__inner {
    max-width: 1600px;
  }
  .front--materials .material--box .swiper-slide {
    padding: 0 22px;
  }
  .front--materials .material--box__item .desc {
    font-size: 14px;
  }
  .front--materials .material--box__item .name {
    font-size: 24px;
  }
  .front--process {
    padding: 70px 0;
  }
  .front--process__inner {
    max-width: 1600px;
  }
  .front--process .process--box .swiper-slide {
    padding: 0 22px;
  }
  .front--process .process--box__item .label {
    font-size: 14px;
  }
  .front--process .process--box__item .desc {
    font-size: 18px;
  }
}

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