/*! 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 */
  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;
}
/*--Table----------------------------------------------------------------------------------------*//*
 * 1. Breakpoint
 * 2. Responsive
 * 3. Color
 * 4. Font
 * 4. Component
 * 5. Sections
 *//*-----------------------------------------------------------------------------------------------*//* 1. Breakpoint --------------------------------------------------------------------------------*//* 2. Responsive --------------------------------------------------------------------------------*/.full-width {
  width: 100vw;
}
.max-container {
  max-width: 1200px;
  margin: auto;
}
/* 3. Color -------------------------------------------------------------------------------------*//* 4. Font --------------------------------------------------------------------------------------*/@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
}
html, body {
  font-family: "Noto Sans CJK JP", "遊ゴシック", "ヒラギノ角ゴシック", sans-serif;
  line-height: 2;
  font-size: 14px;
  overflow-x: hidden;
}
h1 {
  font-size: 45px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 19px;
  }
}
h2 {
  font-size: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 11px;
  }
}
/* 5. Component ---------------------------------------------------------------------------------*/.arches-label {
  width: 220px;
  font-size: 20px;
  border-radius: 3px;
  background: #2d2d2d;
  min-width: 170px;
  max-width: 220px;
  height: 37px;
  width: 100%;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 428px) {
  .arches-label {
    max-width: 170px;
  }
}
.arches-color-yellow {
  color: #e5b822;
}
.arches-color-white {
  color: #fff;
}
.arches-background-white {
  background: #fff;
}
.arches-background-yellow {
  background: #e5b822;
}
.arches-margin-auto {
  margin: auto;
}
.arches-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 24px;
  max-width: 280px;
}
.arches-card .number {
  line-height: 1;
  font-size: 50px;
  color: #e5b822;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.arches-card .number .small {
  font-size: 20px;
}
.arches-card .title {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 24px;
}
.arches-card .image img {
  width: 100%;
  height: 100%;
}
.sm {
  display: none;
}
@media screen and (max-width: 428px) {
  .sm {
    display: block;
  }
}
.md-xl {
  display: block;
}
@media screen and (max-width: 428px) {
  .md-xl {
    display: none;
  }
}
.sm-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .sm-md {
    display: block;
  }
}
.lg-xl {
  display: block;
}
@media screen and (max-width: 768px) {
  .lg-xl {
    display: none;
  }
}
.lg-xl-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .lg-xl-inline {
    display: none;
  }
}
/* 6 Sections -----------------------------------------------------------------------------------*/#top .main {
  position: relative;
}
#top .main > .background {
  max-height: 726px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#top .main > .background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .main > .label {
  position: relative;
  max-width: 1280px;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 3;
}
#top .main > .label img {
  min-width: 224px;
  max-width: 400px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #top .main > .label img {
    max-width: 224px;
  }
}
#top .main h1 {
  text-align: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-family: "遊明朝", "ヒラギノ明朝", serif;
  margin-bottom: 3rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top .main h1 {
    margin-bottom: 5rem;
  }
}
#top .main > .example {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
#top .main > .example .image {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  #top .main > .example .image {
    display: flex;
    justify-content: center;
  }
}
#top .main > .example .image img {
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  #top .main > .example .image img {
    max-width: 268px;
  }
}
#top .main > .example .image > .sample-01, #top .main > .example .image > .sample-02, #top .main > .example .image > .sample-03 {
  position: absolute;
}
#top .main > .example .image > .sample-01 {
  right: -430px;
  top: -400px;
}
#top .main > .example .image > .sample-03 {
  right: -450px;
  bottom: -300px;
  transform: rotate(-15deg);
}
#top .main > .example .image > .sample-02 {
  top: 30%;
  left: -450px;
}
@media screen and (max-width: 768px) {
  #top .main > .example .image > .sample-01 img, #top .main > .example .image > .sample-02 img, #top .main > .example .image > .sample-03 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #top .main > .example .image > .sample-01 {
    right: -80px;
    top: auto;
    bottom: -150px;
    width: 140px;
  }
  #top .main > .example .image > .sample-03 {
    right: -100px;
    bottom: -360px;
    width: 160px;
    transform: rotate(0);
  }
  #top .main > .example .image > .sample-02 {
    left: -80px;
    bottom: -500px;
    width: 140px;
  }
}
#top .source {
  min-height: 200px;
  margin-top: -200px;
  background: linear-gradient(transparent 0%, #560d0d 40%, #560d0d 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .source {
    z-index: 3;
    min-height: 300px;
    background: linear-gradient(transparent 0%, #560d0d 30%, #560d0d 100%);
  }
}
@media screen and (max-width: 768px) {
  #top .source {
    min-height: 400px;
    background: linear-gradient(transparent 0%, #560d0d 20%, #560d0d 100%);
  }
}
#top .source::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(#560d0d 10%, #360103 100%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #top .source::after {
    display: none;
  }
}
#top .source .text {
  padding-top: 240px;
  padding-bottom: 0px;
  max-width: 600px;
  color: #fff;
  margin: 0 calc(50% - 300px);
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top .source .text {
    width: calc(100% - 12rem);
    margin: 0 6rem;
    padding-bottom: 60px;
    text-align: left;
  }
}
#top .source .concept {
  position: relative;
  color: #e5b822;
  font-size: 30px;
  white-space: nowrap;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  #top .source .concept {
    display: block;
    font-size: 24px;
    padding-bottom: 1rem;
    padding-bottom: 0px;
  }
}
#top .source-drop {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: -75px auto 0;
}
@media screen and (max-width: 1280px) {
  #top .source-drop {
    margin-top: -1px;
  }
}
#top .source-drop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
#top .source-drop .concept {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #e5b822;
  font-size: 30px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .source-drop .concept {
    display: none;
  }
}
#top .service {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin: -200px auto 0;
  min-height: 790px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #top .service {
    min-height: 480px;
    margin-top: -180px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 428px) {
  #top .service {
    margin-top: -120px;
    min-height: 360px;
  }
}
#top .service .service-circle {
  min-width: 300px;
  max-width: 512px;
  position: relative;
  z-index: 1;
  aspect-ratio: 2 / 1;
  transform: translateY(-100px);
  min-height: 780px;
}
@media screen and (max-width: 768px) {
  #top .service .service-circle {
    transform: translateY(-140px);
    max-width: 420px;
    min-height: 270px;
  }
}
@media screen and (max-width: 428px) {
  #top .service .service-circle {
    max-width: 300px;
  }
}
#top .service .service-circle img {
  position: relative;
  width: 100%;
  z-index: 1;
}
#top .service .service-circle img:nth-of-type(1) {
  transform: translateY(100px);
  margin: 120px 0;
}
#top .service .service-circle-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  object-fit: cover;
  max-width: 1500px;
  overflow: hidden;
}
#top .service .service-circle-background img {
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  #top .service .service-circle-background {
    left: 0;
    transform: none;
  }
  #top .service .service-circle-background img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    transform: translateX(-10%);
    object-position: 45% 50%;
  }
}
@media screen and (max-width: 768px) {
  #top .service .service-circle-background {
    margin-bottom: -100px;
  }
  #top .service .service-circle-background img {
    width: 120%;
    height: 74%;
    object-fit: cover;
    transform: translateY(16%) translateX(-10%);
    object-position: 45% 50%;
  }
}
#top .about {
  text-align: center;
  font-size: 30px;
  margin: 3rem 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  #top .about {
    font-size: 14px;
    text-align: left;
  }
}
#top .about .pick {
  color: #f63f3e;
}
#top .what {
  background: #ebebeb;
  margin: auto;
  width: 854px;
  display: flex;
  flex-direction: row;
  padding: 2rem 1rem;
  margin-top: 3rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 874px) {
  #top .what {
    width: calc(100% - 2rem);
    margin: 1rem auto;
  }
}
@media screen and (max-width: 768px) {
  #top .what {
    padding: 1rem 0 2rem;
  }
}
#top .what .title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 0.5rem 0 1rem;
  padding: 0 1rem;
}
#top .what > div:not(.title) {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .what > div:not(.title) {
    padding: 0 1.5rem;
  }
}
#top .what > div:not(.title) .cross {
  text-align: left;
  font-size: 18px;
  color: #560d0d;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #top .what > div:not(.title) .cross {
    text-align: center;
  }
}
#top .what > div:not(.title) .text {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #top .what {
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }
}
#problem {
  background: #e5b822;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
  position: relative;
}
#problem .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#problem .inner .sub-title {
  font-weight: bold;
}
#problem .inner .image {
  max-width: 1000px;
  transform: translateY(-100px);
}
@media screen and (max-width: 874px) {
  #problem .inner .image {
    transform: translateY(-40px);
  }
}
#problem .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#problem .inner .cards {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  #problem .inner .cards {
    flex-wrap: wrap;
  }
  #problem .inner .cards li {
    width: calc(50% - 2rem) !important;
    display: flex;
  }
  #problem .inner .cards li:nth-of-type(2n + 1) {
    justify-content: flex-end !important;
  }
  #problem .inner .cards li:nth-of-type(2n) {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 428px) {
  #problem .inner .cards {
    flex-direction: column;
  }
  #problem .inner .cards li {
    width: 100% !important;
  }
  #problem .inner .cards li:nth-of-type(2n), #problem .inner .cards li:nth-of-type(2n + 1) {
    justify-content: flex-start !important;
  }
}
#problem .inner .cards li {
  margin: 12px;
  width: 100%;
}
#problem .inner .cards li .card .number {
  margin-bottom: 0;
  line-height: 1.5;
}
#problem::after {
  content: "";
  position: absolute;
  bottom: -64px;
  border-top: 65px #e5b822 solid;
  border-right: 75px transparent solid;
  border-left: 75px transparent solid;
}
@media screen and (max-width: 768px) {
  #problem::after {
    bottom: -17px;
    border-top: 18px #e5b822 solid;
    border-right: 20px transparent solid;
    border-left: 20px transparent solid;
  }
}
#convert-to-jam .image {
  max-width: 1614px;
  width: 120%;
  margin: 0 auto;
  transform: translateX(-5%);
}
#convert-to-jam .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #convert-to-jam .image {
    transform: translateX(-10%);
  }
}
#merit {
  background: #e5b822;
  position: relative;
  z-index: 0;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #merit {
    padding: 0 1rem 125px;
  }
}
#merit .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#merit .inner .image {
  max-width: 1000px;
  width: 100%;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  #merit .inner .image {
    transform: translateY(-40px);
  }
}
#merit .inner .image img {
  width: 100%;
  height: 100%;
}
#merit .inner .sub-title {
  font-weight: bold;
  line-height: 1.5;
}
#merit .inner .cards {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
#merit .inner .cards li {
  margin: 12px;
  width: calc(33% - 24px);
}
#merit .inner .cards li .card {
  font-size: 16px;
  opacity: 90%;
  max-width: 380px;
  height: 520px;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  #merit .inner .cards {
    justify-content: center;
  }
  #merit .inner .cards li {
    display: flex;
    justify-content: center;
    max-width: calc(50% - 2rem);
    min-width: 360px;
  }
}
@media screen and (max-width: 428px) {
  #merit .inner .cards {
    flex-direction: column;
  }
  #merit .inner .cards li {
    width: calc(100% - 2rem);
  }
  #merit .inner .cards li .card {
    font-size: 14px;
    height: auto;
    max-height: 460px;
  }
}
#merit .background {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(0%);
  z-index: 1;
}
#merit .background img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #merit .background img {
    width: 150%;
    transform: translateX(-19%);
  }
}
#liquid-seasoning {
  max-width: 1200px;
  margin: -250px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #liquid-seasoning {
    margin-top: -120px;
  }
}
#liquid-seasoning > .image {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#liquid-seasoning > .image img {
  width: 100%;
  height: 100%;
}
#liquid-seasoning .points {
  display: flex;
}
#liquid-seasoning .points .image {
  margin: 0 0.5rem;
}
#liquid-seasoning .points img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  #liquid-seasoning .points {
    flex-direction: column;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
#strength {
  background-color: #e5b822;
  position: relative;
  padding-bottom: 80px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #strength {
    margin-top: 100px;
  }
}
#strength > .image {
  max-width: 660px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #strength > .image {
    width: calc(100% - 2.6rem);
  }
}
#strength > .image img {
  width: 100%;
  height: 100%;
}
#strength .background {
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: 100vw;
  max-height: 424px;
  overflow: hidden;
}
#strength .background img {
  width: 100%;
  height: 100%;
  min-height: 424px;
  object-fit: cover;
}
#strength .inner {
  padding-top: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #strength .inner {
    margin: 100px 1.5rem 0;
  }
}
@media screen and (max-width: 428px) {
  #strength .inner {
    margin: 100px 0 0;
  }
}
#strength .inner > .content {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  #strength .inner > .content {
    margin: 0 1rem;
  }
}
#strength .appeal {
  color: #fff;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  margin-top: 3rem;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  #strength .appeal {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 428px) {
  #strength .appeal {
    margin: 3rem 1rem 0;
  }
}
#strength ul.strength {
  margin: 0;
  padding: 0;
}
#strength ul.strength li {
  display: flex;
  flex-direction: row;
  background: #d3920c;
  border-radius: 10px;
  margin: 1.5rem 0;
}
#strength ul.strength li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  #strength ul.strength li {
    max-width: 800px;
    flex-direction: column;
  }
  #strength ul.strength li:nth-of-type(2n) {
    flex-direction: column;
  }
}
#strength ul.strength li .image {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  width: 50%;
}
#strength ul.strength li .image img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  #strength ul.strength li .image {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
#strength ul.strength li .text {
  padding: 2rem 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: calc(50% - 6rem);
}
@media screen and (max-width: 1100px) {
  #strength ul.strength li .text {
    padding: 1.5rem;
    width: calc(100% - 2rem);
  }
}
#strength ul.strength li .text .number {
  border: 3px solid #fff;
  display: inline-block;
  padding: 0.1rem 3rem;
  margin: 0;
  line-height: 1.5;
}
#strength ul.strength li .text .number .num {
  font-size: 30px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  #strength ul.strength li .text .number {
    font-size: 11px;
  }
  #strength ul.strength li .text .number .num {
    font-size: 16px;
  }
}
#strength ul.strength li .text .title {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #strength ul.strength li .text .title {
    font-size: 19px;
  }
}
#strength ul.strength li:nth-of-type(2n) {
  background: #fff;
}
#strength ul.strength li:nth-of-type(2n) .text {
  color: #2d2d2d;
}
#strength ul.strength li:nth-of-type(2n) .number {
  border-color: #2d2d2d;
}
#strength ul.strength li:nth-of-type(2n) .image {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  #strength ul.strength li:nth-of-type(2n) .image {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #strength ul.strength {
    margin: 0 1rem;
  }
}
#demerit {
  text-align: center;
  padding-top: 40px;
}
#demerit .label {
  margin: 0 auto;
  color: #e5b822;
}
#demerit .max-container > .text {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  #demerit .max-container > .text {
    text-align: left;
  }
}
#demerit .solution-container {
  background: #e5b822;
  padding-bottom: 2rem;
  margin-top: 400px;
}
#demerit .solutions {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  transform: translateY(-360px);
  margin-bottom: -360px;
}
@media screen and (max-width: 1280px) {
  #demerit .solutions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 840px) {
  #demerit .solutions {
    flex-direction: column;
    align-items: center;
    margin: 0 1rem -360px;
  }
}
#demerit .solutions li {
  margin: 0.5rem 1rem;
}
@media screen and (min-width: 840px) and (max-width: 1280px) {
  #demerit .solutions li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #demerit .solutions li .problem {
    min-width: 360px;
    margin-right: 40px;
    height: calc(100% - 3.7rem);
  }
  #demerit .solutions li .problem::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    bottom: auto;
    border-top: 30px transparent solid;
    border-left: 50px #fff solid;
    border-bottom: 30px transparent solid;
  }
  #demerit .solutions li .solution {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #demerit .solutions li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#demerit .solutions .problem, #demerit .solutions .solution {
  background: #fff;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(0 3px 6px #8f8f8f);
  border-radius: 5px;
  max-width: calc(380px - 2rem);
}
#demerit .solutions .problem {
  margin-bottom: 70px;
  position: relative;
  height: 400px;
  padding-top: 24px;
}
@media screen and (max-width: 428px) {
  #demerit .solutions .problem {
    height: 340px;
  }
}
#demerit .solutions .problem::after {
  content: "";
  position: absolute;
  bottom: -48px;
  border-top: 50px #fff solid;
  border-left: 30px transparent solid;
  border-right: 30px transparent solid;
}
#demerit .solutions .problem .text {
  margin-top: 4rem;
  position: relative;
  text-align: left;
  color: #e28813;
}
@media screen and (max-width: 768px) {
  #demerit .solutions .problem .text {
    font-size: 20px;
  }
}
#demerit .solutions .problem .text::before, #demerit .solutions .problem .text::after {
  position: absolute;
  font-size: 40px;
  color: #2d2d2d;
}
#demerit .solutions .problem .text::before {
  content: "“";
  left: -3rem;
  transform: translateY(-1.5rem);
}
#demerit .solutions .problem .text::after {
  content: "”";
  right: -3rem;
  transform: translateY(1rem);
}
#demerit .solutions .problem img {
  max-width: 112px;
}
@media screen and (max-width: 768px) {
  #demerit .solutions .problem img {
    max-width: 90px;
    transform: translateY(22px);
  }
}
#demerit .solutions .solution {
  margin-top: 1rem;
  height: 520px;
}
@media screen and (max-width: 428px) {
  #demerit .solutions .solution {
    height: 480px;
  }
}
#demerit .solutions .solution img {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  #demerit .solutions .solution img {
    max-width: 200px;
  }
}
#demerit .solutions .solution .title {
  text-align: left;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #demerit .solutions .solution .title {
    font-size: 20px;
  }
}
#demerit .solutions .solution .text {
  text-align: left;
}
#demerit h2.text {
  padding-top: 2rem;
  color: #fff;
}
#oem {
  color: #fff;
  background: #0e0a01;
  z-index: 1;
  padding-top: 60px;
}
#oem .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #oem .inner {
    margin: 0 1rem;
  }
}
#oem .inner .text {
  max-width: 840px;
  margin-bottom: 1rem;
}
#oem .inner .text .pick {
  color: #e5b822;
}
#oem .inner .background {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  min-height: 140px;
}
#oem .inner .background img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  object-position: 50% 50%;
  vertical-align: bottom;
}
#case {
  text-align: center;
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  #case {
    margin-top: 70px;
  }
}
#case .label {
  margin: 0 auto;
  background: #e5b822;
  color: #fff;
}
#case h2 {
  margin-bottom: 0;
}
#case h3 {
  margin-top: 0.2rem;
}
#case > .image {
  margin: 40px auto;
  max-width: 1500px;
}
@media screen and (max-width: 1280px) {
  #case > .image {
    width: 120%;
    height: 120%;
    transform: translateX(-10%);
  }
}
#case > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#case .cases {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#case .cases li {
  display: flex;
  justify-content: center;
  width: calc(100% / 2);
}
#case .cases li .card {
  max-width: 570px;
  margin: 1rem;
  height: calc(100% - 7rem);
}
#case .cases li .card .title, #case .cases li .card .text {
  text-align: left;
}
#case .cases li:nth-of-type(1) .card, #case .cases li:nth-of-type(4) .card, #case .cases li:nth-of-type(5) .card {
  background: #d3920c;
  border: 3px solid #d3920c;
  color: #fff;
  width: 100%;
}
#case .cases li:nth-of-type(2) .card, #case .cases li:nth-of-type(3) .card, #case .cases li:nth-of-type(6) .card {
  background: #fff;
  color: #2d2d2d;
  border: 3px solid #d3920c;
}
@media screen and (max-width: 768px) {
  #case .cases li:nth-of-type(2n + 1) .card {
    background: #d3920c;
    border: 3px solid #d3920c;
    color: #fff;
  }
  #case .cases li:nth-of-type(2n) .card {
    background: #fff;
    color: #2d2d2d;
    border: 3px solid #d3920c;
  }
}
@media screen and (max-width: 768px) {
  #case .cases {
    flex-direction: column;
  }
  #case .cases li {
    width: 100%;
  }
}
#flow {
  text-align: center;
  background: #560d0d;
  padding-top: 64px;
  padding-bottom: 84px;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 40px 1rem 70px;
    margin-top: 46px;
  }
}
#flow .label {
  margin: 0 auto;
  background: #e5b822;
  color: #fff;
}
#flow h2 {
  color: #fff;
}
#flow ul.flow {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}
#flow ul.flow > li {
  margin: 0.8rem;
  width: calc(100% / 3 - 1.6rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li {
    display: flex;
    justify-content: center;
    margin: 0.8rem 0;
  }
}
#flow ul.flow > li .card {
  max-width: 383px;
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li .card {
    min-height: 300px;
  }
}
#flow ul.flow > li .card .number {
  font-size: 20px;
}
#flow ul.flow > li .card .number .num {
  font-size: 30px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li .card .number {
    font-size: 16px;
  }
  #flow ul.flow > li .card .number .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li .card .title {
    font-size: 20px;
  }
}
#flow ul.flow > li .card .image {
  width: 84px;
  height: 84px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li .card .image {
    width: 54px;
    height: 54px;
  }
}
#flow ul.flow > li .card .image img {
  object-fit: contain;
}
#flow ul.flow > li .card .text {
  text-align: left;
  min-width: 300px;
}
#flow ul.flow > li .card .text .details {
  padding-left: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li .card .text .details {
    padding-left: 10px;
  }
}
#flow ul.flow > li .card .text .details li::marker {
  content: "・";
}
#flow ul.flow > li:not(:first-of-type)::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  transform: translate(-50%, -50%);
  background: #493221;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#flow ul.flow > li:not(:first-of-type)::after {
  z-index: 2;
  content: "▶︎";
  color: #fff;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #flow ul.flow > li:not(:first-of-type)::before, #flow ul.flow > li:not(:first-of-type)::after {
    left: 50%;
    top: -15px;
    transform: translate(-50%, -50%);
  }
  #flow ul.flow > li:not(:first-of-type)::after {
    transform: translate(-60%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #flow ul.flow {
    flex-direction: column;
  }
  #flow ul.flow li {
    width: 100%;
  }
}
#container {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #container {
    margin-top: 30px;
  }
}
#container .label {
  background: #e5b822;
  color: #fff;
  margin: 0 auto;
}
#container .detail {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .detail {
    text-align: left;
  }
}
#container ul {
  padding: 0;
}
#container .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 2rem;
}
#container .items li {
  width: calc(50% - 4px);
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
}
#container .items li:nth-of-type(2) {
  border-left: none;
}
#container .items > li {
  border: none;
}
@media screen and (max-width: 840px) {
  #container .items {
    flex-direction: column;
  }
  #container .items li {
    width: 100%;
  }
  #container .items:not(:first-of-type) li {
    border-top: none;
  }
}
#container .items .cards {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#container .items .cards li.card {
  flex: 1;
  width: 50%;
  display: block;
  height: 420px;
}
@media screen and (max-width: 768px) {
  #container .items .cards li.card {
    height: 200px;
  }
}
#container .items .cards li.card .image {
  width: 100%;
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #container .items .cards li.card .image {
    height: calc(100% - 50px);
  }
}
#container .items .cards li.card .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 220px;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #container .items .cards li.card .image img {
    height: 110px;
  }
}
#container .items .cards li.card .title {
  font-size: 20px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #container .items .cards li.card .title {
    font-size: 14px;
    height: 50px;
  }
}
#container > .container .text {
  color: #e28813;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #container > .container .text {
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #container .container {
    margin: 0 1.5rem;
  }
}
#process {
  margin-top: 160px;
  background: #e5b822;
  text-align: center;
  padding-bottom: 46px;
}
@media screen and (max-width: 768px) {
  #process {
    margin-bottom: 34px;
  }
}
#process > .image {
  margin: 0 auto -100px;
  width: 336px;
  height: 336px;
}
@media screen and (max-width: 768px) {
  #process > .image {
    width: 164px;
    height: 164px;
    margin-bottom: -50px;
  }
}
#process > .image img {
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
#process .label {
  margin: 0 auto;
  background: #fff;
  color: #e5b822;
}
#process ul.flow {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #process ul.flow {
    flex-wrap: wrap;
    margin: 0 2rem;
  }
}
#process ul.flow li {
  margin: 0.8rem;
  width: calc(100% / 5 - 4.2rem);
  position: relative;
}
@media screen and (max-width: 1280px) {
  #process ul.flow li {
    width: calc(100% / 3 - 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  #process ul.flow li {
    width: calc(100% / 2 - 1.6rem);
  }
}
#process ul.flow li .card {
  max-width: calc(383px - 48px);
  max-height: calc(260px - 60px);
  min-width: 102px;
  min-height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
}
#process ul.flow li .card .number {
  font-size: 22px;
}
#process ul.flow li .card .title {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #process ul.flow li .card .title {
    font-size: 14px;
  }
}
#process ul.flow li .card .image {
  width: 100%;
  height: 100%;
}
#process ul.flow li .card .image img {
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
#process ul.flow li:not(:last-of-type)::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + .8rem);
  transform: translate(-50%, -50%);
  background: #493221;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#process ul.flow li:not(:last-of-type)::after {
  z-index: 2;
  content: "▶︎";
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + .8rem);
  font-size: 16px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #process ul.flow li:nth-of-type(4) .card .title {
    transform: translateX(-0.3rem);
    text-align: center;
  }
}
#process ul.flow li:nth-of-type(4) .card .image {
  margin-top: -1rem !important;
}
#process h2:nth-of-type(2) {
  margin-top: 90px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #process h2:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #process > .container .text {
    text-align: left;
    margin: 0 1rem;
  }
}
#process .volumes {
  display: flex;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #process .volumes {
    flex-direction: column;
  }
}
#process .volumes li .card {
  border-radius: 10px;
  background: #fff;
  margin: 0.8rem;
}
#process .volumes li .card .head {
  background: #560d0d;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0.5rem;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #process .volumes li .card .head {
    font-size: 24px;
  }
}
#process .volumes li .card .image {
  padding: 1rem;
}
#process .volumes li .card .image img {
  width: 100%;
  height: 100%;
}
#process .volumes li:nth-of-type(2n) .card .head {
  background: #e28813;
}
#development {
  text-align: center;
}
@media screen and (max-width: 428px) {
  #development {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  #development .container > .text {
    text-align: left;
  }
}
#development .sauces {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#development .sauces li {
  width: calc(100% / 6);
}
#development .sauces li .card {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #development .sauces li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 428px) {
  #development .sauces li {
    width: calc(100% / 2);
  }
}
#development .sauces .card {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #development .sauces .card {
    padding: 16px 0;
  }
}
#development .sauces .card .image {
  padding: 0 24px;
}
#development .sauces .card .title {
  font-size: 22px;
  white-space: nowrap;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 428px) {
  #development .sauces .card .title {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
}
#development .sauces .card .sample {
  padding: 0 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #development .sauces .card .sample {
    padding: 0 24px;
  }
}
@media screen and (max-width: 428px) {
  #development .sauces .card .sample {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-1rem);
  }
}
#development .sauces .card .sample li {
  white-space: nowrap;
}
#development .sauces .card .sample li::marker {
  content: "・";
  width: 1rem;
}
#vision {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #vision {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#vision .label {
  margin: auto;
  background: #fff;
  color: #e5b822;
}
#vision .inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
#vision .inner h2 {
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #vision .inner h2 {
    margin-bottom: 30px;
  }
}
#vision .inner .text {
  font-family: "遊明朝", "ヒラギノ明朝", serif;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #vision .inner .text {
    font-size: 16px;
  }
}
#vision .inner .text p:nth-of-type(1) {
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #vision .inner {
    margin: 0 1.5rem;
  }
}
#vision .background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vision .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#about {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  #about {
    margin: 0 1rem;
    margin-top: 50px;
  }
}
#about .label {
  margin: 0 auto;
  background: #e5b822;
  color: #fff;
}
#about .image img {
  width: 100%;
  height: 100%;
}
#about .detail {
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .detail {
    flex-direction: column;
  }
}
#about .detail .image, #about .detail .text {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .detail .image, #about .detail .text {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  #about .detail .image {
    margin-bottom: 30px;
  }
}
#about .detail .text {
  text-align: left;
  margin: 0.1rem 1rem;
}
@media screen and (max-width: 428px) {
  #about .detail .text {
    margin: 0;
  }
}
#history {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  #history {
    margin: 0 1rem;
    margin-top: 80px;
  }
}
#history .text {
  text-align: left;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 428px) {
  #history .text {
    margin: 25px auto;
  }
}
#history .image img {
  width: 100%;
  height: 100%;
}
#contact, #company {
  margin-top: 200px;
}
@media screen and (max-width: 1280px) {
  #contact, #company {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 428px) {
  #contact, #company {
    margin-top: 50px;
  }
}
#contact .label, #company .label {
  background: #e5b822;
  color: #fff;
  margin: 0 auto;
}
#contact h2, #company h2 {
  text-align: center;
}
#contact table, #company table {
  width: 100%;
  max-width: 1000px;
  border-spacing: 0;
  margin: 0 auto;
  border-top: 2px solid #493221;
  border-bottom: 2px solid #493221;
}
@media screen and (max-width: 1280px) {
  #contact table, #company table {
    max-width: 100%;
  }
}
#contact table tr:not(:last-of-type) th, #company table tr:not(:last-of-type) th, #contact table tr:not(:last-of-type) td, #company table tr:not(:last-of-type) td {
  border-bottom: 1px solid #493221;
}
#contact table th, #company table th, #contact table td, #company table td {
  padding: 0.5rem 1rem;
  max-width: calc(100% - 2rem);
}
#contact table th, #company table th {
  width: calc(180px - 2rem);
  background: #dad6d2;
}
@media screen and (max-width: 768px) {
  #contact table th, #company table th {
    width: calc(120px - 2rem);
  }
}
#company table tr th {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 428px) {
  #company table tr th, #company table tr td {
    font-size: 12px;
  }
}
#contact table {
  max-width: 100%;
}
#contact table th {
  font-weight: normal;
  width: 380px;
  text-align: left;
  position: relative;
  vertical-align: top;
  font-size: 20px;
}
#contact table th::after {
  content: "必須";
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  background: #f63f3e;
  color: #fff;
  padding: 0.2rem 1.8rem;
  border-radius: 3px;
}
@media screen and (max-width: 428px) {
  #contact table th {
    font-size: 14px;
  }
}
#contact table td textarea, #contact table td input {
  border: #999 1px solid;
  border-radius: 3px;
  width: 100%;
}
#contact table td input[type=number] {
  padding: 0.2rem;
}
#contact table td input[type=number]::-webkit-outer-spin-button, #contact table td input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  margin: 0 !important;
}
#contact table td .sample {
  color: #999;
  padding: 0.5rem 0;
  pointer-events: none;
  text-decoration: none;
}
#contact table td .sample a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 428px) {
  #contact table td {
    font-size: 12px;
  }
}
@media screen and (max-width: 428px) {
  #contact table tr {
    display: block;
  }
  #contact table tr th, #contact table tr td {
    display: block;
    width: 100%;
  }
  #contact table tr th {
    width: calc(100% - 3rem);
    padding: 0.8rem 1.5rem;
  }
  #contact table tr td textarea, #contact table tr td input {
    width: calc(100% - 2rem);
  }
  #contact table tr td input {
    height: 50px;
  }
}
#contact button.submit {
  background: #493221;
  color: #fff;
  padding: 0.8rem 2rem 0.6rem;
  width: 200px;
  height: 60px;
  text-align: center;
  margin: 3rem auto 0;
  font-size: 20px;
  display: block;
  border: none;
  border-radius: 3px;
}
#contact button.submit:hover {
  opacity: 0.8;
}
#contact .error {
  color: #f63f3e;
  font-size: 0.9rem;
}
#send {
  padding-top: 3rem;
  padding-bottom: 17rem;
  text-align: center;
}
header {
  height: 96px;
  background: #fff;
  top: -96px;
  transition-property: top;
  transition-duration: 1s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  header {
    top: -40px;
  }
}
header.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 4px 4px 15px #d5d5d5;
}
header .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .logo {
  width: 300px;
  margin: 7px 0;
  padding-left: 10px;
  display: flex;
}
header .logo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 427px) {
  header .logo {
    width: 170px;
  }
}
header .contact {
  display: flex;
}
header .contact .tel, header .contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .contact .tel img, header .contact .mail img {
  max-width: 100%;
  transform: translateY(2px);
}
header .contact .mail {
  width: 90px;
}
header .contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  pointer-events: none;
}
header .contact .tel img {
  width: 260px;
  height: 56px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header .contact .tel {
    height: 100%;
    object-fit: contain;
    padding: 0;
    pointer-events: all;
  }
  header .contact .tel a {
    display: inline-block;
    padding: 20px;
    height: 100%;
  }
  header .contact .tel > div {
    width: 60px;
    background: #560d0d;
  }
  header .contact .tel > div img {
    transform: translateY(4px);
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
}
header .contact .mail {
  background: #e28813;
  width: 180px;
}
@media screen and (max-width: 768px) {
  header .contact .mail {
    width: 60px;
  }
}
header .contact .mail a {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header .contact .mail a {
    height: 40px;
  }
}
header .contact .mail img {
  width: 60px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header .contact .mail img {
    transform: translateY(0);
    width: 30px;
  }
}
#to-top {
  position: fixed;
  right: 2rem;
  bottom: 1.5rem;
  z-index: 9999;
  background: transparent;
  border: none;
  transition-property: opacity;
  transition-duration: 0.2s;
  filter: drop-shadow(0 3px 10px #777);
}
@media screen and (max-width: 768px) {
  #to-top {
    right: 1rem;
  }
}
#to-top:hover {
  opacity: 0.9;
}
#to-top:active {
  transform: translateY(2px);
  filter: drop-shadow(0 3px 8px #505050);
}
#to-top img {
  width: 50px;
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #to-top img {
    width: 40px;
    height: 50px;
  }
}
#to-top.hide {
  transition-property: opacity;
  transition-duration: 0.2s;
  z-index: -1;
  opacity: 0;
}
