@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@-webkit-keyframes clip-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes clip-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  99% {
    visibility: visible;
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  99% {
    visibility: visible;
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.js-scroll-view.is-fade-in {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.js-scroll-view.is-fade-in.is-animated {
  opacity: 1;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.mt-m {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .mt-m {
    margin-top: 40px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5% !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  font-family: "Poppins", "Helvetica Neue", "Segoe UI", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #33322f;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .16em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

body.en-US {
  letter-spacing: .08em;
}

::-moz-selection {
  background: #e1d8c5;
}

::selection {
  background: #e1d8c5;
}

a {
  text-decoration: none;
  color: #beaa82;
  outline: none;
}

a:active, a:visited, a:focus {
  text-decoration: none;
  outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: .16em;
}

p {
  margin: 0;
}

svg,
img {
  max-width: 100%;
  outline: none;
}

figure {
  margin: 0;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mediaFlg {
  display: none;
  font-family: "sp";
}

@media (min-width: 768px) {
  #mediaFlg {
    font-family: "tab";
  }
}

@media (min-width: 992px) {
  #mediaFlg {
    font-family: "pc";
  }
}

@media (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}

.l-section {
  padding: 40px 0;
  background: #fff;
}

@media (min-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
}

.l-section:nth-child(odd) {
  background-color: #f8f6f2;
}

.l-section__inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .l-section__inner {
    padding: 0 60px;
  }
}

@media (max-width: 320px) {
  .l-section__inner {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .l-section__inner.is-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-section__inner.is-l {
  max-width: 1150px;
}

.l-section__inner.is-m {
  max-width: 908px;
}

@media (min-width: 992px) {
  .col-8 {
    width: 65.4%;
    max-width: 850px;
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-6 {
    width: calc(50% - 25px);
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-4 {
    width: 30.8%;
    max-width: 400px;
    margin-top: 0 !important;
  }
}

.text-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #33322f;
}

.text-link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 3px #e60012;
  border-right: solid 3px #e60012;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.text-link:hover::before {
  right: -4px;
}

.svg-icon {
  display: inline-block;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em .75em;
  line-height: 1.5;
  border: none;
  text-align: center;
  border-radius: 1.75em;
  background: #e60012;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .24em;
  text-indent: .24em;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn {
    padding: 1em 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .24em;
    text-indent: .24em;
  }
}

@media (max-width: 320px) {
  .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.btn:hover {
  background-color: #ff0114;
}

@media (min-width: 768px) {
  .btn.is-l {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-radius: 2em;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
}

.contact-form {
  padding: 25px 20px;
  background: #fff;
}

@media (min-width: 768px) {
  .contact-form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1075px;
    padding: 50px 60px;
  }
}

.contact-form .form-item {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .contact-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.contact-form .form-item:not(:first-child) {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .contact-form .form-item:not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .contact-form .form-item.is-submit {
    margin-top: 60px;
  }
}

.contact-form .form-item__title {
  line-height: 1.5;
  padding-bottom: .25em;
  font-weight: bold;
  letter-spacing: .24em;
}

@media (min-width: 992px) {
  .contact-form .form-item__title {
    width: 23.5%;
    margin-right: 36px;
    padding-top: 1.25em;
  }
}

#body.en-US .contact-form .form-item__title {
  letter-spacing: .08em;
}

@media (min-width: 992px) {
  #body.en-US .contact-form .form-item__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-form .form-item__title.is-top {
  padding-top: .25em;
}

.contact-form .form-item__title.is-required {
  position: relative;
}

.contact-form .form-item__title.is-required::after {
  content: '必須';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 1.5;
  padding: .25em 1em;
  text-align: center;
  border-radius: 1em;
  background: #e60012;
  font-size: 12px;
  color: #fff;
  letter-spacing: .24em;
  text-indent: .24em;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .contact-form .form-item__title.is-required::after {
    top: 1.5em;
  }
}

#body.en-US .contact-form .form-item__title.is-required::after {
  content: '*';
  position: static;
  margin-left: .5em;
  padding: 0;
  background: none;
  color: #e60012;
  font-size: 16px;
}

@media (min-width: 992px) {
  .contact-form .form-item__title.is-required.is-top::after {
    top: .25em;
  }
}

.contact-form .form-item__title .note {
  display: inline-block;
  margin-left: .25em;
  font-size: .8em;
  letter-spacing: .16em;
}

.contact-form .form-item__body {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .contact-form .form-item__body {
    width: 70.7%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .contact-form .form-item__body.is-submit {
    width: 100%;
  }
}

.contact-form .mwform-radio-field {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 0 !important;
}

@media (min-width: 992px) {
  .contact-form .mwform-radio-field.horizontal-item {
    margin-right: 32px;
    margin-bottom: 14px;
  }
}

.contact-form .mwform-radio-field.horizontal-item:not(:first-child) {
  margin-top: .75em;
}

@media (min-width: 992px) {
  .contact-form .mwform-radio-field.horizontal-item:not(:first-child) {
    margin-top: 0;
  }
}

.contact-form .mwform-radio-field label {
  display: block;
  cursor: pointer;
}

@media (min-width: 992px) {
  .contact-form .mwform-radio-field label {
    display: inline-block;
  }
}

.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}

.contact-form .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  border-color: #e60012;
}

.contact-form .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text {
  position: relative;
  display: block;
  padding-left: 36px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::before {
  z-index: 0;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: solid 2px #d6d6d5;
  border-radius: 50%;
  background: #fff;
}

.contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::after {
  opacity: 0;
  z-index: 1;
  top: 50%;
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #e60012;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::before, .contact-form .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  content: '';
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.contact-form .form-input {
  line-height: 2;
  width: 100%;
  padding: .375em 1em;
  border: solid 2px #d6d6d5;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.contact-form .form-input:placeholder-shown {
  color: rgba(51, 50, 47, 0.4);
}

.contact-form .form-input::-webkit-input-placeholder {
  color: rgba(51, 50, 47, 0.4);
}

.contact-form .form-input:-moz-placeholder {
  color: rgba(51, 50, 47, 0.4);
  opacity: 1;
}

.contact-form .form-input::-moz-placeholder {
  color: rgba(51, 50, 47, 0.4);
  opacity: 1;
}

.contact-form .form-input:-ms-input-placeholder {
  color: rgba(51, 50, 47, 0.4);
}

@media (min-width: 768px) {
  .contact-form .form-input {
    padding-top: .675em;
    padding-bottom: .675em;
  }
}

@media (min-width: 992px) {
  .contact-form .mw_wp_form_confirm .form-item__title {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .contact-form .mw_wp_form_confirm .form-item__title.is-required::after {
    top: 0;
  }
}

#loader-bg {
  position: fixed;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #e60012;
}

[data-load="true"] #loader-bg {
  -webkit-animation: fade-out 0.6s ease forwards;
          animation: fade-out 0.6s ease forwards;
}

#loader {
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 104px;
  margin-top: -55px;
  margin-left: -52px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  #loader {
    width: 138px;
    height: 130px;
    margin-top: -69px;
    margin-left: -65px;
  }
}

#loader img {
  display: block;
  width: 110px;
  height: 104px;
  max-width: none;
}

@media (min-width: 768px) {
  #loader img {
    width: 138px;
    height: 130px;
  }
}

#loader-overlay {
  overflow: hidden;
  width: 0;
  height: 100%;
  -webkit-animation: clip-in 0.6s ease forwards 0.2s;
          animation: clip-in 0.6s ease forwards 0.2s;
}

#loader-base {
  overflow: hidden;
  opacity: .4;
  position: relative;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .header {
    height: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

#body.is-menu-fixed .header {
  position: fixed;
  background-color: #fff;
  -webkit-animation: sweep-from-top .4s ease-out;
          animation: sweep-from-top .4s ease-out;
}

.header.is-menu-open {
  position: fixed;
  background-color: #fff;
}

.header-logo {
  position: absolute;
  z-index: 1000;
  top: 18px;
  left: 30px;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  will-change: transform;
}

@media (min-width: 992px) {
  .header-logo {
    top: 20px;
    left: 60px;
  }
}

@media (min-width: 992px) {
  #body.is-menu-fixed .header-logo {
    top: 23px;
  }
}

.header-logo__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.header-logo__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.header-logo__link img {
  display: block;
}

@media (min-width: 768px) {
  .header-logo__link img {
    width: 138px;
  }
}

@media (min-width: 768px) {
  .header-logo__link img.logo-horizontal {
    width: 170px;
  }
}

.header-menu {
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  margin-left: 0;
  margin-top: 72px;
  width: 100vw;
  height: calc(100vh - 66px);
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 992px) {
  .header-menu {
    opacity: 1;
    overflow-y: visible;
    position: static;
    display: block;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-left: 220px;
    background: none;
  }
}

@media (min-width: 1200px) {
  .header-menu {
    margin-left: 240px;
  }
}

@media (min-width: 1600px) {
  .header-menu {
    margin-left: 330px;
  }
}

.header.is-menu-open .header-menu {
  opacity: 1;
  display: block;
  -webkit-animation: fade-in 0.4s ease forwards;
          animation: fade-in 0.4s ease forwards;
}

@media (min-width: 992px) {
  .header.is-menu-open .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: none;
            animation: none;
  }
}

.g-nav {
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  margin-left: 0;
  margin-top: 72px;
  width: 100vw;
  height: calc(100vh - 66px);
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 992px) {
  .g-nav {
    opacity: 1;
    overflow-y: visible;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    background: none;
  }
}

.header.is-menu-open .g-nav {
  opacity: 1;
  display: block;
  -webkit-animation: fade-in 0.4s ease forwards;
          animation: fade-in 0.4s ease forwards;
}

@media (min-width: 992px) {
  .header.is-menu-open .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: none;
            animation: none;
  }
}

.g-nav__item {
  display: block;
  border-bottom: solid 1px #d8ccb4;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60012;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .g-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-bottom: none;
    text-align: left;
    white-space: nowrap;
  }
}

.g-nav__item:first-child {
  border-top: solid 1px #d8ccb4;
}

@media (min-width: 992px) {
  .g-nav__item:first-child {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .g-nav__item:not(:first-child) {
    margin-left: 2em;
  }
}

@media (min-width: 1200px) {
  .g-nav__item:not(:first-child) {
    margin-left: 3.5em;
  }
}

.g-nav__item:hover {
  color: #e60012;
}

.g-nav__item.is-lang.current {
  display: none;
}

.g-nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.5em 1px;
  color: inherit;
}

@media (min-width: 992px) {
  .g-nav__item > a {
    height: 100%;
    padding: 0;
  }
}

.g-nav__item .header-contact {
  height: auto;
  margin-top: 20px;
  border-bottom: none;
  letter-spacing: .24em;
}

@media (min-width: 992px) {
  .g-nav__item .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.toggle-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
}

@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}

.toggle-menu__btn {
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-menu__btn::before, .toggle-menu__btn::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  height: 3px;
  background: #e60012;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.toggle-menu__btn::before {
  top: -10px;
  width: 24px;
}

.header.is-menu-open .toggle-menu__btn::before {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.toggle-menu__btn::after {
  top: 0;
  width: 24px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.header.is-menu-open .toggle-menu__btn::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.toggle-menu__btn > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.toggle-menu__btn > span::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 3px;
  display: block;
  width: 9px;
  height: 3px;
  border-left: solid 3px #f8f6f2;
  border-right: solid 3px #f8f6f2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#body.is-menu-fixed .toggle-menu__btn > span::before {
  border-left-color: #fff;
  border-right-color: #fff;
}

.toggle-menu__label {
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e60012;
  letter-spacing: .16em;
  text-indent: .16em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact__item {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .header-contact__item {
    width: auto;
    min-width: 200px;
  }
}

.header-contact__item:not(:first-child) {
  margin-left: 20px;
}

#body.is-menu-fixed .hide-on-fixed,
.header.is-menu-open .hide-on-fixed {
  display: none !important;
}

.show-on-fixed {
  display: none !important;
}

#body.is-menu-fixed .show-on-fixed,
.header.is-menu-open .show-on-fixed {
  display: block !important;
}

.footer {
  padding: 36px 20px;
  background: #fff;
}

@media (min-width: 992px) {
  .footer {
    padding: 55px 40px;
  }
}

.footer-copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e60012;
}

.top-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  max-height: 476px;
  padding: 122px 30px 0;
  background: #f8f6f2;
}

@media (min-width: 992px) {
  .top-kv {
    max-height: 700px;
    padding: 100px 60px 80px;
  }
}

.top-kv__catch {
  width: 316px;
  max-width: 96%;
}

@media (min-width: 768px) {
  .top-kv__catch {
    width: 750px;
  }
}

#body.en-US .top-kv__catch {
  width: 314px;
}

@media (min-width: 768px) {
  #body.en-US .top-kv__catch {
    width: 594px;
  }
}

.top-kv__catch img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .section-content.is-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-title {
  margin-top: -.375em;
  font-weight: bold;
  color: #000;
}

@media (min-width: 768px) {
  .section-title {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.section-title.is-center {
  text-align: center;
}

.section-title .ja {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  color: #33322f;
  letter-spacing: .24em;
}

@media (min-width: 768px) {
  .section-title .ja {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

#body.en-US .section-title .ja {
  display: none;
}

.section-title .en {
  display: block;
  margin-top: .15em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #e60012;
  letter-spacing: .16em;
}

@media (min-width: 768px) {
  .section-title .en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#body.en-US .section-title .en {
  margin-top: 0;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #body.en-US .section-title .en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.section-desc {
  line-height: 2;
  margin-top: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .section-desc {
    width: 65.4%;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.section-body {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-body {
    margin-top: 40px;
  }
}

.section-body .text-body {
  line-height: 2;
}

.section-body .text-body:not(:first-child) {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-body .text-body:not(:first-child) {
    margin-top: 0;
  }
}

.section-body .signature {
  margin-top: 3em;
  text-align: right;
  font-weight: bold;
}

.section-images__item {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-images__item:not(:first-child) {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .section-images__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .service-list__item {
    width: calc(50% - 25px);
  }
}

.service-list__item:not(:first-child) {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .service-list__item:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .service-list__item:nth-child(n+3) {
    margin-top: 64px;
  }
}

.service-item__figure {
  position: relative;
}

.service-item__figure::before, .service-item__figure::after {
  content: '';
  position: absolute;
  display: block;
  border: solid 6px;
}

@media (min-width: 768px) {
  .service-item__figure::before, .service-item__figure::after {
    border-width: 8px;
  }
}

.service-item__figure::before {
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-color: #d8ccb4;
}

@media (min-width: 768px) {
  .service-item__figure::before {
    top: 34px;
    left: 40px;
  }
}

.service-item__figure::after {
  z-index: 2;
  top: 14px;
  right: -24px;
  width: 18px;
  height: 18px;
  border-color: #fff;
}

@media (min-width: 768px) {
  .service-item__figure::after {
    top: 26px;
    right: -32px;
    width: 24px;
    height: 24px;
  }
}

.service-item__figure img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.service-item__text {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .service-item__text {
    margin-top: 48px;
  }
}

.service-item__text .num {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
}

@media (min-width: 768px) {
  .service-item__text .num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.service-item__text .title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .service-item__text .title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.service-item__text .title .note {
  display: block;
  font-size: .65em;
  letter-spacing: .12em;
}

.service-item__text .desc {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .service-item__text .desc {
    text-align: center;
  }
}

.company-profile__title {
  font-weight: bold;
  color: #beaa82;
}

.company-profile__title:not(:first-child) {
  margin-top: 1.5em;
}

.company-profile__data {
  margin-top: .25em;
}

.company-profile .links__item:not(:first-child) {
  margin-top: .25em;
}

.history .figure {
  margin-top: 24px;
  margin-bottom: 24px;
}

.history .figure img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.history-item:not(:first-child) .history-item__title {
  margin-top: 1.25em;
}

@media (min-width: 768px) {
  .history-item:not(:first-child) .history-item__title {
    margin-top: 0;
  }
}

.history-item__title {
  font-weight: bold;
  color: #beaa82;
}

@media (min-width: 768px) {
  .history-item__title {
    width: 16%;
    padding-bottom: 1.75em;
  }
}

@media (min-width: 768px) {
  #body.en-US .history-item__title {
    width: 24%;
  }
}

.history-item__data {
  margin-top: .25em;
}

@media (min-width: 768px) {
  .history-item__data {
    width: 84%;
    margin-top: 0;
    padding-bottom: 1.75em;
  }
}

@media (min-width: 768px) {
  #body.en-US .history-item__data {
    width: 76%;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  line-height: 1.5;
  background: #f8f6f2;
}

@media (min-width: 768px) {
  .page-header {
    height: 410px;
  }
}

.page-header__title {
  text-align: center;
}

.page-header__title .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-header__title .en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.page-header__title .ja {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.page-contents {
  width: 100%;
  max-width: 1420px;
  padding: 30px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-contents {
    padding: 40px 60px;
  }
}
