@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("font/icomoon.eot?2nza2t");
  src: url("font/icomoon.eot?2nza2t#iefix") format("embedded-opentype"), url("font/icomoon.ttf?2nza2t") format("truetype"), url("font/icomoon.woff?2nza2t") format("woff"), url("font/icomoon.svg?2nza2t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left::before {
  content: '\e900';
}

.icon-chevron-right::before {
  content: '\e901';
}

.icon-handle::before {
  content: '\e902';
}

.icon-home::before {
  content: '\e903';
}

.icon-id::before {
  content: '\e904';
}

.icon-mail::before {
  content: '\e905';
}

/* Verification
   ========================================================================== */
*, *::before, *::after {
  /* outline: 1px solid red; */
  /* outline-offset: -1px; */
}

/* Root
   ========================================================================== */
:root {
  --gutter: 20px;
}

/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 * 2. Smooth scroll.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * 1. Line feed processing.
 * 2. Remove the margin in all browsers.
 */
body {
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  /* 1 */
  word-wrap: break-word;
  /* 1 */
  overflow-wrap: break-word;
  min-inline-size: 23.4375rem;
  -webkit-padding-before: 3.75rem;
  padding-block-start: 3.75rem;
  /* 2 */
  margin: 0;
}
@media (min-width: 48rem) {
  body {
    min-inline-size: 67.5rem;
    -webkit-padding-before: 6.25rem;
    padding-block-start: 6.25rem;
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  color: #009f5d;
  /* 1 */
  background-color: transparent;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

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

/**
 * 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 {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/**
 * 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 {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Eliminate the gap.
 * 2. Fluid image.
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
  /* 3 */
  border-style: none;
}

a img {
  transition: opacity 0.2s linear;
}
a:hover img {
  opacity: 0.5;
}

svg {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
}

/**
 * 1. Eliminate the gap.
 * 2. Fluid iframe.
 */
iframe {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
}

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

/**
 * 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;
  -moz-appearance: button;
  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 {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-inline-size: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
}

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

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Eliminate the gap.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: bottom;
}

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

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

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

/**
 * 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/* 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;
}
summary::-webkit-details-marker {
  display: none;
}

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

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

/* Video
   ========================================================================== */
/**
 * Fluid video.
 */
video {
  max-inline-size: 100%;
  block-size: auto;
}

/* List
   ========================================================================== */
li[class] {
  list-style: none;
}

/* id
   ========================================================================== */
[id] {
  scroll-margin-block-start: 3.75rem;
}
@media (min-width: 48rem) {
  [id] {
    scroll-margin-block-start: 6.25rem;
  }
}

/* Button
   ========================================================================== */
button {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/* YouTube
   ========================================================================== */
/**
 * Fluid YouTube.
 */
@supports (aspect-ratio: 16 / 9) {
  iframe[src*=youtube] {
    aspect-ratio: 16 / 9;
    max-inline-size: 100%;
    block-size: 100%;
  }
}

/************************************************
    Screen Reader
*************************************************/
.sr-only {
  white-space: nowrap;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/************************************************
    Display
*************************************************/
/*  inline
------------------------------------------------*/
.inline {
  display: inline;
}

@media (min-width: 48rem) {
  .mq-M-inline {
    display: inline;
  }
}
/*  inline-block
------------------------------------------------*/
.i-blk {
  display: inline-block;
}

@media (min-width: 48rem) {
  .mq-M-i-blk {
    display: inline-block;
  }
}
/*  block
------------------------------------------------*/
.blk {
  display: block;
}

@media (min-width: 48rem) {
  .mq-M-blk {
    display: block;
  }
}
/************************************************
    Sticky Polyfill
*************************************************/
.sticky {
  position: sticky;
}
.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/* Image
   ========================================================================== */
img.alignleft, img.aligncenter, img.alignright {
  display: block;
}
img.alignleft {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
img.aligncenter {
  margin-inline: auto;
}
img.alignright {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

/************************************************
    LOGO
*************************************************/
.logo {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  margin: 0;
}
.logo a {
  color: inherit;
  text-decoration: none;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr (auto)[2] 1fr;
  grid-template-rows: 1fr repeat(2, auto) 1fr;
}
.logo .mark {
  color: white;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / -1;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  background-color: #009f5d;
  padding-block: 0.625em;
  padding-inline: 1.05em 1em;
  -webkit-margin-end: 0.75em;
  margin-inline-end: 0.75em;
}
@supports not (padding-block: 0.625em) {
  .logo .mark {
    -webkit-padding-before: 0.625em;
    padding-block-start: 0.625em;
    -webkit-padding-after: 0.625em;
    padding-block-end: 0.625em;
  }
}
@supports not (padding-inline: 1.05em 1em) {
  .logo .mark {
    -webkit-padding-start: 1.05em;
    padding-inline-start: 1.05em;
    -webkit-padding-end: 1em;
    padding-inline-end: 1em;
  }
}
.logo .type-ja {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.logo .type-en {
  font-size: 0.75em;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.logo-s {
  font-size: 1em;
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
}
.logo-s a {
  color: inherit;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  background-color: white;
}
.logo-s .mark {
  color: white;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1538461538;
  text-align: start;
  display: block;
  background-color: #009f5d;
  padding-block: 0.5769230769em;
  padding-inline: 1.0884615385em 1.0384615385em;
}
@supports not (padding-block: 0.5769230769em) {
  .logo-s .mark {
    -webkit-padding-before: 0.5769230769em;
    padding-block-start: 0.5769230769em;
    -webkit-padding-after: 0.5769230769em;
    padding-block-end: 0.5769230769em;
  }
}
@supports not (padding-inline: 1.0884615385em 1.0384615385em) {
  .logo-s .mark {
    -webkit-padding-start: 1.0884615385em;
    padding-inline-start: 1.0884615385em;
    -webkit-padding-end: 1.0384615385em;
    padding-inline-end: 1.0384615385em;
  }
}
.logo-s .type {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding-block: 0.125em;
  padding-inline: 0.51em 0.5em;
}
@supports not (padding-block: 0.125em) {
  .logo-s .type {
    -webkit-padding-before: 0.125em;
    padding-block-start: 0.125em;
    -webkit-padding-after: 0.125em;
    padding-block-end: 0.125em;
  }
}
@supports not (padding-inline: 0.51em 0.5em) {
  .logo-s .type {
    -webkit-padding-start: 0.51em;
    padding-inline-start: 0.51em;
    -webkit-padding-end: 0.5em;
    padding-inline-end: 0.5em;
  }
}

/************************************************
    Button
*************************************************/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  display: inline-block;
}

/************************************************
    Toggle
*************************************************/
/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  line-height: 1em;
  background-color: #009f5d;
  padding-block: 0.9375rem;
  padding-inline: 0.625rem;
  border: none;
  cursor: pointer;
  position: relative;
}
@supports not (padding-block: 0.9375rem) {
  .toggle {
    -webkit-padding-before: 0.9375rem;
    padding-block-start: 0.9375rem;
    -webkit-padding-after: 0.9375rem;
    padding-block-end: 0.9375rem;
  }
}
@supports not (padding-inline: 0.625rem) {
  .toggle {
    -webkit-padding-start: 0.625rem;
    padding-inline-start: 0.625rem;
    -webkit-padding-end: 0.625rem;
    padding-inline-end: 0.625rem;
  }
}
.toggle .hamburger {
  display: block;
  inline-size: 2.5rem;
  block-size: 1.875rem;
  margin-inline: auto;
  position: relative;
  transition: all 0.4s;
}
@supports not (margin-inline: auto) {
  .toggle .hamburger {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}
.toggle .line {
  display: block;
  background-color: white;
  inline-size: 100%;
  block-size: 0.1875rem;
  position: absolute;
  inset-inline-start: 0;
  transition: all 0.4s;
}
@supports not (inset-inline-start: 0) {
  .toggle .line {
    left: 0;
  }
}
.toggle .line:first-of-type {
  inset-block-start: 0;
}
@supports not (inset-block-start: 0) {
  .toggle .line:first-of-type {
    top: 0;
  }
}
.toggle .line:nth-of-type(2) {
  inset-block-start: 0;
  inset-block-end: 0;
  margin: auto;
  font-size: 0.625rem;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
@supports not (inset-block-start: 0) {
  .toggle .line:nth-of-type(2) {
    top: 0;
  }
}
@supports not (inset-block-end: 0) {
  .toggle .line:nth-of-type(2) {
    bottom: 0;
  }
}
.toggle .line:nth-of-type(2)::before {
  content: "MENU";
  color: white;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-padding-start: 0.1em;
  padding-inline-start: 0.1em;
}
.toggle .line:last-of-type {
  inset-block-end: 0;
}
@supports not (inset-block-end: 0) {
  .toggle .line:last-of-type {
    bottom: 0;
  }
}

/* ハンバーガーボタンクリックアニメーション */
.open .toggle .line:first-of-type {
  transform: translateY(0.84375rem) rotate(-45deg);
}
.open .toggle .line:nth-of-type(2) {
  opacity: 0;
}
.open .toggle .line:last-of-type {
  transform: translateY(-0.84375rem) rotate(45deg);
}

/************************************************
    Title
*************************************************/
.title {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  -webkit-padding-start: 0.1em;
  padding-inline-start: 0.1em;
  margin: 0;
}

/************************************************
    Content
*************************************************/
.content {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.content p {
  margin: 0;
}

/************************************************
    Address
*************************************************/
.address {
  font-size: 1em;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.address p {
  margin: 0;
}

/************************************************
    Copyright
*************************************************/
.copyright {
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  background-color: #f5f5f5;
  padding-block: 1.2083333333em;
  -webkit-padding-start: 0.05em;
  padding-inline-start: 0.05em;
  margin: 0;
}
@supports not (padding-block: 1.2083333333em) {
  .copyright {
    -webkit-padding-before: 1.2083333333em;
    padding-block-start: 1.2083333333em;
    -webkit-padding-after: 1.2083333333em;
    padding-block-end: 1.2083333333em;
  }
}
.copyright small {
  font-size: 1em;
}

/************************************************
    Definition List
*************************************************/
.definition-list {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  max-inline-size: 46.875em;
  margin-block: 0;
  margin-inline: auto;
}
@supports not (margin-block: 0) {
  .definition-list {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
@supports not (margin-inline: auto) {
  .definition-list {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}
@media (min-width: 48rem) {
  @supports (display: flow-root) {
    .definition-list {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .definition-list::after {
      content: "";
      display: block;
      clear: both;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .definition-list::after {
    content: "";
    display: block;
    clear: both;
  }
}
.section__title + .definition-list {
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
}
.definition-list .term {
  padding-block: 1em 0.5em;
}
@supports not (padding-block: 1em 0.5em) {
  .definition-list .term {
    -webkit-padding-before: 1em;
    padding-block-start: 1em;
    -webkit-padding-after: 0.5em;
    padding-block-end: 0.5em;
  }
}
@media (min-width: 48rem) {
  .definition-list .term {
    -webkit-padding-after: 1em;
    padding-block-end: 1em;
    float: inline-start;
    clear: inline-start;
  }
  @supports not (float: inline-start) {
    .definition-list .term {
      float: left;
    }
  }
  @supports not (clear: inline-start) {
    .definition-list .term {
      clear: left;
    }
  }
}
.definition-list .description {
  min-block-size: 1lh;
  padding-block: 0.5em 1em;
  -webkit-border-after: 1px solid currentColor;
  border-block-end: 1px solid currentColor;
  margin: 0;
}
@supports not (padding-block: 0.5em 1em) {
  .definition-list .description {
    -webkit-padding-before: 0.5em;
    padding-block-start: 0.5em;
    -webkit-padding-after: 1em;
    padding-block-end: 1em;
  }
}
@supports not (min-block-size: 1lh) {
  .definition-list .description {
    min-block-size: 2em;
  }
}
@media (min-width: 48rem) {
  .definition-list .description {
    -webkit-padding-before: 1em;
    padding-block-start: 1em;
    -webkit-padding-start: 12.5em;
    padding-inline-start: 12.5em;
  }
}
.definition-list .description p {
  margin: 0;
}
.definition-list .description a {
  color: inherit;
  text-decoration: none;
}

/************************************************
    Page
*************************************************/
.page__title {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  background: no-repeat center / cover;
  padding-block: 1.6em;
  padding-inline: 1.05em 1em;
  margin: 0;
}
@supports ((background-image: -webkit-image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x)) or (background-image: image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x))) {
  .webp .page__title {
    background-image: -webkit-image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x);
    background-image: image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x);
  }
}
@supports ((background-image: -webkit-image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x)) or (background-image: image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x))) {
  .no-webp .page__title {
    background-image: -webkit-image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x);
    background-image: image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x)) or (background-image: image-set(url('img/page__title.webp') 1x, url('img/page__title@2x.webp') 2x, url('img/page__title@3x.webp') 3x))) {
  .page__title {
    background-image: url('img/page__title.webp');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .webp .page__title {
      background-image: url('img/page__title@2x.webp');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .webp .page__title {
      background-image: url('img/page__title@3x.webp');
    }
  }
}
@supports not ((background-image: -webkit-image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x)) or (background-image: image-set(url('img/page__title.png') 1x, url('img/page__title@2x.png') 2x, url('img/page__title@3x.png') 3x))) {
  .page__title {
    background-image: url('img/page__title.png');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .no-webp .page__title {
      background-image: url('img/page__title@2x.png');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .no-webp .page__title {
      background-image: url('img/page__title@3x.png');
    }
  }
}
_:-ms-lang(x)::-ms-backdrop, .page__title {
  background-image: url('img/page__title.png');
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .page__title {
    background-image: url('img/page__title@2x.png');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .page__title {
    background-image: url('img/page__title@3x.png');
  }
}

@supports not (padding-block: 1.6em) {
  .page__title {
    -webkit-padding-before: 1.6em;
    padding-block-start: 1.6em;
    -webkit-padding-after: 1.6em;
    padding-block-end: 1.6em;
  }
}
@supports not (padding-inline: 1.05em 1em) {
  .page__title {
    -webkit-padding-start: 1.05em;
    padding-inline-start: 1.05em;
    -webkit-padding-end: 1em;
    padding-inline-end: 1em;
  }
}
@media (min-width: 48rem) {
  .page__title {
    font-size: 2.5em;
  }
}
.page__title::before {
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.2em;
  vertical-align: -0.1em;
  -webkit-margin-end: 0.3125em;
  margin-inline-end: 0.3125em;
}
.page-information .page__title::before {
  content: '\e904';
}
.page-price .page__title::before {
  content: '\e902';
}

/************************************************
    ヘッダー
*************************************************/
.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  background-color: white;
  box-sizing: border-box;
  inline-size: 100%;
  -webkit-padding-start: 0.625em;
  padding-inline-start: 0.625em;
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 10;
}
@supports not (inset-block-start: 0) {
  .header {
    top: 0;
  }
}
@supports not (inset-inline-start: 0) {
  .header {
    left: 0;
  }
}
@media (min-width: 48rem) {
  .header {
    padding-block: 0.75em;
    padding-inline: 1.875em;
    overflow: hidden;
  }
  @supports not (padding-block: 0.75em) {
    .header {
      -webkit-padding-before: 0.75em;
      padding-block-start: 0.75em;
      -webkit-padding-after: 0.75em;
      padding-block-end: 0.75em;
    }
  }
  @supports not (padding-inline: 1.875em) {
    .header {
      -webkit-padding-start: 1.875em;
      padding-inline-start: 1.875em;
      -webkit-padding-end: 1.875em;
      padding-inline-end: 1.875em;
    }
  }
}
.header .logo {
  font-size: 0.625em;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 2;
}
@media (min-width: 48rem) {
  .header .logo {
    font-size: 1em;
  }
}
.header .toggle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 2;
}
@media (min-width: 48rem) {
  .header .toggle {
    display: none;
  }
}

.h-modal {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  background-color: white;
  box-sizing: border-box;
  inline-size: 100%;
  block-size: 100vb;
  padding-block: 6.25rem 2.5rem;
  padding-inline: var(--gutter);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
@supports not (padding-block: 6.25rem 2.5rem) {
  .h-modal {
    -webkit-padding-before: 6.25rem;
    padding-block-start: 6.25rem;
    -webkit-padding-after: 2.5rem;
    padding-block-end: 2.5rem;
  }
}
@supports not (padding-inline: var(--gutter)) {
  .h-modal {
    -webkit-padding-start: var(--gutter);
    padding-inline-start: var(--gutter);
    -webkit-padding-end: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
@supports not (inset-inline-start: 0) {
  .h-modal {
    left: 0;
  }
}
@supports not (inset-block-start: 0) {
  .h-modal {
    top: 0;
  }
}
@media (min-width: 48rem) {
  .h-modal {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    display: block;
    background-color: transparent;
    inline-size: auto;
    block-size: auto;
    padding: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: static;
  }
}
.open .h-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.h-navigation {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (min-width: 48rem) {
  .h-navigation {
    -webkit-margin-end: -3.4em;
    margin-inline-end: -3.4em;
  }
}
.h-navigation-list {
  padding: 1em;
  margin: 0;
}
@media (min-width: 48rem) {
  .h-navigation-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding-block: 0.5em;
    padding-inline: 1.7em;
  }
  @supports not (padding-block: 0.5em) {
    .h-navigation-list {
      -webkit-padding-before: 0.5em;
      padding-block-start: 0.5em;
      -webkit-padding-after: 0.5em;
      padding-block-end: 0.5em;
    }
  }
  @supports not (padding-inline: 1.7em) {
    .h-navigation-list {
      -webkit-padding-start: 1.7em;
      padding-inline-start: 1.7em;
      -webkit-padding-end: 1.7em;
      padding-inline-end: 1.7em;
    }
  }
}
.h-navigation-item {
  padding: inherit;
}
.h-navigation-item a {
  color: inherit;
  text-decoration: none;
}
.h-navigation-item a:hover {
  color: #f3994f;
}
.h-navigation-item a::before {
  color: #f3994f;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.2em;
  vertical-align: -0.1em;
  -webkit-margin-end: 0.2083333333em;
  margin-inline-end: 0.2083333333em;
}
.h-navigation-item--home a::before {
  content: '\e903';
}
.h-navigation-item--information a::before {
  content: '\e904';
}
.h-navigation-item--price a::before {
  content: '\e902';
}

/************************************************
    フッター
*************************************************/
/************************************************
    Section
*************************************************/
.section {
  font-size: 0.875em;
  padding-block: 6.25em;
  padding-inline: var(--gutter);
}
@supports not (padding-block: 6.25em) {
  .section {
    -webkit-padding-before: 6.25em;
    padding-block-start: 6.25em;
    -webkit-padding-after: 6.25em;
    padding-block-end: 6.25em;
  }
}
@supports not (padding-inline: var(--gutter)) {
  .section {
    -webkit-padding-start: var(--gutter);
    padding-inline-start: var(--gutter);
    -webkit-padding-end: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
@media (min-width: 48rem) {
  .section {
    font-size: 1em;
  }
}
.section--transparent + .section--transparent {
  -webkit-margin-before: -5em;
  margin-block-start: -5em;
}
.section__title {
  font-size: 1em;
  line-height: 1.4166666667;
  text-align: center;
  margin: 0;
}
.section__title .text {
  color: #009f5d;
  font-size: 2em;
  letter-spacing: 0.15em;
  display: block;
  -webkit-padding-start: 0.15em;
  padding-inline-start: 0.15em;
  -webkit-margin-before: calc((1lh - 1em) / -2);
  margin-block-start: calc((1lh - 1em) / -2);
}
@supports not ((-webkit-margin-before: calc((1lh - 1em) / -2)) or (margin-block-start: calc((1lh - 1em) / -2))) {
  .section__title .text {
    -webkit-margin-before: -0.2083333333em;
    margin-block-start: -0.2083333333em;
  }
}
.section__title .after {
  color: #f3994f;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  -webkit-padding-start: 0.1em;
  padding-inline-start: 0.1em;
}
.section__content {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  max-inline-size: 41.44em;
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .section__content {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}
.section__title + .section__content {
  -webkit-margin-before: 2.0625em;
  margin-block-start: 2.0625em;
}
.section-Philosophy .section__content {
  -webkit-margin-after: calc((1lh - 1em) / -2);
  margin-block-end: calc((1lh - 1em) / -2);
}
@supports not ((-webkit-margin-after: calc((1lh - 1em) / -2)) or (margin-block-end: calc((1lh - 1em) / -2))) {
  .section-Philosophy .section__content {
    -webkit-margin-after: -0.5em;
    margin-block-end: -0.5em;
  }
}
.section__content p {
  margin: 0;
}

/************************************************
    Contact
*************************************************/
.section-Contact {
  text-align: center;
  background: no-repeat center / cover;
  padding-block: 3.4375em;
}
@supports ((background-image: -webkit-image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x)) or (background-image: image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x))) {
  .webp .section-Contact {
    background-image: -webkit-image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x);
    background-image: image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x);
  }
}
@supports ((background-image: -webkit-image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x)) or (background-image: image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x))) {
  .no-webp .section-Contact {
    background-image: -webkit-image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x);
    background-image: image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x)) or (background-image: image-set(url('img/section-Contact.webp') 1x, url('img/section-Contact@2x.webp') 2x, url('img/section-Contact@3x.webp') 3x))) {
  .section-Contact {
    background-image: url('img/section-Contact.webp');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .webp .section-Contact {
      background-image: url('img/section-Contact@2x.webp');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .webp .section-Contact {
      background-image: url('img/section-Contact@3x.webp');
    }
  }
}
@supports not ((background-image: -webkit-image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x)) or (background-image: image-set(url('img/section-Contact.png') 1x, url('img/section-Contact@2x.png') 2x, url('img/section-Contact@3x.png') 3x))) {
  .section-Contact {
    background-image: url('img/section-Contact.png');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .no-webp .section-Contact {
      background-image: url('img/section-Contact@2x.png');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .no-webp .section-Contact {
      background-image: url('img/section-Contact@3x.png');
    }
  }
}
_:-ms-lang(x)::-ms-backdrop, .section-Contact {
  background-image: url('img/section-Contact.png');
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .section-Contact {
    background-image: url('img/section-Contact@2x.png');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .section-Contact {
    background-image: url('img/section-Contact@3x.png');
  }
}

@supports not (padding-block: 3.4375em) {
  .section-Contact {
    -webkit-padding-before: 3.4375em;
    padding-block-start: 3.4375em;
    -webkit-padding-after: 3.4375em;
    padding-block-end: 3.4375em;
  }
}
.section-Contact__title {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-block: -0.3333333333em 0;
}
@supports not (margin-block: -0.3333333333em 0) {
  .section-Contact__title {
    -webkit-margin-before: -0.3333333333em;
    margin-block-start: -0.3333333333em;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
.section-Contact__title::before {
  content: '\e905';
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.3333333333em;
  vertical-align: -0.15em;
  -webkit-margin-end: 0.1em;
  margin-inline-end: 0.1em;
}
.section-Contact__content {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.75;
  text-align: center;
  -webkit-padding-start: 0.12em;
  padding-inline-start: 0.12em;
  -webkit-margin-before: 2em;
  margin-block-start: 2em;
}
.section-Contact__content p {
  margin: 0;
}
.section-Contact__mail {
  color: white;
  font-family: "Roboto";
  font-size: 1.0625em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  background-color: #009f5d;
  padding-block: 0.875em;
  padding-inline: 1em;
  border: 1px solid #009f5d;
  border-radius: 0.8333333333em;
  -webkit-margin-before: 1.1666666667em;
  margin-block-start: 1.1666666667em;
}
@supports not (padding-block: 0.875em) {
  .section-Contact__mail {
    -webkit-padding-before: 0.875em;
    padding-block-start: 0.875em;
    -webkit-padding-after: 0.875em;
    padding-block-end: 0.875em;
  }
}
@supports not (padding-inline: 1em) {
  .section-Contact__mail {
    -webkit-padding-start: 1em;
    padding-inline-start: 1em;
    -webkit-padding-end: 1em;
    padding-inline-end: 1em;
  }
}
@media (min-width: 48rem) {
  .section-Contact__mail {
    font-size: 1.5em;
    padding-inline: 2.7916666667em;
  }
  @supports not (padding-inline: 2.7916666667em) {
    .section-Contact__mail {
      -webkit-padding-start: 2.7916666667em;
      padding-inline-start: 2.7916666667em;
      -webkit-padding-end: 2.7916666667em;
      padding-inline-end: 2.7916666667em;
    }
  }
}
.section-Contact__mail:hover {
  color: #009f5d;
  background-color: white;
}
.section-Contact .logo-s {
  -webkit-margin-before: 3em;
  margin-block-start: 3em;
}
/*# sourceMappingURL=maps/style.css.map */