@charset "UTF-8";
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* stylelint-disable order/order, at-rule-empty-line-before, declaration-empty-line-before */
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* stylelint-disable selector-list-comma-newline-after  */
body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, header, footer, address,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, data, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, fieldset, legend,
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* stylelint-enable */
/* Box model
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Display
   ========================================================================== */
video,
audio,
progress,
canvas {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

/* View
   ========================================================================== */
html:not(.is-mobile) {
  overflow-y: scroll;
}

body {
  background-color: #fff;
}

/* Fonts
   ========================================================================== */
html,
body {
  line-height: 1.5;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Style
   ========================================================================== */
/* Sections
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* Grouping content
   -------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: '';
  content: none;
}

hr {
  overflow: visible;
  height: 0;
  margin: 0;
}

pre {
  overflow: auto;
}

ol,
ul {
  list-style: none;
}

/* Text-level semantics
   -------------------------------------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover, a:active {
  outline: 0;
}

em,
strong,
b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 1em;
}

q {
  quotes: none;
}

q::before, q::after {
  content: '';
  content: none;
}

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 10px;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
   -------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe,
embed,
object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
   -------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th,
td {
  vertical-align: top;
}

/* Forms
   -------------------------------------------------------------------------- */
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

input {
  line-height: normal;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='checkbox'], input[type='radio'] {
  padding: 0;
}

input[type='image'] {
  vertical-align: top;
  cursor: pointer;
}

input[type='button'],
input[type='reset'],
input[type='submit'],
button {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[disabled],
button[disabled] {
  cursor: default;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ==========================================================================
   Font
   ========================================================================== */
/* Font family
   ========================================================================== */
[lang='ja'] {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.win[lang='ja'],
.win [lang='ja'] {
  font-weight: 500;
}

.ie[lang='ja'],
.ie [lang='ja'] {
  font-family: Meiryo, "MS PGothic", sans-serif;
}

[lang='en'] {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
}

/* ==========================================================================
   Animation keyframes
   ========================================================================== */
/* Keyframe name
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  background-color: #fff;
  color: #212e31;
  line-height: 1.6875;
  font-size: 1.6em;
  letter-spacing: 0.15em;
}

/* Section
   ========================================================================== */
main * + section {
  margin-top: 0;
}

main section * + section {
  margin-top: 0;
}

main section section * + section {
  margin-top: 0;
}

/* Paragraph
   ========================================================================== */
main p + p {
  margin-top: 1.6875em;
}

/* Image
   ========================================================================== */
/* For tracking image
   -------------------------------------------------------------------------- */
body > img, body >
iframe {
  position: absolute;
  top: 100%;
  left: 100%;
}

/* Link
   ========================================================================== */
a {
  text-decoration: none;
}

a:link {
  color: #0a905f;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:visited {
  color: #0a905f;
}

a:hover {
  color: #0a905f;
  text-decoration: underline;
}

/* Form
   ========================================================================== */
::-webkit-input-placeholder {
  color: #cbcbcb;
}

::-moz-placeholder {
  color: #cbcbcb;
}

:-ms-input-placeholder {
  color: #cbcbcb;
}

/* ==========================================================================
   Ordered list
   ========================================================================== */
/* Default
   ========================================================================== */
.e-ol {
  counter-reset: ol;
}

.e-ol > li {
  counter-increment: ol;
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}

.e-ol > li::before {
  content: counters(ol, "-", decimal) '.';
  position: absolute;
  top: 0;
  left: 3px;
}

/* Notes
   ========================================================================== */
.e-ol-notes {
  counter-reset: ol;
}

.e-ol-notes > li {
  counter-increment: ol;
  position: relative;
  padding-left: 2.2em;
  list-style-type: none;
}

.e-ol-notes > li::before {
  content: '\203B' counters(ol, "-", decimal);
  position: absolute;
  top: 0;
  left: 0px;
}

/* ==========================================================================
   Unordered list
   ========================================================================== */
/* Default
   ========================================================================== */
.e-ul > li {
  position: relative;
  padding-left: 30px;
}

.e-ul > li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0a905f;
}

/* Notes
   ========================================================================== */
.e-ul-notes > li {
  position: relative;
  padding-left: 1.5em;
}

.e-ul-notes > li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0px;
  color: #212e31;
}

/* ==========================================================================
   Main content
   ========================================================================== */
.MainContent__body:not(:first-child) {
  margin-top: 68px;
}

/* ==========================================================================
   Page container
   ========================================================================== */
.PageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 1000px;
  min-height: 100vh;
}

/* ==========================================================================
   Page content
   ========================================================================== */
.PageContent {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.PageContent > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 125px;
}

.PageContent > .inner::after {
  content: '';
  display: block;
  clear: both;
}

.Page.-fullSpace .PageContent > .inner {
  width: auto;
  padding-top: 0;
}

/* ==========================================================================
   Page footer
   ========================================================================== */
.PageFooter {
  position: relative;
  padding-bottom: 33px;
  background-color: #1b5338;
}

.PageFooter > .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 53px;
}

/* ==========================================================================
   Page header
   ========================================================================== */
.PageHeader {
  z-index: 1000;
  background-color: #1b5338;
}

.PageHeader > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}

/* ==========================================================================
   Sub content
   ========================================================================== */
/* ==========================================================================
   Button
   ========================================================================== */
.Button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #4a4b4b;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 1.3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  color: #fff;
  font-weight: bold;
}

button.Button {
  display: inline-block;
  -webkit-transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.Button {
  color: #fff;
  text-decoration: none;
}

.Button:hover {
  background-color: #0a905f;
}

.Button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -6px;
  background: url(/assets/images/shared/bg_arrow.svg) left top no-repeat;
  background-size: contain;
}

.Button.-return::after {
  right: auto;
  left: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ==========================================================================
   Page title
   ========================================================================== */
.PageTitle {
  line-height: 1;
  font-size: 2.8rem;
  letter-spacing: 8.4px;
  color: #0a905f;
  text-align: center;
  font-weight: bold;
}

.PageTitle::after {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 3px;
  content: attr(data-label);
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
}

/* ==========================================================================
   Section title
   ========================================================================== */
.SectionTitle {
  line-height: 1;
  font-size: 2.8rem;
  letter-spacing: 8.4px;
  color: #0a905f;
  text-align: center;
  font-weight: bold;
}

.SectionTitle::after {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 3px;
  content: attr(data-label);
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
/* ==========================================================================
   Footer copyright
   ========================================================================== */
.FooterCopyright {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

/* ==========================================================================
   Footer information
   ========================================================================== */
.FooterInformation {
  color: #fff;
  text-align: center;
}

.FooterInformation__address {
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
}

.FooterInformation__address {
  margin-top: 20px;
}

.FooterInformation__link {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-top: 19px;
}

.FooterInformation__link > a {
  color: #fff;
  text-decoration: underline;
}

/* ==========================================================================
   Footer return top
   ========================================================================== */
.FooterReturnTop {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  text-align: center;
}

/* ==========================================================================
   Header global nav
   ========================================================================== */
.HeaderGlobalNav__list {
  line-height: 1;
  font-size: 1.7rem;
  letter-spacing: 5.1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -7px;
}

.HeaderGlobalNav__list > li:not(:first-child) {
  margin-left: 34px;
}

.HeaderGlobalNav__list > li > a {
  color: #fff;
  text-decoration: none;
}

.HeaderGlobalNav__list > li > a:hover {
  color: #0a905f;
}

/* ==========================================================================
   Header page id
   ========================================================================== */
/* ==========================================================================
   Contact
   ========================================================================== */
[data-category="top"] .Contact {
  padding-top: 130px;
}

.Contact > .inner {
  width: 1000px;
  margin: 0 auto;
}

.Contact__content {
  margin-top: 10px;
}

.Contact__content::before, .Contact__content::after {
  content: '';
  display: block;
  height: 1px;
}

.Contact__content::before {
  margin-bottom: -1px;
}

.Contact__content::after {
  margin-top: -1px;
}

.Contact__content.-input {
  margin-top: 30px;
}

.Contact__lead {
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.6;
  font-size: 2rem;
  letter-spacing: 3px;
  text-align: center;
}

.Contact__partTitle {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 2.2px;
  width: 397px;
  margin: 0 auto;
  padding: 10px;
  background-color: #212e31;
  color: #fff;
  text-align: center;
}

/* ==========================================================================
   Tel inquiry
   ========================================================================== */
.TelInquiry {
  margin-top: 43px;
  padding: 30px 100px;
  background-color: #f6f7f7;
  text-align: center;
}

.TelInquiry__number {
  line-height: 1;
  font-size: 4.6rem;
  letter-spacing: 2.8px;
  margin-top: -6px;
  margin-bottom: -8px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.TelInquiry__number > a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.TelInquiry__time {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  margin-top: 23px;
  font-weight: bold;
}

.TelInquiry__notice {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

.TelInquiry__notice::before {
  content: '\203B';
}

/* ==========================================================================
   Hidden
   ========================================================================== */
.u-hidden {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
