@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.
 */
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: .67em 0;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 2 */
  text-decoration: underline dotted;
  /* 1 */
  text-decoration: underline;
  /* 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: -.25em;
}

sup {
  top: -.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: .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 */
}

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------
  Core
------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  min-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  letter-spacing: .01em;
  word-wrap: break-word;
}

/* screenreader only */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* pc only */
.pc-only-block {
  display: block !important;
}

.pc-only-inline-block {
  display: inline-block !important;
}

.pc-only-inline {
  display: inline !important;
}

.pc-only-flex {
  display: flex !important;
}

.pc-only-table {
  display: table !important;
}

/* sp only */
.sp-only-block {
  display: none !important;
}

.sp-only-inline-block {
  display: none !important;
}

.sp-only-inline {
  display: none !important;
}

.sp-only-flex {
  display: none !important;
}

.sp-only-table {
  display: none !important;
}

/* button */
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b4b4b4;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2.0rem;
  letter-spacing: .025em;
  line-height: 1;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  width: 280px;
}

.button:hover {
  background-color: rgba(180, 180, 180, .82);
  transition: background-color .6s ease;
}

.button---block {
  display: block;
  width: auto;
}

.button--primary {
  background: #e53b4d;
}

.button--primary:hover {
  background-color: rgba(229, 59, 77, .82);
}

.button--secondary {
  background: #364413;
}

.button--secondary:hover {
  background-color: rgba(54, 68, 19, .82);
}

/* section */
.section {
  overflow-x: hidden;
  position: relative;
}

.section img {
  max-width: 100%;
}

.section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.section__header {
  margin: 0 auto;
}

.section__title > span {
  display: block;
  margin: 0 auto;
}

.section__body {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* pc only */
  .pc-only-block {
    display: none !important;
  }
  .pc-only-inline-block {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
  .pc-only-flex {
    display: none !important;
  }
  .pc-only-table {
    display: none !important;
  }
  /* sp only */
  .sp-only-block {
    display: block !important;
  }
  .sp-only-inline-block {
    display: inline-block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .sp-only-flex {
    display: flex !important;
  }
  .sp-only-table {
    display: table !important;
  }
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  margin: 0 0 1.75rem;
  outline: none;
  padding: 1.1666666667rem;
  resize: vertical;
  transition: border-color .3s ease;
  width: 100%;
}

.input[disabled] {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
}

.input:focus {
  border-color: #4c6217;
}

.control {
  box-sizing: border-box;
  margin: 0 0 1.75rem;
}

.control__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.control__label {
  display: block;
  padding-left: calc(20px + 1.1666666667rem);
  position: relative;
  will-change: transform;
}

.control__label::before,
.control__label::after {
  border: 1px solid transparent;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}

.control__label::before {
  background: #fff;
  background-size: 0;
  border-color: #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.control__label::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  transform: scale(0);
  transition: transform .3s ease;
  will-change: transform;
}

.control__input[type="radio"] + .control__label::before {
  border-radius: 100%;
}

.control__input[type="radio"] + .control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E");
}

.control__input[type="checkbox"] + .control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E");
}

.control__input[type="radio"][disabled] + .control__label,
.control__input[type="checkbox"][disabled] + .control__label {
  cursor: not-allowed;
}

.control__input[type="radio"][disabled] + .control__label::before,
.control__input[type="checkbox"][disabled] + .control__label::before {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  box-shadow: none;
}

.control__input:focus + .control__label::before {
  border-color: #4c6217;
}

.control__input:checked + .control__label::after {
  transform: scale(1);
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-position: calc(100% - 1.1666666667rem) center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  margin: 0 0 1.75rem;
  outline: 0;
  padding: 1.1666666667rem;
  width: 100%;
}

.select[disabled] {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
}

.select:focus {
  border-color: #4c6217;
}

.select::-ms-expand {
  display: none;
}

/*------------------------------
  Header
------------------------------*/
.site-header {
  background: transparent;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  transition: background-color .2s ease-in;
  width: 100%;
  z-index: 10;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}

.site-header--sticky {
  background: #364413;
  position: fixed;
}

.site-header--sticky .gnav-item--contact-us {
  background: transparent;
  color: #fff;
}

.site-header--sticky .gnav-item--contact-us:link,
.site-header--sticky .gnav-item--contact-us:visited,
.site-header--sticky .gnav-item--contact-us:hover,
.site-header--sticky .gnav-item--contact-us:active {
  color: #fff;
}

.site-header__logo {
  margin: 0;
}

.site-header--v2 {
  background: #364413;
}

.site-header--v2 .gnav-item--contact-us {
  background: transparent;
}

.site-header--v2 .gnav-item--contact-us-text {
  color: #fff;
}

/* gnav */
.gnav ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}

.gnav ul li {
  align-items: center;
  display: flex;
}

.gnav-item {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2.2rem;
  letter-spacing: .025em;
  padding: 20px 36px;
  text-decoration: none;
  transition: opacity .3s ease;
}

.gnav-item:link,
.gnav-item:visited,
.gnav-item:hover,
.gnav-item:active {
  color: #fff;
}

.gnav-item:hover {
  opacity: .82;
}

.gnav-item--active:link,
.gnav-item--active:visited,
.gnav-item--active:hover,
.gnav-item--active:active {
  color: #d8df21;
}

.gnav-item--active .gnav-item__en-text {
  border-bottom: 1px solid #d8df21;
  color: #d8df21;
}

.gnav-item--active .gnav-item--contact-us-text {
  border-bottom: 1px solid #d8df21;
  color: #d8df21;
}

.gnav-item--active .gnav-item--contact-us-text:link,
.gnav-item--active .gnav-item--contact-us-text:visited,
.gnav-item--active .gnav-item--contact-us-text:hover,
.gnav-item--active .gnav-item--contact-us-text:active {
  color: #d8df21;
}

.gnav-item--contact-us {
  background: #fff;
  color: #e53b4d;
  padding: 20px 36px;
}

.gnav-item--contact-us:link,
.gnav-item--contact-us:visited,
.gnav-item--contact-us:hover,
.gnav-item--contact-us:active {
  color: #e53b4d;
}

.gnav-item--contact-us-text {
  font-size: 2.6rem;
  margin-top: .5rem;
}

/*------------------------------
  Pagetop
------------------------------*/
.pagetop {
  bottom: 20px;
  display: block;
  height: 54px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  width: 94px;
  z-index: 1;
}

/*------------------------------
  Footer
------------------------------*/
.site-footer {
  background: #364413;
  overflow: hidden;
}

.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
  position: relative;
}

.site-footer__body {
  padding-top: 40px;
}

.site-footer__copyright {
  margin-top: 30px;
}

/* corporate info */
.corporate-info__logo {
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.corporate-info__name {
  color: #fff;
  display: block;
  font-size: 2.0rem;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}

.corporate-info__item {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

/* share */
.share {
  align-items: center;
  background: #b4b4b4;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.share > li {
  display: block;
  margin-bottom: 0;
}

.share > li a {
  align-items: center;
  display: block;
  display: flex;
  height: 85px;
  justify-content: center;
  transition: opacity .3s ease;
  width: 65px;
}

.share > li a:hover {
  opacity: .82;
}

.share > li a svg {
  display: block;
  height: auto;
  width: 30px;
}

.share > li a svg path {
  fill: #364413;
}

/* copyright */
.copyright {
  color: #fff;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: .025em;
  text-align: center;
}

/*------------------------------
  Lead Section
------------------------------*/
.section-lead {
  background: url(/images/hero.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 87.0rem;
}

.section-lead .section__header {
  padding-top: 286px;
}

.section-lead__logo-symbol {
  display: block;
  margin: 0 auto;
}

.section-lead__logo-text {
  margin: 0 auto;
}

.section-lead__text {
  bottom: 56px;
  color: #fff;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2.0rem;
  left: 50%;
  letter-spacing: .025em;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 1200px;
}

/*------------------------------
  About us Section
------------------------------*/
.section-about-us {
  background: #364413;
  color: #fff;
  height: 700px;
}

.section-about-us .section__inner {
  position: relative;
}

.section-about-us .section__header {
  margin-left: 0;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  width: 330px;
}

.section-about-us .section__title {
  font-family: "Ropa Sans", sans-serif;
  font-size: 4.0rem;
  letter-spacing: .025em;
  padding-bottom: 44px;
}

.section-about-us .section__title > span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 10px;
}

.section-about-us .section__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 330px;
}

.section-about-us .section__body-inner {
  min-height: 408px;
  position: relative;
}

.section-about-us__image {
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 100px;
}

.section-about-us__text {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
}

.section-about-us__readmore {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/*------------------------------
  Story Section
------------------------------*/
.section-story {
  background: url(/images/story.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 700px;
}

.section-story .section__header {
  background-color: #fff;
  margin-left: 0;
  min-height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  width: 330px;
}

.section-story .section__title {
  color: #364413;
  font-family: "Ropa Sans", sans-serif;
  font-size: 4.0rem;
  letter-spacing: .025em;
  padding-bottom: 44px;
}

.section-story .section__title > span {
  color: #364413;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 10px;
}

.section-story .section__body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  min-height: 380px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 330px;
}

.section-story__text {
  color: #364413;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
}

.section-story__readmore {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/*------------------------------
  Business Contents Section
------------------------------*/
.section-business-contents {
  background: #fff;
  height: 700px;
}

.section-business-contents .section__inner {
  padding-top: 100px;
}

.section-business-contents .section__header {
  margin-bottom: 15px;
}

.section-business-contents .section__title {
  color: #364413;
  font-family: "Ropa Sans", sans-serif;
  font-size: 4.0rem;
  letter-spacing: .025em;
  text-align: center;
}

.section-business-contents .section__title > span {
  color: #364413;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 10px;
}

.section-business-contents__list {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin-bottom: 40px;
}

.section-business-contents__list > li {
  margin: 0 auto;
  width: 21.3333333333%;
}

.section-business-contents__readmore {
  display: flex;
  justify-content: center;
}

/* business */
.business {
  display: flex;
  flex-direction: column;
}

.business__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.business__header > img {
  display: block;
  margin: 0 auto;
  width: 110px;
}

.business__title {
  color: #364413;
  font-family: "Ropa Sans", sans-serif;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.business__title > span {
  color: #364413;
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.35rem;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0 auto;
}

.business__title > img {
  display: block;
  margin: 0 auto;
}

.business__body {
  border-top: 1px solid #000;
  padding: 18px .75rem 0 .75rem;
}

.business__body > p {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}

/*------------------------------
  Professionals Section
------------------------------*/
.section-professionals {
  background: url(/images/professionals.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 650px;
  padding-top: 52px;
}

.section-professionals .section__inner {
  background: rgba(0, 0, 0, .54);
  border-radius: 5px;
  padding-bottom: 46px;
  padding-top: 40px;
}

.section-professionals .section__header {
  margin-bottom: 60px;
}

.section-professionals .section__title {
  color: #fff;
  font-family: "Ropa Sans", sans-serif;
  font-size: 4.0rem;
  letter-spacing: .025em;
  text-align: center;
}

.section-professionals .section__title > span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 10px;
}

.section-professionals__text {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 65px;
  text-align: center;
}

.section-professionals__list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 970px;
}

.section-professionals__list > li {
  color: #fff;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: .025em;
  margin: 0 auto;
  text-align: center;
}

.section-professionals__list > li > span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  letter-spacing: normal;
  margin: 8px auto 0 auto;
}

.section-professionals__readmore {
  display: flex;
  justify-content: center;
}

/*------------------------------
  Blog Section
------------------------------*/
.section-blog {
  background: #fff;
}

.section-blog .section__inner {
  padding-top: 100px;
}

.section-blog .section__header {
  margin-bottom: 20px;
}

.section-blog .section__title {
  color: #364413;
  font-family: "Ropa Sans", sans-serif;
  font-size: 4.0rem;
  letter-spacing: .025em;
  margin-bottom: 40px;
  text-align: center;
}

.section-blog .section__title > span {
  color: #364413;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 10px;
}

.section-blog__list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  margin-bottom: 60px;
}

.section-blog__list > li {
  width: 370px;
}

.blog-post {
  margin: 0 auto 4rem auto;
}

.blog-post__inner {
  display: block;
  text-decoration: none;
}

a.blog-post__inner {
  transition: opacity .3s ease;
}

a.blog-post__inner:hover {
  opacity: .82;
}

.blog-post__thum {
  margin: 0 auto 2rem auto;
}

.blog-post__date {
  color: #000;
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .025em;
  margin: 0 .5rem 1rem auto;
}

.blog-post__label {
  color: #e53b4d;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 1rem auto;
}

.blog-post__title {
  color: #4c6217;
  font-size: 2.2rem;
  margin: 0 auto 1.5rem auto;
}

.blog-post__lead {
  color: #000;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
}

/*------------------------------
  Contact Us Section
------------------------------*/
.section-contact-us {
  background: #f6f6f6;
}

.section-contact-us .section__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

.section-contact-us .section__body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-contact-us__text {
  color: #e53b4d;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-right: 30px;
}

.section-contact-us__link {
  width: 400px;
}

/*------------------------------
  Corporate info Section
------------------------------*/
.section-corporate-info {
  margin: 0 auto;
  padding: 80px 0;
}

.section-corporate-info .section__inner {
  margin: 0 auto;
  width: 1200px;
}

.section-corporate-info .section__title {
  color: #000;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5rem;
  text-align: center;
}

.section-corporate-info .section__title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 2rem auto 0 auto;
}

.section-corporate-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 478px;
}

.section-corporate-info__list dt {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 1.5rem;
  width: 20%;
}

.section-corporate-info__list dd {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 1.5rem;
  width: 80%;
}

/*------------------------------
  Lead2 Section
------------------------------*/
.section-lead2 {
  min-height: 946px;
}

.section-lead2::after {
  background: url(../images/bg_about_us_lead.png) 0 0 repeat-x;
  content: "";
  display: block;
  height: 660px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section-lead2 .section__inner {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 1200px;
}

.section-lead2 .section__header {
  margin-bottom: 60px;
  padding-top: 220px;
}

.section-lead2 .section__heading {
  color: #fff;
  font-size: 6.0rem;
  font-weight: 700;
  text-align: center;
}

.section-lead2 .section__heading span {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem auto 0 auto;
}

.section-lead2__mv {
  display: block;
  margin: 0 auto;
}

.section-lead2__text {
  color: #4c6217;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2.5;
  margin: 60px auto;
  text-align: center;
  width: 660px;
}

/*------------------------------
  Media Section
------------------------------*/
.section-media.section-media--reverse .section-media__inner {
  flex-direction: row-reverse;
}

.section-media.section-media--noborder .section-media__inner {
  border-bottom: none;
}

.section-media__inner {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0;
  width: 1200px;
}

.section-media__header {
  width: 500px;
}

.section-media__header2 {
  width: auto;
}

.section-media__heading {
  color: #000;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.section-media__heading span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 2rem auto 0 auto;
}

.section-media__heading2 {
  color: #000;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.section-media__heading2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 2rem auto 0 auto;
}

.section-media__text {
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 2.2;
}

.section-media__image {
  width: 660px;
}

/*------------------------------
  Media2 Section
------------------------------*/
.section-media2.section-media2--reverse .section-media2__inner {
  flex-direction: row-reverse;
}

.section-media2.section-media2--noborder .section-media2__inner {
  border-bottom: none;
}

.section-media2__inner {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0;
  width: 1200px;
}

.section-media2__header {
  width: 380px;
}

.section-media2__heading {
  color: #000;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5rem;
}

.section-media2__heading img {
  display: block;
  margin-bottom: 3.0rem;
}

.section-media2__heading svg {
  display: block;
  margin-bottom: 3.0rem;
}

.section-media2__heading span {
  color: #364413;
  display: block;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 1rem auto 0 auto;
}

.section-media2__heading2 {
  color: #364413;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1rem auto;
}

.section-media2__body {
  width: 820px;
}

.section-media2__text {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 28.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media2__text2 {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 18.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media2__text3 {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 20.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media2__text4 {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 22.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media2__text:last-child,
.section-media2__text2:last-child,
.section-media2__text3:last-child,
.section-media2__text4:last-child {
  margin-bottom: 0;
}

.section-media2__image {
  margin-bottom: 2rem;
}

/*------------------------------
  Media3 Section
------------------------------*/
.section-media3.section-media3--reverse .section-media3__inner {
  flex-direction: row-reverse;
}

.section-media3.section-media3--noborder .section-media3__inner {
  border-bottom: none;
}

.section-media3__inner {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0;
  width: 1200px;
}

.section-media3__header {
  width: 380px;
}

.section-media3__heading {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.section-media3__heading img {
  display: block;
  margin-bottom: 3.0rem;
}

.section-media3__heading span {
  color: #364413;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin: .5rem auto 0 auto;
}

.section-media3__heading2 {
  color: #364413;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 3.5rem auto;
}

.section-media3__heading3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 1rem auto;
}

.section-media3__lead {
  color: #364413;
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
  margin: .5rem auto 0 auto;
}

.section-media3__body {
  width: 820px;
}

.section-media3__text {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 32.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media3__text2 {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 22.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media3__text3 {
  column-count: 2;
  column-fill: auto;
  column-gap: 3.6rem;
  font-size: 1.4rem;
  height: 20.0rem;
  letter-spacing: .025em;
  line-height: 2.2;
  margin-bottom: 3rem;
}

.section-media3__text:last-child,
.section-media3__text2:last-child,
.section-media3__text3:last-child {
  margin-bottom: 0;
}

.section-media3__image {
  margin-bottom: 2rem;
}

.section-media3__list {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  letter-spacing: .025em;
  line-height: 2.2;
  list-style-type: none;
  margin-bottom: 3rem;
}

/*------------------------------
  Form Section
------------------------------*/
.section-form {
  margin-bottom: 10rem;
}

.section-form::after {
  background: url(../images/bg_about_us_lead.png) 0 0 repeat-x;
  content: "";
  display: block;
  height: 660px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section-form__inner {
  margin: 0 auto;
  width: 1200px;
}

.section-form__header {
  margin-bottom: 60px;
  padding-top: 220px;
}

.section-form__heading {
  color: #fff;
  font-size: 6.0rem;
  font-weight: 700;
  text-align: center;
}

.section-form__heading span {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem auto 0 auto;
}

.section-form__text {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  letter-spacing: .025em;
  line-height: 2.2;
}

.section-form__body {
  background: #fff;
  border: 1px solid #f6f6f6;
  margin: 0 auto;
  padding: 10rem 0;
}

.section-form__body form {
  font-size: 1.6rem;
  margin: 0 auto;
  width: 680px;
}

.section-form__body form .control {
  margin-bottom: 3rem;
}

.section-form__body form .label {
  font-weight: 700;
  margin: .5rem 0;
}

.section-form__body form .input,
.section-form__body form .select,
.section-form__body form .control__input,
.section-form__body form .control__label {
  margin: .5rem 0;
}

.section-form__body form .select {
  width: 12rem;
}

.section-form__body form .error {
  color: #e53b4d;
  font-size: 1.4rem;
  margin: .5rem 0;
}

.section-form__body form .error:before {
  background: #e53b4d;
  border-radius: .9rem;
  color: #fff;
  content: "!";
  display: inline-block;
  font-size: .9rem;
  height: 1.8rem;
  line-height: 1;
  margin: 0 .5rem 0 0;
  padding: .45rem 0;
  text-align: center;
  vertical-align: middle;
  width: 1.8rem;
}

.section-form__body form .warning {
  background: #364413;
  border-radius: 4px;
  color: #fff;
  font-size: 1.0rem;
  padding: .45rem .5rem;
  vertical-align: middle;
}

.section-form__body form .mwform-zip-field,
.section-form__body form .mwform-tel-field,
.section-form__body form .mwform-checkbox-field {
  align-items: center;
  display: flex;
}

.section-form__body form .mwform-zip-field .input,
.section-form__body form .mwform-tel-field .input {
  width: 12rem;
}

.section-form__body form .terms {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  height: 30rem;
  margin: 1rem 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: .75rem;
  width: auto;
}

.section-form__body form .terms p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8;
}

.section-form__complete-msg {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}

.section-form__complete-links {
  margin: 1rem auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*------------------------------
  Core
------------------------------*/
  html {
    min-width: auto;
  }
  /*------------------------------
  Header
------------------------------*/
  .site-header__inner {
    display: block;
    margin: 0;
    width: auto;
  }
  .site-header--sticky {
    background: transparent;
    position: absolute;
  }
  .site-header__logo {
    left: 15px;
    position: absolute;
    top: 11px;
  }
  .site-header__logo img {
    height: 52px;
    width: 283px;
  }
  .site-header--v2 {
    background: transparent;
  }
  /* gnav */
  .gnav {
    background: rgba(54, 68, 19, .9);
    height: 0;
    overflow: hidden;
    transition: height .25s ease;
  }
  .gnav ul {
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
  }
  .gnav ul li {
    border-bottom: 1px solid rgba(34, 40, 13, .5);
    display: block;
  }
  .gnav ul li:last-child {
    border-bottom: none;
  }
  .gnav--open {
    display: block;
    height: 100vh;
  }
  .gnav-item {
    display: block;
    font-size: 2.8rem;
    padding: 20px;
    text-align: center;
  }
  .gnav-item__jp-text {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: normal;
    letter-spacing: normal;
    margin-top: 8px;
  }
  .gnav-item--contact-us {
    background: transparent;
    padding: 0;
  }
  .gnav-item--contact-us-text {
    display: none;
  }
  /* gnav toggle */
  .gnav-toggle-wrap {
    background: #364413;
    display: flex;
    justify-content: flex-end;
    padding: 18px 15px;
  }
  .gnav-toggle-button {
    background: #fff;
    display: block;
    height: 38px;
    padding: 4px;
    width: 38px;
  }
  .gnav-toggle-button > span {
    background: #364413;
    display: block;
    height: 2px;
    width: 82%;
  }
  .gnav-toggle-button > span:nth-child(1) {
    margin: 6px auto 0 auto;
  }
  .gnav-toggle-button > span:nth-child(2) {
    margin: 6px auto 0 auto;
  }
  .gnav-toggle-button > span:nth-child(3) {
    margin: 6px auto 0 auto;
  }
  .gnav-item--contact-us {
    position: absolute;
    right: 80px;
    top: 18px;
  }
  .gnav-item--contact-us img {
    height: 38px;
    width: auto;
  }
  /*------------------------------
  Footer
------------------------------*/
  .site-footer__inner {
    padding-bottom: 90px;
    padding-top: 0;
    width: auto;
  }
  /* corporate info */
  .corporate-info__logo {
    color: #fff;
    margin-top: 35px;
    widows: 235px;
  }
  .corporate-info__name {
    color: #fff;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .corporate-info__item {
    color: #fff;
  }
  /* share */
  .share {
    align-items: center;
    background: #b4b4b4;
    display: flex;
    justify-content: center;
  }
  .share > li {
    margin-bottom: 0;
  }
  .share > li a {
    height: 85px;
    width: 65px;
  }
  .share > li a svg {
    width: 30px;
  }
  .share > li a svg path {
    fill: #364413;
  }
  /* copyright */
  .copyright {
    font-size: 2.2rem;
  }
  /*------------------------------
  Lead Section
------------------------------*/
  .section-lead {
    height: 42.3rem;
  }
  .section-lead .section__header {
    padding-top: 112px;
  }
  .section-lead__logo-symbol {
    height: 251px;
    width: auto;
  }
  .section-lead__logo-text {
    height: 28px;
    width: auto;
  }
  /*------------------------------
  About us Section
------------------------------*/
  .section-about-us {
    background: #fff;
    color: #364413;
    height: auto;
  }
  .section-about-us .section__inner {
    background: none;
    padding-bottom: 30px;
  }
  .section-about-us .section__header {
    margin-bottom: 15px;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
    width: auto;
  }
  .section-about-us .section__title {
    color: #4c6217;
    font-size: 4.5rem;
    padding-bottom: 0;
    text-align: center;
  }
  .section-about-us .section__title > span {
    color: #4c6217;
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .section-about-us .section__body {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .section-about-us .section__body-inner {
    min-height: 0;
    position: static;
  }
  .section-about-us__image {
    border-radius: 5px;
    margin-bottom: 15px;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
  .section-about-us__text {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .section-about-us__readmore {
    bottom: auto;
    left: auto;
    position: static;
    transform: none;
  }
  .section-about-us__readmore .button {
    background: none;
    color: #e53b4d;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 0 auto;
    padding-right: 2px;
    text-align: right;
    width: 100%;
  }
  .section-about-us__readmore .button:after {
    border-bottom: 2px solid #e53b4d;
    border-right: 2px solid #e53b4d;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    transform: translateY(-2px) rotate(-45deg);
    vertical-align: middle;
    width: 10px;
  }
  /*------------------------------
  Story Section
------------------------------*/
  .section-story {
    background: #e6e6e6;
    height: auto;
  }
  .section-story .section__inner {
    padding-bottom: 30px;
  }
  .section-story .section__header {
    background-color: #e6e6e6;
    margin-bottom: 15px;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
    width: auto;
  }
  .section-story .section__title {
    color: #4c6217;
    font-size: 4.5rem;
    padding-bottom: 0;
    text-align: center;
  }
  .section-story .section__title > span {
    color: #4c6217;
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .section-story .section__body {
    background-color: #e6e6e6;
    min-height: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    width: auto;
  }
  .section-story__image {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
  }
  .section-story__text {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .section-story__readmore {
    bottom: auto;
    left: auto;
    position: static;
    transform: none;
  }
  .section-story__readmore .button {
    background: none;
    color: #e53b4d;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 0 auto;
    padding-right: 2px;
    text-align: right;
    width: 100%;
  }
  .section-story__readmore .button:after {
    border-bottom: 2px solid #e53b4d;
    border-right: 2px solid #e53b4d;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    transform: translateY(-2px) rotate(-45deg);
    vertical-align: middle;
    width: 10px;
  }
  /*------------------------------
  Business Contents Section
------------------------------*/
  .section-business-contents {
    background: #fff;
    height: auto;
  }
  .section-business-contents .section__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-business-contents .section__header {
    margin-bottom: 15px;
  }
  .section-business-contents .section__title {
    color: #4c6217;
    font-size: 4.5rem;
  }
  .section-business-contents .section__title > span {
    color: #4c6217;
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .section-business-contents__list {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .section-business-contents__list > li {
    margin: 0 0 25px 0;
    width: 46.0547504026%;
  }
  /* business */
  .business {
    background: #e6e6e6;
    border-radius: 5px;
    justify-content: space-between;
    min-height: 100%;
    padding: 10px 15px;
  }
  .business .button {
    background: none;
    color: #e53b4d;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .business .button:after {
    border-bottom: 2px solid #e53b4d;
    border-right: 2px solid #e53b4d;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    transform: translateY(-2px) rotate(-45deg);
    vertical-align: middle;
    width: 10px;
  }
  .business__header {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .business__title {
    border-top: none;
    font-size: 4.3vw;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .business__title > img {
    height: 32px;
  }
  .business__body {
    border-top: 1px solid #b4b4b4;
    margin-bottom: 1rem;
    position: relative;
  }
  .business__body:before {
    border-top: 1px solid #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .business__body > p {
    color: #364413;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.55rem;
    line-height: 1.8;
    text-align: center;
  }
  /*------------------------------
  Professionals Section
------------------------------*/
  .section-professionals {
    background: #e6e6e6;
    height: auto;
    padding-top: 0;
  }
  .section-professionals .section__inner {
    background: transparent;
    border-radius: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-professionals .section__header {
    margin-bottom: 15px;
  }
  .section-professionals .section__title {
    color: #4c6217;
    font-size: 4.5rem;
  }
  .section-professionals .section__title > span {
    color: #4c6217;
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .section-professionals .section__body {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .section-professionals .section__body > p {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.55rem;
    margin-bottom: 0;
  }
  .section-professionals__image {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
  }
  .section-professionals__text {
    color: #000;
    font-size: 1.55rem;
    line-height: 1.8;
    text-align: left;
  }
  .section-professionals__readmore .button {
    background: none;
    color: #e53b4d;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 0 auto;
    padding-right: 2px;
    text-align: right;
    width: 100%;
  }
  .section-professionals__readmore .button:after {
    border-bottom: 2px solid #e53b4d;
    border-right: 2px solid #e53b4d;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    transform: translateY(-2px) rotate(-45deg);
    vertical-align: middle;
    width: 10px;
  }
  /*------------------------------
  Blog Section
------------------------------*/
  .section-blog .section__inner {
    padding-top: 30px;
  }
  .section-blog .section__title {
    color: #4c6217;
    font-size: 4.5rem;
  }
  .section-blog .section__title > span {
    color: #4c6217;
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .section-blog .section__body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-blog__list {
    display: block;
    margin-bottom: 50px;
  }
  .section-blog__list > li {
    width: auto;
  }
  .blog-post {
    margin: 0 auto 3rem auto;
  }
  .blog-post__header {
    display: flex;
    margin: 0 auto 1.5rem auto;
  }
  .blog-post__thum {
    border-radius: 3px;
    margin: 0 1.5rem 0 0;
  }
  .blog-post__date {
    color: #000;
    display: inline-block;
    font-family: "Ropa Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .025em;
    margin: 0 .5rem 1rem auto;
  }
  .blog-post__label {
    color: #e53b4d;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 auto 1rem auto;
  }
  .blog-post__title {
    color: #4c6217;
    font-size: 1.85rem;
    margin: 0;
  }
  .blog-post__lead {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.35rem;
    line-height: 1.8;
  }
  /*------------------------------
  Contact Us Section
------------------------------*/
  .section-contact-us {
    background: #e6e6e6;
  }
  .section-contact-us .section__inner {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .section-contact-us .section__body {
    flex-direction: column-reverse;
  }
  .section-contact-us__text {
    font-size: 1.55rem;
    margin-right: 0;
    margin-top: 15px;
    text-align: center;
  }
  .section-contact-us__link {
    width: auto;
  }
  .section-contact-us__link .button {
    height: 85px;
    padding: 10px;
    width: 350px;
  }
  .section-contact-us__link .button img {
    height: 100%;
  }
  /*------------------------------
  Corporate info Section
------------------------------*/
  .section-corporate-info {
    padding: 40px 0;
  }
  .section-corporate-info .section__inner {
    padding: 0 30px;
    width: auto;
  }
  .section-corporate-info .section__title {
    font-size: 1.55rem;
    margin-bottom: 2.5rem;
  }
  .section-corporate-info__list {
    width: auto;
  }
  .section-corporate-info__list dt {
    display: block;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .025em;
    line-height: 2;
    margin-bottom: 1.5rem;
    width: 20%;
  }
  .section-corporate-info__list dd {
    display: block;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .025em;
    line-height: 2;
    margin-bottom: 1.5rem;
    width: 80%;
  }
  /*------------------------------
  Lead2 Section
------------------------------*/
  .section-lead2 {
    min-height: 0;
  }
  .section-lead2::after {
    display: none;
  }
  .section-lead2 .section__inner {
    border-bottom: none;
    width: auto;
  }
  .section-lead2 .section__header {
    background: url(../images/bg_about_us_lead_sp.png) 0 0 repeat;
    background-size: 4px;
    margin-bottom: 0;
    padding: 134px 0 64px 0;
  }
  .section-lead2 .section__heading {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
  }
  .section-lead2 .section__heading span {
    display: block;
    font-size: 2.0rem;
    font-weight: 400;
    margin: 1rem auto 0 auto;
  }
  .section-lead2__mv {
    display: block;
    margin: 0 auto;
  }
  .section-lead2__text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2.0;
    margin: 30px auto;
    padding: 0 30px;
    padding: 0 15px;
    width: auto;
  }
  .section-lead2__nav {
    display: table;
    margin-bottom: 5rem;
    padding: 0 26px;
    table-layout: fixed;
    width: 100%;
  }
  .section-lead2__nav > li {
    display: table-cell;
    padding: 0 4px;
  }
  .section-lead2__nav-item {
    background: #f6f6f6;
    border-radius: 5px;
    color: #000;
    display: block;
    font-family: "Ropa Sans", sans-serif;
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: -.025rem;
    line-height: 1.25;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    transition: opacity .3s ease;
  }
  .section-lead2__nav-item:link,
  .section-lead2__nav-item:visited,
  .section-lead2__nav-item:hover,
  .section-lead2__nav-item:active {
    color: #000;
  }
  .section-lead2__nav-item:hover {
    opacity: .82;
  }
  .section-lead2__nav-item svg {
    display: block;
    height: 60px;
    margin: 0 auto;
    max-width: 60px;
    width: 100%;
  }
  .section-lead2__nav-item svg path {
    fill: #000;
  }
  .section-lead2__nav-item span {
    display: block;
    font-size: 2.0vw;
    font-weight: normal;
    margin: .75rem auto 0 auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  /*------------------------------
  Media Section
------------------------------*/
  .section-media {
    background: #f6f6f6;
  }
  .section-media.section-media--reverse {
    background: #fff;
  }
  .section-media.section-media--reverse .section-media__inner {
    flex-direction: column-reverse;
  }
  .section-media__inner {
    border-bottom: none;
    flex-direction: column-reverse;
    padding: 0 30px;
    width: auto;
  }
  .section-media__header {
    width: auto;
  }
  .section-media__heading {
    color: #4c6217;
    font-family: "Ropa Sans", sans-serif;
    font-size: 2.85rem;
    letter-spacing: .125rem;
    line-height: 1.25;
    margin: 2.5rem auto;
    padding: 0 30px;
    text-align: center;
  }
  .section-media__heading span {
    margin: 1rem auto 0 auto;
  }
  .section-media__heading2 {
    color: #4c6217;
    font-family: "Ropa Sans", sans-serif;
    font-size: 1.8rem;
    letter-spacing: .125rem;
    line-height: 1.25;
    margin: 2.5rem auto;
    padding: 0 30px;
    text-align: center;
  }
  .section-media__heading2 span {
    margin: 1rem auto 0 auto;
  }
  .section-media__text {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .025em;
    line-height: 2.2;
    margin-bottom: 40px;
  }
  .section-media__body {
    margin-top: 40px;
    padding-bottom: 49.1949910555%;
    position: relative;
  }
  .section-media__image {
    border-radius: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
  }
  .section-media2:nth-child(2n) {
    background: #f6f6f6;
  }
  .section-media2__inner {
    border-bottom: none;
    display: block;
    padding: 0 30px 1px 30px;
    width: auto;
  }
  .section-media2__header {
    width: auto;
  }
  .section-media2__heading {
    color: #4c6217;
    font-family: "Ropa Sans", sans-serif;
    font-size: 2.85rem;
    letter-spacing: .125rem;
    line-height: 1.25;
    margin: 2.5rem auto;
    padding: 0 30px;
    text-align: center;
  }
  .section-media2__heading img {
    display: block;
    margin-bottom: 3.0rem;
  }
  .section-media2__heading svg {
    display: block;
    margin: 0 auto -1rem auto;
  }
  .section-media2__heading svg path {
    fill: #4c6217;
  }
  .section-media2__heading svg path:not([fill]) {
    fill: none;
  }
  .section-media2__heading span {
    color: #4c6217;
    font-size: 1.6rem;
    letter-spacing: normal;
    margin: .5rem auto 0 auto;
  }
  .section-media2__heading2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1rem auto;
    text-align: center;
  }
  .section-media2__body {
    width: auto;
  }
  .section-media2__text {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media2__text:last-child {
    margin-bottom: 40px;
  }
  .section-media2__text2 {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media2__text3 {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media2__text4 {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media2__text5 {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media2__image {
    border-radius: 5px;
    width: auto;
  }
  /*------------------------------
  Media3 Section
------------------------------*/
  .section-media3:nth-child(2n) {
    background: #f6f6f6;
  }
  .section-media3__inner {
    border-bottom: none;
    display: block;
    padding: 40px 30px 1px 30px;
    width: auto;
  }
  .section-media3__header {
    width: auto;
  }
  .section-media3__heading {
    color: #4c6217;
    font-family: "Ropa Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .section-media3__heading span {
    color: #4c6217;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 auto;
  }
  .section-media3__body {
    width: auto;
  }
  .section-media3__text {
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    height: auto;
    margin-bottom: 40px;
  }
  .section-media3__text:last-child {
    margin-bottom: 40px;
  }
  /*------------------------------
  Form Section
------------------------------*/
  .section-form {
    margin-bottom: 0;
    min-height: 0;
  }
  .section-form::after {
    display: none;
  }
  .section-form__inner {
    width: auto;
  }
  .section-form__header {
    background: url(../images/bg_about_us_lead_sp.png) 0 0 repeat;
    background-size: 4px;
    margin-bottom: 0;
    padding: 134px 0 64px 0;
  }
  .section-form__heading {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
  }
  .section-form__heading span {
    display: block;
    font-size: 2.0rem;
    font-weight: 400;
    margin: 1rem auto 0 auto;
  }
  .section-form__text {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.3rem;
    letter-spacing: .025em;
    line-height: 2.2;
  }
  .section-form__body {
    background: #fff;
    border: 1px solid #f6f6f6;
    margin: 0 auto;
    padding: 70px 0 40px 0;
  }
  .section-form__body form {
    font-size: 1.4rem;
    padding: 0 15px;
    width: auto;
  }
  .section-form__body form .button {
    display: block;
    margin-top: 5rem;
    width: 100%;
  }
  .section-form__body form .select {
    width: 10.5rem;
  }
  .section-form__body form .mwform-zip-field .input,
  .section-form__body form .mwform-tel-field .input {
    width: 10.5rem;
  }
}

@media screen and (max-width: 460px) {
  .site-header__logo img {
    width: 56vw;
  }
}


/* IRIE-RUDY add */
@media (min-width: 769px) {
  .giuseppe {
    height: 55.5rem!important;
  }
}

.modalArea {
  visibility: hidden;
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 700px;
  padding: 10px 30px;
  background-color: #fff;
  max-height : 90%;
  overflow : auto;
}
.modalContents {
  padding: 40px 0px;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
}
.is-show {
  visibility: visible;
  opacity : 1;
}
button.button--secondary {
  cursor: pointer;
}
.mb20 {
  margin-bottom: 20px;
}


