@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
  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: .67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/**
 * 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
 * ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-. */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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: .35em .75em .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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE. */
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 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
  display: block;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

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

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-. */
html {
  font-size: 62.5%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #343737;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #343737;
}

img {
  vertical-align: bottom;
}

body {
  padding-top: 173px;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.main {
  position: relative;
  overflow: hidden;
}

.section {
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.section__inner.section__inner--full {
  max-width: 100%;
  padding: 0;
}
.section__inner.section__inner--first {
  margin-top: 44px;
}
.section__inner table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.section__2col {
  position: relative;
  max-width: 100%;
  width: 700px;
  margin-left: 300px;
}
.section__2col .heading-box__main {
  margin-top: 33px;
}

.pc-none {
  display: none;
}

.is-tablet {
  display: none;
}

.is-sp {
  display: none;
}

.footer {
  position: relative;
  padding: 41px 0;
  color: #eef3f3;
  background-color: #1f2323;
}
.footer .footer__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer .footer__inner.btn-show {
  display: block;
}

.footer-back {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: right;
  box-sizing: border-box;
  pointer-events: none;
}
.footer-back.btn-show {
  display: block;
  padding: 0 20px;
}
.footer-back__box {
  display: inline-block;
  width: 46px;
  height: 46px;
  -webkit-transition: .8s;
  transition: .8s;
}
.footer-back__btn {
  display: inline-block;
  position: relative;
  border: 2px solid #000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  pointer-events: all;
}
.footer-back__btn img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}
.footer-back__btn:hover img {
  padding-bottom: 5px;
}

.footer-navi {
  margin-bottom: 27px;
}
.footer-navi__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-navi__logo {
  width: 163px;
  margin: 0;
}
.footer-navi__logo a img {
  width: 100%;
}
.footer-navi__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navi__btn li {
  margin-right: 10px;
}
.footer-navi__btn li:last-of-type {
  margin-right: 0;
}

.footer-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-contents__address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}

.footer-contents__link a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
}
.footer-contents__link a:first-of-type {
  margin-right: 12px;
}

.footer-contents__tel {
  color: #eef3f3;
  pointer-events: none;
}

.footer-copywrite {
  margin-top: 17px;
}

.sp-btn {
  display: none;
}
.sp-btn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-btn__item {
  width: 41.5%;
}
.sp-btn__item:last-of-type {
  width: 45px;
}
.sp-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #343737;
  box-sizing: border-box;
}
.sp-btn__link.sp-btn__link--contact {
  background-color: #d6ca28;
  border: 2px solid #e6df7e;
}
.sp-btn__link.sp-btn__link--mitsumori {
  background-color: #40c9bf;
  border: 2px solid #88e3dc;
}
.sp-btn__link.sp-btn__link--insta {
  width: 45px;
  background-color: #c5cecd;
  border: 2px solid #eef3f3;
}
.sp-btn__link span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp-btn__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: auto;
  height: 173px;
  background-color: white;
}

.header-top {
  padding: 30px 0;
  background-color: #1f2323;
}
.header-top__hamburger {
  display: inline;
}
.header-top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.header-top__logo {
  width: 350px;
  margin: 0;
}
.header-top__logo img {
  width: 100%;
}
.header-top__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top__btn li {
  margin-right: 10px;
}
.header-top__btn li:last-of-type {
  margin-right: 0;
}

.header-navi {
  background-color: #eef3f3;
  border-bottom: 1px solid #8c8c8c;
}
.header-navi__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.header-navi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.header-navi__list li {
  position: relative;
  padding: 19px 0;
}
.header-navi__list li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #eef3f3;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-navi__list li:hover:before {
  background-color: #1f2323;
}
.header-navi__list li.is-current:before {
  background-color: #1f2323;
}

.header-hamburger__text:before {
  content: "MENU";
}

.drawer-open .header-hamburger__text:before {
  content: "CLOSE";
}

.topic-path {
  display: block;
  max-width: 1030px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 20px auto 10px;
}
.topic-path__list {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.topic-path__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
}
.topic-path__item:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 19px;
}
.topic-path a {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.topic-path a:hover {
  text-decoration: underline;
}

.frontispiece {
  width: auto;
  height: 150px;
  padding: 0 15px;
  background-color: #6b7070;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontispiece__inner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1030px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.frontispiece__title-wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.frontispiece__title {
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.frontispiece__excerpt {
  margin: 0;
}

.header-hamburger {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #fff;
  box-sizing: border-box;
}
.header-hamburger__inner {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
}
.header-hamburger__text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
}

.drawer-hamburger {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
.drawer-hamburger-icon {
  width: 18px;
  margin: 0;
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  position: absolute;
  top: -5px;
  background-color: #fff;
}
.drawer-hamburger-icon:after {
  position: absolute;
  top: 5px;
  background-color: #fff;
}

.drawer--top.drawer-open .drawer-nav {
  top: 86px;
  height: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #1f2323;
}

.drawer-nav .drawer-menu {
  overflow: scroll;
  height: 100vh;
  border-top: 1px solid #868c8c;
  padding-bottom: 10%;
}

.drawer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.drawer-btn__item {
  width: 41.5%;
}
.drawer-btn__item:last-of-type {
  width: 45px;
}
.drawer-btn__link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #343737;
  box-sizing: border-box;
}
.drawer-btn__link.drawer-btn__link--contact {
  background-color: #d6ca28;
  border: 2px solid #e6df7e;
}
.drawer-btn__link.drawer-btn__link--mitsumori {
  background-color: #40c9bf;
  border: 2px solid #88e3dc;
}
.drawer-btn__link.drawer-btn__link--insta {
  width: 45px;
  background-color: #c5cecd;
  border: 2px solid #eef3f3;
}
.drawer-btn__link span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-btn__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}

.drawer__list .drawer__item {
  margin-top: 30px;
}
.drawer__list .drawer__item a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.drawer-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #868c8c;
}
.drawer-footer li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.drawer-footer li a {
  color: #fff;
}

.drawer--top.drawer-open .drawer-nav {
  top: 86px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.font-titleLev1 {
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
}

.font-titleLev2 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
}

.font-titleLev3 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

.font-textLev01 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.font-textLev01.font-textLev01--bold {
  font-weight: 700;
}

.font-textLev02 {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
.font-textLev02.font-textLev02--heading {
  font-weight: 500;
  line-height: 22px;
}

.font-textPriceEtc {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}

.font-textForm {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}

.font-link {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 18px;
}
.font-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #343737;
  -webkit-transition: .3s;
  transition: .3s;
}
.font-link.font-link--type01:hover {
  color: #847b0b;
  font-weight: bold;
}
.font-link.font-link--type01:hover:before {
  background-color: #847b0b;
}
.font-link.font-link--type02 {
  color: #fff;
}
.font-link.font-link--type02:before {
  background-color: #fff;
}
.font-link.font-link--type02:hover {
  color: #d7ca28;
  font-weight: bold;
}
.font-link.font-link--type02:hover:before {
  background-color: #d7ca28;
}
.font-link.font-link .font-link__blank {
  position: relative;
}
.font-link.font-link .font-link__blank:after {
  position: absolute;
  bottom: 0;
  right: -1.5em;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/open_in_new_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn {
  display: block;
  width: 220px;
  height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #343737;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.btn span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin: auto;
}
.btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn span.btn-arrow:before {

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn span.btn-arrow.btn-arrow--white:before {
  /*background-image: url(../img/btn_arrow_white.png);*/
}
.btn span.btn-insta:before {
  background-image: url(../img/insta-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn:hover span:before {
  left: 29px;
}
.btn.btn {
  position: relative;
}
.btn.btn--contact {
  background-color: #eef3f3;
  border: 2px solid #eef5f5;
}
.btn.btn--contact:hover {
  background-color: #eef6f6;
}
.btn.btn--quotation {
  background-color: #40c9bf;
  border: 2px solid #88e3dc;
}
.btn.btn--quotation:hover {
  background-color: #88e3dc;
}
.btn.btn--insta {
  background-color: #c6cece;
  border: 2px solid #e4e9e9;
}
.btn.btn--insta:hover {
  background-color: #e4e9e9;
}
.btn.btn--etc01 {
  width: 250px;
  height: 60px;
  background-color: #343737;
  color: #fff;
  border: 2px solid #6b7070;
}
.btn.btn--etc01:hover {
  background-color: #6b7070;
}
.btn.btn--etc02 {
  background-color: #c6cece;
  border: 2px solid #e4e9e9;
}
.btn.btn--etc02:hover {
  background-color: #e4e9e9;
}
.btn.btn--fix {
  background-color: #e4e9e9;
  border: 2px solid #fff;
}
.btn.btn--fix:hover {
  background-color: #fff;
}

.heading-box {
  line-height: 48px;
}
.heading-box__sub {
  color: #847b0b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.heading-box__sub.heading-box__sub--border {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 45px;
}
.heading-box__sub.heading-box__sub--border:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #847b0b;
}
.heading-box__main {
  margin: 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

.side {
  position: absolute;
  top: 61px;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}
.side__inner {
  pointer-events: none;
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.side-navi {
  pointer-events: auto;
  width: 250px;
  padding: 30px 0;
  border-top: 2px solid  #ccc;
  border-bottom: 2px solid  #ccc;
}
.side-navi__item {
  margin-top: 23px;
}
.side-navi__item:first-of-type {
  margin-top: 0;
}
.side-navi__item a {
  font-size: 14px;
}

.side-button {
  display: none;
}

.side-sp {
  display: none;
}
.side-sp__inner {
  position: relative;
}

.side-sp-button {
  text-align: right;
  padding: 0 20px;
}
.side-sp-button button {
  width: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 4px 8px 4px 4px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 12px;
  border: 2px solid #343737;
  background: none;
  outline: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}
.side-sp-button button span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-right: 4px;
}
.side-sp-button button span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #343737;
}
.side-sp-button button span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #343737;
  -webkit-transition: .3s;
  transition: .3s;
}
.side-sp-button button.open-spnavi {
  margin-right: 120px;
}
.side-sp-button button.open-spnavi span:after {
  position: absolute;
  top: 4%;
  left: 40%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.side-sp-navi {
  position: absolute;
  top: -20px;
  right: -250px;
  width: 250px;
  padding: 73px 20px 20px;
  background-color: #eef3f3;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.side-sp-navi.open-spnavi-body {
  right: 0;
}
.side-sp-navi__item {
  margin-top: 30px;
}
.side-sp-navi__item:first-of-type {
  margin-top: 0;
}
.side-sp-navi__item a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
}

.mainvisual {
  width: 100%;
  height: 627px;
  background-image: url(../img/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainvisual-contents {
  position: relative;
  width: 1030px;
  height: 627px;
  margin: 0 auto;
}

.mainvisual-logo {
  position: absolute;
  top: 215px;
  left: 14px;
}
.mainvisual-logo__text {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 20px;
}
.mainvisual-logo img {
  width: 500px;
  margin-top: 30px;
}

.concept .section__inner {
  position: relative;
  padding: 76px 15px 85px;
}

.concept .concept-title {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  letter-spacing: .023em;
}
.concept .concept-title span {
  font-weight: 700;
}

.concept .concept-back {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: -1;
}

.strength {
  padding: 76px 0 89px;
  background-color: #d2ddbd;
}
.strength .section__inner {
  position: relative;
}
.strength .strength-contents {
  width: 660px;
}
.strength .strength-contents__subText {
  margin: 35px 0 27px;
}
.strength .strength-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.strength .strength-contents__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  padding: 18px 0;
  border-top: 1px solid #1f2323;
  border-bottom: 1px solid #1f2323;
}
.strength .strength-contents__item:nth-of-type(n + 3) {
  margin-top: 28px;
}
.strength .strength-contents__icon {
  margin-right: 20px;
}
.strength .strength-contents__title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}
.strength .strength-back {
  position: absolute;
  bottom: 0;
  right: -23.2%;
  width: 550px;
  padding-top: 44.176%;
  background-position: 30% 95%;
  background-repeat: no-repeat;
  background-size: 140%;
  box-shadow: 0 0 14px rgba(0, 0, 0, .25);
}

.partners {
  padding: 75px 0 145px;
  background-color: #92a99f;
}
.partners .section__inner {
  position: relative;
}
.partners .partners-contents {
  width: 660px;
}
.partners .partners-contents__subText {
  margin: 30px 0 25px;
}
.partners .partners-contents__about {
  position: relative;
  border-top: 2px solid #000;
  padding: 16px 0 0;
}
.partners .partners-contents__title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
}
.partners .partners-contents__btn {
  margin-top: 35px;
}
.partners .partners-back {
  position: absolute;
  top: 17px;
  right: -23.2%;
  width: 550px;
  padding-top: 44.176%;
  background-position: 28% 36%;
  background-repeat: no-repeat;
  background-size: 280%;
  box-shadow: 0 0 14px rgba(0, 0, 0, .25);
}

.support {
  padding: 67px 0 90px;
  background-color: #3f616d;
}
.support .section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.support .support-contents {
  width: 1000px;
  color: #eef3f3;
}
.support .support-contents .font-textLev02 {
  margin-top: 21px;
}
.support .support-list {
  width: 1000px;
  padding-top: 0px;
}
.support .support-list__text {
  width: 460px;
  margin-top: 55px;
  color: #eef3f3;
}
.support .support-list__text .font-textLev02 {
  margin: 30px 0 52px;
}
.support .support-list__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 35px;
}
.support .support-list__btn .btn {
  width: 250px;
  height: 60px;
}
.support .support-list__img {
  width: 500px;
  padding-top: 42.858%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.support .support-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  border-top: 2px solid #eef3f3;
}
.support .support-list__item:last-of-type {
  margin-bottom: 0;
}
.support .support-list__item:last-of-type .support-list__text {
  width: 460px;
  margin-top: 55px;
  color: #eef3f3;
}
.support .support-list__item:last-of-type .support-list__text .font-textLev02 {
  margin: 30px 0 34px;
}

.insta {
  height: 616px;
  background-image: url(../img/common/insta_bk2.png);
  background-repeat: repeat-x;
}
.insta .section__inner {
  position: relative;
  height: 616px;
}
.insta .insta-heading {
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 48px;
}
.insta-box {
  position: absolute;
  top: 50%;
  right: -46.95%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 1500px;
}
.insta .slider {
  position: relative;
}
.insta .slider .slick-prev {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/top/arrow_next.png);
  background-position: center;
  background-repeat: no-repeat;
          background-size: 21px 22px;
  -webkit-background-size: 21px 22px;
     -moz-background-size: 21px 22px;
       -o-background-size: 21px 22px;
  border: 2px solid #000;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
}
.insta .slider .slick-prev:hover {
  background-position-x: 5px;
}
.insta .slider .slick-next {
  position: absolute;
  bottom: -90px;
  left: 100px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/top/arrow_pre.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 22px;
  border: 2px solid #000;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
}
.insta .slider .slick-next:hover {
  background-position-x: 15px;
}
.insta .slider .slick-slide {
  width: 250px;
  height: 250px;
}
.insta .slider li.gallery-item {
  width: 250px;
  height: 250px;
}
.insta .slider li.gallery-item img {
  width: 100%;
}

.number {
  margin-top: 108px;
  padding-bottom: 72px;
}
.number .number-contents {
  margin-top: 27px;
}
.number .number-contents .font-textLev02 {
  margin-top: 22px;
}
.number .number-contents .number-contents__btn {
  margin-top: 32px;
}

.production {
  padding-top: 74px;
  padding-bottom: 175px;
  background-color: #eef3f3;
}
.production .production-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 37px;
}
.production .production-item {
  width: 200px;
}
.production .production-item__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.production .production-item__images li {
  margin: 3px 8px;
}
.production .production-item__heading {
  padding: 15px 0;
  font-weight: 700;
  border-bottom: 1px solid #343737;
}
.production .production-item__content {
  padding: 7px 10px;
  border-bottom: 1px solid #343737;
}
.production .production-text__no1 {
  margin-top: 27px;
}
.production .production-text__no2 {
  margin-top: 13px;
}

.base .section__2col {
  padding: 225px 0 190px;
}

.base .base-image {
  position: absolute;
  top: -12%;
  width: 100%;
  padding-top: 42.858%;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="14" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(179,178,178,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
          filter: drop-shadow(0px 0px 14px #b3b2b2);
  -webkit-filter: drop-shadow(0px 0px 14px #b3b2b2);
     -moz-filter: drop-shadow(0px 0px 14px #b3b2b2);
}
.base .base-image img {
  width: 100%;
}

.base-contents {
  margin-top: 26px;
}
.base-contents p {
  margin-top: 20px;
}

.base-support {
  margin-top: 28px;
}
.base-support__box {
  margin-top: 17px;
  background-color: #e4e9e9;
  border: 2px solid #343737;
}
.base-support__box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #fff;
}
.base-support__box dl dt {
  width: 200px;
  padding: 35px 0 35px 33px;
}
.base-support__box dl dd {
  width: 500px;
  padding-right: 27px;
}

.base-btn {
  margin-top: 40px;
}

.uniform {
  background-color: #eef3f3;
}
.uniform .section__2col {
  padding: 226px 0 180px;
}
.uniform .uniform-image {
  position: absolute;
  top: -22%;
  width: 100%;
  padding-top: 42.858%;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-size: 110%;
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="14" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(179,178,178,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
          filter: drop-shadow(0px 0px 14px #b3b2b2);
  -webkit-filter: drop-shadow(0px 0px 14px #b3b2b2);
     -moz-filter: drop-shadow(0px 0px 14px #b3b2b2);
}
.uniform .uniform-image img {
  width: 100%;
}
.uniform .uniform-contents {
  margin-top: 21px;
}
.uniform .uniform-contents p {
  margin-top: 20px;
}

.branding .section__2col {
  padding: 223px 0 180px;
}

.branding .branding-image {
  position: absolute;
  top: -22%;
  width: 100%;
  padding-top: 42.858%;
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: 120%;
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="14" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(179,178,178,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
          filter: drop-shadow(0px 0px 14px #b3b2b2);
  -webkit-filter: drop-shadow(0px 0px 14px #b3b2b2);
     -moz-filter: drop-shadow(0px 0px 14px #b3b2b2);
}
.branding .branding-image img {
  width: 100%;
}

.branding .branding-contents {
  margin-top: 21px;
}
.branding .branding-contents p {
  margin-top: 20px;
}

.service {
  background-color: #eef3f3;
}
.service .section__2col {
  padding: 223px 0 121px;
}
.service .service-image {
  position: absolute;
  top: -22%;
  width: 100%;
  padding-top: 42.858%;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-size: 120%;
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="14" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(179,178,178,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
          filter: drop-shadow(0px 0px 14px #b3b2b2);
  -webkit-filter: drop-shadow(0px 0px 14px #b3b2b2);
     -moz-filter: drop-shadow(0px 0px 14px #b3b2b2);
}
.service .service-image img {
  width: 100%;
}
.service .service-contents {
  margin-top: 21px;
}
.service .service-contents p {
  margin-top: 20px;
}

.order-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.order-chapter__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 30px;
  background-color: #c6cece;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.order-chapter__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 30px;
  padding: 0 0 0 10px;
  background-color: #ece9c1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  box-sizing: border-box;
}
.order-chapter__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 14px;
  background-color: #fff;
  border: 2px solid #ece9c1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  box-sizing: border-box;
}
.order-chapter__costNum {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 26px;
}

.order-dl {
  margin-top: 20px;
}
.order-dl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 83px;
  border-bottom: 1px solid #343737;
}
.order-dl dl:first-of-type {
  border-top: 1px solid #343737;
}
.order-dl dl dt {
  width: 200px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
}
.order-dl dl dd {
  padding: 0 0 0 43px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  box-sizing: border-box;
}

.order-subHeading {
  margin-top: 21px;
  letter-spacing: .073em;
}

.order-text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}

.orderPlan {
  padding: 17px 0 70px;
}

.orderPlan-text {
  margin-top: 27px;
}

.orderPlan-innerBox {
  margin-top: 20px;
}
.orderPlan-innerBox__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.orderPlan-innerBox__list {
  margin-top: 12px;
}
.orderPlan-innerBox__item {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.orderPlan-innerBox__item:before {
  content: "・";
  position: absolute;
  left: -.1em;
}
.orderPlan-innerBox__text {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
}

.orderPlan-box.orderPlan-box--chapter1 {
  margin-top: 53px;
}

.orderPlan-box.orderPlan-box--chapter2 {
  margin-top: 50px;
}
.orderPlan-box.orderPlan-box--chapter2 .order-subHeading {
  letter-spacing: .06em;
}
.orderPlan-box.orderPlan-box--chapter2 .order-text {
  margin-top: 15px;
}

.orderPlan-box.orderPlan-box--chapter3 {
  margin-top: 45px;
}
.orderPlan-box.orderPlan-box--chapter3 .order-subHeading {
  margin-top: 26px;
  letter-spacing: .063em;
}
.orderPlan-box.orderPlan-box--chapter3 .orderPlan-innerBox {
  margin-top: 14px;
}

.orderPlan-box.orderPlan-box--chapter4 {
  margin-top: 55px;
}
.orderPlan-box.orderPlan-box--chapter4 .order-subHeading {
  margin-top: 26px;
}
.orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox {
  margin-top: 14px;
}
.orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type {
  margin-top: 11px;
}
.orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type .orderPlan-innerBox__text {
  margin-top: 8px;
}
.orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox__list {
  margin-top: 6px;
}

.orderPlan-btn {
  margin-top: 40px;
}
.orderPlan-btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderPlan-btn ul li {
  margin-right: 30px;
}
.orderPlan-btn ul li:last-of-type {
  margin-right: 0;
}

.orderSample {
  padding: 72px 0;
  background-color: #eef3f3;
}

.orderSample-box.orderSample-box--chapter1 {
  margin-top: 36px;
}
.orderSample-box.orderSample-box--chapter1 .order-dl {
  margin-top: 26px;
}
.orderSample-box.orderSample-box--chapter1 .order-dl dl {
  height: 55px;
}
.orderSample-box.orderSample-box--chapter1 .order-dl dl dd {
  padding-left: 0;
}

.orderSample-box.orderSample-box--chapter2 {
  margin-top: 52px;
}
.orderSample-box.orderSample-box--chapter2 .order-dl {
  margin-top: 24px;
}
.orderSample-box.orderSample-box--chapter2 .order-dl dl {
  height: 58px;
}
.orderSample-box.orderSample-box--chapter2 .order-dl dl dd {
  padding-left: 0;
}

.orderSample-box.orderSample-box--chapter3 {
  margin-top: 52px;
}
.orderSample-box.orderSample-box--chapter3 .order-dl {
  margin-top: 29px;
}
.orderSample-box.orderSample-box--chapter3 .order-dl dl {
  height: 58px;
}
.orderSample-box.orderSample-box--chapter3 .order-dl dl dd {
  padding-left: 0;
}

.orderSample-btn {
  margin-top: 40px;
}

.orderQuote {
  padding: 70px 0 100px;
}

.orderQuote-box.orderQuote-box--chapter1 {
  margin-top: 40px;
}

.orderQuote-box.orderQuote-box--chapter2 {
  margin-top: 45px;
}
.orderQuote-box.orderQuote-box--chapter2 .order-box {
  margin-top: 35px;
}
.orderQuote-box.orderQuote-box--chapter2 .order-box:first-of-type {
  margin-top: 14px;
}
.orderQuote-box.orderQuote-box--chapter2 .order-box__heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.orderQuote-box.orderQuote-box--chapter2 .order-box .order-text {
  margin-top: 0;
}

.quality {
  padding: 17px 0 70px;
}
.quality .quality-description {
  margin-top: 27px;
}
.quality .quality-description__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 36px;
}
.quality .quality-description__text {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.quality .quality-alliance {
  margin-top: 42px;
}
.quality .quality-alliance__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 36px;
}
.quality .quality-alliance__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.quality .quality-alliance__dl {
  margin-top: 13px;
}
.quality .quality-alliance__dl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #343737;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.quality .quality-alliance__dl dl:first-of-type {
  border-top: 1px solid #343737;
}
.quality .quality-alliance__dl dl:last-of-type {
  padding: 14px 0 26px;
}
.quality .quality-alliance__dl dl dt {
  width: 200px;
  padding-left: 10px;
  font-weight: 500;
  box-sizing: border-box;
}
.quality .quality-alliance__dl dl dd ul li {
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
}
.quality .quality-alliance__dl dl dd ul li:first-of-type {
  margin-top: 0;
}
.quality .quality-alliance__dl dl dd ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.qualityExample {
  padding: 70px 0 105px;
  background-color: #eef3f3;
}
.qualityExample .qualityExample-box {
  margin-top: 27px;
}
.qualityExample .qualityExample-box__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.qualityExample .qualityExample-box__report {
  width: 100%;
  margin-top: 16px;
  border: 2px solid #343737;
  padding: 18px 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.qualityExample .qualityExample-box__report a {
  position: relative;
}
.qualityExample .qualityExample-box__img {
  width: 100%;
}
.qualityExample .qualityExample-box__glass {
  position: absolute;
  bottom: 0;
  right: 0;
}

.keisan {
  padding: 95px 0  32px;
}

.keisan-heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

.keisan-form {
  width: 100%;
  margin-top: 13px;
  border-collapse: collapse;
}
.keisan-form__heading th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
  height: 50px;
  background-color: #ece9c1;
  border-right: 2px solid #fff;
}
.keisan-form__heading th:first-of-type {
  width: 190px;
}
.keisan-form__heading th:nth-child(2) {
  width: 214px;
}
.keisan-form__heading th:nth-child(3) {
  width: 214px;
}
.keisan-form__heading th:nth-child(4) {
  width: 17%;
}
.keisan-form__heading th:last-of-type {
  width: 17%;
  border-right: none;
}
.keisan-form__item th {
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #343737;
}
.keisan-form__item td {
  padding: 14px;
  font-weight: 400;
  border-bottom: 1px solid #343737;
}
.keisan-form__item td:nth-child(4) {
  padding: 20px;
  text-align: right;
}
.keisan-form__item td:last-of-type {
  padding: 20px;
  text-align: right;
}
.keisan-form__spHeading {
  display: none;
}
.keisan-form__select {
  position: relative;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #343737;
}
.keisan-form__select:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  color: #343737;
  z-index: -1;
}
.keisan-form__select select {
  width: 160px;
  height: 40px;
  padding: 0 19px;
  background: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 31px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.keisan-form__select select::-ms-expand {
  display: none;
}
.keisan-form__select.unselected {
  border: 1px solid #a3acac;
  color: #a3acac;
}
.keisan-form__select.unselected:before {
  color: #a3acac;
}
.keisan-form__select.unselected select {
  color: #a3acac;
}

.total-cost {
  background-color: #e4e9e9;
}
.total-cost ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 21px;
}
.total-cost ul li:last-of-type {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.orderContact {
  padding: 30px 0;
  background-color: #eef3f3;
}

.orderContact-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
}

.orderContact-btn {
  margin-top: 13px;
}

.aboutMitsumori {
  padding: 46px 0 124px;
}

.orderContact-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
}

.aboutMitsumori-heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

.aboutMitsumori-list {
  margin-top: 13px;
}
.aboutMitsumori-list__item {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.aboutMitsumori-list__item:before {
  position: absolute;
  left: 0;
  content: "・";
}

.aboutMitsumori-sample {
  margin-top: 36px;
}
.aboutMitsumori-sample__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.aboutMitsumori-sample__text {
  margin-top: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.aboutMitsumori-sample__table {
  width: 100%;
  max-width: 700px;
  margin-top: 18px;
  border: 2px solid #343737;
  background-color: #e4e9e9;
  box-sizing: border-box;
}
.aboutMitsumori-sample__table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 35px;
  border-top: 2px solid #fff;
}
.aboutMitsumori-sample__table dl:first-of-type {
  border-top: none;
}
.aboutMitsumori-sample__table dl dt {
  width: 165px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.aboutMitsumori-sample__table dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}

.aboutMitsumori-btn {
  margin-top: 50px;
}

.productionCost {
  padding: 17px 0 70px;
}

.productionCost-box__heading {
  margin-top: 33px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
}
.productionCost-box__heading span {
  display: block;
  width: 95px;
  padding: 2px 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  background-color: #ece9c1;
}

.productionCost-list {
  position: relative;
  margin-top: 28px;
  margin-bottom: 20px;
  border-bottom: 2px solid #343737;
}
.productionCost-list:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #343737 transparent transparent transparent;
}
.productionCost-list__heading {
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.productionCost-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  border-top: 1px solid #343737;
}
.productionCost-list dl dt {
  width: 191px;
  padding: 0 10px;
  box-sizing: border-box;
}
.productionCost-list dl dd {
  padding: 0 10px;
}

.productionCost-table {
  margin-top: 43px;
}
.productionCost-table__heading {
  margin-bottom: 16px;
}
.productionCost-table table {
  width: 100%;
  border-collapse: collapse;
}
.productionCost-table__headingCell th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  background-color: #ece9c1;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.productionCost-table__headingCell th:first-of-type {
  width: 218px;
}
.productionCost-table__headingCell th:nth-child(2) {
  width: 81px;
}
.productionCost-table__headingCell th:nth-child(3) {
  width: 131px;
}
.productionCost-table__headingCell th:nth-child(4) {
  width: 130px;
}
.productionCost-table__headingCell th:last-of-type {
  width: 130px;
  border: none;
}
.productionCost-table__bodyCell td {
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
  height: 47px;
  border-bottom: 1px solid #343737;
}
.productionCost-table__bodyCell td:first-of-type {
  text-align: left;
}
.productionCost-table__spHeading {
  display: none;
}
.productionCost-table__spHeading span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.productionCost-table__cost {
  border-bottom: 2px solid #343737;
}
.productionCost-table__cost dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px 0 20px;
}
.productionCost-table__cost dl:first-of-type {
  padding: 13px 17px 0 20px;
}
.productionCost-table__cost dl:last-of-type {
  padding: 5px 17px 11px 20px;
}
.productionCost-table__cost dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.productionCost-table__cost dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.productionCost-table__total dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #e4e9e9;
  padding: 0 20px;
}
.productionCost-table__total dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 30px;
}
.productionCost-table__total dl dd {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 26px;
}

.productionCost-btn {
  margin-top: 38px;
}
.productionCost-btn__item {
  margin-top: 28px;
}
.productionCost-btn__item .btn {
  width: 220px;
  height: 55px;
}

.productionCost-box.productionCost-box--second .productionCost-box__heading {
  margin-top: 51px;
}
.productionCost-box.productionCost-box--second .productionCost-box__heading span {
  margin-bottom: 20px;
}

.productionCost-box.productionCost-box--second .productionCost-list__heading {
  margin-bottom: 18px;
}

.productionCost-box.productionCost-box--second .productionCost-table__cost dl:last-of-type {
  padding: 10px 17px 15px 20px;
}

.productionFlow {
  padding: 70px 0;
  background-color: #eef3f3;
}

.productionFlow-flow__heading {
  margin: 31px 0 27px;
}

.productionFlow-flow__box dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  border: 2px solid #343737;
  background-color: #fff;
}
.productionFlow-flow__box dl:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #343737 transparent transparent transparent;
}
.productionFlow-flow__box dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 140px;
  background-color: #ece9c1;
}
.productionFlow-flow__box dl dt strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.productionFlow-flow__box dl dt span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.productionFlow-flow__box dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 548px;
  height: 140px;
  padding: 0 30px 0 27px;
  box-sizing: border-box;
}
.productionFlow-flow__box dl dd strong {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22px;
}
.productionFlow-flow__box dl dd span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
}
.productionFlow-flow__box dl:nth-child(3) dt {
  height: 120px;
}
.productionFlow-flow__box dl:nth-child(3) dd {
  height: 120px;
}
.productionFlow-flow__box dl:last-of-type {
  margin-bottom: 0;
}
.productionFlow-flow__box dl:last-of-type:before {
  display: none;
}
.productionFlow-flow__box dl:last-of-type dt {
  height: 120px;
}
.productionFlow-flow__box dl:last-of-type dd {
  height: 120px;
}

.productionFlow-order {
  margin-top: 41px;
}
.productionFlow-order__heading {
  margin-bottom: 14px;
}
.productionFlow-order__btn {
  margin-top: 28px;
}

.productionContents {
  padding: 70px 0 105px;
}

.productionContents-box {
  margin-top: 33px;
}
.productionContents-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 26px;
}
.productionContents-box__item {
  width: 325px;
  height: 158px;
  padding: 18px 0;
  border-top: 1px solid #343737;
  border-bottom: 1px solid #343737;
  box-sizing: border-box;
}
.productionContents-box__item strong {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.productionContents-box__item:nth-child(n + 3) {
  margin-top: 44px;
}

.faq {
  padding: 17px 0 94px;
}

.faq-box {
  margin-top: 57px;
}
.faq-box:first-of-type {
  margin-top: 0;
}
.faq-box__heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
}
.faq-box__dl .faq-dl {
  padding: 18px 0;
  border-bottom: 1px solid #343737;
}
.faq-box__dl .faq-dl:first-of-type {
  border-top: 1px solid #343737;
}
.faq-box__dl .faq-dl__q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-box__dl .faq-dl__qIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  background-color: #ece9c1;
}
.faq-box__dl .faq-dl__qText {
  width: 651px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.faq-box__dl .faq-dl__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.faq-box__dl .faq-dl__aIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 30px;
  background-color: #ece9c1;
}
.faq-box__dl .faq-dl__aText {
  width: 900px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
}
.faq-box__dl .faq-dl__aText .cash-box {
  margin-top: 20px;
}
.faq-box__dl .faq-dl__aText .cash-box p {
  margin-top: 5px;
}

.contact {
  padding: 70px 0 0;
}
.contact .contact-textContents {
  margin-top: 10px;
}
.contact .contact-textContents:first-of-type {
  margin-top: 0;
}
.contact .contact-textContents__heading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
.contact .contact-textContents__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}

.contactForm .contactForm-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin-top: 38px;
  background-color: #ece9c1;
}
.contactForm .contactForm-heading__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
.contactForm .contactForm-heading__list .contactForm-heading__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 24px;
}
.contactForm .contactForm-heading__list .contactForm-heading__item .contactForm-heading__dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 9px;
  border-radius: 50%;
  border: 3px solid #1f2323;
  background-color: #1f2323;
  box-sizing: border-box;
}
.contactForm .contactForm-heading__list .contactForm-heading__item .contactForm-heading__dot:before {
  position: absolute;
  left: 100%;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  border-bottom: 3px dotted #1f2323;
}
.contactForm .contactForm-heading__list .contactForm-heading__item.is-none {
  color: #a3acac;
  font-weight: 400;
}
.contactForm .contactForm-heading__list .contactForm-heading__item.is-none .contactForm-heading__dot {
  border: 3px solid #a3acac;
  background-color: #ece9c1;
}
.contactForm .contactForm-heading__list .contactForm-heading__item.is-none .contactForm-heading__dot:before {
  border-bottom: 3px dotted #a3acac;
}
.contactForm .contactForm-heading__list .contactForm-heading__item:last-of-type .contactForm-heading__dot:before {
  display: none;
}

.contactForm .contactForm-confMessage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 41px;
  border: 1px solid #ca0000;
}
.contactForm .contactForm-confMessage:before {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 5.5px 10px 5.5px;
  border-color: transparent transparent #ca0000 transparent;
}
.contactForm .contactForm-confMessage__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #ca0000;
}

.contactForm .form {
  background-color: #eef3f3;
  padding: 31px 50px;
  margin-top: 20px;
}

.contactForm .form-heading {
  padding-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 2px solid #343737;
  box-sizing: border-box;
}

.contactForm .form-item {
  padding: 30px 0;
  border-bottom: 1px solid #a3acac;
}
.contactForm .form-item__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 26px;
}
.contactForm .form-item__heading .form-item__headingSub {
  margin-left: 15px;
  font-weight: 400;
}
.contactForm .form-item__heading .is-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 20px;
  padding: 1px 0;
  margin-right: 11px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ca0000;
  color: #fff;
}
.contactForm .form-item input {
  padding: 7px;
  outline: 0;
  border: 1px solid #343737;
  box-sizing: border-box;
}
.contactForm .form-item input.error {
  border: 1px solid #ca0000;
  background-color: #ffeaea;
}
.contactForm .form-item.form-item--brand input {
  width: 548px;
}
.contactForm .form-item.form-item--url input {
  width: 100%;
}
.contactForm .form-item.form-item--name input {
  width: 339px;
}
.contactForm .form-item.form-item--furigana input {
  width: 339px;
}
.contactForm .form-item.form-item--tel input {
  width: 240px;
}
.contactForm .form-item.form-item--mail input {
  width: 339px;
}
.contactForm .form-item.form-item--mailConf input {
  width: 339px;
}
.contactForm .form-item.form-item--aboutItem .form-item__input label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactForm .form-item.form-item--aboutItem .form-item__input label input {
  margin-right: 9px;
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__subTitle {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18px;
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__radio {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__radio input[type="radio"] {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
  padding: 0;
  box-sizing: border-box;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__radio input[type="radio"]:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 45%;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  content: "";
  -webkit-transform: translate(-45%, -52%) scale(0, 0);
      -ms-transform: translate(-45%, -52%) scale(0, 0);
          transform: translate(-45%, -52%) scale(0, 0);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  background: #343737;
  box-sizing: border-box;
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__radio input[type="radio"]:checked:before {
  -webkit-transform: translate(-45%, -45%) scale(1, 1);
      -ms-transform: translate(-45%, -45%) scale(1, 1);
          transform: translate(-45%, -45%) scale(1, 1);
}
.contactForm .form-item.form-item--aboutItem .form-item__input .form-item__radio input[type="radio"]:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #343737;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.contactForm .form-item.form-item--aboutItem .form-item__input ul li .form-item__radio {
  margin-top: 5px;
}
.contactForm .form-item.form-item--aboutItem .form-item__input ul li:first-of-type .form-item__radio {
  margin-top: 0;
}
.contactForm .form-item.form-item--content .form-item-content__list {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
}
.contactForm .form-item.form-item--content .form-item-content__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner .font-textLev02 {
  font-size: 16px;
  font-size: 1.6rem;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 15px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
}
.contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"]:checked:after {
  content: "✓";
}
.contactForm .form-item.form-item--content .form-item-content__check .is-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 20px;
  margin-right: 11px;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ca0000;
  color: #fff;
}
.contactForm .form-item.form-item--content .form-item-content__privacypolicy {
  margin: 15px 0 10px;
}
.contactForm .form-item.form-item--content .form-item-content__privacypolicy a {
  color: #eb4125;
}
.contactForm .form-item.form-item--content .form-item-content__privacypolicy a.font-link:before {
  background-color: #eb4125;
}
.contactForm .form-item.form-item--file .form-item__heading {
  margin-bottom: 17px;
}
.contactForm .form-item.form-item--file .form-item-file__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22px;
}
.contactForm .form-item.form-item--file .form-item-file__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.contactForm .form-item.form-item--file .form-item-file__input input[type="file"] {
  display: none;
}
.contactForm .form-item.form-item--file .form-item-file__name {
  width: 100%;
}
.contactForm .form-item.form-item--file .form-item-file__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 30px;
  margin-right: 18px;
  background-color: #343737;
  border: 2px solid #6b7070;
  cursor: pointer;
  box-sizing: border-box;
}
.contactForm .form-item.form-item--file .form-item-file__btn span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.contactForm .form-item.form-item--file .form-item-file__attention {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
}
.contactForm .form-item.form-item--file .form-item-file__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactForm .form-item.form-item--file .form-item-file__item {
  width: 100%;
  margin-right: 18px;
  margin-top: 10px;
}
.contactForm .form-item.form-item--file .form-item-file__item:first-of-type {
  margin-top: 0;
}
.contactForm .form-item.form-item--file .form-item-file__item input[type="text"] {
  width: 100%;
  padding: 5px;
}
.contactForm .form-item.form-item--file .form-item-file__delete #btn1 {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  outline: none;
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  border: none;
}
.contactForm .form-item.form-item--file .form-item-url {
  margin-top: 20px;
}
.contactForm .form-item.form-item--file .form-item-url__text {
  font-weight: 16px;
  font-weight: 1.6rem;
  font-weight: 500;
  line-height: 22px;
}
.contactForm .form-item.form-item--file .form-item-url__input {
  margin-top: 8px;
}
.contactForm .form-item.form-item--file .form-item-url__input input[type="text"] {
  width: 100%;
}
.contactForm .form-item.form-item .form-item-total__text {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26px;
}
.contactForm .form-item.form-item .form-item-total__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contactForm .form-item.form-item .form-item-total__input span {
  display: inline-block;
  margin-left: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
}
.contactForm .form-item.form-item .form-item-total__input input[type="text"] {
  width: 100px;
}
.contactForm .form-item.form-item .form-item-budget input[type="text"] {
  width: 313px;
}
.contactForm .form-item.form-item .form-item-delivery input[type="text"] {
  width: 313px;
}
.contactForm .form-item.form-item .form-item-etc {
  width: 900px;
}
.contactForm .form-item.form-item .form-item-etc textarea {
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26px;
  outline: 0;
  border: 1px solid #343737;
}

.form.form--first {
  margin-top: 7px;
}

.form.form--second .form-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.form-send {
  margin-bottom: 102px;
  background-color: #525656;
}
.form-send .form-send-box {
  height: 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-send .form-send-box__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-send .form-send-box__btn .btn--fix {
  width: 161px;
  height: 60px;
}
.form-send .form-send-box__btn .btn--contact {
  width: 250px;
  height: 60px;
  cursor: pointer;
}
.form-send .form-send-box__btn .btn--contact.btn--confirm {
  width: 250px;
}

label.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 18px;
  color: #e80000;
}
label.error:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url(../img/common/icon_attention.svg) center center no-repeat;
  background-size: contain;
  color: #e80000;
}

.contactForm .form.form-thanks {
  margin-bottom: 100px;
  padding: 60px 50px;
}

.contactForm .form .form-thanks__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 50px;
}

.contactForm .form .form-thanks__text {
  margin-top: 30px;
	margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.contactForm .form .form-thanks__text:nth-of-type(2) {
  margin-top: 10px;
}

.contactForm .form .form-thanks__btn {
  margin-top: 20px;
}
.contactForm .form .form-thanks__btn .btn .btn-arrow {
  padding-left: 1.5vw;
}

.contactForm .form .form-thanks__topLink {
  margin-top: 20px;
}

.contactForm .form .form-thanks__subTitle {
  margin-top: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 26px;
}

.form-send-box--confirm .btn--back {
  width: 161px;
  height: 60px;
  margin-right: 30px;
  cursor: pointer;
}

.privacypolicy01 {
  padding: 17px 0 65px;
}
.privacypolicy01 .heading-box {
  margin-bottom: 28px;
}
.privacypolicy01 .privacypolicy-box__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.privacypolicy01 .privacypolicy-box__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy01 .privacypolicy-box__list ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy01 .privacypolicy-box__list ul li:before {
  content: "・";
  position: absolute;
  left: -.1em;
}
.privacypolicy01 .privacypolicy-box__list.privacypolicy-box__list--innerText p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--second {
  margin-top: 16px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--second .privacypolicy-box__text {
  margin-top: 6px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--third {
  margin-top: 30px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--third .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth {
  margin-top: 30px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__list {
  margin-top: 14px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--fifth {
  margin-top: 33px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--fifth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--sixth {
  margin-top: 35px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--sixth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--seventh {
  margin-top: 27px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--seventh .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy01 .privacypolicy-box.privacypolicy-box--seventh .privacypolicy-box__text:nth-of-type(2) {
  margin-top: 30px;
}

.privacypolicy02 {
  padding: 70px 0 103px;
  background-color: #eef3f3;
}
.privacypolicy02 .heading-box {
  margin-bottom: 27px;
}
.privacypolicy02 .privacypolicy-box__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.privacypolicy02 .privacypolicy-box__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy02 .privacypolicy-box__list ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy02 .privacypolicy-box__list ul li:before {
  content: "・";
  position: absolute;
  left: -.1em;
}
.privacypolicy02 .privacypolicy-box__list.privacypolicy-box__list--innerText p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--second {
  margin-top: 53px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--second .privacypolicy-box__text {
  margin-top: 9px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--second .privacypolicy-box__list {
  margin-top: 26px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--third {
  margin-top: 38px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--third .privacypolicy-box__list {
  margin-top: 9px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--fourth {
  margin-top: 35px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__list {
  margin-top: 14px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--fifth {
  margin-top: 37px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--fifth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--sixth {
  margin-top: 36px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--sixth .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--seventh {
  margin-top: 37px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--seventh .privacypolicy-box__text {
  margin-top: 8px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--seventh .privacypolicy-box__text:nth-of-type(2) {
  margin-top: 27px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--eighth {
  margin-top: 37px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--eighth .privacypolicy-box__list {
  margin-top: 8px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--ninth {
  margin-top: 37px;
}
.privacypolicy02 .privacypolicy-box.privacypolicy-box--ninth .privacypolicy-box__text {
  margin-top: 8px;
}

.tokushoho .tokushoho-contents {
  padding: 72px 0 108px;
}
.tokushoho .tokushoho-contents dl {
  margin-top: 28px;
}
.tokushoho .tokushoho-contents dl:first-of-type {
  margin-top: 0;
}
.tokushoho .tokushoho-contents dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.tokushoho .tokushoho-contents dl dd {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.tokushoho .tokushoho-contents dl dd p {
  margin-top: 10px;
}
.tokushoho .tokushoho-contents dl dd p:first-of-type {
  margin-top: 0;
}
.tokushoho .tokushoho-contents dl dd p span {
  font-weight: 500;
}

.conpany {
  position: relative;
  padding: 0 0 70px;
}
.conpany .heading-box__main {
  margin-top: 25px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
}

.conpany-bk img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.conpany-box {
  margin-top: 55px;
}
.conpany-box__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
}
.conpany-box__text {
  margin-top: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.conpany-box__name {
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 22px;
  text-align: right;
}

.conpanyAbout {
  padding: 70px 0 110px;
}

.conpanyAbout-dl {
  margin-top: 40px;
}
.conpanyAbout-dl__tel {
  pointer-events: none;
}
.conpanyAbout-dl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  border-bottom: 1px solid #343737;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
}
.conpanyAbout-dl dl:first-of-type {
  border-top: 1px solid #343737;
}
.conpanyAbout-dl dl dt {
  width: 188px;
  padding: 0 0 0 13px;
}
.conpanyAbout-dl dl dd {
  font-weight: 400;
}

.contents404 {
  padding: 80px 0 139px;
}

.contents404-heading {
  font-size: 79px;
  font-weight: 600;
}

.contents404-text {
  margin-top: 36px;
}

.contents404-btn {
  margin-top: 33px;
}

.productionCost-list.down_wrap p {
    font-size: 14px;
}

.productionCost-list.down_wrap ul li {
    font-size: 14px;
    padding-left: 2em;
    text-indent: -2em;
}
.productionCost-list.down_wrap {
    border-bottom: 0;
}

.productionCost-list.down_wrap:before {
    display: none;
}

.productionCost-list.down_wrap p a {
    text-decoration: underline;
}
p.priv_link {
    padding: 2em 0 0;
	font-size: 14px;
}
p.priv_link a {
    text-decoration: underline;
}

p.priv_link a:hover{
color: #847b0b;
    font-weight: bold;
}

.productionCost-list.download_wrap {
border-bottom: 1px solid #343737;
	margin-top: 18px;
}
.productionCost-list.download_wrap:before {
    display: none;
}
.productionCost-list.download_wrap dl {
    /*height: 20vh;*/
	height: 168px;
}
.productionCost-list.download_wrap dl dt {
    width: 205px;
    display: table;
	font-weight: 500;
}
.productionCost-list.down_wrap.flow_wrap h2.heading-box__main {
    padding-bottom: 1em;
}
.orderQuote02 {
    padding: 100px 0 0;
}
button#preview-contact-submit {
    width: 250px!important;
    height: 60px!important;
    cursor: pointer!important;
    background-color: #d7ca28!important;
    border: 2px solid #e6df7e!important;
    font-size: 1.0rem!important;
    font-weight: 700!important;
    color: #343737!important;
    transition: .3s!important;
    box-sizing: border-box!important;
    line-height: 1.15!important;
    border-radius: 0!important;
}

button#preview-contact-submit {
    position: relative!important;
}
button#preview-contact-submit:before {
content: ""!important;
    display: block!important;
    position: absolute!important;
    top: 50%!important;
    left: 19px!important;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    width: 19px!important;
    height: 19px!important;
    -webkit-transition: .3s!important;
    transition: .3s!important;
}

button#preview-contact-submit:before {
    position: absolute!important;
    top: 50%!important;
    left: -72%!important;
    right: 0!important;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    text-align: center!important;
    margin: auto!important;
    background-image: url(https://www.kugulu.jp/assets/img/common/btn_arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}

button#preview-contact-submit:hover {
    background-color: #e6df7e!important;
}

button#preview-contact-submit:hover:before {
    left: -60%!important;
}
.form.form--first.form-thanks.down_thank .btn.btn--etc01 {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #202323;
    border: none;
}

.form.form--first.form-thanks.down_thank .btn span.btn-arrow.btn-arrow--white:before {
    display: none;
}

.form.form--first.form-thanks.down_thank .btn span {
    text-align: left;
    line-height: 3.5em;
    position: initial;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
}
.productionCost-list.download_wrap dl h4 {
    padding-bottom: 0.5em;
    font-weight: bold;
}

.productionCost-list.download_wrap dl dd p {
    font-weight: 400;
}
.productionCost-list.download_wrap dl dt br {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  body{
    padding-top: 135px;
  }
  .section__inner{
    padding: 0 40px;
  }
  .section__2col{
    width: 68.314%;
    margin-left: 31.686%;
  }
  .section__2col .heading-box__main{
    margin-top: 25px;
  }
  .pc-none{
    display: block;
  }
  .is-pc{
    display: none;
  }
  .is-tablet{
    display: block;
  }
  .is-sp{
    display: none;
  }
  .footer .footer__inner{
    padding: 0 40px;
  }
  .footer-back{
    padding: 0 40px;
  }
  .footer-back__box{
    right: 40px;
  }
  .footer-navi__logo{
    width: 130px;
  }
  .footer-contents__list{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contents__address{
    width: 50%;
    line-height: 24px;
  }
  .footer-contents__link{
    width: 50%;
    text-align: right;
  }
  .footer-contents__link a{
    margin-top: 15px;
  }
  .footer-contents__link a:first-of-type{
    margin-right: 0;
    margin-top: 0;
  }
  .footer-copywrite{
    margin-top: 0;
  }
  .header{
    height: 136px;
  }
  .header-top{
    padding: 17px 0;
  }
  .header-top__inner{
    padding: 0 40px;
  }
  .header-top__logo{
    width: 126px;
  }
  .header-top__btn li{
    margin-right: 20px;
  }
  .header-navi__inner{
    padding: 0 40px;
  }
  .header-navi__list li{
    padding: 16px 0;
  }
  .topic-path{
    padding: 0 40px;
    margin: 10px auto;
  }
  .topic-path__item{
    font-size: 1.2rem;
  }
  .topic-path a{
    font-size: 1.2rem;
  }
  .frontispiece{
    height: 100px;
    padding: 0 40px;
  }
  .frontispiece__inner-wrapper{
    padding: 0;
  }
  .frontispiece__title-wrapper{
    left: 0;
  }
  .frontispiece__title{
    font-size: 3rem;
  }
  .font-titleLev3{
    font-size: 1.8rem;
    line-height: 19px;
  }
  .btn{
    width: 150px;
    height: 45px;
    font-size: 1.4rem;
  }
  .btn span:before{
    width: 12px;
    height: 12px;
  }
  .header-top__btn .btn span:before{
    top: 55%;
    left: 10px;
  }
  .footer-navi__btn .btn span:before{
    top: 55%;
    left: 10px;
  }
  .heading-box__sub.heading-box__sub--border{
    margin-bottom: 26px;
  }
  .heading-box__main{
    font-size: 2.6rem;
    line-height: 35px;
  }
  .side__inner{
    padding: 0 40px;
  }
  .side-navi{
    width: 18.949%;
    min-width: 180px;
    padding: 21px 0;
  }
  .side-navi__item{
    margin-top: 15px;
  }
  .mainvisual{
    height: 280px;
  }
  .mainvisual-contents{
    height: 280px;
  }
  .mainvisual-logo{
    top: 98px;
    left: 60px;
  }
  .mainvisual-logo__text{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 18px;
  }
  .mainvisual-logo img{
    width: 206px;
    margin-top: 23px;
  }
  .concept .section__inner{
    padding: 40px 40px 55px;
  }
  .concept .section__inner .heading-box__sub{
    font-size: 1.6rem;
  }
  .concept .concept-title{
    margin-top: 21px;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .concept .concept-back{
    width: 570px;
    bottom: -1%;
    left: auto;
    right: 0;
  }
  .concept .concept-back img{
    width: 100%;
  }
  .strength{
    padding: 45px 0 0;
  }
  .strength .section__inner{
    padding-bottom: 170px;
  }
  .strength .section__inner .heading-box__sub{
    font-size: 1.6rem;
  }
  .strength .strength-contents{
    width: 100%;
  }
  .strength .strength-contents__subText{
    margin: 17px 0 25px;
  }
  .strength .strength-contents__item{
    width: 47.3%;
    padding: 19px 0;
  }
  .strength .strength-contents__icon{
    width: 52px;
    height: 52px;
    margin-right: 10px;
  }
  .strength .strength-contents__icon img{
    width: 100%;
  }
  .strength .strength-contents__title{
    font-size: 1.8rem;
  }
  .strength .strength-back{
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    padding-top: 30.872%;
    margin: 0 auto;
    background-position: 30% 60%;
    background-size: 100%;
    overflow: hidden;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .strength .strength-back img{
    width: 100%;
  }
  .partners{
    padding: 180px 0 0;
  }
  .partners .section__inner{
    padding-bottom: 170px;
  }
  .partners .section__inner .heading-box__sub{
    font-size: 1.6rem;
  }
  .partners .partners-contents{
    width: 100%;
  }
  .partners .partners-contents__subText{
    margin: 19px 0 24px;
  }
  .partners .partners-contents__about{
    padding: 20px 0 0;
  }
  .partners .partners-contents__title{
    font-size: 1.8rem;
    line-height: 26px;
  }
  .partners .partners-contents__btn{
    margin-top: 25px;
  }
  .partners .partners-contents__btn .btn{
    width: 220px;
    height: 55px;
  }
  .partners .partners-back{
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
    width: 90%;
    padding-top: 30.872%;
    
    background-position: 5% 40%;
    background-size: 125%;
    
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
	overflow: hidden;
  }
  .partners .partners-back img{
    width: 100%;
  }
  .support{
    padding: 183px 0 60px;
  }
  .support .section__inner .heading-box__sub{
    font-size: 1.6rem;
  }
  .support .support-contents{
    width: 1000px;
  }
  .support .support-list{
    width: 69.5%;
    padding-top: 148px;
  }
  .support .support-list__text{
    width: 225px;
    margin-top: 24px;
  }
  .support .support-list__text .font-textLev02{
    margin: 13px 0 60px;
  }
  .support .support-list__heading{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 26px;
  }
  .support .support-list__btn .btn{
    width: 220px;
    height: 55px;
  }
  .support .support-list__img{
    width: 230px;
    padding-top: 39.492%;
  }
  .support .support-list__img img{
    width: 100%;
  }
  .support .support-list__item{
    margin-bottom: 30px;
  }
  .support .support-list__item:nth-of-type(2) .support-list__text .font-textLev02{
    margin: 13px 0 35px;
  }
  .support .support-list__item:last-of-type .support-list__text{
    width: 225px;
    margin-top: 24px;
  }
  .support .support-list__item:last-of-type .support-list__text .font-textLev02{
    margin: 12px 0 9px;
  }
  .insta{
    height: 410px;
    background-size: auto 100%;
  }
  .insta .section__inner{
    height: 410px;
  }
  .insta .insta-heading{
    padding-top: 50px;
    font-size: 2.4rem;
    line-height: 32px;
  }
  .insta-box{
    right: auto;
    left: 40px;
    width: 95%;
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .insta .slider .slick-prev{
    bottom: -70px;
  }
  .insta .slider .slick-next{
    bottom: -70px;
    left: 66px;
  }
  .insta .slider .slick-slide{
    max-width: 121px;
    height: auto;
  }
  .insta .slider li.gallery-item{
    max-width: 121px;
    height: auto;
  }
  .about-heading .heading-box__main{
    font-size: 2rem;
    line-height: 36px;
  }
  .number{
    margin-top: 46px;
  }
  .production{
    padding-bottom: 16%;
  }
  .production .production-item{
    width: 30.854%;
  }
  .production .production-item__images li{
    width: 39.32%;
  }
  .production .production-item__images li img{
    width: 100%;
  }
  .production .production-item__heading{
    font-size: 1.6rem;
  }
  .production .production-item__content{
    padding: 7px 9px;
    font-size: 1.4rem;
  }
  .base .section__2col{
    padding: 21.948% 0 19%;
  }
  .base .base-image{
    top: -9%;
  }
  .base-support__box dl dt{
    padding: 35px 0 35px 23px;
  }
  .base-support__box dl dd{
    width: 405px;
    padding: 24px 24px 24px 0;
  }
  .uniform .section__2col{
    padding: 21.948% 0 19%;
  }
  .uniform .uniform-image{
    top: -20%;
  }
  .branding .section__2col{
    padding: 151px 0 120px;
  }
  .branding .branding-image{
    top: -20%;
  }
  .service .section__2col{
    padding: 21.657% 0 120px;
  }
  .service .service-image{
    top: -16%;
  }
  .order-chapter{
    height: 25px;
  }
  .order-chapter__number{
    height: 25px;
  }
  .order-chapter__title{
    height: 25px;
  }
  .order-chapter__cost{
    height: 25px;
  }
  .order-dl dl dt{
    width: 26.596%;
  }
  .order-dl dl dd{
    width: 73.404%;
    padding: 0;
    word-break: break-all;
  }
  .order-subHeading{
    margin-top: 14px;
    letter-spacing: -.03em;
  }
  .orderPlan{
    padding: 17px 0 65px;
  }
  .orderPlan-text{
    margin-top: 17px;
  }
  .orderPlan-box.orderPlan-box--chapter1{
    margin-top: 29px;
  }
  .orderPlan-box.orderPlan-box--chapter2 .order-subHeading{
    letter-spacing: -.03em;
    margin-top: 18px;
  }
  .orderPlan-box.orderPlan-box--chapter2 .order-text{
    margin-top: 11px;
  }
  .orderPlan-box.orderPlan-box--chapter3{
    margin-top: 36px;
  }
  .orderPlan-box.orderPlan-box--chapter3 .order-subHeading{
    margin-top: 16px;
    letter-spacing: -.03em;
  }
  .orderPlan-box.orderPlan-box--chapter3 .order-text{
    margin-top: 14px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .order-subHeading{
    margin-top: 17px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox{
    margin-top: 20px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type{
    margin-top: 16px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type .orderPlan-innerBox__text{
    margin-top: 13px;
    line-height: 26px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox__list{
    margin-top: 10px;
  }
  .orderPlan-btn{
    margin-top: 35px;
  }
  .orderPlan-btn ul li .btn.btn--etc01{
    width: 220px;
    height: 50px;
  }
  .orderSample{
    padding: 61px 0 60px;
  }
  .orderSample-box.orderSample-box--chapter1{
    margin-top: 20px;
  }
  .orderSample-box.orderSample-box--chapter1 .order-dl{
    margin-top: 10px;
  }
  .orderSample-box.orderSample-box--chapter1 .order-dl dl{
    height: auto;
    padding: 13px 0;
  }
  .orderSample-box.orderSample-box--chapter2{
    margin-top: 40px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl{
    margin-top: 15px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl dl{
    height: 71px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-subHeading{
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 19px;
  }
  .orderSample-box.orderSample-box--chapter3{
    margin-top: 42px;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl{
    margin-top: 10px;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl dl{
    height: 45px;
  }
  .orderSample-btn{
    margin-top: 42px;
  }
  .orderSample-btn .btn.btn--etc01{
    width: 220px;
    height: 50px;
  }
  .orderQuote{
    padding: 58px 0 96px;
  }
  .orderQuote-box.orderQuote-box--chapter1{
    margin-top: 20px;
  }
  .orderQuote-box.orderQuote-box--chapter2{
    margin-top: 39px;
  }
  .quality{
    padding: 17px 0 62px;
  }
  .quality .quality-description{
    margin-top: 13px;
  }
  .quality .quality-description__text{
    margin-top: 5px;
  }
  .quality .quality-alliance{
    margin-top: 33px;
  }
  .quality .quality-alliance__heading{
    font-size: 1.8rem;
    line-height: 19px;
  }
  .quality .quality-alliance__text{
    margin-top: 4px;
  }
  .quality .quality-alliance__dl{
    margin-top: 17px;
  }
  .quality .quality-alliance__dl dl{
    padding: 10px 0;
  }
  .quality .quality-alliance__dl dl:last-of-type{
    padding: 12px 0;
  }
  .quality .quality-alliance__dl dl dt{
    width: 27%;
  }
  .quality .quality-alliance__dl dl dd ul li{
    margin-top: 0;
  }
  .qualityExample{
    padding: 61px 0 92px;
  }
  .qualityExample .qualityExample-box{
    margin-top: 18px;
  }
  .keisan{
    padding: 56px 0  32px;
  }
  .keisan-heading{
    font-size: 1.8rem;
  }
  .keisan-form__heading th:first-of-type{
    width: 22%;
  }
  .keisan-form__heading th:nth-child(2){
    width: 22%;
  }
  .keisan-form__heading th:nth-child(3){
    width: 22%;
  }
  .keisan-form__item th{
    padding: 0 10px 0 20px;
  }
  .keisan-form__item td{
    padding: 22px 13px;
  }
  .keisan-form__select{
    width: 130px;
  }
  .keisan-form__select select{
    width: 130px;
  }
  .total-cost ul{
    padding: 25px 20px;
    letter-spacing: .12em;
  }
  .orderContact{
    padding: 25px 0 32px;
  }
  .orderContact-heading{
    font-size: 1.8rem;
  }
  .orderContact-btn{
    margin-top: 6px;
  }
  .orderContact-btn .btn{
    width: 220px;
    height: 55px;
  }
  .aboutMitsumori-heading{
    font-size: 1.6rem;
    line-height: 19px;
  }
  .aboutMitsumori-list__item{
    line-height: 26px;
  }
  .aboutMitsumori-sample{
    margin-top: 31px;
  }
  .aboutMitsumori-sample__text{
    margin-top: 8px;
  }
  .aboutMitsumori-sample__table{
    max-width: 470px;
    margin-top: 8px;
  }
  .aboutMitsumori-sample__table dl{
    padding: 6px 21px;
  }
  .aboutMitsumori-sample__table dl dt{
    width: 130px;
  }
  .aboutMitsumori-btn{
    margin-top: 29px;
  }
  .aboutMitsumori-btn .btn{
    width: 220px;
    height: 55px;
  }
  .productionCost-box__heading{
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 19px;
  }
  .productionCost-box__heading span{
    width: 90px;
    padding: 0;
    margin-bottom: 20px;
  }
  .productionCost-list{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .productionCost-list__heading{
    margin-bottom: 6px;
  }
  .productionCost-list dl{
    height: 47px;
  }
  .productionCost-list dl dt{
    width: 25%;
    padding: 0 8px 0 10px;
  }
  .productionCost-table{
    margin-top: 35px;
  }
  .productionCost-table__heading{
    margin-bottom: 10px;
  }
  .productionCost-table__headingCell th:first-of-type{
    width: 24%;
  }
  .productionCost-table__headingCell th:nth-child(2){
    width: 11%;
  }
  .productionCost-table__headingCell th:nth-child(3){
    width: 24%;
  }
  .productionCost-table__headingCell th:nth-child(4){
    width: 20%;
  }
  .productionCost-table__headingCell th:last-of-type{
    width: 21%;
  }
  .productionCost-table__bodyCell td{
    padding: 12px 7px 10px 12px;
  }
  .productionCost-table__bodyCell td:nth-child(2){
    padding: 0 8px;
  }
  .productionCost-table__cost dl{
    padding: 10px 10px 0;
  }
  .productionCost-table__cost dl:first-of-type{
    padding: 15px 10px 0;
  }
  .productionCost-table__cost dl:last-of-type{
    padding: 10px 10px 15px;
  }
  .productionCost-btn{
    margin-top: 30px;
  }
  .productionCost-btn__item{
    margin-top: 12px;
  }
  .productionCost-box.productionCost-box--second .productionCost-box__heading{
    margin-top: 50px;
  }
  .productionCost-box.productionCost-box--second .productionCost-box__heading span{
    margin-bottom: 22px;
  }
  .productionCost-box.productionCost-box--second .productionCost-list{
    margin-top: 15px;
  }
  .productionCost-box.productionCost-box--second .productionCost-list__heading{
    margin-bottom: 5px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table{
    margin-top: 37px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table__cost dl:first-of-type{
    padding: 9px 8px 0 12px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table__cost dl:last-of-type{
    padding: 8px 8px 13px 12px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table__bodyCell td{
    padding: 2px 7px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table__bodyCell td:first-of-type{
    padding: 2px 7px 2px 12px;
  }
  .productionFlow{
    padding: 64px 0;
  }
  .productionFlow-flow__heading{
    margin: 20px 0 12px;
  }
  .productionFlow-flow__box dl{
    display: block;
  }
  .productionFlow-flow__box dl dt{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
  }
  .productionFlow-flow__box dl dd{
    width: 100%;
    height: auto;
    padding: 9px 16px 15px 16px;
  }
  .productionFlow-flow__box dl:nth-child(3) dt{
    height: auto;
  }
  .productionFlow-flow__box dl:nth-child(3) dd{
    height: auto;
  }
  .productionFlow-flow__box dl:last-of-type dt{
    height: auto;
  }
  .productionFlow-flow__box dl:last-of-type dd{
    height: auto;
  }
  .productionFlow-order__heading{
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 32px;
  }
  .productionFlow-order__btn .btn{
    width: 220px;
    height: 55px;
  }
  .productionContents{
    padding: 55px 0 100px;
  }
  .productionContents-box{
    margin-top: 12px;
  }
  .productionContents-box__list{
    margin-top: 15px;
  }
  .productionContents-box__item{
    width: 46.27%;
    height: 176px;
    padding: 14px 0;
  }
  .productionContents-box__item strong{
    margin-bottom: 2px;
  }
  .productionContents-box__item .font-textLev02{
    line-height: 22px;
  }
  .productionContents-box__item:nth-child(n + 3){
    margin-top: 29px;
  }
  .faq{
    padding: 17px 0 111px;
  }
  .faq-box{
    margin-top: 42px;
  }
  .faq-box__heading{
    margin-bottom: 13px;
    font-size: 1.8rem;
    line-height: 19px;
  }
  .faq-box__dl .faq-dl{
    padding: 11px 0;
  }
  .faq-box__dl .faq-dl__qIcon{
    width: 25px;
    height: 25px;
    margin-right: 3%;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .faq-box__dl .faq-dl__qText{
    width: 100%;
  }
  .faq-box__dl .faq-dl__aIcon{
    width: 25px;
    height: 25px;
    margin-right: 3%;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .faq-box__dl .faq-dl__aText{
    width: 100%;
  }
  .contactForm .form-item.form-item--brand input{
    width: 100%;
  }
  .contactForm .form-item.form-item--url input{
    width: 100%;
  }
  .contactForm .form-item.form-item .form-item-etc{
    width: 100%;
  }
  .form-send .form-send-box__btn .btn--contact{
    width: 220px;
    height: 55px;
  }
  .form-send .form-send-box__btn .btn--contact.btn--confirm{
    width: 220px;
  }
  .privacypolicy01{
    padding: 17px 0 42px;
  }
  .privacypolicy01 .heading-box{
    margin-bottom: 21px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--second{
    margin-top: 28px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--third{
    margin-top: 27px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--third .privacypolicy-box__text{
    margin-top: 5px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth{
    margin-top: 16px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__text{
    margin-top: 5px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--fourth .privacypolicy-box__list{
    margin-top: 1px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--fifth{
    margin-top: 19px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--sixth{
    margin-top: 23px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--seventh{
    margin-top: 25px;
  }
  .privacypolicy01 .privacypolicy-box.privacypolicy-box--seventh .privacypolicy-box__text:nth-of-type(2){
    margin-top: 21px;
  }
  .privacypolicy02{
    padding: 63px 0 57px;
  }
  .privacypolicy02 .heading-box{
    margin-bottom: 20px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--second{
    margin-top: 30px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--third{
    margin-top: 30px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--fourth{
    margin-top: 23px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--fifth{
    margin-top: 53px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--seventh{
    margin-top: 30px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--eighth{
    margin-top: 27px;
  }
  .privacypolicy02 .privacypolicy-box.privacypolicy-box--ninth{
    margin-top: 34px;
  }
  .conpany .heading-box__main{
    margin-top: 10px;
    font-size: 2rem;
    line-height: 35px;
  }
  .conpany-box__heading{
    line-height: 19px;
  }
  .conpany-box__heading{
    line-height: 24px;
  }
  .conpany-box__text{
    margin-top: 25px;
  }
  .conpany-box__text{
    margin-top: 11px;
  }
  .conpany-box__name{
    margin-top: 19px;
  }
  .conpany-box__name{
    margin-top: 51px;
    line-height: 19px;
  }
  .conpanyAbout{
    padding: 57px 0 97px;
  }
  .conpanyAbout-dl{
    margin-top: 25px;
  }
  .conpanyAbout-dl dl{
    height: 47px;
  }
  .conpanyAbout-dl dl dt{
    width: 115px;
  }
  .contents404{
    padding: 70px 0 344px;
  }
  .contents404-heading{
    font-size: 72px;
  }
  .contents404-text{
    margin-top: 18px;
  }
  .contents404-btn{
    margin-top: 44px;
  }
  .contents404-btn .btn{
    width: 220px;
    height: 55px;
  }
.productionCost-list.download_wrap dl {
    height: 35vh;
}
}

@media (max-width: 767px){
  body{
    padding-top: 87px;
  }
  .section__inner{
    padding: 0 20px;
  }
  .section__inner.section__inner--first{
    margin-top: 25px;
  }
  .section__2col{
    width: 100%;
    margin-left: 0;
  }
  .section__2col .heading-box__main{
    margin-top: 18px;
  }
  .pc-none{
    display: block;
  }
  .is-pc{
    display: none;
  }
  .is-tablet{
    display: none;
  }
  .is-sp{
    display: block;
  }
  .footer{
    padding: 70px 0 103px;
  }
  .footer-back{
    bottom: 65px;
  }
  .footer-navi__logo{
    width: 103px;
  }
  .footer-navi__logo a{
    display: block;
    width: 100%;
  }
  .footer-navi__btn{
    display: none;
  }
  .footer-contents__link{
    display: none;
  }
  .footer-contents__tel{
    color: #eef3f3;
    pointer-events: all;
    border-bottom: 1px solid #eef3f3;
  }
  .footer-copywrite{
    margin-top: 17px;
  }
  .sp-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1f2323;
    box-sizing: border-box;
    z-index: 3;
  }
  .header{
    height: 87px;
    background-color: #1f2323;
    z-index: 3;
  }
  .header-top{
    padding: 0;
    background: none;
  }
  .header-top__inner{
    position: relative;
    height: 87px;
  }
  .header-top__logo{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 103px;
  }
  .header-top__btn{
    display: none;
  }
  .header-navi{
    display: none;
  }
  .topic-path{
    display: none;
  }
  .frontispiece{
    height: 60px;
    padding: 0 20px;
  }
  .frontispiece__title-wrapper{
    left: 0;
  }
  .frontispiece__title{
    font-size: 2rem;
  }
  .header-hamburger{
    display: block;
  }
  .font-titleLev1{
    font-size: 110%;
  }
  .font-titleLev2{
    font-size: 110%;
  }
  .font-titleLev3{
    font-size: 1.6rem;
    line-height: 19px;
    font-size: 110%;
  }
  .btn{
    width: 100%;
  }
  .btn.btn--etc01{
    width: 100%;
    height: 48px;
  }
  .heading-box__sub{
    font-size: 1.6rem;
  }
  .heading-box__sub.heading-box__sub--border{
    margin-bottom: 27px;
  }
  .heading-box__main{
    font-size: 2rem;
    line-height: 32px;
  }
  .side{
    display: none;
  }
  .side-button{
    display: block;
    font-size: 1rem;
  }
  .side-sp{
    display: block;
    margin-top: 20px;
  }
  .mainvisual{
    height: 250px;
    background-image: url(../img/common/main_sp.jpg);
  }
  .mainvisual-contents{
    height: 250px;
  }
  .mainvisual-logo{
    top: 86px;
    left: 21px;
  }
  .mainvisual-logo__text{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 18px;
  }
  .mainvisual-logo img{
    width: 180px;
    margin-top: 18px;
  }
  .concept .section__inner{
    padding: 60px 20px 70px;
  }
  .concept .concept-title{
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .concept .concept-back{
    width: 100%;
    left: 0;
  }
  .concept .concept-back img{
    width: 100%;
  }
  .strength{
    padding: 45px 0 0;
  }
  .strength .section__inner{
    padding-bottom: 34.67%;
  }
  .strength .strength-contents{
    width: 100%;
  }
  .strength .strength-contents__subText{
    margin: 49px 0 15px;
  }
  .strength .strength-contents__item{
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
  }
  .strength .strength-contents__item:first-of-type{
    margin-top: 0;
  }
  .strength .strength-contents__item:nth-of-type(n + 3){
    margin-top: 10px;
  }
  .strength .strength-contents__icon{
    width: 60px;
    height: 60px;
    margin-right: 17px;
  }
  .strength .strength-contents__icon img{
    width: 100%;
  }
  .strength .strength-contents__title{
    padding-top: 7px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .strength .strength-contents__text .font-textLev02{
    font-size: 1.3rem;
    line-height: 20px;
  }
  .strength .strength-back{
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    padding-top: 50.67%;
    margin: 0 auto;
    background-position: 20% 65%;
    background-size: 130%;
    overflow: hidden;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .strength .strength-back img{
    width: 100%;
  }
  .partners{
    padding: 40.534% 0 0;
  }
  .partners .section__inner{
    padding-bottom: 34.67%;
  }
  .partners .section__inner .heading-box__sub{
    font-size: 1.3rem;
  }
  .partners .partners-contents{
    width: 100%;
  }
  .partners .partners-contents__subText{
    margin: 37px 0 14px;
  }
  .partners .partners-contents__about{
    padding: 18px 0 0;
  }
  .partners .partners-contents__about .font-textLev02{
    margin-top: 9px;
    font-size: 1.3rem;
    line-height: 22px;
  }
  .partners .partners-contents__title{
    font-size: 1.6rem;
    line-height: 24px;
  }
  .partners .partners-contents__btn{
    margin-top: 27px;
  }
  .partners .partners-back{
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    padding-top: 50.67%;
    margin: 0 auto;
    background-position: 20% 40%;
    background-size: 200%;
    overflow: hidden;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .partners .partners-back img{
    width: 100%;
  }
  .support{
    padding: 36.8% 0 70px;
  }
  .support .section__inner{
    display: block;
  }
  .support .section__inner .heading-box__sub{
    font-size: 1.3rem;
  }
  .support .support-contents{
    width: 100%;
  }
  .support .support-contents .font-textLev02{
    margin-top: 37px;
  }
  .support .support-list{
    width: 100%;
    padding-top: 27px;
  }
  .support .support-list__text{
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .support .support-list__text .font-textLev02{
    margin: 3px 0 26px;
  }
  .support .support-list__heading{
    font-weight: 600;
    font-size: 1.6rem;
  }
  .support .support-list__btn .btn{
    width: 100%;
    height: 55px;
  }
  .support .support-list__img{
    width: 100%;
    padding-top: 56.72%;
    overflow: hidden;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .support .support-list__img img{
    width: 100%;
  }
  .support .support-list__item{
    margin-bottom: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .support-list__item:last-of-type .support-list__text{
    width: 100%;
    margin-top: 10px;
  }
  .support .support-list__item:last-of-type .support-list__text .font-textLev02{
    margin: 5px 0 22px;
  }
  .insta{
    height: 420px;
    background-size: auto 100%;
  }
  .insta .section__inner{
    height: 420px;
  }
  .insta .insta-heading{
    padding-top: 0;
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .insta-box{
    right: auto;
    left: 20px;
    width: 98%;
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .insta .slider .slick-prev{
    bottom: -76px;
  }
  .insta .slider .slick-next{
    bottom: -76px;
    left: 66px;
  }
  .insta .slider .slick-slide{
    max-width: none;
    width: 100%;
    height: auto;
  }
  .insta .slider li.gallery-item{
    max-width: none;
    width: 100%;
    height: auto;
  }
  .about-heading .heading-box__main{
    font-size: 1.6rem;
    line-height: 30px;
    font-size: 110%;
  }
  .number{
    margin-top: 42px;
  }
  .number .number-contents{
    margin-top: 20px;
  }
  .number .number-contents .font-textLev02{
    margin-top: 16px;
  }
  .number .number-contents .number-contents__btn{
    margin-top: 28px;
  }
  .production{
    padding-bottom: 35%;
  }
  .production .production-contents{
    display: block;
  }
  .production .production-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 33px;
  }
  .production .production-item:first-of-type{
    margin-top: 0;
  }
  .production .production-item__images{
    display: block;
  }
  .production .production-item__images li{
    width: 58.17%;
    margin-top: 11px;
  }
  .production .production-item__images li:first-of-type{
    margin-top: 0;
  }
  .production .production-item__images li img{
    width: 100%;
  }
  .production .production-item__heading{
    padding: 6px 0 7px;
    font-size: 1.5rem;
  }
  .production .production-item__content{
    padding: 7px;
    font-size: 1.4rem;
  }
  .production .production-item__types{
    width: 43.284%;
  }
  .base .section__2col{
    padding: 48% 0 36%;
  }
  .base .base-image{
    top: -8%;
    padding-top: 56.72%;
    margin: 0 auto;
    background-position: 30% 60%;
    background-size: 100%;
  }
  .base-support__box dl dt{
    padding: 35px 29px 35px 12px;
  }
  .base-support__box dl dd{
    width: 420px;
    padding: 16px 16px 16px 0;
  }
  .uniform .section__2col{
    padding: 48% 0 36%;
  }
  .uniform .uniform-image{
    top: -17%;
    padding-top: 56.72%;
    margin: 0 auto;
    background-position: 30% 60%;
    background-size: 100%;
  }
  .branding .section__2col{
    padding: 48% 0 37%;
  }
  .branding .branding-image{
    top: -17%;
    padding-top: 56.72%;
    margin: 0 auto;
    background-position: 30% 60%;
    background-size: 100%;
  }
  .service .section__2col{
    padding: 48% 0 109px;
  }
  .service .service-image{
    top: -16%;
    padding-top: 56.72%;
    margin: 0 auto;
    background-position: 30% 60%;
    background-size: 100%;
  }
  .order-chapter{
    height: 25px;
  }
  .order-chapter__number{
    height: 25px;
  }
  .order-chapter__title{
    height: 25px;
  }
  .order-chapter__cost{
    height: 25px;
  }
  .order-dl dl{
    height: auto;
    padding: 27px 0;
  }
  .order-dl dl dt{
    width: 33.434%;
    padding: 0;
  }
  .order-dl dl dd{
    width: 66.566%;
    padding: 0 0 0 3px;
    word-break: break-all;
  }
  .order-subHeading{
    font-size: 1.4rem;
    font-size: 110%;
    margin-top: 11px;
    line-height: 26px;
    letter-spacing: .15em;
  }
  .orderPlan{
    padding: 0 0 70px;
  }
  .orderPlan-text{
    margin-top: 15px;
  }
  .orderPlan-box.orderPlan-box--chapter1{
    margin-top: 35px;
  }
  .orderPlan-box.orderPlan-box--chapter2 .order-subHeading{
    letter-spacing: .15em;
  }
  .orderPlan-box.orderPlan-box--chapter2 .order-text{
    margin-top: 9px;
  }
  .orderPlan-box.orderPlan-box--chapter3{
    margin-top: 38px;
  }
  .orderPlan-box.orderPlan-box--chapter3 .order-subHeading{
    margin-top: 12px;
    letter-spacing: .15em;
  }
  .orderPlan-box.orderPlan-box--chapter4 .order-subHeading{
    margin-top: 12px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox{
    margin-top: 14px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type{
    margin-top: 15px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox:last-of-type .orderPlan-innerBox__text{
    line-height: 26px;
  }
  .orderPlan-box.orderPlan-box--chapter4 .orderPlan-innerBox__list{
    margin-top: 0;
  }
  .orderPlan-btn{
    margin-top: 28px;
  }
  .orderPlan-btn ul{
    display: block;
  }
  .orderPlan-btn ul li{
    width: 100%;
  }
  .orderPlan-btn ul li:last-of-type{
    margin-top: 13px;
    line-height: 26px;
  }
  .orderSample{
    padding: 70px 0;
  }
  .orderSample-box.orderSample-box--chapter1 .order-dl dl{
    height: auto;
    padding: 16px 0;
  }
  .orderSample-box.orderSample-box--chapter1 .order-dl dl dt{
    width: 37.434%;
  }
  .orderSample-box.orderSample-box--chapter1 .order-dl dl dd{
    width: 62.566%;
  }
  .orderSample-box.orderSample-box--chapter1 .order-subHeading{
    margin-top: 9px;
  }
  .orderSample-box.orderSample-box--chapter1 .order-text{
    margin-top: 4px;
  }
  .orderSample-box.orderSample-box--chapter2{
    margin-top: 40px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-chapter{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .orderSample-box.orderSample-box--chapter2 .order-chapter__cost{
    width: 100%;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl{
    margin-top: 15px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl dl{
    height: auto;
    padding: 17px 0;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl dl dt{
    width: 37.434%;
  }
  .orderSample-box.orderSample-box--chapter2 .order-dl dl dd{
    width: 62.566%;
  }
  .orderSample-box.orderSample-box--chapter2 .order-subHeading{
    margin-top: 35px;
  }
  .orderSample-box.orderSample-box--chapter2 .order-text{
    margin-top: 4px;
  }
  .orderSample-box.orderSample-box--chapter3{
    margin-top: 40px;
  }
  .orderSample-box.orderSample-box--chapter3 .order-text{
    margin-top: 5px;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl{
    margin-top: 15px;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl dl{
    height: auto;
    padding: 17px 0;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl dl dt{
    width: 37.434%;
  }
  .orderSample-box.orderSample-box--chapter3 .order-dl dl dd{
    width: 62.566%;
  }
  .orderSample-btn{
    margin-top: 30px;
  }
  .orderQuote{
    padding: 70px 0 105px;
  }
  .orderQuote-box.orderQuote-box--chapter1{
    margin-top: 15px;
  }
  .orderQuote-box.orderQuote-box--chapter1 .order-text{
    margin-top: 5px;
  }
  .orderQuote-box.orderQuote-box--chapter2{
    margin-top: 20px;
  }
  .orderQuote-box.orderQuote-box--chapter2 .order-box .order-text{
    margin-top: 5px;
  }
  .quality{
    padding: 0 0 70px;
  }
  .quality .quality-description{
    margin-top: 18px;
  }
  .quality .quality-description__heading{
    font-size: 1.6rem;
    line-height: 24px;
    font-size: 110%;
  }
  .quality .quality-description__text{
    margin-top: 10px;
  }
  .quality .quality-alliance{
    margin-top: 33px;
  }
  .quality .quality-alliance__heading{
    font-size: 1.6rem;
    line-height: 24px;
    font-size: 110%;
  }
  .quality .quality-alliance__text{
    margin-top: 10px;
  }
  .quality .quality-alliance__dl{
    margin-top: 16px;
  }
  .quality .quality-alliance__dl dl{
    padding: 10px 0;
  }
  .quality .quality-alliance__dl dl:last-of-type{
    padding: 10px 0;
  }
  .quality .quality-alliance__dl dl dt{
    width: 37%;
  }
  .quality .quality-alliance__dl dl dd{
    width: 63%;
  }
  .quality .quality-alliance__dl dl dd ul li{
    margin-top: 0;
  }
  .qualityExample{
    padding: 70px 0 140px;
  }
  .qualityExample .qualityExample-box{
    margin-top: 14px;
  }
  .keisan{
    padding: 70px 0  22px;
  }
  .keisan-form__heading{
    display: none;
  }
  .keisan-form__item th{
    display: block;
    width: 100%;
    padding: 13px 0;
    font-weight: 600;
    box-sizing: border-box;
  }
  .keisan-form__item td{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .keisan-form__item td:nth-child(4){
    padding: 10px 0;
    text-align: start;
  }
  .keisan-form__item td:last-of-type{
    padding: 10px 0;
    text-align: start;
    border-bottom: 2px solid #343737;
  }
  .keisan-form__spHeading{
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    width: 115px;
    height: 40px;
    background-color: #ece9c1;
  }
  .keisan-form__spHeading span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .keisan-form__select{
    width: 130px;
    margin: 0;
  }
  .orderContact{
    padding: 20px 0 27px;
  }
  .orderContact-heading{
    font-size: 1.6rem;
  }
  .orderContact-btn .btn{
    width: 100%;
  }
  .aboutMitsumori{
    padding: 52px 0 79px;
  }
  .aboutMitsumori-heading{
    font-size: 1.5rem;
    line-height: 24px;
  }
  .aboutMitsumori-sample{
    margin-top: 31px;
  }
  .aboutMitsumori-sample__table{
    margin-top: 13px;
  }
  .aboutMitsumori-sample__table dl{
    padding: 13px 8px;
  }
  .aboutMitsumori-sample__table dl dt{
    width: 115px;
  }
  .aboutMitsumori-btn{
    margin-top: 26px;
  }
  .aboutMitsumori-btn .btn{
    width: 100%;
  }
  .productionCost{
    padding: 0 0 70px;
  }
  .productionCost-box__heading{
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 24px;
    font-size: 110%;
  }
  .productionCost-box__heading span{
    width: 84px;
    padding: 0;
    margin-bottom: 9px;
  }
  .productionCost-list{
    margin-top: 9px;
  }
  .productionCost-list:before{
    bottom: -14px;
    border-width: 14px 7.5px 0 7.5px;
  }
  .productionCost-list__heading{
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .productionCost-list dl{
    height: 44px;
  }
  .productionCost-list dl dt{
    width: 34.314%;
    padding: 13px 0;
  }
  .productionCost-table{
    margin-top: 25px;
  }
  .productionCost-table__heading{
    margin-bottom: 11px;
    font-size: 110%;
  }
  .productionCost-table__headingCell th{
    display: none;
  }
  .productionCost-table__bodyCell td{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .productionCost-table__bodyCell td:first-of-type{
    display: none;
  }
  .productionCost-table__spHeading{
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    width: 115px;
    height: 40px;
    background-color: #ece9c1;
  }
  .productionCost-table__cost dl{
    padding: 1px 0 0;
  }
  .productionCost-table__cost dl:first-of-type{
    padding: 7px 0 0;
  }
  .productionCost-table__cost dl:last-of-type{
    padding: 2px 0 13px;
  }
  .productionCost-table__total dl{
    height: 50px;
    padding: 0 12px;
  }
  .productionCost-btn{
    margin-top: 23px;
  }
  .productionCost-btn .font-titleLev3{
    line-height: 24px;
  }
  .productionCost-btn__item{
    margin-top: 13px;
  }
  .productionCost-btn__item .btn{
    width: 100%;
  }
  .productionCost-box.productionCost-box--second .productionCost-box__heading{
    margin-top: 41px;
  }
  .productionCost-box.productionCost-box--second .productionCost-box__heading span{
    margin-bottom: 8px;
  }
  .productionCost-box.productionCost-box--second .productionCost-list__heading{
    margin-bottom: 6px;
  }
  .productionCost-box.productionCost-box--second .productionCost-table__cost dl:last-of-type{
    padding: 0 0 10px 0;
  }
  .productionFlow{
    padding: 69px 0;
  }
  .productionFlow-flow__heading{
    margin: 15px 0 19px;
  }
  .productionFlow-flow__box dl{
    display: block;
    margin-bottom: 22px;
  }
  .productionFlow-flow__box dl:before{
    bottom: -14px;
    border-width: 14px 7.5px 0 7.5px;
  }
  .productionFlow-flow__box dl dt{
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 0;
    text-align: center;
  }
  .productionFlow-flow__box dl dt strong{
    font-weight: 500;
    line-height: 22px;
  }
  .productionFlow-flow__box dl dt span{
    font-weight: 400;
  }
  .productionFlow-flow__box dl dd{
    width: 100%;
    height: auto;
    padding: 11px 14px 16px 14px;
  }
  .productionFlow-flow__box dl dd strong{
    margin-bottom: 8px;
  }
  .productionFlow-flow__box dl:nth-child(3) dt{
    height: auto;
  }
  .productionFlow-flow__box dl:nth-child(3) dd{
    height: auto;
  }
  .productionFlow-flow__box dl:last-of-type dt{
    height: auto;
  }
  .productionFlow-flow__box dl:last-of-type dd{
    height: auto;
  }
  .productionFlow-order{
    margin-top: 23px;
  }
  .productionFlow-order__heading{
    margin-bottom: 9px;
    font-size: 1.6rem;
    line-height: 24px;
    font-size: 110%;
  }
  .productionFlow-order__heading .font-textLev02{
    line-height: 22px;
  }
  .productionFlow-order__btn{
    margin-top: 23px;
  }
  .productionContents{
    padding: 68px 0 138px;
  }
  .productionContents-box{
    margin-top: 15px;
  }
  .productionContents-box__list{
    margin-top: 15px;
  }
  .productionContents-box__item{
    width: 46.27%;
    height: 176px;
    padding: 11px 0;
  }
  .productionContents-box__item strong{
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 110%;
  }
  .productionContents-box__item .font-textLev02{
    line-height: 22px;
  }
  .productionContents-box__item:nth-child(n + 3){
    margin-top: 20px;
  }
  .faq-box__dl .faq-dl__qIcon{
    width: 25px;
    height: 25px;
    margin-right: 3%;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .faq-box__dl .faq-dl__qText{
    width: 100%;
  }
  .faq-box__dl .faq-dl__aIcon{
    width: 25px;
    height: 25px;
    margin-right: 3%;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .faq-box__dl .faq-dl__aText{
    width: 100%;
  }
  .contactForm .form{
    padding: 15px;
  }
  .contactForm .form-heading{
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .contactForm .form-item{
    padding: 20px 0;
  }
  .contactForm .form-item__heading{
    display: block;
  }
  .contactForm .form-item__heading .is-required{
    font-size: 1rem;
  }
  .contactForm .form-item__headingText{
    display: block;
    width: 100%;
  }
  .contactForm .form-item.form-item--brand input{
    width: 100%;
  }
  .contactForm .form-item.form-item--url input{
    width: 100%;
  }
  .contactForm .form-item.form-item--name input{
    width: 100%;
  }
  .contactForm .form-item.form-item--furigana input{
    width: 100%;
  }
  .contactForm .form-item.form-item--tel input{
    width: 100%;
  }
  .contactForm .form-item.form-item--mail input{
    width: 100%;
  }
  .contactForm .form-item.form-item--mailConf input{
    width: 100%;
  }
  .contactForm .form-item.form-item--content .form-item-content__check{
    display: block;
  }
  .contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner .font-textLev02{
    font-size: 1.4rem;
  }
  .contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"]{
    margin-right: 10px;
  }
  .contactForm .form-item.form-item--content .form-item-content__check .form-item-content__checkInner input[type="checkbox"]:after{
    font-size: 1.8rem;
  }
  .contactForm .form-item.form-item--content .form-item-content__privacypolicy{
    margin: 20px 0 15px;
    text-align: center;
  }
  .contactForm .form-item.form-item--content .form-item-content__privacypolicy a{
    font-size: 1.4rem;
  }
  .contactForm .form-item.form-item--file .form-item-file__box{
    display: block;
  }
  .contactForm .form-item.form-item--file .form-item-file__name{
    margin-top: 10px;
  }
  .contactForm .form-item.form-item--file .form-item-file__btn{
    width: 100%;
  }
  .contactForm .form-item.form-item .form-item-budget input[type="text"]{
    width: 100%;
  }
  .contactForm .form-item.form-item .form-item-delivery input[type="text"]{
    width: 100%;
  }
  .contactForm .form-item.form-item .form-item-etc{
    width: 100%;
  }
  .form-send .form-send-box__btn .btn--contact{
    width: 220px;
    height: 55px;
  }
  .form-send .form-send-box__btn .btn--contact.btn--confirm{
    width: 100%;
  }
  .contactForm .form.form-thanks{
    padding: 15px;
	margin-top: 70px;
  }
  .contactForm .form .form-thanks__title{
    font-size: 2rem;
    line-height: 32px;
  }
  .contactForm .form .form-thanks__text{
    margin-top: 18px;
  }
  .contactForm .form .form-thanks__btn{
    margin-top: 26px;
  }
  .form-send-box--confirm .form-send-box__btns{
    width: 85%;
  }
  .form-send-box--confirm .form-send-box__btn{
    width: 47%;
  }
  .form-send-box--confirm .btn--back{
    width: 100%;
    height: 55px;
  }
  .privacypolicy01 .privacypolicy-box__heading{
    line-height: 24px;
    font-size: 110%;
  }
  .privacypolicy02 .privacypolicy-box__heading{
    line-height: 24px;
  }
  .tokushoho .tokushoho-contents dl dt{
    font-size: 110%;
    font-weight: 600;
    line-height: 24px;
  }
  .conpany{
    padding: 0 0 87px;
  }
  .conpany .section__inner.section__inner--first{
    margin-top: 14px;
  }
  .conpany .heading-box__main{
    margin-top: 2px;
    font-size: 1.6rem;
    line-height: 30px;
    font-size: 110%;
  }
  .conpany-box{
    margin-top: 25px;
  }
  .conpanyAbout{
    padding: 70px 0 93px;
  }
  .conpanyAbout-dl{
    margin-top: 18px;
  }
  .conpanyAbout-dl__tel{
    border-bottom: 1px solid #343737;
    pointer-events: all;
  }
  .conpanyAbout-dl dl{
    height: auto;
    padding: 12px 0;
  }
  .conpanyAbout-dl dl dt{
    width: 37%;
    padding: 0 0 0 0;
  }
  .conpanyAbout-dl dl dd{
    width: 63%;
  }
  .contents404-heading{
    font-size: 45px;
  }
  .contents404-text{
    font-size: 1.6rem;
  }
  .contents404-btn .btn{
    width: 100%;
    height: 48px;
  }
.productionCost-list.download_wrap dl {
    height: auto;
    padding: 1em 0;
}
iframe+.productionCost-list.down_wrap p br {
    display: none;
}
.productionCost-list.down_wrap ul {
    padding: 1em 0 0;
}

.productionCost-list.down_wrap ul li {
    padding-bottom: 1em;
}

.productionCost-list.down_wrap ul li br {
    display: none;
}
.productionCost-list.download_wrap dl dt {
  width: 31%;
    padding: 0 1em 0 0;
}

.productionCost-list.download_wrap dl dd {
     width: 69%;
    padding: 0;
}
.productionCost-list.download_wrap dl h4 {
    line-height: 1.4em;
}
.productionCost-list.download_wrap dl dt br {
    display: block;
}
}

@media (min-width: 768px){
  .header-top__hamburger{
    display: none;
  }
}
