@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

body {
  font-family: "Sawarabi Mincho", serif;
  font-weight: normal;
  position: relative;
}
@media (max-width: 768px) {
  body.fix {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

#totop {
  position: fixed;
  bottom: 48px;
  right: 48px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  border: solid 1px black;
}
@media (max-width: 768px) {
  #totop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
#totop:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/back_up.png) center/contain no-repeat;
  display: block;
  position: absolute;
}
#totop.hidden {
  display: none;
}

.inner {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 12px;
  }
}

.left-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
  will-change: background-color, box-shadow;
  transition: background-color linear 300ms, box-shadow linear 300ms;
}
@media (min-width: 769px) {
  header.can-scroll.scrolled {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  header.can-scroll.scrolled .left-right .left picture {
    filter: invert(1);
  }
}
@media (max-width: 768px) {
  header {
    background-color: rgb(255, 255, 255);
  }
  header.open .left-right .left picture {
    filter: saturate(0) invert(1) brightness(3);
  }
  header.can-scroll.scrolled:not(.open) {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  header.can-scroll.scrolled:not(.open) .left-right .left picture {
    filter: invert(1);
  }
}
header .inner {
  max-width: 1240px;
}
@media (max-width: 768px) {
  header .inner {
    padding: 0;
  }
}
header .left-right {
  align-items: center;
}
header .left-right .left {
  flex-grow: 1;
}
@media (max-width: 768px) {
  header .left-right .left {
    position: relative;
    z-index: 20;
  }
}
header .left-right .left a.logo {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  width: 500px;
}
@media (max-width: 768px) {
  header .left-right .left a.logo {
    width: auto;
  }
}
header .left-right .left picture {
  display: block;
  position: relative;
  margin: 0px 0px;
  top: 0px;
  transition: filter 300ms linear;
  filter: saturate(1) invert(0) brightness(1);
  will-change: filter;
}
@media (max-width: 768px) {
  header .left-right .left picture {
    top: 4px;
  }
}
header .left-right .left picture img {
  height: 65px;
}
@media (max-width: 768px) {
  header .left-right .left picture img {
    margin-left: 16px;
    height: 40px;
  }
}
header .left-right .left nav {
  display: none;
}
header .right > .contact {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 12px;
  padding: 12px 25.2px 12px 34.8px;
  transform-origin: top right;
  position: relative;
}
@media (max-width: 768px) {
  header .right > .contact {
    display: none;
  }
}
header .right > .contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 100%;
  width: 9000px;
  height: 100%;
}
header .right > .contact:after {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 100%;
  width: 9000px;
  height: 100%;
}
header .right > .contact .number {
  display: inline-flex;
  font-size: 28.8px;
  align-items: center;
  position: relative;
  left: -8.4px;
  margin-bottom: 7.2px;
}
header .right > .contact .number:before {
  content: "";
  display: block;
  width: 27.6px;
  height: 27.6px;
  background: url(../img/phone.png) center/contain no-repeat;
  margin-right: 12px;
}
header .right > .contact .button {
  text-align: center;
}
header .right > .contact .button a {
  display: inline-flex;
  border: solid white 1.2px;
  color: white;
  background: rgba(255, 255, 255, 0);
  padding: 7.2px 18px;
  align-items: center;
  font-size: 13.2px;
  transition: all 150ms linear;
}
header .right > .contact .button a:before {
  content: "";
  display: block;
  margin-right: 9.6px;
  width: 16.8px;
  height: 12px;
  background: url(../img/mail.png) center/contain no-repeat;
  filter: invert(0);
  transition: filter 150ms linear;
  will-change: filter;
}
header .right > .contact .button a:hover {
  color: black;
  border-color: black;
  background-color: rgb(255, 255, 255);
}
header .right > .contact .button a:hover:before {
  filter: invert(1);
}
header #hamburger {
  display: none;
  width: 65px;
  height: 65px;
  background: black;
  color: white;
  font-size: 8px;
  padding: 16px 5px 21px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
header #hamburger.open .label div:nth-child(1) {
  transform: translateX(70px);
}
header #hamburger.open .label div:nth-child(2) {
  transform: translateX(0);
}
header #hamburger.open .lines div:nth-child(1) {
  transform: translateY(3px) rotate(27deg);
}
header #hamburger.open .lines div:nth-child(2) {
  opacity: 0;
}
header #hamburger.open .lines div:nth-child(3) {
  transform: translateY(-3px) rotate(-27deg);
}
header #hamburger .label {
  position: relative;
  height: 1em;
  font-size: 11px;
  width: 100%;
}
header #hamburger .label div {
  display: block;
  position: absolute;
  transition: transform 300ms ease;
  will-change: transition;
  width: 100%;
  text-align: center;
}
header #hamburger .label div:nth-child(1) {
  transform: translateX(0);
}
header #hamburger .label div:nth-child(2) {
  transform: translateX(-70px);
}
header #hamburger .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 7px;
}
header #hamburger .lines div:nth-child(1), header #hamburger .lines div:nth-child(2), header #hamburger .lines div:nth-child(3) {
  height: 1px;
  background: white;
  transform: translateY(0) rotate(0deg);
  opacity: 1;
  transition: transform 300ms linear, opacity 300ms linear;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  header #hamburger {
    display: flex;
    flex-direction: column;
  }
}
header #sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.8);
  will-change: transform;
  transition: transform 300ms ease-out;
  padding: 47px 0px 35px;
  flex-direction: column;
}
@media (max-width: 768px) {
  header #sp-menu {
    display: flex;
  }
}
header #sp-menu.open {
  transform: translateX(0%);
}
header #sp-menu nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  padding: 40px 0;
}
header #sp-menu nav a {
  width: 100%;
  padding: 10px 0px;
  color: white;
  text-align: center;
  display: block;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #sp-menu .contact {
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 10px 29px 0px 29px;
}
header #sp-menu .contact .number {
  display: inline-flex;
  font-size: 33px;
  align-items: center;
  position: relative;
  left: -7px;
  margin-bottom: 14px;
}
header #sp-menu .contact .number:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/phone.png) center/contain no-repeat;
  margin-right: 10px;
}
header #sp-menu .contact .button {
  text-align: center;
}
header #sp-menu .contact .button a {
  display: flex;
  border: solid white 1px;
  color: white;
  background: rgba(255, 255, 255, 0);
  padding: 12px 14px;
  align-items: center;
  justify-content: center;
  font-size: 17.5px;
  transition: all 150ms linear;
}
header #sp-menu .contact .button a:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 15px;
  background: url(../img/mail.png) center/contain no-repeat;
  filter: invert(0);
  transition: filter 150ms linear;
  will-change: filter;
}
header #sp-menu .contact .button a:hover {
  color: black;
  border-color: black;
  background-color: rgb(255, 255, 255);
}
header #sp-menu .contact .button a:hover:before {
  filter: invert(1);
}
header .lower-logo {
  display: none !important;
}
header .lower-logo img {
  height: 44px !important;
}
@media (max-width: 768px) {
  header .lower-logo img {
    height: 40px !important;
    margin-left: 0 !important;
  }
}
header.subpage {
  background: white;
}
header.subpage .inner {
  max-width: none;
  padding-right: 0;
  padding-left: 51px;
}
@media (max-width: 768px) {
  header.subpage .inner {
    padding-left: 16px;
  }
}
header.subpage .lower-logo {
  margin: 0 !important;
  display: block !important;
}
header.subpage .upper-logo {
  display: none !important;
}
header.subpage .left {
  display: flex;
  align-items: center;
}
header.subpage .left a.logo {
  display: flex;
  width: 350px;
  align-items: center;
}
header.subpage .left a.logo .lower-logo {
  position: relative;
  top: 4px;
  left: -1;
}
@media (max-width: 768px) {
  header.subpage .left a.logo {
    width: auto;
  }
}
header.subpage .left .subpage-nav {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  header.subpage .left .subpage-nav {
    display: none;
  }
}
header.subpage .left .subpage-nav a {
  display: flex;
  align-items: center;
  padding: 42.5px 0px 28px;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 44px;
  border-bottom: solid 3px transparent;
  font-size: 15px;
}
header.subpage .left .subpage-nav a:last-child {
  margin-right: 0;
}
header.subpage .left .subpage-nav a.active {
  border-bottom-color: black;
  position: relative;
}
header.subpage .left .subpage-nav a.active:after {
  content: "";
  background: black;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header.subpage .right > .contact {
  background: black;
  padding: 0;
  width: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-top: 5.5px;
  transform: scale(1);
}
header.subpage .right > .contact:before, header.subpage .right > .contact:after {
  display: none;
}
@media (max-width: 768px) {
  header.subpage .right > .contact {
    display: none;
  }
}
header.subpage .right > .contact .button {
  padding: 0;
  width: 100%;
}
header.subpage .right > .contact .button a {
  width: 100%;
  background: #1b220f;
  border: none;
  justify-content: center;
  padding: 12px 2px;
  letter-spacing: 2.5px;
}
header.subpage .right > .contact .number {
  margin-bottom: 0;
}

.visual {
  background: url(../img/visual.jpg) center/cover no-repeat;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .visual {
    background-image: url(../img/visual.jpg);
  }
}
.visual .inner {
  max-width: 1240px;
  position: relative;
  height: 100vh;
}
.visual .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 768px) {
  .visual .catch img {
    height: 85px;
  }
}
.visual nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  overflow: hidden;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .visual nav {
    display: none;
  }
}
.visual nav a {
  color: white;
  margin: 0px;
  padding: 15px 100px 15px 0;
  position: relative;
  top: -20px;
  transform: translateX(0);
  transition: transform 300ms ease-out;
  will-change: transform;
}
.visual nav a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 1px;
  background: white;
}
.visual nav a:not(.active):hover {
  transform: translateX(-20px);
}

section.section1 {
  background: black;
  color: white;
  font-size: 12px;
  padding: 74px 0px;
}
@media (max-width: 768px) {
  section.section1 {
    padding: 49px 0 54px;
  }
}
@media (max-width: 768px) {
  section.section1 .left-right {
    display: block;
  }
}
section.section1 .left {
  flex-grow: 100;
  font-size: 20.3px;
  line-height: 1.8;
  margin-right: 16px;
}
@media (max-width: 768px) {
  section.section1 .left {
    font-size: 19.5px;
    margin-right: 0;
    line-height: 1.5;
  }
}
section.section1 .left picture {
  display: block;
  margin-bottom: 18px;
  filter: brightness(100);
}
@media (max-width: 768px) {
  section.section1 .left picture {
    margin-bottom: 9px;
  }
  section.section1 .left picture img {
    width: 247px;
  }
}
section.section1 .right {
  flex-grow: 0;
}
section.section1 .right picture {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  section.section1 .right picture {
    margin: 31px 0 10px;
  }
}
section.section1 .right picture img {
  display: block;
  width: 100%;
}
section.section1 p {
  line-height: 2;
  font-size: 15px;
}
@media (max-width: 768px) {
  section.section1 p {
    line-height: 1.9;
  }
}

section.section2 {
  padding: 37px 0 42px;
}
@media (max-width: 768px) {
  section.section2 {
    padding: 50px 0 35px;
  }
}
section.section2 .links {
  display: flex;
  margin: -42px 0 0 -30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.section2 .links {
    display: block;
    margin: 0;
  }
}
section.section2 .links .link {
  margin: 42px 0 0 30px;
  flex: 1 10;
  position: relative;
  display: block;
  min-width: 33%;
  overflow: hidden;
}
section.section2 .links .link picture {
  height: 180px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.section2 .links .link {
    margin: 0px 0 19.5px;
  }
}
@media (min-width: 769px) {
  section.section2 .links .link picture {
    transform: scale(1);
    filter: brightness(1);
    will-change: transform;
    transition: transform 300ms ease, filter 300ms ease;
  }
  section.section2 .links .link:hover picture {
    transform: scale(1.1);
    filter: brightness(0.75);
  }
}
section.section2 .links .link picture {
  width: 100%;
  display: block;
}
section.section2 .links .link picture img {
  width: 100%;
  display: block;
}
section.section2 .links .link span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: white;
  padding: 11px 41px;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
@media (max-width: 768px) {
  section.section2 .links .link span {
    padding: 11px 43px;
  }
}

section.contact {
  background: url(../img/collage.jpg) center/cover no-repeat;
  padding: 99px 0 100px;
}
@media (max-width: 768px) {
  section.contact {
    background-image: url(../img/collage.jpg);
    padding: 50px 0 44px;
  }
}
section.contact.subpage {
  background: transparent;
}
section.contact.subpage .box {
  background: rgba(0, 0, 0, 0.85);
}
section.contact .box {
  background: rgba(0, 0, 0, 0.7);
  padding: 59px 20px 62px;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  section.contact .box {
    padding: 59px 20px 46px;
  }
}
section.contact br {
  display: none;
}
@media (max-width: 768px) {
  section.contact br {
    display: inline;
  }
}
section.contact h1 {
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  section.contact h1 {
    font-size: 27px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.contact p {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.5;
  }
}
section.contact .left-right {
  align-items: center;
  margin-top: 46px;
}
@media (max-width: 768px) {
  section.contact .left-right {
    display: block;
    margin-top: 24px;
  }
}
section.contact .left-right .left {
  flex: 1 1 0;
  border-right: solid 1px white;
  position: relative;
}
@media (max-width: 768px) {
  section.contact .left-right .left {
    border-right: none;
    padding-bottom: 25px;
    margin-bottom: 32px;
  }
  section.contact .left-right .left:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
    height: 1px;
    background: white;
  }
}
section.contact .left-right .right {
  flex: 1 1 0;
}
section.contact .left-right .button {
  color: white;
  background: black;
  display: inline-flex;
  padding: 20px 56px;
  align-items: center;
  font-size: 15px;
  transition: color 150ms linear, background-color 150ms linear;
  will-change: color, background-color;
}
section.contact .left-right .button:before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  background: url(../img/mail.png) center/contain no-repeat;
  margin-right: 12px;
  filter: invert(0);
  transition: filter 150ms linear;
  will-change: filter;
}
section.contact .left-right .button:hover {
  color: black;
  background: white;
}
section.contact .left-right .button:hover:before {
  filter: invert(1);
}
section.contact .contact {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 1;
}
@media (max-width: 768px) {
  section.contact .contact {
    letter-spacing: 2px;
  }
}
section.contact .contact:first-child {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  section.contact .contact:first-child {
    margin-bottom: 16px;
  }
}
section.contact .contact small {
  font-size: 16px;
}

footer {
  background: black;
  padding: 31px 0;
  font-size: 14px;
  color: white;
}
@media (max-width: 768px) {
  footer {
    padding: 50px 0 44px;
  }
}
footer .inner {
  max-width: 1000px;
  position: relative;
}
@media (max-width: 768px) {
  footer .inner {
    padding: 0 15px;
  }
}
footer .first.left-right {
  align-items: flex-start;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  footer .first.left-right {
    display: block;
    margin-bottom: 50px;
    padding: 0 31px;
  }
}
@media (max-width: 768px) {
  footer .first.left-right p {
    text-align: center;
  }
}
footer .first > .left {
  flex-grow: 1;
}
footer .first > .left p {
  line-height: 1.5;
}
footer .first > .left picture {
  display: block;
  width: 100%;
  margin-right: 16px;
}
footer .first > .left picture img {
  display: block;
  height: 3em;
}
@media (max-width: 768px) {
  footer .first > .left picture img {
    height: auto;
    width: 100%;
  }
}
footer .first > .right {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
footer .second > .right {
  text-align: left;
}
footer .second > .right p {
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  footer .second > .right p {
    margin: 20px 0px 32px;
    padding: 0 7px;
    line-height: 1.6;
    letter-spacing: 0.7px;
  }
}
footer .privacy {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  text-align: center;
  margin-bottom: 84px;
}
footer .privacy a {
  display: inline-flex;
  align-items: center;
  color: white;
}
footer .privacy a:before {
  content: "";
  width: 6.5px;
  height: 11px;
  background: url(../img/chevron.png) center/contain no-repeat;
  margin-right: 6px;
}
@media (max-width: 768px) {
  footer .privacy {
    display: block;
  }
}
footer .copyright {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  letter-spacing: 1.4px;
}
@media (max-width: 768px) {
  footer .copyright {
    letter-spacing: 1.9px;
    text-align: center;
  }
}
footer nav {
  margin: 10px 0;
  letter-spacing: 1.1px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  footer nav {
    display: none;
  }
}
footer nav a {
  display: inline-block;
  margin-left: 33px;
  color: white;
}
@media (max-width: 768px) {
  footer .social-links {
    text-align: center;
  }
}
footer .social-links .link {
  margin-left: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .social-links .link {
    margin-left: 16.5px;
  }
}
footer .social-links .link:first-child {
  margin-left: 0;
}
footer .social-links .link img {
  display: block;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  footer .social-links .link img {
    width: 37.5px;
    height: 37.5px;
  }
}
footer #totop {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  bottom: -9px;
  right: 12px;
}
@media (max-width: 768px) {
  footer #totop {
    display: block;
  }
}

/* ----------------------- */
section.lower-title {
  padding: 250px 50px;
  background: url(../img/lower_title.jpg) center/cover no-repeat;
  text-align: center;
  font-size: 34px;
  letter-spacing: 6px;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.lower-title {
    padding: 186px 50px 101px;
  }
}

section.lower-title-privacy {
  padding: 75px 50px;
}
@media (max-width: 768px) {
  section.lower-title-privacy {
    padding: 50px 50px 50px;
  }
}

section.breadcrumbs {
  padding: 10.8px 0;
  letter-spacing: 1.92px;
  font-size: 14.4px;
}
section.breadcrumbs a {
  color: black;
}

section.company1 {
  padding: 60px 0 119px;
}
@media (max-width: 768px) {
  section.company1 {
    padding: 30px 0 50px;
  }
}
section.company1 h1 {
  margin: 32px 0 36px;
  text-align: center;
  font-weight: bold;
  font-size: 31px;
}
@media (max-width: 768px) {
  section.company1 h1 {
    margin: 15px 20px;
    line-height: 1.5;
  }
}
section.company1 h1 br {
  display: none;
}
@media (max-width: 768px) {
  section.company1 h1 br {
    display: inline;
  }
}
section.company1 p {
  margin: 14px 0;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.8;
}
section.company1 p.author {
  text-align: right;
  margin-top: 113px;
  font-size: 20px;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  section.company1 p.author {
    margin-top: 50px;
  }
}

section.company2 {
  padding: 71px 0 94px;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/company2_bg.jpg) center/cover no-repeat;
  color: white;
}
@media (max-width: 768px) {
  section.company2 {
    padding: 35px 0 30px;
  }
}
section.company2 h1 {
  margin: 32px 0 36px;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 5px;
}

section.company3 {
  padding: 44px 0 98px;
  background: white;
}
@media (max-width: 768px) {
  section.company3 {
    padding: 22px 0 34px;
  }
}
section.company3 h1 {
  margin: 32px 0 36px;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 5px;
}

.subtable {
  margin: 0 auto;
  width: 72.6%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .subtable {
    width: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .subtable > tbody {
    display: block;
  }
}
.subtable > tbody > tr {
  border-bottom: solid 1px #3b3b3b;
}
@media (max-width: 768px) {
  .subtable > tbody > tr {
    display: block;
    padding: 12px 0;
  }
}
.subtable > tbody > tr:last-child {
  border-bottom: none !important;
}
.subtable > tbody > tr > th {
  text-align: left;
  font-weight: normal;
  width: 194px;
  vertical-align: top;
}
.subtable > tbody > tr > th, .subtable > tbody > tr > td {
  padding: 7px 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.8px;
}
@media (max-width: 768px) {
  .subtable > tbody > tr > th, .subtable > tbody > tr > td {
    display: block;
    padding: 2px 8px;
  }
}
.subtable > tbody > tr > th small, .subtable > tbody > tr > td small {
  font-size: 10px;
  letter-spacing: 0.5px;
}
.subtable .subsubtable {
  border-collapse: collapse;
}
.subtable .subsubtable th, .subtable .subsubtable td {
  text-align: left;
  font-weight: normal;
  padding: 0;
}
.subtable .subsubtable th {
  padding-right: 32px;
}

section.company4 {
  padding: 52px 0 69px;
  background: url(../img/company4_bg.jpg) center/cover no-repeat;
  color: white;
}
section.company4 .map {
  margin-top: 63px;
  margin-bottom: 4px;
}
section.company4 .map iframe {
  width: 100%;
  height: 250px;
}
section.company4 h1 {
  margin: 32px 0 36px;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 5px;
}
section.company4 .left-right {
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.company4 .left-right {
    flex-direction: column;
  }
}
section.company4 .left {
  padding: 0px 0 0 20px;
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  section.company4 .left {
    padding-left: 0;
    padding: 10px 0;
  }
}
section.company4 .left a {
  color: white;
  text-decoration: underline;
}
section.company4 .left p {
  margin: 0;
}
section.company4 .left p.googlemap {
  margin-top: 10px;
  font-size: 12px;
}
section.company4 .right {
  padding-right: 25px;
}
@media (max-width: 768px) {
  section.company4 .right {
    padding-right: 0;
    padding: 10px 0;
  }
}
section.company4 .contact {
  text-align: center;
  font-size: 15px;
  padding: 15px 21px 10px 29px;
}
section.company4 .contact .number {
  display: inline-flex;
  font-size: 31px;
  align-items: center;
  position: relative;
  left: -5px;
  margin-bottom: 9px;
  letter-spacing: 1px;
}
section.company4 .contact .number:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/phone.png) center/contain no-repeat;
  margin-right: 15px;
}
section.company4 .contact .button {
  text-align: center;
}
section.company4 .contact .button a {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  border: solid white 1px;
  color: white;
  background: rgba(255, 255, 255, 0);
  padding: 8px 19px;
  align-items: center;
  font-size: 14px;
  transition: all 150ms linear;
}
section.company4 .contact .button a:before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 22px;
  height: 15px;
  background: url(../img/mail.png) center/contain no-repeat;
  filter: invert(0);
  transition: filter 150ms linear;
  will-change: filter;
}
section.company4 .contact .button a:hover {
  color: black;
  border-color: black;
  background-color: rgb(255, 255, 255);
}
section.company4 .contact .button a:hover:before {
  filter: invert(1);
}

section.company5 {
  padding: 43px 0 79px;
  background: white;
}
@media (max-width: 768px) {
  section.company5 {
    padding: 22px 0 40px;
  }
}
section.company5 h1 {
  margin: 31px 0 27px;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 5px;
}
section.company5 .sent {
  text-align: center;
  margin: 64px 0 128px;
}
section.company5 form.contactform table {
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.company5 form.contactform table {
    display: block;
    width: auto;
  }
}
@media (max-width: 768px) {
  section.company5 form.contactform table tbody, section.company5 form.contactform table tr {
    display: block;
  }
}
section.company5 form.contactform table th {
  font-weight: normal;
  text-align: right;
}
section.company5 form.contactform table th.left {
  text-align: left;
}
@media (max-width: 768px) {
  section.company5 form.contactform table th {
    text-align: left !important;
  }
}
section.company5 form.contactform table th, section.company5 form.contactform table td {
  padding: 5px;
}
@media (max-width: 768px) {
  section.company5 form.contactform table th, section.company5 form.contactform table td {
    display: block;
  }
}
section.company5 form.contactform table .required {
  font-size: 12px;
  padding: 3px 0;
}
section.company5 form.contactform .inputgroup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 420px;
}
@media (max-width: 768px) {
  section.company5 form.contactform .inputgroup {
    width: auto;
  }
}
section.company5 form.contactform .inputgroup input, section.company5 form.contactform .inputgroup textarea {
  flex-grow: 1;
  margin: 0 8px;
  min-width: auto;
  width: 10px;
  border: solid 1px black;
  padding: 7px;
}
section.company5 form.contactform .inputgroup input:first-child, section.company5 form.contactform .inputgroup textarea:first-child {
  margin-left: 0;
}
section.company5 form.contactform .inputgroup input:last-child, section.company5 form.contactform .inputgroup textarea:last-child {
  margin-right: 0;
}
section.company5 form.contactform .inputgroup textarea {
  resize: none;
  height: 265px;
}
section.company5 form.contactform .inputgroup .selectwrapper {
  flex-shrink: 1;
  position: relative;
}
section.company5 form.contactform .inputgroup .selectwrapper:after {
  content: "";
  display: block;
  background: black;
  width: 5px;
  height: 5px;
  -webkit-clip-path: polygon(45% 100%, 0 0, 100% 0);
          clip-path: polygon(45% 100%, 0 0, 100% 0);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
section.company5 form.contactform .inputgroup .selectwrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px black;
  padding: 7px 20px 7px 7px;
  border-radius: 4px;
}
section.company5 form.contactform .inputgroup.tel input {
  max-width: 80%;
}
section.company5 form.contactform .inputgroup.email input:first-child {
  flex-grow: 1.3;
}
section.company5 form.contactform .inputgroup.email input:last-child {
  flex-grow: 1;
}
section.company5 form.contactform p {
  text-align: center;
}
section.company5 form.contactform p.agree {
  margin: 18px 0 26px;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 1px;
}
section.company5 form.contactform p.agree input[type=checkbox] {
  margin-right: 6px;
}
section.company5 form.contactform p.submit input {
  padding: 19px 82px;
  background: black;
  border: 1px solid black;
  color: white;
  letter-spacing: 1px;
  cursor: pointer;
  will-change: background-color, color;
  transition: background-color 300ms linear, color 300ms linear;
}
section.company5 form.contactform p.submit input:hover {
  background-color: white;
  color: black;
}

section.products {
  padding: 78px 0 70px;
}
@media (max-width: 768px) {
  section.products {
    padding: 40px 0 50px;
  }
}
section.products .text {
  line-height: 1.8;
  font-size: 16px;
}
section.products h3 {
  font-weight: normal;
  margin-top: 2em;
  text-align: center;
  font-size: 24px;
}
section.products h2 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 32px 0 0;
}
@media (max-width: 768px) {
  section.products h2 {
    margin: 8px 0;
  }
}
section.products h2 .index {
  padding: 13.5px 12px;
  display: block;
  margin-right: 16px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: rgb(0, 132, 72);
}
section.products h2 .index:before {
  content: "POINT";
  display: block;
  padding: 4px;
  border-bottom: 1px solid white;
  margin-bottom: 4px;
  font-size: 12px;
}
section.products .left-right.paragraph {
  align-items: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  section.products .left-right.paragraph {
    flex-direction: column;
    justify-content: center;
  }
}
section.products .left-right.paragraph .left {
  flex: 1 1 0;
  margin-right: 30px;
}
@media (max-width: 768px) {
  section.products .left-right.paragraph .left {
    margin-right: 0;
  }
}
section.products .left-right.paragraph .left img {
  display: block;
  width: 100%;
}
section.products .left-right.paragraph .right {
  flex: 3 3 0;
}
section.products .products {
  margin-top: 0px;
}
@media (max-width: 768px) {
  section.products .products {
    margin-top: 0px;
  }
}
section.products .products .product {
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  section.products .products .product {
    margin-bottom: 24px;
  }
}
section.products .products .product h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 15px 0;
  border-bottom: solid 1px black;
  letter-spacing: 1px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  section.products .products .product h4 {
    font-size: 18px;
    padding: 12px 0;
  }
}
section.products .products .product h4:before {
  content: "";
  width: 7px;
  margin-right: 12px;
  background: rgb(0, 130, 70);
  transform: scaleY(1.2);
}
section.products .products .product .left-right.chart {
  align-items: flex-start;
}
@media (max-width: 768px) {
  section.products .products .product .left-right.chart {
    display: block;
  }
}
section.products .products .product .left-right.chart .left {
  margin-right: 30px;
  width: 250px;
}
@media (max-width: 768px) {
  section.products .products .product .left-right.chart .left {
    margin-right: 0;
    width: auto;
  }
}
section.products .products .product .left-right.chart .left img {
  display: block;
  width: 100%;
}
section.products .products .product .left-right.chart .right {
  flex-grow: 1;
}
@media (max-width: 768px) {
  section.products .products .product .left-right.chart .right {
    margin-top: 32px;
  }
}
section.products .products .product table.specs {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
section.products .products .product table.specs:before {
  content: "(単位:mm)";
  color: black;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 104%;
}
section.products .products .product table.specs thead th {
  background: black;
  color: white;
  border-bottom: none;
  font-size: 13px;
  padding: 8px;
}
section.products .products .product table.specs th, section.products .products .product table.specs td {
  padding: 11px;
  font-size: 14px;
  border: solid 1px #9d9d9d;
  font-weight: normal;
  text-align: center;
}

section.manufacture {
  padding: 78px 0 100px;
}
@media (max-width: 768px) {
  section.manufacture {
    padding: 50px 0 150px;
  }
}
section.manufacture .text {
  line-height: 1.8;
  font-size: 16px;
}
section.manufacture h2 {
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}
section.manufacture .processes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 60px 0 0 -20px;
}
@media (max-width: 768px) {
  section.manufacture .processes {
    display: block;
    margin: 0;
  }
}
section.manufacture .processes .process {
  margin: 29px 0 0 20px;
  flex: 1 1 0;
  min-width: 30.8%;
  max-width: 30.8%;
}
@media (max-width: 768px) {
  section.manufacture .processes .process {
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }
}
section.manufacture .processes .process .title {
  font-size: 19.2px;
  padding: 0 0 9.6px 0;
  border-bottom: solid 1px black;
  margin-bottom: 9.6px;
  letter-spacing: 5.64px;
  font-weight: bold;
}
section.manufacture .processes .process .image {
  margin: 10px 0 0;
}
section.manufacture .processes .process .image img {
  display: block;
  width: 100%;
}
section.manufacture .processes .process .description {
  margin: 6px 0;
  font-size: 13.8px;
  line-height: 1.8;
}

section.kyuujin {
  padding: 78px 0 0px;
}
@media (max-width: 768px) {
  section.kyuujin {
    padding: 0px 0 150px;
  }
}
section.kyuujin .text {
  line-height: 1.8;
  font-size: 16px;
  margin: 16px 0;
}
section.kyuujin .center-m {
  text-align: center;
  margin: 2em 0;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.kyuujin .center-m {
    font-size: 18px;
  }
}
section.kyuujin .center-m br {
  display: none;
}
@media (max-width: 768px) {
  section.kyuujin .center-m br {
    display: inline;
  }
}
section.kyuujin h2 {
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}
@media (max-width: 768px) {
  section.kyuujin h2 {
    line-height: 1.5;
  }
}
section.kyuujin h3 {
  font-weight: bold;
  margin-top: 2em;
  text-align: left;
}
@media (max-width: 768px) {
  section.kyuujin h3 {
    line-height: 1.5;
  }
}
section.kyuujin h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #e8e8e8;
  padding: 8px 14px;
  line-height: 1;
  margin: 8px 0 8px 0;
}
section.kyuujin a {
  color: black;
  text-decoration: underline;
}
section.kyuujin small {
  font-size: 11px;
}
section.kyuujin .detail {
  padding: 6px 10px 0 10px;
}
section.kyuujin .detail2 {
  padding-left: 14px;
}
section.kyuujin table {
  margin: 20px 0;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  section.kyuujin table {
    display: block;
  }
}
@media (max-width: 768px) {
  section.kyuujin table tbody {
    display: block;
  }
}
@media (max-width: 768px) {
  section.kyuujin table tr {
    display: block;
  }
}
section.kyuujin table tr:first-child th {
  border-top-color: #e8e8e8;
}
section.kyuujin table tr:last-child th {
  border-bottom-color: #e8e8e8;
}
@media (max-width: 768px) {
  section.kyuujin table tr:last-child td {
    border-bottom: solid 1px #e8e8e8 !important;
  }
}
section.kyuujin table th, section.kyuujin table td {
  padding: 15px 20px 15px 40px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
@media (max-width: 768px) {
  section.kyuujin table th, section.kyuujin table td {
    padding: 8px 16px 8px 16px;
    border-top: none !important;
    border-bottom: none !important;
  }
}
section.kyuujin table th {
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  background: #e8e8e8;
  width: 177px;
}
@media (max-width: 768px) {
  section.kyuujin table th {
    display: block;
    width: auto;
  }
}
section.kyuujin table td {
  border: solid 1px #e8e8e8;
  background: white;
}
@media (max-width: 768px) {
  section.kyuujin table td {
    display: block;
  }
}
section.kyuujin table td > dl:first-child:last-child {
  padding-left: 0;
}
section.kyuujin dl {
  padding: 2px 10px 0 10px;
  margin: 0;
}
section.kyuujin dl dt::before {
  content: "▼";
}
section.kyuujin dl dd {
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0;
}
section.kyuujin dl dd:last-child {
  padding-bottom: 0;
}

section.privacy {
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  section.privacy {
    padding: 50px 0 150px;
  }
}
section.privacy .text {
  line-height: 1.8;
  font-size: 14px;
}
section.privacy h2 {
  font-weight: normal;
  margin-top: 2em;
  text-align: center;
}

.subpage-title {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  padding: 31px 0;
}/*# sourceMappingURL=style.css.map */