@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@600&family=M+PLUS+Rounded+1c:wght@100&family=Noto+Sans+JP:wght@300;500&display=swap");
/* line 5, assets/scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, assets/scss/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, assets/scss/bootstrap/_buttons.scss */
.btn:hover {
  color: #000;
}

/* line 44, assets/scss/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 76, assets/scss/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 500;
  color: #00B33F;
  text-decoration: underline;
}

/* line 81, assets/scss/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #008f32;
}

/* line 90, assets/scss/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 103, assets/scss/bootstrap/_buttons.scss */
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 107, assets/scss/bootstrap/_buttons.scss */
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 7, assets/scss/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, assets/scss/bootstrap/_containers.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, assets/scss/bootstrap/_containers.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, assets/scss/bootstrap/_containers.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, assets/scss/bootstrap/_containers.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1024px;
  }
}

/* line 5, assets/scss/common/_common.scss */
html {
  font-size: 62.5%;
}

/* line 9, assets/scss/common/_common.scss */
body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

/* line 18, assets/scss/common/_common.scss */
#page {
  background-color: #f1f1f1;
}

/* line 22, assets/scss/common/_common.scss */
#primary {
  padding-top: 80px;
}

@media (max-width: 767.98px) {
  /* line 22, assets/scss/common/_common.scss */
  #primary {
    padding-top: 74px;
  }
}

/* line 27, assets/scss/common/_common.scss */
.home #primary {
  padding-top: 0;
}

/* line 32, assets/scss/common/_common.scss */
.en {
  font-family: "Cormorant Infant", serif;
}

/* line 36, assets/scss/common/_common.scss */
.arrow-right {
  padding-right: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
}

/* line 42, assets/scss/common/_common.scss */
.arrow-right:after {
  content: "";
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../images/icon/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition-duration: 0.5s;
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
}

/* line 58, assets/scss/common/_common.scss */
.arrow-right:hover {
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 61, assets/scss/common/_common.scss */
.arrow-right:hover:after {
  right: 0px;
}

/* line 67, assets/scss/common/_common.scss */
.text-right {
  text-align: right;
}

/* line 71, assets/scss/common/_common.scss */
.text-center {
  text-align: center;
}

/* line 75, assets/scss/common/_common.scss */
.marker {
  font-weight: 500;
  border-bottom: 1px solid #00B33F;
}

/* line 80, assets/scss/common/_common.scss */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 80, assets/scss/common/_common.scss */
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* line 90, assets/scss/common/_common.scss */
.container-s, .container-m, .container-l {
  margin: auto;
}

/* line 96, assets/scss/common/_common.scss */
.container-s {
  max-width: 856px;
  width: 100%;
}

/* line 100, assets/scss/common/_common.scss */
.container-m {
  max-width: 904px;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 100, assets/scss/common/_common.scss */
  .container-m {
    padding: 0 30px;
  }
}

/* line 107, assets/scss/common/_common.scss */
.container-l {
  max-width: 1024px;
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 107, assets/scss/common/_common.scss */
  .container-l {
    padding: 0 30px;
  }
}

/* line 117, assets/scss/common/_common.scss */
.text-s, .text-m, .text-l {
  margin-top: 0;
}

/* line 120, assets/scss/common/_common.scss */
.text-m {
  font-size: 1.7rem;
}

/* line 125, assets/scss/common/_common.scss */
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

@media (min-width: 768px) {
  /* line 125, assets/scss/common/_common.scss */
  .wrapper {
    max-width: 934px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 125, assets/scss/common/_common.scss */
  .wrapper {
    padding: 0 28px;
  }
}

/* line 142, assets/scss/common/_common.scss */
.section-information a[target="_blank"]:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  background-image: url(../images/icon/newtab.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 156, assets/scss/common/_common.scss */
.section-information a.pdf:after {
  content: "";
  width: 17px;
  height: 22px;
  margin-left: 10px;
  margin-bottom: -4px;
  background-image: url(../images/icon/pdf-file.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 1, assets/scss/common/_effect.scss */
.loading {
  display: none;
}

/* line 5, assets/scss/common/_effect.scss */
.intro .loading {
  display: block;
}

/* line 7, assets/scss/common/_effect.scss */
.intro .loading.show {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1000;
}

/* line 17, assets/scss/common/_effect.scss */
.intro .loading-table {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 22, assets/scss/common/_effect.scss */
.intro .loading-cell {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

/* line 28, assets/scss/common/_effect.scss */
.intro .loading-logo {
  width: auto;
  height: 150px;
}

/* line 35, assets/scss/common/_effect.scss */
.intro .site-header.fixed {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 10;
  animation-name: headerDown;
  animation-duration: 1s;
}

@media (max-width: 767.98px) {
  /* line 35, assets/scss/common/_effect.scss */
  .intro .site-header.fixed {
    height: 74px;
  }
}

/* line 46, assets/scss/common/_effect.scss */
.intro .site-header.fixed .site-logo {
  height: 35px;
}

@media (max-width: 767.98px) {
  /* line 46, assets/scss/common/_effect.scss */
  .intro .site-header.fixed .site-logo {
    height: 40px;
  }
}

/* line 54, assets/scss/common/_effect.scss */
.intro .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}

@media (max-width: 767.98px) {
  /* line 61, assets/scss/common/_effect.scss */
  .intro .site-header .drawer-hamburger {
    opacity: 0;
    display: none;
  }
  /* line 65, assets/scss/common/_effect.scss */
  .intro .site-header .drawer-hamburger.in {
    animation-name: opacityIn;
    animation-duration: 2s;
    opacity: 1;
    display: block;
  }
}

/* line 74, assets/scss/common/_effect.scss */
.intro .site-header .site-branding {
  display: none;
}

/* line 76, assets/scss/common/_effect.scss */
.intro .site-header .site-branding.go {
  animation-name: slideTop;
  animation-duration: 2s;
  display: block;
}

/* line 83, assets/scss/common/_effect.scss */
.intro .site-header .primary-navigation {
  overflow: hidden;
  display: none;
}

/* line 87, assets/scss/common/_effect.scss */
.intro .site-header .primary-navigation .navigation-overlay {
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  z-index: 1;
}

/* line 95, assets/scss/common/_effect.scss */
.intro .site-header .primary-navigation.go {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 95, assets/scss/common/_effect.scss */
  .intro .site-header .primary-navigation.go {
    display: none;
  }
}

/* line 104, assets/scss/common/_effect.scss */
.intro .site-header .primary-navigation.go .navigation-overlay {
  animation-name: fadeLeft;
  animation-duration: 3s;
}

/* line 115, assets/scss/common/_effect.scss */
.intro .front-visual-thumbnail.go {
  animation-name: slideLeft;
  animation-duration: 2s;
  opacity: 1;
}

/* line 120, assets/scss/common/_effect.scss */
.intro .front-visual-thumbnail .overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 5;
}

/* line 126, assets/scss/common/_effect.scss */
.intro .front-visual-thumbnail .overlay.go {
  animation-name: rollLeft;
  animation-duration: 2s;
  display: block;
  left: -3000px;
}

/* line 134, assets/scss/common/_effect.scss */
.intro .front-visual-text {
  display: none;
}

/* line 136, assets/scss/common/_effect.scss */
.intro .front-visual-text.go {
  animation-name: slideRight;
  animation-duration: 2s;
  display: block;
}

/* line 142, assets/scss/common/_effect.scss */
.intro .inquiry-button {
  opacity: 0;
}

/* line 144, assets/scss/common/_effect.scss */
.intro .inquiry-button.in {
  animation-name: opacityIn;
  animation-duration: 2s;
  opacity: 1;
}

/* line 149, assets/scss/common/_effect.scss */
.intro .inquiry-button.out {
  animation-name: opacityOut;
  animation-duration: 2s;
  opacity: 0;
}

/* line 156, assets/scss/common/_effect.scss */
.intro .text-fade {
  opacity: 0;
}

/* line 158, assets/scss/common/_effect.scss */
.intro .text-fade span {
  opacity: 0;
}

/* line 163, assets/scss/common/_effect.scss */
.intro .vision-col {
  opacity: 0;
}

/* line 165, assets/scss/common/_effect.scss */
.intro .vision-col.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}

/* line 173, assets/scss/common/_effect.scss */
.intro .vision-text {
  opacity: 0;
}

/* line 175, assets/scss/common/_effect.scss */
.intro .vision-text.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}

/* line 184, assets/scss/common/_effect.scss */
.intro .text-right {
  opacity: 0;
}

/* line 186, assets/scss/common/_effect.scss */
.intro .text-right.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}

/* line 193, assets/scss/common/_effect.scss */
.intro .parallax-front,
.intro .parallax-back {
  opacity: 0;
}

/* line 196, assets/scss/common/_effect.scss */
.intro .parallax-front.in,
.intro .parallax-back.in {
  animation-name: parallaxIn;
  animation-duration: 2s;
  opacity: 0.4;
}

/* line 203, assets/scss/common/_effect.scss */
.intro .service-col {
  opacity: 0;
}

/* line 206, assets/scss/common/_effect.scss */
.intro .service-col:first-of-type.effect {
  animation-name: slideRight;
  animation-duration: 2s;
  opacity: 1;
}

/* line 213, assets/scss/common/_effect.scss */
.intro .service-col:last-of-type.effect {
  animation-name: slideLeft;
  animation-duration: 2s;
  opacity: 1;
}

@keyframes headerDown {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes rollLeft {
  from {
    transform: translateX(3000px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideBottom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opacityIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes parallaxIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}

@keyframes opacityOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeLeft {
  0% {
    background: -webkit-linear-gradient(left, white 0%, white 100%);
    background: -moz-linear-gradient(left, white 0%, white 100%);
    background: -o-linear-gradient(left, white 0%, white 100%);
    background: linear-gradient(to right, white 0%, white 100%);
  }
  2% {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 40%);
    right: 0;
  }
  100% {
    right: -2000px;
  }
}

/* line 340, assets/scss/common/_effect.scss */
.effect-fade {
  opacity: 0;
  transform: translate(0, 90px);
  transition: all 1000ms;
  /*
    .text-fade {
        opacity: 0;
        span {
            opacity: 0;
        }
    }
    */
}

/* line 344, assets/scss/common/_effect.scss */
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.
 */
/* line 45, assets/scss/common/_wordpress.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 56, assets/scss/common/_wordpress.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 63, assets/scss/common/_wordpress.scss */
main {
  display: block;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 104, assets/scss/common/_wordpress.scss */
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.
 */
/* line 112, assets/scss/common/_wordpress.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 121, assets/scss/common/_wordpress.scss */
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.
 */
/* line 130, assets/scss/common/_wordpress.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 140, assets/scss/common/_wordpress.scss */
small {
  font-size: 80%;
}

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

/* line 156, assets/scss/common/_wordpress.scss */
sub {
  bottom: -0.25em;
}

/* line 160, assets/scss/common/_wordpress.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 170, assets/scss/common/_wordpress.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 196, assets/scss/common/_wordpress.scss */
button,
input {
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 223, assets/scss/common/_wordpress.scss */
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.
 */
/* line 234, assets/scss/common/_wordpress.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 244, assets/scss/common/_wordpress.scss */
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.
 */
/* line 254, assets/scss/common/_wordpress.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 266, assets/scss/common/_wordpress.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 273, assets/scss/common/_wordpress.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 290, assets/scss/common/_wordpress.scss */
[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.
 */
/* line 299, assets/scss/common/_wordpress.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 307, assets/scss/common/_wordpress.scss */
[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.
 */
/* line 315, assets/scss/common/_wordpress.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 326, assets/scss/common/_wordpress.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 333, assets/scss/common/_wordpress.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 343, assets/scss/common/_wordpress.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 350, assets/scss/common/_wordpress.scss */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* line 359, assets/scss/common/_wordpress.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 365, assets/scss/common/_wordpress.scss */
html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* line 375, assets/scss/common/_wordpress.scss */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
}

/* line 386, assets/scss/common/_wordpress.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* line 395, assets/scss/common/_wordpress.scss */
p {
  margin-bottom: 1.5em;
}

/* line 399, assets/scss/common/_wordpress.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 406, assets/scss/common/_wordpress.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 410, assets/scss/common/_wordpress.scss */
address {
  margin: 0 0 1.5em;
}

/* line 414, assets/scss/common/_wordpress.scss */
pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 431, assets/scss/common/_wordpress.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 437, assets/scss/common/_wordpress.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 443, assets/scss/common/_wordpress.scss */
big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
/* line 449, assets/scss/common/_wordpress.scss */
body {
  background: #fff;
}

/* line 453, assets/scss/common/_wordpress.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 460, assets/scss/common/_wordpress.scss */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 465, assets/scss/common/_wordpress.scss */
ul {
  list-style: disc;
}

/* line 469, assets/scss/common/_wordpress.scss */
ol {
  list-style: decimal;
}

/* line 473, assets/scss/common/_wordpress.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 479, assets/scss/common/_wordpress.scss */
dt {
  font-weight: 700;
}

/* line 483, assets/scss/common/_wordpress.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
/* line 488, assets/scss/common/_wordpress.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 494, assets/scss/common/_wordpress.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 499, assets/scss/common/_wordpress.scss */
figure {
  margin: 1em 0;
}

/* line 503, assets/scss/common/_wordpress.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* line 524, assets/scss/common/_wordpress.scss */
a:focus {
  outline: thin dotted;
}

/* line 528, assets/scss/common/_wordpress.scss */
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* line 535, assets/scss/common/_wordpress.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

/* line 548, assets/scss/common/_wordpress.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 555, assets/scss/common/_wordpress.scss */
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 566, assets/scss/common/_wordpress.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* line 588, assets/scss/common/_wordpress.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 607, assets/scss/common/_wordpress.scss */
select {
  border: 1px solid #ccc;
}

/* line 611, assets/scss/common/_wordpress.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* line 625, assets/scss/common/_wordpress.scss */
.main-navigation {
  display: block;
  width: 100%;
}

/* line 630, assets/scss/common/_wordpress.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 637, assets/scss/common/_wordpress.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

/* line 646, assets/scss/common/_wordpress.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 651, assets/scss/common/_wordpress.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

/* line 657, assets/scss/common/_wordpress.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 661, assets/scss/common/_wordpress.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 666, assets/scss/common/_wordpress.scss */
.main-navigation li {
  position: relative;
}

/* line 670, assets/scss/common/_wordpress.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 676, assets/scss/common/_wordpress.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 683, assets/scss/common/_wordpress.scss */
  .menu-toggle {
    display: none;
  }
  /* line 687, assets/scss/common/_wordpress.scss */
  .main-navigation ul {
    display: flex;
  }
}

/* line 692, assets/scss/common/_wordpress.scss */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

/* line 700, assets/scss/common/_wordpress.scss */
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

/* line 706, assets/scss/common/_wordpress.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

/* line 712, assets/scss/common/_wordpress.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
/* line 721, assets/scss/common/_wordpress.scss */
.sticky {
  display: block;
}

/* line 730, assets/scss/common/_wordpress.scss */
.updated:not(.published) {
  display: none;
}

/* line 734, assets/scss/common/_wordpress.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 740, assets/scss/common/_wordpress.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
/* line 747, assets/scss/common/_wordpress.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 751, assets/scss/common/_wordpress.scss */
.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
/* line 757, assets/scss/common/_wordpress.scss */
.widget {
  margin: 0 0 1.5em;
}

/* line 761, assets/scss/common/_wordpress.scss */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
/* line 767, assets/scss/common/_wordpress.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
/* line 777, assets/scss/common/_wordpress.scss */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* line 783, assets/scss/common/_wordpress.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 788, assets/scss/common/_wordpress.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 794, assets/scss/common/_wordpress.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 798, assets/scss/common/_wordpress.scss */
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/* line 804, assets/scss/common/_wordpress.scss */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

/* line 810, assets/scss/common/_wordpress.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 816, assets/scss/common/_wordpress.scss */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* line 820, assets/scss/common/_wordpress.scss */
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 824, assets/scss/common/_wordpress.scss */
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* line 828, assets/scss/common/_wordpress.scss */
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* line 832, assets/scss/common/_wordpress.scss */
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* line 836, assets/scss/common/_wordpress.scss */
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

/* line 840, assets/scss/common/_wordpress.scss */
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

/* line 844, assets/scss/common/_wordpress.scss */
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* line 848, assets/scss/common/_wordpress.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* line 860, assets/scss/common/_wordpress.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* line 866, assets/scss/common/_wordpress.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 878, assets/scss/common/_wordpress.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 891, assets/scss/common/_wordpress.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
/* line 912, assets/scss/common/_wordpress.scss */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/* line 918, assets/scss/common/_wordpress.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* line 928, assets/scss/common/_wordpress.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* line 938, assets/scss/common/_wordpress.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* line 950, assets/scss/common/_wordpress.scss */
.wp-block-button__link {
  min-width: 440px;
  padding: 13px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-size: 6px;
  background-position: top 15px right 1000px;
  background-repeat: no-repeat;
  position: relative;
}

/* line 2, assets/scss/layout/_footer.scss */
.footer-branding {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/layout/_footer.scss */
  .footer-branding {
    margin-top: 60px;
    background-color: #fff;
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 9, assets/scss/layout/_footer.scss */
  .propertyinformation .footer-branding {
    margin-top: 0;
  }
}

/* line 15, assets/scss/layout/_footer.scss */
.footer-title {
  text-align: center;
}

/* line 17, assets/scss/layout/_footer.scss */
.footer-title a {
  padding: 35px 0;
  display: block;
}

/* line 22, assets/scss/layout/_footer.scss */
.footer-logo {
  height: 40px;
  margin: auto;
  display: block;
}

/* line 29, assets/scss/layout/_footer.scss */
.site-footer {
  padding: 41px 0 60px;
  color: #fff;
  background-image: url(../images/obj/as-partners-footer-logo.svg);
  background-size: 295px;
  background-position: bottom left 45px;
  background-color: #333;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 29, assets/scss/layout/_footer.scss */
  .site-footer {
    padding: 36px 0 38px;
  }
}

/* line 44, assets/scss/layout/_footer.scss */
.home .site-footer .btn-top {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 44, assets/scss/layout/_footer.scss */
  .home .site-footer .btn-top {
    display: block;
  }
}

/* line 53, assets/scss/layout/_footer.scss */
.site-footer .footer-row {
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
  flex-wrap: wrap;
}

/* line 59, assets/scss/layout/_footer.scss */
.site-footer .footer-col {
  flex: 0 0 25%;
  padding-left: 18px;
  padding-right: 18px;
}

/* line 63, assets/scss/layout/_footer.scss */
.site-footer .footer-col:nth-of-type(1) {
  flex: 0 0 29.5%;
}

/* line 66, assets/scss/layout/_footer.scss */
.site-footer .footer-col:nth-of-type(2) {
  flex: 0 0 22.5%;
}

/* line 69, assets/scss/layout/_footer.scss */
.site-footer .footer-col:nth-of-type(3) {
  flex: 0 0 13%;
}

/* line 72, assets/scss/layout/_footer.scss */
.site-footer .footer-col:nth-of-type(4) {
  flex: 0 0 18%;
}

/* line 75, assets/scss/layout/_footer.scss */
.site-footer .footer-col:nth-of-type(5) {
  flex: 0 0 17%;
}

@media (max-width: 767.98px) {
  /* line 81, assets/scss/layout/_footer.scss */
  .site-footer .footer-content {
    display: none;
  }
}

/* line 85, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 89, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item {
  font-size: 1.4rem;
}

/* line 91, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item.strong {
  margin-top: 14px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 97, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item.line-2 {
  line-height: 1.5;
  display: inline-block;
}

/* line 101, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item.mt-30 {
  margin-top: 30px;
}

/* line 104, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item.mt-40 {
  margin-top: 40px;
}

/* line 107, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item a {
  text-decoration: none;
  color: #fff;
}

/* line 110, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 113, assets/scss/layout/_footer.scss */
.site-footer .footer-content .menu-item a small {
  font-size: 1.3rem;
}

/* line 121, assets/scss/layout/_footer.scss */
.site-footer .footer-bottom {
  padding-top: 62px;
  line-height: 1.5;
  *zoom: 1;
}

/* line 72, assets/scss/common/_mixin.scss */
.site-footer .footer-bottom:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767.98px) {
  /* line 121, assets/scss/layout/_footer.scss */
  .site-footer .footer-bottom {
    padding: 0;
  }
}

/* line 130, assets/scss/layout/_footer.scss */
.site-footer .site-info {
  margin-left: 0;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  float: left;
}

@media (max-width: 767.98px) {
  /* line 130, assets/scss/layout/_footer.scss */
  .site-footer .site-info {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    float: none;
  }
}

/* line 143, assets/scss/layout/_footer.scss */
.site-footer .site-info p {
  margin: 0;
}

/* line 147, assets/scss/layout/_footer.scss */
.site-footer .site-menu {
  float: right;
}

@media (max-width: 767.98px) {
  /* line 147, assets/scss/layout/_footer.scss */
  .site-footer .site-menu {
    float: none;
  }
}

/* line 156, assets/scss/layout/_footer.scss */
.site-footer .footer-site {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 156, assets/scss/layout/_footer.scss */
  .site-footer .footer-site {
    color: #fff;
    display: block;
  }
}

/* line 162, assets/scss/layout/_footer.scss */
.site-footer .footer-site-title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 1.6rem;
  text-align: center;
}

/* line 168, assets/scss/layout/_footer.scss */
.site-footer .footer-site-row {
  display: flex;
  margin: 0 8px;
}

/* line 172, assets/scss/layout/_footer.scss */
.site-footer .footer-site-col {
  flex: 0 0 50%;
  padding: 0 7px;
  margin-bottom: 28px;
}

/* line 176, assets/scss/layout/_footer.scss */
.site-footer .footer-site-col a {
  padding: 28px 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #707070;
  display: block;
}

/* line 186, assets/scss/layout/_footer.scss */
.site-footer .footer-site-col a[target="_blank"]:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  margin-left: 10px;
  background-image: url(../images/icon/external-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 203, assets/scss/layout/_footer.scss */
  .site-footer .terms-navigation {
    margin-bottom: 54px;
  }
}

/* line 207, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  list-style: none;
}

@media (max-width: 767.98px) {
  /* line 207, assets/scss/layout/_footer.scss */
  .site-footer .terms-navigation .menu {
    font-size: 1.2rem;
  }
}

/* line 216, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu-item {
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 216, assets/scss/layout/_footer.scss */
  .site-footer .terms-navigation .menu-item {
    text-align: center;
    display: block;
  }
}

/* line 222, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu-item a {
  text-decoration: none;
  color: #fff;
}

/* line 225, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu-item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 229, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu-item:first-child {
  padding-right: 15px;
  border-right: 1px solid;
}

@media (max-width: 767.98px) {
  /* line 229, assets/scss/layout/_footer.scss */
  .site-footer .terms-navigation .menu-item:first-child {
    padding: 0;
    margin-bottom: 24px;
    border: none;
  }
}

/* line 238, assets/scss/layout/_footer.scss */
.site-footer .terms-navigation .menu-item:last-child {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  /* line 238, assets/scss/layout/_footer.scss */
  .site-footer .terms-navigation .menu-item:last-child {
    padding: 0;
  }
}

/* line 251, assets/scss/layout/_footer.scss */
body .float-top {
  transition-duration: 0.5s;
  position: fixed;
  top: initial;
  bottom: -100px;
}

/* line 257, assets/scss/layout/_footer.scss */
body .float-top.show {
  bottom: 0;
}

/* line 1, assets/scss/layout/_header.scss */
.site-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  *zoom: 1;
  position: absolute;
  z-index: 200;
}

/* line 72, assets/scss/common/_mixin.scss */
.site-header:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  /* line 1, assets/scss/layout/_header.scss */
  .site-header {
    height: 74px;
  }
}

/* line 15, assets/scss/layout/_header.scss */
.home .site-header {
  height: 100px;
}

@media (max-width: 991.98px) {
  /* line 15, assets/scss/layout/_header.scss */
  .home .site-header {
    height: 74px;
  }
}

/* line 21, assets/scss/layout/_header.scss */
.site-header.fixed {
  width: 100%;
  height: 80px;
  animation-name: opacityIn;
  animation-duration: 0.5s;
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media (max-width: 991.98px) {
  /* line 21, assets/scss/layout/_header.scss */
  .site-header.fixed {
    height: 74px;
  }
}

/* line 33, assets/scss/layout/_header.scss */
.site-header.fixed .site-logo {
  height: 40.87px;
}

/* line 36, assets/scss/layout/_header.scss */
.home .site-header.fixed .site-logo {
  height: 40.87px;
}

@media (max-width: 991.98px) {
  /* line 36, assets/scss/layout/_header.scss */
  .home .site-header.fixed .site-logo {
    height: 40.25px;
  }
}

@media (max-width: 991.98px) {
  /* line 33, assets/scss/layout/_header.scss */
  .site-header.fixed .site-logo {
    height: 40.25px;
  }
}

/* line 48, assets/scss/layout/_header.scss */
.site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}

@media (max-width: 1199.98px) {
  /* line 48, assets/scss/layout/_header.scss */
  .site-header.fixed .primary-navigation .menu .menu-item {
    padding: 25px 8px;
  }
}

/* line 53, assets/scss/layout/_header.scss */
.home .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}

@media (max-width: 1199.98px) {
  /* line 53, assets/scss/layout/_header.scss */
  .home .site-header.fixed .primary-navigation .menu .menu-item {
    padding: 25px 8px;
  }
}

/* line 63, assets/scss/layout/_header.scss */
.site-header .site-branding {
  float: left;
}

/* line 66, assets/scss/layout/_header.scss */
.site-header .site-title {
  padding: 22px 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  /* line 66, assets/scss/layout/_header.scss */
  .site-header .site-title {
    padding: 17px 0;
  }
}

/* line 73, assets/scss/layout/_header.scss */
.site-header .site-logo {
  height: 35px;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 73, assets/scss/layout/_header.scss */
  .site-header .site-logo {
    width: auto;
    height: 40.25px;
  }
}

/* line 80, assets/scss/layout/_header.scss */
.home .site-header .site-logo {
  height: 54.5px;
}

@media (max-width: 1199.98px) {
  /* line 80, assets/scss/layout/_header.scss */
  .home .site-header .site-logo {
    height: 40.25px;
  }
}

/* line 88, assets/scss/layout/_header.scss */
.site-header .primary-navigation {
  padding: 0;
  float: right;
}

@media (max-width: 991.98px) {
  /* line 88, assets/scss/layout/_header.scss */
  .site-header .primary-navigation {
    display: none;
  }
}

/* line 94, assets/scss/layout/_header.scss */
.site-header .primary-navigation .menu-primary-container {
  display: inline-block;
}

/* line 97, assets/scss/layout/_header.scss */
.site-header .primary-navigation .menu {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
}

/* line 104, assets/scss/layout/_header.scss */
.site-header .primary-navigation .menu .menu-item {
  padding: 25px 15px;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  /* line 104, assets/scss/layout/_header.scss */
  .site-header .primary-navigation .menu .menu-item {
    padding: 25px 10px;
  }
}

/* line 109, assets/scss/layout/_header.scss */
.home .site-header .primary-navigation .menu .menu-item {
  padding: 34px 15px;
}

@media (max-width: 1199.98px) {
  /* line 109, assets/scss/layout/_header.scss */
  .home .site-header .primary-navigation .menu .menu-item {
    padding: 34px 8px;
  }
}

/* line 116, assets/scss/layout/_header.scss */
.site-header .primary-navigation .menu .menu-item > a {
  text-decoration: none;
  color: #000;
}

/* line 124, assets/scss/layout/_header.scss */
.site-header .scaling-area {
  margin-left: 16px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  /* line 124, assets/scss/layout/_header.scss */
  .site-header .scaling-area {
    margin-left: 6px;
  }
}

/* line 131, assets/scss/layout/_header.scss */
.site-header .scaling-area .scaling-switch {
  width: 44px;
  height: 116px;
  background-size: cover;
  background-image: url(../images/icon/scaling-off.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  transition-duration: 0.5s;
  display: none;
}

/* line 143, assets/scss/layout/_header.scss */
.site-header .scaling-area .scaling-switch.show {
  display: block;
}

/* line 146, assets/scss/layout/_header.scss */
.site-header .scaling-area .scaling-switch.on {
  background-image: url(../images/icon/scaling-on.png);
}

/* line 152, assets/scss/layout/_header.scss */
.site-header .btn-scaling {
  width: 44px;
  height: 44px;
  background-image: url(../images/icon/scaling.svg);
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  -webkit-appearance: button;
  appearance: none;
  vertical-align: middle;
  cursor: pointer;
  transition-duration: 0.5s;
  display: inline-block;
}

/* line 168, assets/scss/layout/_header.scss */
.site-header .btn-scaling:hover {
  background-image: url(../images/icon/scaling-hover.svg);
}

/* line 173, assets/scss/layout/_header.scss */
.site-header .drawer-hamburger {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 173, assets/scss/layout/_header.scss */
  .site-header .drawer-hamburger {
    display: block;
  }
}

/* line 1, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right {
  left: 0;
}

/* line 3, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: 0;
}

/* line 6, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .js-hiraku-offcanvas-active {
  background: none;
  z-index: 10;
}

/* line 9, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  width: 100%;
  background-color: #333333;
}

/* line 15, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .site-header {
  position: fixed;
  top: 0;
}

/* line 20, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .drawer-hamburger {
  width: 28px;
  padding-left: 17px;
  padding-right: 17px;
}

/* line 26, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon {
  background-color: transparent;
}

/* line 29, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:before,
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:after {
  top: 0;
}

/* line 33, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

/* line 36, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/* line 40, assets/scss/layout/_drawer.scss */
body.js-hiraku-offcanvas-body-right .front-visual {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 47, assets/scss/layout/_drawer.scss */
.drawer-site {
  margin-bottom: 38px;
}

/* line 49, assets/scss/layout/_drawer.scss */
.drawer-site-row {
  display: flex;
}

/* line 52, assets/scss/layout/_drawer.scss */
.drawer-site-col {
  flex: 0 0 50%;
  text-align: center;
}

/* line 55, assets/scss/layout/_drawer.scss */
.drawer-site-col a {
  padding: 40px 0;
  display: block;
}

/* line 59, assets/scss/layout/_drawer.scss */
.drawer-site-col.col-recruit {
  background-image: url(../images/common/site-recruit.png);
  background-size: cover;
}

/* line 63, assets/scss/layout/_drawer.scss */
.drawer-site-col.col-heim {
  background-image: url(../images/common/site-heim.png);
  background-size: cover;
}

/* line 69, assets/scss/layout/_drawer.scss */
.drawer-site-menu .menu {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  list-style: none;
}

/* line 75, assets/scss/layout/_drawer.scss */
.drawer-site-menu .menu-item {
  margin-bottom: 10px;
}

/* line 80, assets/scss/layout/_drawer.scss */
.drawer-site-info {
  margin-top: 52px;
  margin-bottom: 110px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
}

/* line 88, assets/scss/layout/_drawer.scss */
.drawer-site-wrap {
  width: 100%;
  background-image: url(../images/obj/as-partners-footer-logo.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 100, assets/scss/layout/_drawer.scss */
body .drawer-nav {
  padding-top: 74px;
  background-color: #333333;
}

/* line 103, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu {
  padding: 0;
  margin: 0;
}

/* line 106, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu > .menu-item {
  border-bottom: 1px solid #000;
}

/* line 109, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu > .menu-item > a {
  padding: 20px 28px;
  font-size: 1.6rem;
  font-weight: 500;
  background-image: url(../images/icon/open.svg);
  background-position: center right 28px;
  background-repeat: no-repeat;
  display: block;
}

/* line 117, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu > .menu-item > a.open {
  background-image: url(../images/icon/close.svg);
}

/* line 123, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu > .menu-item:nth-last-child(2) a, body .drawer-nav #drawer-menu > .menu-item:last-child a {
  background-image: url(../images/icon/arrow-right-white.svg);
}

/* line 125, assets/scss/layout/_drawer.scss */
body .drawer-nav #drawer-menu > .menu-item:nth-last-child(2) a.open, body .drawer-nav #drawer-menu > .menu-item:last-child a.open {
  background-image: url(../images/icon/arrow-right-white.svg);
}

/* line 132, assets/scss/layout/_drawer.scss */
body .drawer-nav .sub-menu {
  padding: 0;
  margin: 0 0 15px;
}

/* line 137, assets/scss/layout/_drawer.scss */
body .drawer-nav .sub-menu .menu-item a {
  padding: 5px 0 5px 28px;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}

/* line 145, assets/scss/layout/_drawer.scss */
body .drawer-nav a {
  text-decoration: none;
  color: #fff;
}

/* line 154, assets/scss/layout/_drawer.scss */
body.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/* line 2, assets/scss/layout/_information.scss */
.home .section-information {
  padding-bottom: 144px;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/layout/_information.scss */
  .home .section-information {
    padding-bottom: 0;
  }
}

/* line 12, assets/scss/layout/_information.scss */
.information h2, .information information-title {
  margin: 0 0 32px;
}

/* line 16, assets/scss/layout/_information.scss */
.information-title {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* line 25, assets/scss/layout/_information.scss */
.information-title em {
  font-style: normal;
}

/* line 29, assets/scss/layout/_information.scss */
.information-ul {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
  border-top: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 29, assets/scss/layout/_information.scss */
  .information-ul {
    margin-bottom: 32px;
  }
}

/* line 38, assets/scss/layout/_information.scss */
.information-li {
  width: 100%;
  padding: 22px 24px;
  border-bottom: 1px solid #bbb;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 38, assets/scss/layout/_information.scss */
  .information-li {
    padding: 10px 0;
  }
  /* line 45, assets/scss/layout/_information.scss */
  .home .information-li {
    padding: 15px 0;
  }
}

/* line 49, assets/scss/layout/_information.scss */
.information-li .date {
  margin-right: 13px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 49, assets/scss/layout/_information.scss */
  .information-li .date {
    width: 32%;
    padding: 0 3px;
    margin: 0;
    display: inline-block;
  }
}

/* line 60, assets/scss/layout/_information.scss */
.information-li .label {
  margin: 0 1px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 60, assets/scss/layout/_information.scss */
  .information-li .label {
    width: 32%;
    padding: 0 3px;
    margin: 0;
  }
}

/* line 68, assets/scss/layout/_information.scss */
.information-li .label a, .information-li .label span {
  min-width: 100px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  background: #888888;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 68, assets/scss/layout/_information.scss */
  .information-li .label a, .information-li .label span {
    width: 108px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}

/* line 85, assets/scss/layout/_information.scss */
.information-li .label a:hover, .information-li .label span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 91, assets/scss/layout/_information.scss */
.information-cell {
  vertical-align: top;
  display: table-cell;
}

@media (max-width: 991.98px) {
  /* line 91, assets/scss/layout/_information.scss */
  .information-cell {
    display: block;
  }
}

/* line 97, assets/scss/layout/_information.scss */
.information-cell:first-of-type {
  width: 324px;
}

@media (max-width: 991.98px) {
  /* line 97, assets/scss/layout/_information.scss */
  .information-cell:first-of-type {
    width: auto;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 14px;
  }
}

/* line 107, assets/scss/layout/_information.scss */
.information-cell:last-of-type .information-title {
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  /* line 107, assets/scss/layout/_information.scss */
  .information-cell:last-of-type .information-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/* line 117, assets/scss/layout/_information.scss */
.information-cell:last-of-type a {
  color: #000;
  transition-duration: 0.5s;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 117, assets/scss/layout/_information.scss */
  .information-cell:last-of-type a {
    padding-right: 0;
    background: none;
  }
}

/* line 130, assets/scss/layout/_information.scss */
.information-cell:last-of-type a:hover {
  text-decoration: underline;
}

/* line 2, assets/scss/layout/_site.scss */
.section-site {
  padding: 88px 0 122px !important;
}

/* line 5, assets/scss/layout/_site.scss */
.home .section-site {
  padding: 0 !important;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 11, assets/scss/layout/_site.scss */
  .termsofuse .section-site,
  .privacy .section-site,
  .sustainability .section-site,
  .sdgs .section-site,
  .csr .section-site,
  .post-type-archive-information .section-site,
  .realestate .section-site,
  .service .section-site,
  .requestforinformation .section-site,
  .propertyinformation .section-site,
  .dx .section-site,
  .winworks .section-site,
  .idea .section-site,
  .philosophy .section-site,
  .company_history .section-site,
  .company_outline .section-site,
  .seniorhome .section-site,
  .day .section-site,
  .short .section-site {
    display: none;
  }
}

/* line 36, assets/scss/layout/_site.scss */
.section-site .btn-top {
  display: none;
}

/* line 38, assets/scss/layout/_site.scss */
.home .section-site .btn-top {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 38, assets/scss/layout/_site.scss */
  .home .section-site .btn-top {
    display: none;
  }
}

/* line 47, assets/scss/layout/_site.scss */
.home .section-site .container-l {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}

/* line 55, assets/scss/layout/_site.scss */
.section-site .site-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-out;
  transform: scale(1);
}

@media (max-width: 991.98px) {
  /* line 55, assets/scss/layout/_site.scss */
  .section-site .site-image {
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    display: block;
  }
  /* line 73, assets/scss/layout/_site.scss */
  .section-site .site-image .site-title {
    width: 100%;
    margin-top: -16px;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 50%;
    display: block;
  }
}

/* line 84, assets/scss/layout/_site.scss */
.section-site .site-image .site-title {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 84, assets/scss/layout/_site.scss */
  .section-site .site-image .site-title {
    display: block;
  }
}

/* line 91, assets/scss/layout/_site.scss */
.section-site .site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  /*
                .home & {
                    margin-bottom: 10px;
                }
                */
}

/* line 99, assets/scss/layout/_site.scss */
.home .section-site .site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

@media (max-width: 991.98px) {
  /* line 99, assets/scss/layout/_site.scss */
  .home .section-site .site-title {
    margin-top: -16px;
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  /* line 91, assets/scss/layout/_site.scss */
  .section-site .site-title {
    display: none;
  }
}

/* line 116, assets/scss/layout/_site.scss */
.section-site .site-title small {
  margin-top: 15px;
  font-size: 1.5rem;
  display: block;
}

/* line 123, assets/scss/layout/_site.scss */
.section-site .site-subtitle {
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}

/* line 131, assets/scss/layout/_site.scss */
.home .section-site .site-subtitle {
  margin-top: 7px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  /* line 131, assets/scss/layout/_site.scss */
  .home .section-site .site-subtitle {
    margin-top: 28px;
    margin-bottom: 22px;
    font-size: 1.6rem;
  }
}

@media (max-width: 991.98px) {
  /* line 123, assets/scss/layout/_site.scss */
  .section-site .site-subtitle {
    margin-top: 26px;
    margin-bottom: 24px;
    font-size: 1.6rem;
    color: #000;
    display: block;
  }
}

/* line 151, assets/scss/layout/_site.scss */
.section-site .site-description {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 151, assets/scss/layout/_site.scss */
  .section-site .site-description {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
  }
}

/* line 162, assets/scss/layout/_site.scss */
.home .section-site .site-description {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.8;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 162, assets/scss/layout/_site.scss */
  .home .section-site .site-description {
    margin-bottom: 28px;
  }
}

/* line 172, assets/scss/layout/_site.scss */
.section-site .site-row {
  display: flex;
  flex-wrap: wrap;
}

/* line 176, assets/scss/layout/_site.scss */
.section-site .site-col {
  text-align: center;
  flex: 0 0 50%;
}

@media (max-width: 991.98px) {
  /* line 176, assets/scss/layout/_site.scss */
  .section-site .site-col {
    flex: 0 0 100%;
  }
}

/* line 184, assets/scss/layout/_site.scss */
.section-site .site-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/* line 190, assets/scss/layout/_site.scss */
.home .section-site .site-box {
  padding: 0;
}

/* line 192, assets/scss/layout/_site.scss */
.home .section-site .site-box a {
  padding: 60px 0 44px;
}

@media (max-width: 991.98px) {
  /* line 190, assets/scss/layout/_site.scss */
  .home .section-site .site-box {
    padding: 0 0 0;
  }
}

@media (max-width: 991.98px) {
  /* line 184, assets/scss/layout/_site.scss */
  .section-site .site-box {
    background-image: none;
  }
}

@media (max-width: 991.98px) {
  /* line 204, assets/scss/layout/_site.scss */
  .home .section-site .site-box#site-box-1 {
    padding-bottom: 0;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 211, assets/scss/layout/_site.scss */
  .home .section-site .site-box#site-box-1 a {
    padding-bottom: 0;
  }
}

/* line 219, assets/scss/layout/_site.scss */
.section-site .site-box a {
  padding: 56px 0 48px;
  text-decoration: none;
  display: block;
}

/* line 224, assets/scss/layout/_site.scss */
.section-site .site-box a:hover .site-image {
  transform: scale(1.05);
}

/* line 2, assets/scss/page/_front-page.scss */
.home .site-main {
  background-color: #f1f1f1;
}

/* line 7, assets/scss/page/_front-page.scss */
.max-scroll {
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

/* line 14, assets/scss/page/_front-page.scss */
.front-visual {
  width: 100%;
  height: calc( 100vh - 100px);
  padding-top: 100px;
  text-align: right;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 14, assets/scss/page/_front-page.scss */
  .front-visual {
    height: calc( 100vh - 100px);
  }
}

/* line 27, assets/scss/page/_front-page.scss */
.front-visual-thumbnail {
  width: calc( 100% - 170px);
  height: auto;
  display: inline-block;
  /*
            width: 100%;
            padding-top: 50%;
            position: relative;
            &:before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: $border-color;
                position: absolute;
                top: 0;
                right: 0;
            }
            */
}

@media (max-width: 767.98px) {
  /* line 27, assets/scss/page/_front-page.scss */
  .front-visual-thumbnail {
    width: calc( 100% - 60px);
  }
}

/* line 49, assets/scss/page/_front-page.scss */
.front-visual-image {
  width: 100%;
  height: calc( 100vh - 200px);
  background-size: cover;
  background-position: center;
  background-color: #bbb;
  background-repeat: none;
  transform: scale(1.1);
  display: block;
}

@media (max-width: 767.98px) {
  /* line 49, assets/scss/page/_front-page.scss */
  .front-visual-image {
    height: calc( 100vh - 300px);
    transform: scale(1);
    background-position: center right -80px;
  }
}

/* line 63, assets/scss/page/_front-page.scss */
.front-visual-image#front-visual-image-4 {
  background-position: center right -80px;
}

/* line 67, assets/scss/page/_front-page.scss */
.front-visual-text {
  width: 540px;
  height: 190px;
  font-family: auto;
  font-weight: 100;
  text-align: left;
  position: absolute;
  left: 70px;
  bottom: 0px;
  z-index: 4;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 767.98px) {
  /* line 67, assets/scss/page/_front-page.scss */
  .front-visual-text {
    width: 100%;
    padding: 0 25px;
    left: 0;
    bottom: 20px;
  }
}

/* line 86, assets/scss/page/_front-page.scss */
.front-visual-text text {
  font-size: 80px;
}

/* line 89, assets/scss/page/_front-page.scss */
.front-visual-text-pc {
  display: block;
}

/* line 92, assets/scss/page/_front-page.scss */
.front-visual-text-sp {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 96, assets/scss/page/_front-page.scss */
  .front-visual-text-pc {
    display: none;
  }
  /* line 99, assets/scss/page/_front-page.scss */
  .front-visual-text-sp {
    display: block;
  }
}

/*
.mask__shape {
    fill: white;
}

.shape--fill {
    fill: #000;
}

.text--transparent {
    fill: transparent;
}

.box-with-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-fill {
     position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 35vw;
    padding-left: 100%;
    margin: auto;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media (min-aspect-ratio: 1 / 2) {
    .text-fill {
        padding-top: 35vw;
    }
}

@media (min-aspect-ratio: 2 / 1) {
    .text-fill {
        padding-top: 70vh;
        padding-left: 190vh;
    }
}

.svg-defs {
  width: 0;
  height: 0;
}

.svg-inverted-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
*/
/* line 177, assets/scss/page/_front-page.scss */
.section {
  padding: 86px 0;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 177, assets/scss/page/_front-page.scss */
  .section {
    padding: 60px 0;
  }
}

/* line 183, assets/scss/page/_front-page.scss */
.section-header {
  text-align: center;
}

/* line 187, assets/scss/page/_front-page.scss */
.section-title {
  margin-top: 0;
}

/* line 191, assets/scss/page/_front-page.scss */
.section-footer {
  text-align: center;
}

/* line 195, assets/scss/page/_front-page.scss */
.section-vision {
  padding-top: 146px;
  padding-bottom: 42px;
  overflow: hidden;
  position: relative;
}

/* line 200, assets/scss/page/_front-page.scss */
.section-vision .section-content {
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
}

/* line 205, assets/scss/page/_front-page.scss */
.section-vision h2 {
  margin-bottom: 20px;
  font-size: 44px;
  letter-spacing: 0.075em;
}

@media (max-width: 767.98px) {
  /* line 205, assets/scss/page/_front-page.scss */
  .section-vision h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1;
  }
}

/* line 215, assets/scss/page/_front-page.scss */
.section-vision .vision-pc {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 215, assets/scss/page/_front-page.scss */
  .section-vision .vision-pc {
    display: none;
  }
}

/* line 221, assets/scss/page/_front-page.scss */
.section-vision .vision-sp {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 221, assets/scss/page/_front-page.scss */
  .section-vision .vision-sp {
    display: block;
  }
}

/* line 226, assets/scss/page/_front-page.scss */
.section-vision .vision-sp p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* line 232, assets/scss/page/_front-page.scss */
.section-vision .vision-subtitle {
  margin-top: 26px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

/* line 238, assets/scss/page/_front-page.scss */
.section-vision .vision-row {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}

/* line 244, assets/scss/page/_front-page.scss */
.section-vision .vision-col {
  flex: 0 0 50%;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 248, assets/scss/page/_front-page.scss */
.section-vision .vision-col p {
  margin-top: 0;
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  /* line 244, assets/scss/page/_front-page.scss */
  .section-vision .vision-col {
    flex: 0 0 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 258, assets/scss/page/_front-page.scss */
.section-vision .text-more {
  margin-top: 0;
  font-size: 1.5rem;
}

/* line 264, assets/scss/page/_front-page.scss */
.section-service {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* line 269, assets/scss/page/_front-page.scss */
.section-service .service-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 269, assets/scss/page/_front-page.scss */
  .section-service .service-title {
    font-weight: 300;
  }
}

/* line 280, assets/scss/page/_front-page.scss */
.section-service .service-col {
  text-align: center;
  flex: 0 0 50%;
}

@media (max-width: 991.98px) {
  /* line 280, assets/scss/page/_front-page.scss */
  .section-service .service-col {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}

/* line 290, assets/scss/page/_front-page.scss */
.section-service .service-box a {
  width: 100%;
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  /* line 290, assets/scss/page/_front-page.scss */
  .section-service .service-box a {
    height: 250px;
    padding: 74px 0;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  /* line 301, assets/scss/page/_front-page.scss */
  .section-service .service-box a:hover {
    background-size: cover;
  }
}

/* line 310, assets/scss/page/_front-page.scss */
.section-dx {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 310, assets/scss/page/_front-page.scss */
  .section-dx {
    padding-top: 46px;
    padding-bottom: 30px;
  }
}

/* line 318, assets/scss/page/_front-page.scss */
.section-dx .section-header {
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  /* line 318, assets/scss/page/_front-page.scss */
  .section-dx .section-header {
    margin-top: 38px;
    margin-bottom: 46px;
  }
}

/* line 325, assets/scss/page/_front-page.scss */
.section-dx .section-content {
  position: relative;
  z-index: 1;
}

/* line 330, assets/scss/page/_front-page.scss */
.section-dx .dx-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 330, assets/scss/page/_front-page.scss */
  .section-dx .dx-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

/* line 342, assets/scss/page/_front-page.scss */
.section-dx .dx-description {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  /* line 342, assets/scss/page/_front-page.scss */
  .section-dx .dx-description {
    padding: 0 15px;
    text-align: left;
  }
  /* line 349, assets/scss/page/_front-page.scss */
  .section-dx .dx-description br {
    display: none;
  }
}

/* line 358, assets/scss/page/_front-page.scss */
.section-growth {
  height: 100vh;
  min-height: 840px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 358, assets/scss/page/_front-page.scss */
  .section-growth {
    height: auto;
    min-height: auto;
  }
}

/* line 369, assets/scss/page/_front-page.scss */
.section-growth .growth-title {
  margin-bottom: 18px;
  font-size: 44px;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  /* line 369, assets/scss/page/_front-page.scss */
  .section-growth .growth-title {
    margin-bottom: 10px;
    font-size: 36px;
  }
}

/* line 378, assets/scss/page/_front-page.scss */
.section-growth .growth-description {
  margin-top: 0;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  /* line 378, assets/scss/page/_front-page.scss */
  .section-growth .growth-description {
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: justify;
  }
  /* line 386, assets/scss/page/_front-page.scss */
  .section-growth .growth-description br {
    display: none;
  }
}

/* line 392, assets/scss/page/_front-page.scss */
.section-growth .section-header {
  width: 704px;
  margin-top: 70px;
  margin-left: -352px;
  position: absolute;
  left: 50%;
  z-index: 5;
}

@media (max-width: 767.98px) {
  /* line 392, assets/scss/page/_front-page.scss */
  .section-growth .section-header {
    width: auto;
    margin: auto;
    margin-top: 44px;
    position: static;
  }
}

/* line 406, assets/scss/page/_front-page.scss */
.section-growth .section-content {
  height: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 406, assets/scss/page/_front-page.scss */
  .section-growth .section-content {
    height: auto;
  }
}

/* line 2, assets/scss/page/_company.scss */
.company .page-section {
  padding-top: 98px;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/page/_company.scss */
  .company .page-section {
    padding-top: 58px;
  }
}

/* line 9, assets/scss/page/_company.scss */
.company .page-catch {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  /* line 9, assets/scss/page/_company.scss */
  .company .page-catch {
    margin-bottom: 44px;
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  /* line 16, assets/scss/page/_company.scss */
  .company .page-decoration {
    padding: 42px 0 38px;
  }
}

/* line 21, assets/scss/page/_company.scss */
.company .section-information {
  padding-top: 33px !important;
}

@media (max-width: 991.98px) {
  /* line 24, assets/scss/page/_company.scss */
  .company .section-site {
    display: none;
  }
}

/* line 30, assets/scss/page/_company.scss */
.company-message-row {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 30, assets/scss/page/_company.scss */
  .company-message-row {
    flex-direction: column;
  }
}

/* line 39, assets/scss/page/_company.scss */
.company-message-col:first-of-type {
  width: 350px;
  padding: 0 24px;
  order: 1;
}

@media (max-width: 991.98px) {
  /* line 39, assets/scss/page/_company.scss */
  .company-message-col:first-of-type {
    width: 100%;
    order: 2;
  }
}

/* line 48, assets/scss/page/_company.scss */
.company-message-col:last-of-type {
  flex: 1;
  padding: 0 24px;
  order: 2;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_company.scss */
  .company-message-col:last-of-type {
    width: 100%;
    order: 1;
  }
}

/* line 56, assets/scss/page/_company.scss */
.company-message-col:last-of-type p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media (max-width: 991.98px) {
  /* line 56, assets/scss/page/_company.scss */
  .company-message-col:last-of-type p {
    font-size: 1.6rem;
    white-space: break-spaces;
  }
}

/* line 69, assets/scss/page/_company.scss */
.company-message-thumbnail {
  margin-bottom: 24px;
}

/* line 72, assets/scss/page/_company.scss */
.company-message-image {
  display: block;
}

/* line 75, assets/scss/page/_company.scss */
.company-message-name {
  padding-bottom: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 75, assets/scss/page/_company.scss */
  .company-message-name {
    padding-bottom: 0;
    margin-bottom: 18px;
    font-size: 24px;
    border: none;
  }
}

/* line 90, assets/scss/page/_company.scss */
.company-message-name span {
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 90, assets/scss/page/_company.scss */
  .company-message-name span {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}

@media (max-width: 991.98px) {
  /* line 101, assets/scss/page/_company.scss */
  .company-message-profile {
    margin-bottom: 56px;
  }
}

/* line 105, assets/scss/page/_company.scss */
.company-message-profile h4 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* line 112, assets/scss/page/_company.scss */
.company-message-profile p {
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 112, assets/scss/page/_company.scss */
  .company-message-profile p {
    font-size: 14px !important;
  }
}

/* line 122, assets/scss/page/_company.scss */
.company-message-content p {
  text-align: justify;
}

/* line 126, assets/scss/page/_company.scss */
.company-message-from {
  margin-top: 28px;
  font-size: 2rem !important;
  text-align: right !important;
}

@media (max-width: 991.98px) {
  /* line 126, assets/scss/page/_company.scss */
  .company-message-from {
    margin-bottom: 54px;
    font-size: 18px !important;
  }
}

/* line 134, assets/scss/page/_company.scss */
.company-message-from span {
  margin-right: 14px;
  font-size: 1.4rem;
}

/* line 140, assets/scss/page/_company.scss */
.company-title {
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 140, assets/scss/page/_company.scss */
  .company-title {
    margin: 0 0 21px;
    font-size: 32px;
  }
}

/* line 151, assets/scss/page/_company.scss */
.company-menu {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 2px;
  margin-top: 60px;
  background: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 151, assets/scss/page/_company.scss */
  .company-menu {
    padding: 52px 30px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 162, assets/scss/page/_company.scss */
.company-menu-row {
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 162, assets/scss/page/_company.scss */
  .company-menu-row {
    display: block;
  }
}

/* line 168, assets/scss/page/_company.scss */
.company-menu-col {
  flex: 0 0 25%;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 168, assets/scss/page/_company.scss */
  .company-menu-col {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 177, assets/scss/page/_company.scss */
.company-menu-box {
  width: 100%;
  display: table;
}

/* line 185, assets/scss/page/_company.scss */
.company-menu-box-01 a .menu-image {
  background-image: url(../images/page/company/company-menu-01.png);
}

@media (max-width: 991.98px) {
  /* line 185, assets/scss/page/_company.scss */
  .company-menu-box-01 a .menu-image {
    background-image: url(../images/page/company/company-menu-01-sp.png);
  }
}

/* line 195, assets/scss/page/_company.scss */
.company-menu-box-02 a .menu-image {
  background-image: url(../images/page/company/company-menu-02.png);
}

@media (max-width: 991.98px) {
  /* line 195, assets/scss/page/_company.scss */
  .company-menu-box-02 a .menu-image {
    background-image: url(../images/page/company/company-menu-02-sp.png);
  }
}

/* line 205, assets/scss/page/_company.scss */
.company-menu-box-03 a .menu-image {
  background-image: url(../images/page/company/company-menu-03.png);
}

@media (max-width: 991.98px) {
  /* line 205, assets/scss/page/_company.scss */
  .company-menu-box-03 a .menu-image {
    background-image: url(../images/page/company/company-menu-03-sp.png);
  }
}

/* line 215, assets/scss/page/_company.scss */
.company-menu-box-04 a .menu-image {
  background-image: url(../images/page/company/company-menu-04.png);
}

@media (max-width: 991.98px) {
  /* line 215, assets/scss/page/_company.scss */
  .company-menu-box-04 a .menu-image {
    background-image: url(../images/page/company/company-menu-04-sp.png);
  }
}

/* line 223, assets/scss/page/_company.scss */
.company-menu-box a {
  width: 100%;
  height: 360px;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  transition: background-size 0.5s ease-out;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: table-cell;
}

@media (max-width: 991.98px) {
  /* line 223, assets/scss/page/_company.scss */
  .company-menu-box a {
    height: 210px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}

/* line 244, assets/scss/page/_company.scss */
.company-menu-box a:hover .menu-image {
  transform: scale(1.05);
}

/* line 248, assets/scss/page/_company.scss */
.company-menu-box a .menu-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  transform: scale(1.01);
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 248, assets/scss/page/_company.scss */
  .company-menu-box a .menu-image {
    background-size: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 264, assets/scss/page/_company.scss */
  .company-menu-box .btn-info {
    padding: 11px 0;
  }
}

/* line 270, assets/scss/page/_company.scss */
.company-menu-title {
  margin-top: 8px;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.222;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  /* line 270, assets/scss/page/_company.scss */
  .company-menu-title {
    margin-top: -6px;
    margin-bottom: 18px;
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  /* line 287, assets/scss/page/_company.scss */
  .company .section-information {
    padding-bottom: 90px !important;
  }
}

/* line 297, assets/scss/page/_company.scss */
.company_history .page-section {
  padding-bottom: 0;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 297, assets/scss/page/_company.scss */
  .company_history .page-section {
    padding-top: 90px;
  }
}

/* line 304, assets/scss/page/_company.scss */
.company_history #tablepress-history {
  background: #fff;
  border-top: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 304, assets/scss/page/_company.scss */
  .company_history #tablepress-history {
    margin-bottom: 88px;
  }
}

/* line 310, assets/scss/page/_company.scss */
.company_history #tablepress-history td {
  padding: 10px 20px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 310, assets/scss/page/_company.scss */
  .company_history #tablepress-history td {
    padding: 10px;
  }
}

/* line 319, assets/scss/page/_company.scss */
.company_history #tablepress-history .column-1 {
  width: 180px;
  font-weight: 500;
  background-color: #DFDFDF;
}

@media (max-width: 991.98px) {
  /* line 319, assets/scss/page/_company.scss */
  .company_history #tablepress-history .column-1 {
    width: 80px;
    padding-right: 0;
    font-size: 1.5rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

/* line 330, assets/scss/page/_company.scss */
.company_history #tablepress-history .column-1 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 330, assets/scss/page/_company.scss */
  .company_history #tablepress-history .column-1 br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 337, assets/scss/page/_company.scss */
  .company_history #tablepress-history .column-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2;
  }
}

@media (max-width: 991.98px) {
  /* line 353, assets/scss/page/_company.scss */
  .company_outline .sub-page .page-header {
    padding-top: 86px;
  }
}

@media (max-width: 991.98px) {
  /* line 358, assets/scss/page/_company.scss */
  .company_outline .sub-page .page-title {
    margin-bottom: 97px;
  }
}

@media (max-width: 991.98px) {
  /* line 363, assets/scss/page/_company.scss */
  .company_outline .sub-page .page-section {
    padding-top: 91px;
    padding-bottom: 2px;
  }
}

/* line 371, assets/scss/page/_company.scss */
.company_outline .page-catch {
  margin-bottom: 58px;
}

@media (max-width: 991.98px) {
  /* line 371, assets/scss/page/_company.scss */
  .company_outline .page-catch {
    margin-bottom: 47px;
    font-size: 32px;
  }
}

/* line 377, assets/scss/page/_company.scss */
.company_outline .page-catch br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 377, assets/scss/page/_company.scss */
  .company_outline .page-catch br {
    display: block;
  }
}

/* line 385, assets/scss/page/_company.scss */
.company_outline .page-section {
  padding-bottom: 80px;
  background-color: #f1f1f1;
}

/* line 390, assets/scss/page/_company.scss */
.company_outline #access {
  padding-bottom: 96px;
  background-color: #f8f8f8;
}

@media (max-width: 991.98px) {
  /* line 390, assets/scss/page/_company.scss */
  .company_outline #access {
    padding-top: 60px;
    padding-bottom: 44px;
  }
}

@media (max-width: 991.98px) {
  /* line 397, assets/scss/page/_company.scss */
  .company_outline #access .page-catch {
    margin-bottom: 26px;
  }
}

/* line 405, assets/scss/page/_company.scss */
.company_outline #tablepress-company {
  background: #fff;
  border-top: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 405, assets/scss/page/_company.scss */
  .company_outline #tablepress-company {
    margin-bottom: 60px;
  }
}

/* line 412, assets/scss/page/_company.scss */
.company_outline #tablepress-company td {
  padding: 8px 20px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 412, assets/scss/page/_company.scss */
  .company_outline #tablepress-company td {
    padding: 12px 12px 9px;
  }
}

/* line 421, assets/scss/page/_company.scss */
.company_outline #tablepress-company .column-1 {
  width: 240px;
  font-weight: 500;
  background-color: #DFDFDF;
}

@media (max-width: 991.98px) {
  /* line 421, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .column-1 {
    width: 80px;
    padding-right: 0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

/* line 432, assets/scss/page/_company.scss */
.company_outline #tablepress-company .column-1 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 432, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .column-1 br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 439, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .column-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  /* line 439, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .column-2 {
    line-height: 2.3;
  }
}

@media (max-width: 991.98px) {
  /* line 450, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .column-2 ul {
    padding: 0;
    list-style-position: inside;
  }
}

/* line 461, assets/scss/page/_company.scss */
.company_outline #tablepress-company .row-5 .column-2 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 461, assets/scss/page/_company.scss */
  .company_outline #tablepress-company .row-5 .column-2 br {
    display: block;
  }
}

/* line 470, assets/scss/page/_company.scss */
.company_outline #tablepress-company a {
  color: #000;
}

/* line 473, assets/scss/page/_company.scss */
.company_outline #tablepress-company ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}

/* line 479, assets/scss/page/_company.scss */
.company_outline .googlemap {
  margin-bottom: 44px;
}

@media (max-width: 991.98px) {
  /* line 479, assets/scss/page/_company.scss */
  .company_outline .googlemap {
    margin-bottom: 43px;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  /* line 485, assets/scss/page/_company.scss */
  .company_outline .googlemap iframe {
    height: 250px;
    margin-bottom: 20px;
  }
}

/* line 491, assets/scss/page/_company.scss */
.company_outline .googlemap .btn {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 491, assets/scss/page/_company.scss */
  .company_outline .googlemap .btn {
    display: inline-block;
  }
}

/* line 500, assets/scss/page/_company.scss */
.company_outline .access-row {
  flex-wrap: wrap;
  display: flex;
}

/* line 504, assets/scss/page/_company.scss */
.company_outline .access-col {
  flex: 0 0 50%;
}

@media (max-width: 991.98px) {
  /* line 504, assets/scss/page/_company.scss */
  .company_outline .access-col {
    flex: 0 0 100%;
  }
}

/* line 509, assets/scss/page/_company.scss */
.company_outline .access-col p {
  line-height: 2;
}

@media (max-width: 991.98px) {
  /* line 509, assets/scss/page/_company.scss */
  .company_outline .access-col p {
    margin-bottom: 16px !important;
    line-height: 1.6;
  }
}

/* line 516, assets/scss/page/_company.scss */
.company_outline .access-col br {
  display: block;
}

/* line 520, assets/scss/page/_company.scss */
.company_outline .access-content {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

/* line 523, assets/scss/page/_company.scss */
.company_outline .access-content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 523, assets/scss/page/_company.scss */
  .company_outline .access-content h3 {
    margin-bottom: 13px;
    font-size: 26px;
  }
}

/* line 533, assets/scss/page/_company.scss */
.company_outline .access-content p {
  margin: 0;
}

@media (max-width: 991.98px) {
  /* line 539, assets/scss/page/_company.scss */
  .company_outline #tablepress-access {
    width: 100%;
    margin-bottom: 38px;
  }
}

/* line 545, assets/scss/page/_company.scss */
.company_outline #tablepress-access tr td {
  padding: 0;
  border: none;
}

@media (max-width: 991.98px) {
  /* line 545, assets/scss/page/_company.scss */
  .company_outline #tablepress-access tr td {
    vertical-align: baseline;
  }
}

@media (max-width: 991.98px) {
  /* line 551, assets/scss/page/_company.scss */
  .company_outline #tablepress-access tr td.column-1 {
    width: 50px;
    font-size: 1.6rem;
  }
}

@media (max-width: 991.98px) {
  /* line 557, assets/scss/page/_company.scss */
  .company_outline #tablepress-access tr td.column-2 {
    width: calc( 100% - 35px);
    letter-spacing: 0.1em;
  }
}

@media (max-width: 991.98px) {
  /* line 566, assets/scss/page/_company.scss */
  .company_outline #tablepress-access tr.row-1 td.column-2 br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 570, assets/scss/page/_company.scss */
  .company_outline #tablepress-access tr.row-1 td.column-2 br:first-of-type {
    display: block;
  }
}

/* line 581, assets/scss/page/_company.scss */
.company_outline .access-download {
  margin-top: 38px;
}

@media (max-width: 991.98px) {
  /* line 581, assets/scss/page/_company.scss */
  .company_outline .access-download {
    display: none;
  }
}

/* line 588, assets/scss/page/_company.scss */
.company_outline .chart-section {
  min-height: 840px;
  background-color: #f1f1f1;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 588, assets/scss/page/_company.scss */
  .company_outline .chart-section {
    min-height: 650px;
    padding: 60px 0 !important;
  }
}

/* line 596, assets/scss/page/_company.scss */
.company_outline .chart-section .page-catch {
  margin-bottom: 54px;
}

/* line 599, assets/scss/page/_company.scss */
.company_outline .chart-section p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 599, assets/scss/page/_company.scss */
  .company_outline .chart-section p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 608, assets/scss/page/_company.scss */
.company_outline .chart-content {
  width: 100%;
  text-align: center;
  position: absolute;
}

@media (max-width: 991.98px) {
  /* line 612, assets/scss/page/_company.scss */
  .company_outline .chart-content .page-catch {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  /* line 617, assets/scss/page/_company.scss */
  .company_outline .chart-content p {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 625, assets/scss/page/_company.scss */
  .company_outline .chart-wrap .chart-point-bg {
    background-size: contain;
  }
}

@media (max-width: 991.98px) {
  /* line 630, assets/scss/page/_company.scss */
  .company_outline .chart-wrap .chart-line-bg {
    background-size: contain;
  }
}

/* line 640, assets/scss/page/_company.scss */
.company_outline .symbol-logo {
  width: 540px;
  height: auto;
  margin: 0 auto 58px;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 640, assets/scss/page/_company.scss */
  .company_outline .symbol-logo {
    width: 255px;
    margin-bottom: 48px;
  }
}

/* line 650, assets/scss/page/_company.scss */
.company_outline .symbol-box {
  width: 480px;
  padding: 30px;
  margin: 0 auto 27px;
  text-align: center;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

@media (max-width: 991.98px) {
  /* line 650, assets/scss/page/_company.scss */
  .company_outline .symbol-box {
    width: 100%;
    margin: 0 auto 42px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 663, assets/scss/page/_company.scss */
.company_outline .symbol-box .eternal-link {
  width: 100%;
  height: 62px;
  display: inline-block;
}

/* line 668, assets/scss/page/_company.scss */
.company_outline .symbol-box p {
  margin: 0 0 10px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  /* line 668, assets/scss/page/_company.scss */
  .company_outline .symbol-box p {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

/* line 679, assets/scss/page/_company.scss */
.company_outline .symbol-text {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 679, assets/scss/page/_company.scss */
  .company_outline .symbol-text {
    margin: 0;
    font-size: 18px;
    text-align: left;
  }
  /* line 687, assets/scss/page/_company.scss */
  .company_outline .symbol-text br {
    display: block;
  }
}

/* line 696, assets/scss/page/_company.scss */
.company_outline .sub-page .symbol-section {
  padding-bottom: 64px;
  background-color: #f8f8f8;
}

@media (max-width: 991.98px) {
  /* line 696, assets/scss/page/_company.scss */
  .company_outline .sub-page .symbol-section {
    padding-top: 60px;
    padding-bottom: 56px;
  }
}

/* line 703, assets/scss/page/_company.scss */
.company_outline .sub-page .symbol-section .page-catch {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  /* line 703, assets/scss/page/_company.scss */
  .company_outline .sub-page .symbol-section .page-catch {
    margin-bottom: 47px;
  }
}

/* line 711, assets/scss/page/_company.scss */
.company_outline .sub-page .gallery-section {
  padding-bottom: 31px;
}

@media (max-width: 991.98px) {
  /* line 711, assets/scss/page/_company.scss */
  .company_outline .sub-page .gallery-section {
    padding-top: 60px;
    padding-bottom: 78px;
    background-color: #f1f1f1;
  }
}

/* line 718, assets/scss/page/_company.scss */
.company_outline .sub-page .gallery-section .page-catch {
  margin-bottom: 54px;
}

@media (max-width: 991.98px) {
  /* line 718, assets/scss/page/_company.scss */
  .company_outline .sub-page .gallery-section .page-catch {
    margin-bottom: 24px;
  }
}

/* line 723, assets/scss/page/_company.scss */
.company_outline .sub-page .gallery-section .page-catch br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 723, assets/scss/page/_company.scss */
  .company_outline .sub-page .gallery-section .page-catch br {
    display: block;
  }
}

/* line 733, assets/scss/page/_company.scss */
.company_outline .gallery-description {
  margin: 0 0 54px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 733, assets/scss/page/_company.scss */
  .company_outline .gallery-description {
    margin-bottom: 44px;
    font-size: 16px;
  }
}

/* line 744, assets/scss/page/_company.scss */
.company_outline .gallery-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}

/* line 72, assets/scss/common/_mixin.scss */
.company_outline .gallery-slider:after {
  content: "";
  display: table;
  clear: both;
}

/* line 750, assets/scss/page/_company.scss */
.company_outline .gallery-slider li {
  width: 25%;
  padding: 1px;
  transition-duration: 0.5s;
  float: left;
}

@media (max-width: 991.98px) {
  /* line 750, assets/scss/page/_company.scss */
  .company_outline .gallery-slider li {
    width: 50%;
  }
}

/* line 758, assets/scss/page/_company.scss */
.company_outline .gallery-slider li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 761, assets/scss/page/_company.scss */
.company_outline .gallery-slider li img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 2, assets/scss/page/_dx.scss */
.dx #page {
  background-color: #f8f8f8;
}

@media (max-width: 991.98px) {
  /* line 6, assets/scss/page/_dx.scss */
  .dx .top-page .page-header {
    padding-top: 138px;
  }
}

@media (max-width: 991.98px) {
  /* line 12, assets/scss/page/_dx.scss */
  .dx .top-page .page-title {
    margin-bottom: 122px;
    line-height: 1.31;
  }
}

/* line 19, assets/scss/page/_dx.scss */
.dx .top-page .page-description {
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 29, assets/scss/page/_dx.scss */
  .dx .top-page .page-section {
    padding-bottom: 0;
  }
}

/* line 39, assets/scss/page/_dx.scss */
.dx-row {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  /* line 39, assets/scss/page/_dx.scss */
  .dx-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 49, assets/scss/page/_dx.scss */
.dx-col {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  /* line 49, assets/scss/page/_dx.scss */
  .dx-col {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  /* line 60, assets/scss/page/_dx.scss */
  .dx-col:last-of-type {
    margin-bottom: 48px;
  }
}

/* line 65, assets/scss/page/_dx.scss */
.dx-box {
  font-size: 1.5rem;
}

/* line 67, assets/scss/page/_dx.scss */
.dx-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 67, assets/scss/page/_dx.scss */
  .dx-box h3 {
    margin-bottom: 17px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}

/* line 80, assets/scss/page/_dx.scss */
.dx-box p {
  margin-top: 0;
  text-align: justify;
}

/* line 85, assets/scss/page/_dx.scss */
.dx-thumbnail {
  margin-bottom: 20px;
}

/* line 88, assets/scss/page/_dx.scss */
.dx-image {
  width: 100%;
  height: auto;
  background-color: #dee2e6;
  display: block;
}

/* line 94, assets/scss/page/_dx.scss */
.dx-content {
  min-height: 215px;
}

@media (max-width: 991.98px) {
  /* line 94, assets/scss/page/_dx.scss */
  .dx-content {
    height: auto;
  }
}

/* line 100, assets/scss/page/_dx.scss */
.dx-footer {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 100, assets/scss/page/_dx.scss */
  .dx-footer {
    margin-top: 26px;
  }
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/page/_dx_winworks.scss */
  .winworks #page {
    background-color: #f8f8f8;
  }
}

@media (max-width: 991.98px) {
  /* line 9, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-header {
    padding-top: 52px;
    margin-bottom: 74px;
  }
}

@media (max-width: 991.98px) {
  /* line 16, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-title {
    margin-bottom: 43px;
    line-height: 1.31;
  }
}

/* line 21, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .page-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 21, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-title br {
    display: block;
  }
}

/* line 28, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .page-parent-title {
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 28, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-parent-title {
    margin-bottom: 23px;
    letter-spacing: 0;
  }
}

/* line 37, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .breadcrumbs {
  letter-spacing: 0.1em;
}

/* line 39, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .breadcrumbs br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 37, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .breadcrumbs {
    word-break: break-all;
  }
  /* line 45, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .breadcrumbs > span:last-of-type {
    white-space: nowrap;
  }
}

/* line 52, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .page-description {
  background-color: #f8f8f8;
}

@media (max-width: 991.98px) {
  /* line 52, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-description {
    padding: 42px 0 38px;
  }
}

/* line 58, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .page-section {
  padding-bottom: 0;
  background-color: #f1f1f1;
}

/* line 63, assets/scss/page/_dx_winworks.scss */
.winworks .sub-page .page-catch {
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  /* line 63, assets/scss/page/_dx_winworks.scss */
  .winworks .sub-page .page-catch {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

/* line 72, assets/scss/page/_dx_winworks.scss */
.winworks-box {
  width: 100%;
  padding: 40px 60px 48px;
  margin: 0 auto 117px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  background-color: #f8f8f8;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 72, assets/scss/page/_dx_winworks.scss */
  .winworks-box {
    width: 100%;
    padding: 32px 27px;
    margin-bottom: 61px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 88, assets/scss/page/_dx_winworks.scss */
.winworks-box-row {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 88, assets/scss/page/_dx_winworks.scss */
  .winworks-box-row {
    flex-wrap: wrap;
  }
}

/* line 97, assets/scss/page/_dx_winworks.scss */
.winworks-box-col {
  flex: 0 0 50%;
  padding: 0 6px;
}

@media (max-width: 991.98px) {
  /* line 97, assets/scss/page/_dx_winworks.scss */
  .winworks-box-col {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  /* line 103, assets/scss/page/_dx_winworks.scss */
  .winworks-box-col:last-of-type {
    margin-bottom: 0;
  }
}

/* line 109, assets/scss/page/_dx_winworks.scss */
.winworks-box-block {
  height: 100%;
  padding: 24px 24px;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 109, assets/scss/page/_dx_winworks.scss */
  .winworks-box-block {
    padding: 20px 20px;
  }
}

/* line 116, assets/scss/page/_dx_winworks.scss */
.winworks-box-block p {
  margin: 0 0 18px;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 116, assets/scss/page/_dx_winworks.scss */
  .winworks-box-block p {
    margin: 0 0 10px;
  }
}

/* line 126, assets/scss/page/_dx_winworks.scss */
.winworks-box-block p:last-of-type {
  margin: 0;
}

/* line 129, assets/scss/page/_dx_winworks.scss */
.winworks-box-block p:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00B33F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 129, assets/scss/page/_dx_winworks.scss */
  .winworks-box-block p:before {
    width: 12px;
    height: 12px;
  }
}

/* line 147, assets/scss/page/_dx_winworks.scss */
.winworks-box-title {
  margin: 0 0 26px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 147, assets/scss/page/_dx_winworks.scss */
  .winworks-box-title {
    margin: 0 0 15px;
    font-size: 26px;
  }
}

/* line 159, assets/scss/page/_dx_winworks.scss */
.winworks-box-subtitle {
  margin: 0 0 28px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 159, assets/scss/page/_dx_winworks.scss */
  .winworks-box-subtitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: left;
  }
}

/* line 171, assets/scss/page/_dx_winworks.scss */
.winworks-box-label {
  width: 70px;
  padding: 5px 5px 6px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 171, assets/scss/page/_dx_winworks.scss */
  .winworks-box-label {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
}

/* line 184, assets/scss/page/_dx_winworks.scss */
.winworks-box-label-border {
  color: #00B33F;
  border: 1px solid;
}

/* line 188, assets/scss/page/_dx_winworks.scss */
.winworks-box-label-primary {
  color: #fff;
  background: #00B33F;
  border: 1px solid #00B33F;
}

/* line 195, assets/scss/page/_dx_winworks.scss */
.winworks-box-table {
  width: 100%;
  margin-bottom: 24px;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 195, assets/scss/page/_dx_winworks.scss */
  .winworks-box-table {
    margin-bottom: 48px;
  }
}

/* line 202, assets/scss/page/_dx_winworks.scss */
.winworks-box-table:last-of-type {
  margin-bottom: 0;
}

/* line 207, assets/scss/page/_dx_winworks.scss */
.winworks-box-cell {
  vertical-align: top;
  display: table-cell;
}

@media (max-width: 991.98px) {
  /* line 207, assets/scss/page/_dx_winworks.scss */
  .winworks-box-cell {
    width: 100%;
    display: block;
  }
}

/* line 214, assets/scss/page/_dx_winworks.scss */
.winworks-box-cell h5 {
  margin: 10px 0 10px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 214, assets/scss/page/_dx_winworks.scss */
  .winworks-box-cell h5 {
    margin: 14px 0 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}

/* line 225, assets/scss/page/_dx_winworks.scss */
.winworks-box-cell p {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 225, assets/scss/page/_dx_winworks.scss */
  .winworks-box-cell p {
    font-size: 1.6rem;
  }
}

/* line 233, assets/scss/page/_dx_winworks.scss */
.winworks-box-cell:last-of-type {
  padding-left: 36px;
}

@media (max-width: 991.98px) {
  /* line 233, assets/scss/page/_dx_winworks.scss */
  .winworks-box-cell:last-of-type {
    padding-left: 0;
  }
}

/* line 245, assets/scss/page/_dx_winworks.scss */
.winworks-box-icon {
  width: 150px;
  height: 150px;
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 245, assets/scss/page/_dx_winworks.scss */
  .winworks-box-icon {
    width: 160px;
    height: 160px;
    margin: auto;
  }
}

/* line 261, assets/scss/page/_dx_winworks.scss */
.winworks-box:after {
  content: "";
  width: 48px;
  height: 21px;
  margin-left: -24px;
  background-image: url(../images/icon/arrow-down-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -69px;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 261, assets/scss/page/_dx_winworks.scss */
  .winworks-box:after {
    bottom: -41px;
  }
}

/* line 278, assets/scss/page/_dx_winworks.scss */
.winworks-box:last-of-type {
  margin-bottom: 0;
}

/* line 280, assets/scss/page/_dx_winworks.scss */
.winworks-box:last-of-type:after {
  content: none;
}

/* line 287, assets/scss/page/_dx_winworks.scss */
.winworks-balloon {
  position: relative;
}

/* line 289, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-content {
  width: 784px;
  padding: 42px 58px;
  margin: auto;
  margin-bottom: 40px;
  background-color: #f8f8f8;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 289, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-content {
    width: 100%;
    padding: 20px 18px;
    margin-bottom: 64px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 303, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-content p {
  margin: 0;
  letter-spacing: 0.12em;
  line-height: 2.13;
}

@media (max-width: 991.98px) {
  /* line 303, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-content p {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

/* line 312, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-content:after {
  content: "";
  width: 29px;
  height: 57px;
  background-image: url(../images/page/dx/winworks/balloon-arrow.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  display: block;
}

/* line 323, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-icon {
  width: 36px;
  height: 40px;
  background-image: url(../images/page/dx/winworks/icon-human.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
}

/* line 335, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-right .winworks-balloon-content:after {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
  left: 10px;
  bottom: -15px;
}

@media (max-width: 991.98px) {
  /* line 335, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-right .winworks-balloon-content:after {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
    left: 50px;
    bottom: -40px;
  }
}

/* line 346, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-right .winworks-balloon-icon {
  left: 12px;
  bottom: -35px;
}

@media (max-width: 991.98px) {
  /* line 346, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-right .winworks-balloon-icon {
    left: -4px;
    bottom: -44px;
  }
}

/* line 357, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-left .winworks-balloon-content:after {
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
  transform: rotate(-240deg);
  right: 10px;
  bottom: -15px;
}

@media (max-width: 991.98px) {
  /* line 357, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-left .winworks-balloon-content:after {
    -webkit-transform: rotate(160deg);
    -moz-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    -o-transform: rotate(160deg);
    transform: rotate(160deg);
    right: 50px;
    bottom: -40px;
  }
}

/* line 368, assets/scss/page/_dx_winworks.scss */
.winworks-balloon-left .winworks-balloon-icon {
  right: 12px;
  bottom: -35px;
}

@media (max-width: 991.98px) {
  /* line 368, assets/scss/page/_dx_winworks.scss */
  .winworks-balloon-left .winworks-balloon-icon {
    right: 4px;
    bottom: -44px;
  }
}

/* line 379, assets/scss/page/_dx_winworks.scss */
.winworks-service {
  width: 784px;
  margin: 0 auto 28px;
}

@media (max-width: 991.98px) {
  /* line 379, assets/scss/page/_dx_winworks.scss */
  .winworks-service {
    width: 100%;
  }
}

/* line 385, assets/scss/page/_dx_winworks.scss */
.winworks-service-logo {
  margin-bottom: 37px;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 385, assets/scss/page/_dx_winworks.scss */
  .winworks-service-logo {
    margin-bottom: 56px;
  }
}

/* line 393, assets/scss/page/_dx_winworks.scss */
.winworks-service-image-pc {
  width: 416px;
  height: auto;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 393, assets/scss/page/_dx_winworks.scss */
  .winworks-service-image-pc {
    display: none;
  }
}

/* line 401, assets/scss/page/_dx_winworks.scss */
.winworks-service-image-sp {
  width: 236px;
  height: auto;
  margin: auto;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 401, assets/scss/page/_dx_winworks.scss */
  .winworks-service-image-sp {
    display: block;
  }
}

/* line 411, assets/scss/page/_dx_winworks.scss */
.winworks-service h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 411, assets/scss/page/_dx_winworks.scss */
  .winworks-service h3 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

/* line 421, assets/scss/page/_dx_winworks.scss */
.winworks-service ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 425, assets/scss/page/_dx_winworks.scss */
.winworks-service ul li {
  padding-left: 18px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 425, assets/scss/page/_dx_winworks.scss */
  .winworks-service ul li {
    margin-bottom: 10px;
  }
}

/* line 431, assets/scss/page/_dx_winworks.scss */
.winworks-service ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #bbb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
}

/* line 451, assets/scss/page/_dx_winworks.scss */
.winworks .page-section .voice-title {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  /* line 451, assets/scss/page/_dx_winworks.scss */
  .winworks .page-section .voice-title {
    margin-bottom: 46px;
    letter-spacing: 0.18em;
    line-height: 1.6;
  }
}

/* line 458, assets/scss/page/_dx_winworks.scss */
.winworks .page-section .voice-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 458, assets/scss/page/_dx_winworks.scss */
  .winworks .page-section .voice-title br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 466, assets/scss/page/_dx_winworks.scss */
  .winworks .page-section:last-of-type {
    padding-top: 104px;
    padding-bottom: 104px;
    margin-top: -64px;
  }
  /* line 471, assets/scss/page/_dx_winworks.scss */
  .winworks .page-section:last-of-type .page-catch {
    margin-bottom: 47px;
  }
}

@media (max-width: 991.98px) {
  /* line 478, assets/scss/page/_dx_winworks.scss */
  .winworks .footer-branding {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 3, assets/scss/page/_idea.scss */
  .idea .page-header {
    padding-top: 70px !important;
  }
}

/* line 7, assets/scss/page/_idea.scss */
.idea .page-header .page-title {
  margin-bottom: 70px;
}

/* line 12, assets/scss/page/_idea.scss */
.idea .page-section {
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 12, assets/scss/page/_idea.scss */
  .idea .page-section {
    padding-top: 91px;
  }
}

@media (max-width: 991.98px) {
  /* line 19, assets/scss/page/_idea.scss */
  .idea .page-catch {
    font-size: 32px;
    letter-spacing: 0.09em;
  }
}

/* line 26, assets/scss/page/_idea.scss */
.idea-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 26, assets/scss/page/_idea.scss */
  .idea-title {
    font-size: 26px;
  }
}

/* line 34, assets/scss/page/_idea.scss */
.idea-title.five-oaths {
  margin-top: 72px;
}

@media (max-width: 991.98px) {
  /* line 34, assets/scss/page/_idea.scss */
  .idea-title.five-oaths {
    margin-top: 0;
  }
}

/* line 42, assets/scss/page/_idea.scss */
.idea-box {
  width: 800px;
  padding: 60px;
  margin: 0 auto 40px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

@media (max-width: 991.98px) {
  /* line 42, assets/scss/page/_idea.scss */
  .idea-box {
    width: 100%;
    padding: 38px 30px;
    margin-bottom: 48px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 56, assets/scss/page/_idea.scss */
.idea-box p {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  /* line 56, assets/scss/page/_idea.scss */
  .idea-box p {
    margin-bottom: 0;
  }
  /* line 60, assets/scss/page/_idea.scss */
  .idea-box p:first-of-type {
    margin-bottom: 18px;
  }
  /* line 63, assets/scss/page/_idea.scss */
  .idea-box p:nth-of-type(4) {
    margin-bottom: 31px;
  }
  /* line 66, assets/scss/page/_idea.scss */
  .idea-box p:nth-of-type(5) {
    margin-bottom: 18px;
  }
}

/* line 70, assets/scss/page/_idea.scss */
.idea-box p:last-of-type {
  margin-bottom: 0;
}

/* line 73, assets/scss/page/_idea.scss */
.idea-box p.idea-box-mt {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  /* line 73, assets/scss/page/_idea.scss */
  .idea-box p.idea-box-mt {
    margin-top: 0;
  }
}

/* line 83, assets/scss/page/_idea.scss */
.idea .oath-box {
  width: 800px;
  padding: 40px 0;
  margin: 0 auto 60px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 83, assets/scss/page/_idea.scss */
  .idea .oath-box {
    width: 100%;
    padding: 30px;
    font-size: 1.6rem;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 98, assets/scss/page/_idea.scss */
.idea .oath-box p {
  margin: 0;
}

/* line 102, assets/scss/page/_idea.scss */
.idea .oath-num {
  width: 30px;
  margin-left: -15px;
  font-family: "Cormorant Infant", serif;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  color: #00B33F;
  position: absolute;
  top: -21px;
  left: 50%;
}

/* line 116, assets/scss/page/_idea.scss */
.idea .pillar-title {
  padding-bottom: 60px;
  margin: 0 0 60px;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 116, assets/scss/page/_idea.scss */
  .idea .pillar-title {
    margin-bottom: 39px;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/* line 129, assets/scss/page/_idea.scss */
.idea .pillar-title:after {
  content: "";
  width: 48px;
  height: 21px;
  margin-left: -24px;
  background-image: url(../images/icon/arrow-down-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
}

/* line 145, assets/scss/page/_idea.scss */
.idea .pillar-title span {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 145, assets/scss/page/_idea.scss */
  .idea .pillar-title span {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

/* line 156, assets/scss/page/_idea.scss */
.idea .pillar-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 156, assets/scss/page/_idea.scss */
  .idea .pillar-title br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 3, assets/scss/page/_information.scss */
  .post-type-archive-information #page {
    background-color: #f8f8f8;
  }
}

@media (max-width: 991.98px) {
  /* line 9, assets/scss/page/_information.scss */
  .post-type-archive-information .page-header {
    height: 375px;
    padding-top: 152px;
  }
}

@media (max-width: 991.98px) {
  /* line 16, assets/scss/page/_information.scss */
  .post-type-archive-information .page-title {
    margin-bottom: 141px;
  }
}

@media (max-width: 991.98px) {
  /* line 22, assets/scss/page/_information.scss */
  .post-type-archive-information .page-description {
    background-color: #f1f1f1;
  }
}

@media (max-width: 991.98px) {
  /* line 28, assets/scss/page/_information.scss */
  .post-type-archive-information .page-section {
    padding-top: 0;
  }
}

/* line 35, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  /* line 40, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation ul.menu li.menu-item a:after {
    content: none !important;
  }
}

/* line 48, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu {
    margin-left: -30px;
    margin-right: -30px;
    *zoom: 1;
  }
  /* line 72, assets/scss/common/_mixin.scss */
  .post-type-archive-information .information-navigation .menu:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 58, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item {
  padding: 0 25px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 58, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu-item {
    width: 33.33333%;
    height: 91px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    float: left;
    display: table;
  }
}

@media (max-width: 991.98px) {
  /* line 69, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu-item:nth-child(1) {
    width: 100%;
    border-top: 1px solid #DFDFDF;
  }
}

/* line 75, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item:nth-child(4), .post-type-archive-information .information-navigation .menu-item:nth-child(7) {
  border-right: none;
}

/* line 79, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
}

@media (max-width: 991.98px) {
  /* line 79, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu-item a {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    vertical-align: middle;
    display: table-cell;
  }
}

@media (max-width: 991.98px) {
  /* line 92, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu-item a:after {
    content: none;
  }
}

/* line 106, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item.active a:after {
  transform: scale(1, 1);
}

@media (max-width: 991.98px) {
  /* line 106, assets/scss/page/_information.scss */
  .post-type-archive-information .information-navigation .menu-item.active a:after {
    content: none;
  }
}

/* line 112, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item.active a span {
  position: relative;
}

/* line 114, assets/scss/page/_information.scss */
.post-type-archive-information .information-navigation .menu-item.active a span:after {
  content: '';
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #00B33F;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(1, 1);
  /*X方向0、Y方向1*/
  transform-origin: left bottom;
  /*左上基点*/
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 135, assets/scss/page/_information.scss */
.post-type-archive-information .information-ul {
  margin-bottom: 36px;
  border-top: 1px solid #bbb;
}

/* line 139, assets/scss/page/_information.scss */
.post-type-archive-information .information-li {
  padding: 30px 0 30px 25px;
}

@media (max-width: 991.98px) {
  /* line 139, assets/scss/page/_information.scss */
  .post-type-archive-information .information-li {
    padding: 16px 0;
  }
}

/* line 145, assets/scss/page/_information.scss */
.post-type-archive-information .information-li time {
  margin-right: 15px;
}

/* line 149, assets/scss/page/_information.scss */
.post-type-archive-information .information-title {
  margin: 0 0 15px;
  padding-right: 130px;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 149, assets/scss/page/_information.scss */
  .post-type-archive-information .information-title {
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 991.98px) {
  /* line 161, assets/scss/page/_information.scss */
  .post-type-archive-information .information-title.pdf {
    padding-right: 67px;
  }
}

/* line 166, assets/scss/page/_information.scss */
.post-type-archive-information .information-title em {
  font-style: normal;
}

/* line 169, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
}

/* line 174, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a:hover {
  border-bottom: 1px solid #00B33F;
}

/* line 178, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a[target="_blank"]:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  background-image: url(../images/icon/newtab.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 191, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a.file:after {
  content: none;
}

/* line 195, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a.pdf {
  margin-top: -17px;
  text-decoration: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 25px;
}

@media (max-width: 991.98px) {
  /* line 195, assets/scss/page/_information.scss */
  .post-type-archive-information .information-title a.pdf {
    right: 0;
  }
}

/* line 205, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a.pdf:after {
  content: none;
}

/* line 210, assets/scss/page/_information.scss */
.post-type-archive-information .information-title a.pdf.active svg path,
.post-type-archive-information .information-title a.pdf.active svg rect {
  fill: #00B33F;
}

@media (max-width: 991.98px) {
  /* line 216, assets/scss/page/_information.scss */
  .post-type-archive-information .information-title a.pdf svg {
    width: 53px;
  }
}

/* line 224, assets/scss/page/_information.scss */
.post-type-archive-information .information-footer {
  text-align: right;
}

@media (max-width: 991.98px) {
  /* line 224, assets/scss/page/_information.scss */
  .post-type-archive-information .information-footer {
    text-align: center;
  }
}

/* line 3, assets/scss/page/_inquiry.scss */
.thanks .site-main,
.inquiry .site-main {
  background-color: #f1f1f1;
}

/* line 6, assets/scss/page/_inquiry.scss */
.thanks .breadcrumbs,
.inquiry .breadcrumbs {
  padding: 20px 0;
  font-weight: 300;
  color: #000;
}

@media (max-width: 991.98px) {
  /* line 6, assets/scss/page/_inquiry.scss */
  .thanks .breadcrumbs,
  .inquiry .breadcrumbs {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}

/* line 14, assets/scss/page/_inquiry.scss */
.thanks .breadcrumbs a,
.inquiry .breadcrumbs a {
  color: #000;
}

/* line 19, assets/scss/page/_inquiry.scss */
.thanks .breadcrumb-ul,
.inquiry .breadcrumb-ul {
  margin-bottom: 43px;
}

@media (max-width: 991.98px) {
  /* line 19, assets/scss/page/_inquiry.scss */
  .thanks .breadcrumb-ul,
  .inquiry .breadcrumb-ul {
    margin-bottom: 28px;
  }
}

/* line 27, assets/scss/page/_inquiry.scss */
.thanks .entry-header,
.inquiry .entry-header {
  padding: 4px 0 74px;
}

@media (max-width: 767.98px) {
  /* line 27, assets/scss/page/_inquiry.scss */
  .thanks .entry-header,
  .inquiry .entry-header {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

/* line 34, assets/scss/page/_inquiry.scss */
.thanks .entry-title,
.inquiry .entry-title {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  /* line 34, assets/scss/page/_inquiry.scss */
  .thanks .entry-title,
  .inquiry .entry-title {
    font-size: 32px;
  }
}

/* line 44, assets/scss/page/_inquiry.scss */
.thanks .entry-content,
.inquiry .entry-content {
  margin-top: 0;
}

/* line 47, assets/scss/page/_inquiry.scss */
.thanks .entry-content br.sp,
.inquiry .entry-content br.sp {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 47, assets/scss/page/_inquiry.scss */
  .thanks .entry-content br.sp,
  .inquiry .entry-content br.sp {
    display: block;
  }
}

/* line 57, assets/scss/page/_inquiry.scss */
.thanks .explanation,
.inquiry .explanation {
  margin-bottom: 82px;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  /* line 57, assets/scss/page/_inquiry.scss */
  .thanks .explanation,
  .inquiry .explanation {
    margin-top: 0;
    margin-bottom: 60px !important;
    font-size: 1.6rem;
    text-align: left;
  }
}

/* line 70, assets/scss/page/_inquiry.scss */
.thanks .wpcf7-form > br,
.inquiry .wpcf7-form > br {
  display: none;
}

/* line 74, assets/scss/page/_inquiry.scss */
.thanks .wpcf7 h2,
.inquiry .wpcf7 h2 {
  margin-bottom: 26px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 74, assets/scss/page/_inquiry.scss */
  .thanks .wpcf7 h2,
  .inquiry .wpcf7 h2 {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 1.5;
  }
}

/* line 87, assets/scss/page/_inquiry.scss */
.thanks .wpcf7 a,
.inquiry .wpcf7 a {
  color: #000;
}

/* line 91, assets/scss/page/_inquiry.scss */
.thanks .wpcf7-not-valid-tip,
.inquiry .wpcf7-not-valid-tip {
  display: none;
}

/* line 95, assets/scss/page/_inquiry.scss */
.thanks-table,
.inquiry-table {
  width: 100%;
  margin-bottom: 72px;
  display: table;
}

@media (max-width: 767.98px) {
  /* line 95, assets/scss/page/_inquiry.scss */
  .thanks-table,
  .inquiry-table {
    margin-bottom: 46px;
  }
}

/* line 103, assets/scss/page/_inquiry.scss */
.thanks-row,
.inquiry-row {
  display: table-row;
}

@media (max-width: 767.98px) {
  /* line 103, assets/scss/page/_inquiry.scss */
  .thanks-row,
  .inquiry-row {
    margin-bottom: 5px;
    display: block;
  }
}

/* line 110, assets/scss/page/_inquiry.scss */
.thanks-cell,
.inquiry-cell {
  padding: 7px 0;
  display: table-cell;
}

@media (max-width: 767.98px) {
  /* line 110, assets/scss/page/_inquiry.scss */
  .thanks-cell,
  .inquiry-cell {
    padding: 6px 0;
    display: block;
  }
}

/* line 117, assets/scss/page/_inquiry.scss */
.thanks-cell:first-of-type,
.inquiry-cell:first-of-type {
  width: 290px;
  vertical-align: top;
}

/* line 123, assets/scss/page/_inquiry.scss */
.thanks-cell.tel-cell .form-control,
.inquiry-cell.tel-cell .form-control {
  width: 30%;
}

/* line 126, assets/scss/page/_inquiry.scss */
.thanks-cell.tel-cell .mark,
.inquiry-cell.tel-cell .mark {
  width: 5%;
  text-align: center;
  display: inline-block;
}

/* line 132, assets/scss/page/_inquiry.scss */
.thanks-cell label,
.inquiry-cell label {
  padding: 11px 0;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 132, assets/scss/page/_inquiry.scss */
  .thanks-cell label,
  .inquiry-cell label {
    padding: 0;
  }
}

/* line 141, assets/scss/page/_inquiry.scss */
.thanks-cell .require,
.inquiry-cell .require {
  margin-left: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ff2020;
}

/* line 147, assets/scss/page/_inquiry.scss */
.thanks-cell .form-control,
.inquiry-cell .form-control {
  width: 100%;
  padding: 5px 15px;
  color: #333333;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transition-duration: 0.5s;
  -webkit-appearance: none;
}

/* line 80, assets/scss/common/_mixin.scss */
.thanks-cell .form-control::-webkit-input-placeholder,
.inquiry-cell .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 500;
  color: #dee2e6;
}

/* line 83, assets/scss/common/_mixin.scss */
.thanks-cell .form-control:-ms-input-placeholder,
.inquiry-cell .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 500;
  color: #dee2e6;
}

/* line 86, assets/scss/common/_mixin.scss */
.thanks-cell .form-control::placeholder,
.inquiry-cell .form-control::placeholder {
  /* Others */
  font-weight: 500;
  color: #dee2e6;
}

/* line 159, assets/scss/page/_inquiry.scss */
.thanks-cell .form-control.wpcf7-not-valid,
.inquiry-cell .form-control.wpcf7-not-valid {
  background-color: #FFE5E5;
  border-color: #ff2020;
}

/* line 80, assets/scss/common/_mixin.scss */
.thanks-cell .form-control.wpcf7-not-valid::-webkit-input-placeholder,
.inquiry-cell .form-control.wpcf7-not-valid::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff2020;
}

/* line 83, assets/scss/common/_mixin.scss */
.thanks-cell .form-control.wpcf7-not-valid:-ms-input-placeholder,
.inquiry-cell .form-control.wpcf7-not-valid:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff2020;
}

/* line 86, assets/scss/common/_mixin.scss */
.thanks-cell .form-control.wpcf7-not-valid::placeholder,
.inquiry-cell .form-control.wpcf7-not-valid::placeholder {
  /* Others */
  color: #ff2020;
}

/* line 166, assets/scss/page/_inquiry.scss */
.thanks-cell .form-control:focus,
.inquiry-cell .form-control:focus {
  border: 1px solid #00B33F;
  outline: none;
}

/* line 172, assets/scss/page/_inquiry.scss */
.thanks-cell .form-control.readonly:focus, .thanks-cell .form-control[readonly="readonly"]:focus,
.inquiry-cell .form-control.readonly:focus,
.inquiry-cell .form-control[readonly="readonly"]:focus {
  border: 1px solid transparent;
}

/* line 177, assets/scss/page/_inquiry.scss */
.thanks-cell textarea,
.inquiry-cell textarea {
  min-height: 220px;
  resize: vertical;
}

@media (max-width: 767.98px) {
  /* line 177, assets/scss/page/_inquiry.scss */
  .thanks-cell textarea,
  .inquiry-cell textarea {
    height: 220px;
  }
}

/* line 185, assets/scss/page/_inquiry.scss */
.thanks .term-title,
.inquiry .term-title {
  margin-bottom: 34px !important;
}

/* line 188, assets/scss/page/_inquiry.scss */
.thanks .term-box,
.inquiry .term-box {
  width: 100%;
  height: 524px;
  padding: 34px 58px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  background: #fff;
  overflow: auto;
}

@media (max-width: 767.98px) {
  /* line 188, assets/scss/page/_inquiry.scss */
  .thanks .term-box,
  .inquiry .term-box {
    padding: 37px 10px;
    margin-bottom: 20px;
  }
}

/* line 201, assets/scss/page/_inquiry.scss */
.thanks .term-box h2,
.inquiry .term-box h2 {
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  /* line 201, assets/scss/page/_inquiry.scss */
  .thanks .term-box h2,
  .inquiry .term-box h2 {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}

/* line 210, assets/scss/page/_inquiry.scss */
.thanks .term-box p,
.inquiry .term-box p {
  font-size: 1.6rem;
}

@media (max-width: 767.98px) {
  /* line 210, assets/scss/page/_inquiry.scss */
  .thanks .term-box p,
  .inquiry .term-box p {
    font-size: 1.4rem;
  }
}

/* line 217, assets/scss/page/_inquiry.scss */
.thanks-button,
.inquiry-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}

@media (max-width: 767.98px) {
  /* line 217, assets/scss/page/_inquiry.scss */
  .thanks-button,
  .inquiry-button {
    right: 15px;
    bottom: 20px;
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 227, assets/scss/page/_inquiry.scss */
  .thanks-button.show,
  .inquiry-button.show {
    animation-name: opacityIn;
    animation-duration: 0.5s;
    opacity: 1;
    display: block;
  }
}

/* line 235, assets/scss/page/_inquiry.scss */
.thanks-button a,
.inquiry-button a {
  width: 90px;
  height: 90px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icon/mail.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333333;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  transition-duration: 0.5s;
  display: block;
}

/* line 250, assets/scss/page/_inquiry.scss */
.thanks-button a:hover,
.inquiry-button a:hover {
  background-image: url(../images/icon/mail-black.svg);
  background-color: #fff;
}

/* line 257, assets/scss/page/_inquiry.scss */
.thanks-contact,
.inquiry-contact {
  padding: 43px 48px;
  margin-top: 96px;
  background-color: #f8f8f8;
  border: 1px solid #BBB;
}

@media (max-width: 767.98px) {
  /* line 257, assets/scss/page/_inquiry.scss */
  .thanks-contact,
  .inquiry-contact {
    padding: 29px 20px;
    margin-top: 60px;
    margin-bottom: 90px;
  }
}

/* line 267, assets/scss/page/_inquiry.scss */
.thanks-contact-title,
.inquiry-contact-title {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 767.98px) {
  /* line 267, assets/scss/page/_inquiry.scss */
  .thanks-contact-title,
  .inquiry-contact-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

/* line 277, assets/scss/page/_inquiry.scss */
.thanks-contact p,
.inquiry-contact p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 277, assets/scss/page/_inquiry.scss */
  .thanks-contact p,
  .inquiry-contact p {
    font-size: 1.6rem;
  }
}

/* line 286, assets/scss/page/_inquiry.scss */
.thanks .wp-block-button,
.inquiry .wp-block-button {
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  /* line 286, assets/scss/page/_inquiry.scss */
  .thanks .wp-block-button,
  .inquiry .wp-block-button {
    margin-top: 28px;
  }
}

/* line 291, assets/scss/page/_inquiry.scss */
.thanks .wp-block-button .wp-block-button__link,
.inquiry .wp-block-button .wp-block-button__link {
  background-position: top 15px right 130px;
  transition-duration: 0.5s;
}

@media (max-width: 767.98px) {
  /* line 291, assets/scss/page/_inquiry.scss */
  .thanks .wp-block-button .wp-block-button__link,
  .inquiry .wp-block-button .wp-block-button__link {
    background-position: top 15px right 30px;
  }
}

/* line 297, assets/scss/page/_inquiry.scss */
.thanks .wp-block-button .wp-block-button__link:hover,
.inquiry .wp-block-button .wp-block-button__link:hover {
  background-position: top 15px right 126px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 767.98px) {
  /* line 297, assets/scss/page/_inquiry.scss */
  .thanks .wp-block-button .wp-block-button__link:hover,
  .inquiry .wp-block-button .wp-block-button__link:hover {
    background-position: top 15px right 26px;
  }
}

@media (max-width: 767.98px) {
  /* line 307, assets/scss/page/_inquiry.scss */
  .thanks .section-site,
  .inquiry .section-site {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 314, assets/scss/page/_inquiry.scss */
  .thanks .has-text-align-center,
  .inquiry .has-text-align-center {
    margin-top: 0;
    margin-bottom: 14px;
    text-align: left;
  }
  /* line 319, assets/scss/page/_inquiry.scss */
  .thanks .has-text-align-center br,
  .inquiry .has-text-align-center br {
    display: none;
  }
  /* line 322, assets/scss/page/_inquiry.scss */
  .thanks .has-text-align-center strong,
  .inquiry .has-text-align-center strong {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  /* line 328, assets/scss/page/_inquiry.scss */
  .thanks .wp-block-button__link,
  .inquiry .wp-block-button__link {
    width: 194px;
    min-width: auto;
    margin: auto;
    text-indent: -18px;
  }
}

@media (max-width: 767.98px) {
  /* line 337, assets/scss/page/_inquiry.scss */
  .thanks .wp-block-button,
  .inquiry .wp-block-button {
    margin-bottom: 30px;
  }
}

/* line 349, assets/scss/page/_inquiry.scss */
.thanks .entry-content p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

/* line 354, assets/scss/page/_inquiry.scss */
.thanks .entry-content strong {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

/* line 358, assets/scss/page/_inquiry.scss */
.thanks .entry-content .wp-block-button__link {
  padding: 14px 20px;
}

/* line 2, assets/scss/page/_page.scss */
.page-header {
  height: 300px;
  padding: 120px 0 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  /* line 8, assets/scss/page/_page.scss */
  .top-page .page-header {
    height: 375px;
    padding: 152px 0 24px;
  }
}

/* line 14, assets/scss/page/_page.scss */
.sub-page .page-header {
  height: 230px;
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  /* line 14, assets/scss/page/_page.scss */
  .sub-page .page-header {
    height: 250px;
    padding-top: 82px;
  }
}

/* line 23, assets/scss/page/_page.scss */
.page-header .breadcrumbs br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 22, assets/scss/page/_page.scss */
  .page-header .breadcrumbs {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
}

/* line 33, assets/scss/page/_page.scss */
.page-title {
  margin: 0 0 73px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  /* line 33, assets/scss/page/_page.scss */
  .page-title {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  /* line 45, assets/scss/page/_page.scss */
  .top-page .page-title {
    margin: 0 0 139px;
  }
}

/* line 50, assets/scss/page/_page.scss */
.sub-page .page-title {
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  /* line 50, assets/scss/page/_page.scss */
  .sub-page .page-title {
    margin-bottom: 106px;
  }
}

/* line 57, assets/scss/page/_page.scss */
.page-parent-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 62, assets/scss/page/_page.scss */
  .sub-page .page-parent-title {
    margin-bottom: 5px;
  }
}

/* line 68, assets/scss/page/_page.scss */
.page-description {
  padding: 52px 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 68, assets/scss/page/_page.scss */
  .page-description {
    padding: 42px 0;
  }
}

/* line 74, assets/scss/page/_page.scss */
.page-description p {
  margin: -8px 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  /* line 74, assets/scss/page/_page.scss */
  .page-description p {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  /* line 83, assets/scss/page/_page.scss */
  .page-description p br {
    display: none;
  }
}

/* line 89, assets/scss/page/_page.scss */
.page-section {
  padding: 96px 0;
  background-color: #f8f8f8;
}

@media (max-width: 991.98px) {
  /* line 89, assets/scss/page/_page.scss */
  .page-section {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  /* line 95, assets/scss/page/_page.scss */
  .page-section p {
    font-size: 1.6rem;
    text-align: justify;
  }
  /* line 99, assets/scss/page/_page.scss */
  .page-section p br {
    display: none;
  }
}

/* line 105, assets/scss/page/_page.scss */
.page-catch {
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.529;
  letter-spacing: 0.1em;
  text-align: center;
}

/* line 115, assets/scss/page/_page.scss */
.page .section-information {
  padding: 82px 0 30px;
}

@media (max-width: 991.98px) {
  /* line 115, assets/scss/page/_page.scss */
  .page .section-information {
    padding-top: 50px;
  }
}

/* line 121, assets/scss/page/_page.scss */
.page .section-information .section-title {
  margin-bottom: 32px;
  font-size: 36px;
}

@media (max-width: 991.98px) {
  /* line 121, assets/scss/page/_page.scss */
  .page .section-information .section-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

/* line 143, assets/scss/page/_page.scss */
.termsofuse .site-main,
.privacy .site-main {
  background-color: #f1f1f1;
}

/* line 146, assets/scss/page/_page.scss */
.termsofuse .breadcrumbs,
.privacy .breadcrumbs {
  padding: 20px 0;
  color: #000;
}

@media (max-width: 991.98px) {
  /* line 146, assets/scss/page/_page.scss */
  .termsofuse .breadcrumbs,
  .privacy .breadcrumbs {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}

/* line 153, assets/scss/page/_page.scss */
.termsofuse .breadcrumbs a,
.privacy .breadcrumbs a {
  color: #000;
}

/* line 158, assets/scss/page/_page.scss */
.termsofuse .breadcrumb-ul,
.privacy .breadcrumb-ul {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  /* line 158, assets/scss/page/_page.scss */
  .termsofuse .breadcrumb-ul,
  .privacy .breadcrumb-ul {
    margin-bottom: 28px;
  }
}

/* line 166, assets/scss/page/_page.scss */
.termsofuse .entry-header,
.privacy .entry-header {
  padding: 4px 0 50px;
}

@media (max-width: 991.98px) {
  /* line 166, assets/scss/page/_page.scss */
  .termsofuse .entry-header,
  .privacy .entry-header {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

/* line 174, assets/scss/page/_page.scss */
.termsofuse .entry-description,
.privacy .entry-description {
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 174, assets/scss/page/_page.scss */
  .termsofuse .entry-description,
  .privacy .entry-description {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* line 182, assets/scss/page/_page.scss */
.termsofuse .entry-title,
.privacy .entry-title {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 182, assets/scss/page/_page.scss */
  .termsofuse .entry-title,
  .privacy .entry-title {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}

/* line 192, assets/scss/page/_page.scss */
.termsofuse .entry-content,
.privacy .entry-content {
  margin-top: 0;
  padding: 0 24px;
  font-size: 1.4rem;
}

@media (max-width: 991.98px) {
  /* line 192, assets/scss/page/_page.scss */
  .termsofuse .entry-content,
  .privacy .entry-content {
    padding: 0;
    font-size: 1.6rem;
  }
}

/* line 200, assets/scss/page/_page.scss */
.termsofuse .entry-content h2,
.privacy .entry-content h2 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 200, assets/scss/page/_page.scss */
  .termsofuse .entry-content h2,
  .privacy .entry-content h2 {
    font-size: 26px;
    letter-spacing: 0;
  }
}

/* line 211, assets/scss/page/_page.scss */
.termsofuse .entry-content p,
.privacy .entry-content p {
  margin: 0 0 20px;
}

/* line 215, assets/scss/page/_page.scss */
.termsofuse .entry-content ol, .termsofuse .entry-content ul,
.privacy .entry-content ol,
.privacy .entry-content ul {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}

/* line 222, assets/scss/page/_page.scss */
.termsofuse .entry-content ul > li,
.privacy .entry-content ul > li {
  margin-left: 1.5em;
}

/* line 228, assets/scss/page/_page.scss */
.termsofuse .entry-content > ol > li,
.privacy .entry-content > ol > li {
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

/* line 233, assets/scss/page/_page.scss */
.termsofuse .entry-content > ol > li:before,
.privacy .entry-content > ol > li:before {
  content: counter(cnt) " ";
  position: absolute;
  left: 0;
}

/* line 240, assets/scss/page/_page.scss */
.termsofuse .entry-content > ol > li > ol > li,
.privacy .entry-content > ol > li > ol > li {
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt2;
  position: relative;
}

/* line 245, assets/scss/page/_page.scss */
.termsofuse .entry-content > ol > li > ol > li:before,
.privacy .entry-content > ol > li > ol > li:before {
  content: "(" counter(cnt2) ") ";
  position: absolute;
  left: 0;
}

@media (max-width: 991.98px) {
  /* line 261, assets/scss/page/_page.scss */
  .termsofuse .entry-content ol li ol > li,
  .privacy .entry-content ol li ol > li {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 265, assets/scss/page/_page.scss */
  .termsofuse .entry-content ol li ol > li:before,
  .privacy .entry-content ol li ol > li:before {
    position: static;
  }
}

/* line 272, assets/scss/page/_page.scss */
.termsofuse .entry-content ol li ul,
.privacy .entry-content ol li ul {
  list-style-position: inside;
}

@media (max-width: 991.98px) {
  /* line 274, assets/scss/page/_page.scss */
  .termsofuse .entry-content ol li ul > li,
  .privacy .entry-content ol li ul > li {
    margin-left: 0.5em;
  }
}

/* line 283, assets/scss/page/_page.scss */
.termsofuse .entry-content .enactment-date,
.privacy .entry-content .enactment-date {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  /* line 283, assets/scss/page/_page.scss */
  .termsofuse .entry-content .enactment-date,
  .privacy .entry-content .enactment-date {
    font-size: 1.3rem;
  }
}

@media (max-width: 991.98px) {
  /* line 291, assets/scss/page/_page.scss */
  .termsofuse .entry-content .signature,
  .privacy .entry-content .signature {
    font-size: 1.3rem;
  }
}

/* line 297, assets/scss/page/_page.scss */
.termsofuse .entry-content .desk,
.privacy .entry-content .desk {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  /* line 297, assets/scss/page/_page.scss */
  .termsofuse .entry-content .desk,
  .privacy .entry-content .desk {
    padding-bottom: 48px;
    font-size: 1.3rem;
  }
}

/* line 305, assets/scss/page/_page.scss */
.termsofuse .entry-content .wp-block-separator,
.privacy .entry-content .wp-block-separator {
  margin-top: 76px;
  margin-bottom: 96px;
  border: none;
  background-color: #bbbbbb;
}

/* line 318, assets/scss/page/_page.scss */
.privacy .entry-content h2 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 318, assets/scss/page/_page.scss */
  .privacy .entry-content h2 br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 329, assets/scss/page/_page.scss */
  .termsofuse .entry-title {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  /* line 334, assets/scss/page/_page.scss */
  .termsofuse .entry-content {
    padding-bottom: 48px;
    font-size: 1.3rem;
  }
}

/* line 2, assets/scss/page/_philosophy.scss */
.philosophy .page-section {
  padding-top: 90px;
  padding-bottom: 0;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/page/_philosophy.scss */
  .philosophy .page-section {
    padding-top: 83px;
  }
}

/* line 10, assets/scss/page/_philosophy.scss */
.philosophy .page-catch {
  margin-bottom: 46px;
  font-family: "Cormorant Infant", serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 10, assets/scss/page/_philosophy.scss */
  .philosophy .page-catch {
    font-size: 36px;
  }
}

/* line 19, assets/scss/page/_philosophy.scss */
.philosophy .page-catch span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 19, assets/scss/page/_philosophy.scss */
  .philosophy .page-catch span {
    margin-top: 10px;
  }
}

/* line 30, assets/scss/page/_philosophy.scss */
.philosophy-section {
  padding: 54px 0 54px;
}

@media (max-width: 991.98px) {
  /* line 30, assets/scss/page/_philosophy.scss */
  .philosophy-section {
    padding: 26px 0;
  }
}

/* line 35, assets/scss/page/_philosophy.scss */
.philosophy-section:first-of-type {
  padding-top: 0;
}

/* line 38, assets/scss/page/_philosophy.scss */
.philosophy-section:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 38, assets/scss/page/_philosophy.scss */
  .philosophy-section:last-of-type {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  /* line 43, assets/scss/page/_philosophy.scss */
  .philosophy-section:last-of-type .page-catch {
    margin-bottom: 26px;
  }
}

/* line 48, assets/scss/page/_philosophy.scss */
.philosophy-section h3 {
  margin: 0 0 28px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_philosophy.scss */
  .philosophy-section h3 {
    margin-bottom: 44px;
    font-size: 26px;
  }
}

/* line 59, assets/scss/page/_philosophy.scss */
.philosophy-section h3 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 59, assets/scss/page/_philosophy.scss */
  .philosophy-section h3 br {
    display: block;
  }
}

/* line 66, assets/scss/page/_philosophy.scss */
.philosophy-section > p {
  width: 680px;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 66, assets/scss/page/_philosophy.scss */
  .philosophy-section > p {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 77, assets/scss/page/_philosophy.scss */
.philosophy-section .mission-text {
  margin: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 77, assets/scss/page/_philosophy.scss */
  .philosophy-section .mission-text {
    text-align: justify;
  }
}

/* line 87, assets/scss/page/_philosophy.scss */
.philosophy-section .promise-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media (max-width: 991.98px) {
  /* line 87, assets/scss/page/_philosophy.scss */
  .philosophy-section .promise-text {
    margin-bottom: 44px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 100, assets/scss/page/_philosophy.scss */
.philosophy-box {
  width: 800px;
  padding: 74px;
  margin: 0 auto 46px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

@media (max-width: 991.98px) {
  /* line 100, assets/scss/page/_philosophy.scss */
  .philosophy-box {
    width: 100%;
    padding: 42px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}

/* line 111, assets/scss/page/_philosophy.scss */
.philosophy-box.mission-box {
  padding: 56px;
  margin-bottom: 42px;
}

@media (max-width: 991.98px) {
  /* line 111, assets/scss/page/_philosophy.scss */
  .philosophy-box.mission-box {
    padding: 32px;
  }
}

/* line 118, assets/scss/page/_philosophy.scss */
.philosophy-box.promise-box {
  padding: 67px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  /* line 118, assets/scss/page/_philosophy.scss */
  .philosophy-box.promise-box {
    padding: 44px 32px 36px;
    margin-bottom: 0;
  }
}

/* line 127, assets/scss/page/_philosophy.scss */
.philosophy-logo {
  width: 440px;
  height: auto;
  margin: auto;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 127, assets/scss/page/_philosophy.scss */
  .philosophy-logo {
    width: 255px;
  }
}

/* line 136, assets/scss/page/_philosophy.scss */
.philosophy-ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 140, assets/scss/page/_philosophy.scss */
.philosophy-ol li {
  padding-left: 34px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 140, assets/scss/page/_philosophy.scss */
  .philosophy-ol li {
    padding-left: 34px;
    margin-bottom: 26px;
    letter-spacing: normal;
  }
}

/* line 151, assets/scss/page/_philosophy.scss */
.philosophy-ol li:last-child {
  margin-bottom: 0;
}

/* line 154, assets/scss/page/_philosophy.scss */
.philosophy-ol li span {
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  line-height: 1;
  color: #00B33F;
  position: absolute;
  top: -1px;
  left: -4px;
}

@media (max-width: 991.98px) {
  /* line 154, assets/scss/page/_philosophy.scss */
  .philosophy-ol li span {
    left: 1px;
  }
}

/* line 173, assets/scss/page/_philosophy.scss */
.mission-section > p {
  text-align: justify;
}

@media (max-width: 767.98px) {
  /* line 3, assets/scss/page/_realestate.scss */
  .realestate .page-header {
    height: 375px;
    padding-top: 151px;
  }
  /* line 7, assets/scss/page/_realestate.scss */
  .realestate .page-header .page-title {
    margin: 0 0 140px;
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  /* line 14, assets/scss/page/_realestate.scss */
  .realestate .page-description {
    padding-bottom: 38px;
  }
}

/* line 20, assets/scss/page/_realestate.scss */
.realestate .page-section {
  padding: 90px 0 50px;
}

@media (max-width: 991.98px) {
  /* line 20, assets/scss/page/_realestate.scss */
  .realestate .page-section {
    padding: 52px 0 14px;
  }
}

/* line 28, assets/scss/page/_realestate.scss */
.realestate-group {
  padding: 0 0 46px;
}

/* line 31, assets/scss/page/_realestate.scss */
.realestate-group:first-of-type {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  /* line 31, assets/scss/page/_realestate.scss */
  .realestate-group:first-of-type {
    padding-bottom: 8px;
  }
}

/* line 36, assets/scss/page/_realestate.scss */
.realestate-group:first-of-type .realestate-description {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 36, assets/scss/page/_realestate.scss */
  .realestate-group:first-of-type .realestate-description {
    margin-bottom: 42px;
    letter-spacing: 0;
    display: block;
  }
}

/* line 45, assets/scss/page/_realestate.scss */
.realestate-group:nth-of-type(2) {
  padding-bottom: 57px;
}

@media (max-width: 991.98px) {
  /* line 45, assets/scss/page/_realestate.scss */
  .realestate-group:nth-of-type(2) {
    padding-bottom: 4px;
  }
}

/* line 50, assets/scss/page/_realestate.scss */
.realestate-group:nth-of-type(2) .realestate-description {
  margin-bottom: 44px;
  letter-spacing: 0;
}

/* line 54, assets/scss/page/_realestate.scss */
.realestate-group:nth-of-type(2) .realestate-thumbnail {
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  /* line 58, assets/scss/page/_realestate.scss */
  .realestate-group:nth-of-type(2) .realestate-content .recruitment-title {
    height: auto;
    margin-bottom: 24px;
  }
}

/* line 66, assets/scss/page/_realestate.scss */
.realestate-group:last-of-type {
  padding-top: 0;
}

/* line 68, assets/scss/page/_realestate.scss */
.realestate-group:last-of-type .realestate-title {
  margin-bottom: 21px;
}

@media (max-width: 991.98px) {
  /* line 68, assets/scss/page/_realestate.scss */
  .realestate-group:last-of-type .realestate-title {
    margin-bottom: 16px;
  }
}

/* line 74, assets/scss/page/_realestate.scss */
.realestate-group:last-of-type .realestate-description {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  /* line 74, assets/scss/page/_realestate.scss */
  .realestate-group:last-of-type .realestate-description {
    margin-bottom: 20px;
  }
}

/* line 80, assets/scss/page/_realestate.scss */
.realestate-group:last-of-type .btn-more {
  min-width: 230px;
}

/* line 84, assets/scss/page/_realestate.scss */
.realestate-group hr {
  margin: 0 0 86px;
  background-color: #BBBBBB;
}

@media (max-width: 991.98px) {
  /* line 84, assets/scss/page/_realestate.scss */
  .realestate-group hr {
    margin: 0 0 41px;
  }
}

/* line 92, assets/scss/page/_realestate.scss */
.realestate-title {
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  /* line 92, assets/scss/page/_realestate.scss */
  .realestate-title {
    margin-bottom: 60px;
    font-size: 32px;
    letter-spacing: 0;
  }
}

/* line 105, assets/scss/page/_realestate.scss */
.realestate-description {
  margin-top: -43px;
  margin-bottom: 67px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

/* line 112, assets/scss/page/_realestate.scss */
.realestate-row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

/* line 119, assets/scss/page/_realestate.scss */
.realestate-col {
  padding: 0 31px;
  flex: 0 0 33.33333%;
}

@media (max-width: 991.98px) {
  /* line 119, assets/scss/page/_realestate.scss */
  .realestate-col {
    flex: 0 0 100%;
  }
}

/* line 126, assets/scss/page/_realestate.scss */
.realestate-box {
  margin-bottom: 42px;
}

@media (max-width: 991.98px) {
  /* line 126, assets/scss/page/_realestate.scss */
  .realestate-box {
    margin-bottom: 46px;
  }
}

/* line 132, assets/scss/page/_realestate.scss */
.realestate-thumbnail {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  /* line 132, assets/scss/page/_realestate.scss */
  .realestate-thumbnail {
    margin-bottom: 18px;
  }
}

/* line 138, assets/scss/page/_realestate.scss */
.realestate-image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 143, assets/scss/page/_realestate.scss */
.realestate-content {
  margin-bottom: 26px;
}

/* line 145, assets/scss/page/_realestate.scss */
.realestate-content h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 145, assets/scss/page/_realestate.scss */
  .realestate-content h3 {
    margin-bottom: 16px;
  }
}

/* line 154, assets/scss/page/_realestate.scss */
.realestate-content h3.recruitment-title {
  height: 80px;
  line-height: 1.5;
  margin-bottom: 33px;
}

/* line 160, assets/scss/page/_realestate.scss */
.realestate-content p {
  margin: 0;
  font-size: 1.5rem;
  text-align: justify;
}

@media (max-width: 991.98px) {
  /* line 160, assets/scss/page/_realestate.scss */
  .realestate-content p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

/* line 171, assets/scss/page/_realestate.scss */
.realestate-center {
  text-align: center;
}

/* line 174, assets/scss/page/_realestate.scss */
.realestate-footer {
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 179, assets/scss/page/_realestate.scss */
  .realestate .section-information {
    padding-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  /* line 5, assets/scss/page/_realestate-service.scss */
  .service .page-header {
    padding-top: 86px;
  }
}

@media (max-width: 991.98px) {
  /* line 11, assets/scss/page/_realestate-service.scss */
  .service .page-title {
    margin-bottom: 96px;
  }
}

/* line 17, assets/scss/page/_realestate-service.scss */
.service .page-subtitle {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 17, assets/scss/page/_realestate-service.scss */
  .service .page-subtitle {
    margin-bottom: 39px;
    font-size: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}

/* line 31, assets/scss/page/_realestate-service.scss */
.service .page-section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  /* line 31, assets/scss/page/_realestate-service.scss */
  .service .page-section {
    padding-bottom: 46px;
  }
}

/* line 43, assets/scss/page/_realestate-service.scss */
.service .property-group {
  padding-top: 86px;
  padding-bottom: 24px;
  border-bottom: 1px solid #BBBBBB;
}

@media (max-width: 991.98px) {
  /* line 43, assets/scss/page/_realestate-service.scss */
  .service .property-group {
    padding-top: 52px;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 51, assets/scss/page/_realestate-service.scss */
  .service .property-group:first-of-type {
    padding-top: 74px;
  }
}

@media (max-width: 991.98px) {
  /* line 55, assets/scss/page/_realestate-service.scss */
  .service .property-group:first-of-type .page-subtitle {
    letter-spacing: 0.1em;
  }
}

/* line 61, assets/scss/page/_realestate-service.scss */
.service .property-group:last-of-type {
  padding-bottom: 32px;
  border-bottom: none;
}

/* line 65, assets/scss/page/_realestate-service.scss */
.service .property-group:last-of-type .property-box:last-of-type {
  margin-bottom: 0;
}

/* line 72, assets/scss/page/_realestate-service.scss */
.service .property-box {
  margin-bottom: 72px;
}

@media (max-width: 991.98px) {
  /* line 72, assets/scss/page/_realestate-service.scss */
  .service .property-box {
    margin-bottom: 60px;
  }
}

/* line 77, assets/scss/page/_realestate-service.scss */
.service .property-box h3 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

/* line 84, assets/scss/page/_realestate-service.scss */
.service .property-box.more {
  /*
                .property-row {
                    &:nth-of-type( n + 7 ) {
                        display: table-row;
                    }
                }
                */
}

/* line 92, assets/scss/page/_realestate-service.scss */
.service .property-box.more .property-footer {
  display: none;
}

/* line 97, assets/scss/page/_realestate-service.scss */
.service .property-table {
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.6rem;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 97, assets/scss/page/_realestate-service.scss */
  .service .property-table {
    width: 1024px;
    margin-bottom: 0;
    line-height: 1.625;
  }
}

/* line 108, assets/scss/page/_realestate-service.scss */
.service .property-row {
  display: table-row;
  /*
            &:nth-of-type( n + 7 ) {
                display: none;
            }
            */
}

/* line 115, assets/scss/page/_realestate-service.scss */
.service .property-row.hide {
  display: none;
}

/* line 119, assets/scss/page/_realestate-service.scss */
.service .property-cell {
  padding: 5px 20px 8px;
  line-height: 1.6;
  background-color: #fff;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  display: table-cell;
}

/* line 129, assets/scss/page/_realestate-service.scss */
.service .property-cell:last-of-type {
  border-right: none;
}

/* line 133, assets/scss/page/_realestate-service.scss */
.service .property-th {
  padding: 5px 20px 8px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
  background-color: #DFDFDF;
  border-top: 1px solid #BBBBBB;
}

/* line 141, assets/scss/page/_realestate-service.scss */
.service .property-footer {
  text-align: right;
}

/* line 142, assets/scss/page/_realestate-service.scss */
.service .property-footer > span {
  font-size: 1.3rem;
  float: left;
}

@media (max-width: 991.98px) {
  /* line 142, assets/scss/page/_realestate-service.scss */
  .service .property-footer > span {
    margin-bottom: 4px;
    font-size: 1.4rem;
    text-align: left;
    float: none;
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 141, assets/scss/page/_realestate-service.scss */
  .service .property-footer {
    text-align: center;
  }
}

/* line 158, assets/scss/page/_realestate-service.scss */
.service .property-footer .btn-plus {
  margin-top: 20px;
}

/* line 172, assets/scss/page/_realestate-service.scss */
.service #development .property-cell:first-of-type {
  width: 21.97%;
}

/* line 175, assets/scss/page/_realestate-service.scss */
.service #development .property-cell:nth-of-type(2) {
  width: 24.31%;
}

/* line 178, assets/scss/page/_realestate-service.scss */
.service #development .property-cell:nth-of-type(3) {
  width: 16.21%;
}

/* line 181, assets/scss/page/_realestate-service.scss */
.service #development .property-cell:nth-of-type(4) {
  width: 10.64%;
}

/* line 184, assets/scss/page/_realestate-service.scss */
.service #development .property-cell:nth-of-type(5) {
  width: 16.21%;
}

/* line 194, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:first-of-type {
  width: 14.1%;
}

/* line 197, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:nth-of-type(2) {
  width: 25.68%;
}

/* line 200, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:nth-of-type(3) {
  width: 11.91%;
}

/* line 203, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:nth-of-type(4) {
  width: 12.2%;
}

/* line 206, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:nth-of-type(5) {
  width: 14.1%;
}

/* line 209, assets/scss/page/_realestate-service.scss */
.service #regeneration .property-cell:nth-of-type(6) {
  width: 12.2%;
}

/* line 220, assets/scss/page/_realestate-service.scss */
.service-menu {
  width: 100%;
  margin-top: 73px;
  margin-bottom: 96px;
  display: flex;
}

/* line 226, assets/scss/page/_realestate-service.scss */
.service-col {
  flex: 0 0 25%;
}

/* line 229, assets/scss/page/_realestate-service.scss */
.service-box {
  width: 100%;
  display: table;
}

/* line 232, assets/scss/page/_realestate-service.scss */
.service-box a {
  width: 100%;
  height: 360px;
  padding-bottom: 84px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: table-cell;
}

/* line 246, assets/scss/page/_realestate-service.scss */
.service-box a .menu-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease-out;
  transform: scale(1);
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
}

/* line 261, assets/scss/page/_realestate-service.scss */
.service-box a:hover .menu-image {
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
}

/* line 269, assets/scss/page/_realestate-service.scss */
.service-box p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 275, assets/scss/page/_realestate-service.scss */
.service-title {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.222;
}

/* line 282, assets/scss/page/_realestate-service.scss */
.service-slider ul {
  padding: 0;
  margin: 0;
}

/* line 286, assets/scss/page/_realestate-service.scss */
.service-slider li {
  padding: 0 21px;
}

/* line 290, assets/scss/page/_realestate-service.scss */
.service-slider .slick-list {
  margin-bottom: 0;
}

/* line 293, assets/scss/page/_realestate-service.scss */
.service-slider .slick-dots {
  bottom: -40px;
}

/* line 295, assets/scss/page/_realestate-service.scss */
.service-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}

/* line 299, assets/scss/page/_realestate-service.scss */
.service-slider .slick-dots li.slick-active {
  background-color: #333333;
  animation: 0.5s linear forwards rotation;
}

/* line 303, assets/scss/page/_realestate-service.scss */
.service-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* line 308, assets/scss/page/_realestate-service.scss */
.service-slider .slick-dots li button:before {
  content: none;
}

/* line 314, assets/scss/page/_realestate-service.scss */
.service-slider .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}

/* line 317, assets/scss/page/_realestate-service.scss */
.service-slider .slick-arrow:before {
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}

/* line 327, assets/scss/page/_realestate-service.scss */
.service-slider .slick-prev {
  margin-left: -345px;
  left: 50%;
  /*
                &:link, &:visited, &:hover, &:active, &:focus {
                    margin-left: -349px;
                    background-image: url(../images/icon/arrow-left.svg);
                }
                */
}

/* line 330, assets/scss/page/_realestate-service.scss */
.service-slider .slick-prev:hover {
  margin-left: -349px;
}

/* line 333, assets/scss/page/_realestate-service.scss */
.service-slider .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}

/* line 344, assets/scss/page/_realestate-service.scss */
.service-slider .slick-next {
  margin-right: -345px;
  right: 50%;
  /*
                &:link, &:visited, &:hover, &:active, &:focus {
                    margin-right: -349px;
                    background-image: url(../images/icon/arrow-right.svg);
                }
                */
}

/* line 347, assets/scss/page/_realestate-service.scss */
.service-slider .slick-next:hover {
  margin-right: -349px;
}

/* line 350, assets/scss/page/_realestate-service.scss */
.service-slider .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}

/* line 364, assets/scss/page/_realestate-service.scss */
.service .section-information {
  padding: 90px 0 30px;
}

@media (max-width: 991.98px) {
  /* line 370, assets/scss/page/_realestate-service.scss */
  .table-scroll {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 10px;
    overflow: auto;
    display: grid;
  }
  /* line 379, assets/scss/page/_realestate-service.scss */
  .table-scroll::-webkit-scrollbar {
    height: 3px;
  }
  /* line 382, assets/scss/page/_realestate-service.scss */
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
  /* line 386, assets/scss/page/_realestate-service.scss */
  .table-scroll::-webkit-scrollbar-track-piece {
    background: #ccc;
  }
  /* line 389, assets/scss/page/_realestate-service.scss */
  .table-scroll .property-table {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}

@media (max-width: 991.98px) {
  /* line 4, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .sub-page .page-header {
    padding-top: 85px;
  }
}

@media (max-width: 991.98px) {
  /* line 9, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .sub-page .page-title {
    margin-bottom: 98px;
  }
}

@media (max-width: 991.98px) {
  /* line 14, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .sub-page .page-description {
    padding-top: 96px;
    padding-bottom: 37px;
    font-size: 1.6rem;
  }
}

@media (max-width: 991.98px) {
  /* line 21, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .sub-page .page-catch {
    margin-bottom: 29px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 991.98px) {
  /* line 28, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .sub-page .page-section {
    padding-top: 66px;
    padding-bottom: 138px;
  }
}

/* line 36, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation-section {
  padding-bottom: 83px;
}

/* line 38, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation-section:last-of-type {
  padding-bottom: 0;
}

/* line 43, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section:first-of-type {
  padding-bottom: 59px;
}

/* line 47, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section .information-ul {
  margin-bottom: 36px;
}

@media (max-width: 991.98px) {
  /* line 47, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .propertyinformation-section .information-ul {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 53, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .propertyinformation-section .information-li {
    padding: 8px 0 14px;
  }
}

/* line 58, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section .information-p {
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 58, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .propertyinformation-section .information-p {
    padding: 8px 0 2px;
    font-size: 1.6rem;
  }
}

/* line 69, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section .information-cell:first-of-type {
  width: 155px;
}

@media (max-width: 991.98px) {
  /* line 69, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .propertyinformation-section .information-cell:first-of-type {
    width: auto;
    margin-bottom: 3px;
  }
}

/* line 78, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section .information-title em {
  font-weight: 500;
}

/* line 82, assets/scss/page/_realestate-propertyinformation.scss */
.propertyinformation .propertyinformation-section .information-footer {
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 82, assets/scss/page/_realestate-propertyinformation.scss */
  .propertyinformation .propertyinformation-section .information-footer {
    margin-top: 30px;
    text-align: center;
  }
}

/* line 3, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .page-header {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  /* line 3, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .page-header {
    padding-top: 82px;
  }
}

@media (max-width: 991.98px) {
  /* line 11, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .sub-page .page-title {
    margin-bottom: 100px;
  }
}

/* line 18, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .page-section {
  padding-bottom: 32px;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 18, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .page-section {
    padding-bottom: 79px;
  }
}

/* line 25, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .page-subtitle {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 25, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .page-subtitle {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}

/* line 37, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .page-subtitle br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 37, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .page-subtitle br {
    display: block;
  }
}

/* line 45, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .page-description {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 45, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .page-description {
    padding-top: 96px;
  }
}

/* line 52, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .request-group {
  padding: 81px 0;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 991.98px) {
  /* line 52, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .request-group {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}

/* line 59, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .request-group:first-of-type {
  padding-top: 0;
}

/* line 62, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .request-group:last-of-type {
  padding-bottom: 0;
  border: none;
}

/* line 70, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress caption {
  display: none;
}

/* line 75, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress .row-1 .column-1, .requestforinformation .tablepress .row-1 .column-2 {
  border-top: 1px solid #bbb;
}

/* line 81, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress .column-1, .requestforinformation .tablepress .column-2 {
  padding: 5px 20px;
  line-height: 1.6;
  border-bottom: 1px solid #bbb;
}

/* line 86, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress .column-1 {
  width: 240px;
  font-weight: 500;
  background-color: #dfdfdf;
}

@media (max-width: 991.98px) {
  /* line 86, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .tablepress .column-1 {
    width: 80px;
    padding: 10px 8px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* line 96, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress .column-1 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 96, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .tablepress .column-1 br {
    display: block;
  }
}

/* line 103, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress .column-2 {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  /* line 103, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation .tablepress .column-2 {
    padding: 10px 8px;
  }
}

/* line 110, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress ol, .requestforinformation .tablepress ul {
  padding: 0;
  margin: 0 0 0 1.5em;
}

/* line 113, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress ol > br, .requestforinformation .tablepress ul > br {
  display: none;
}

/* line 116, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress ol li, .requestforinformation .tablepress ul li {
  padding: 3px 0;
}

/* line 120, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .tablepress p {
  margin: 0;
}

/* line 125, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact {
  height: 468px;
  padding: 34px 14px 24px;
  margin-top: 15px;
  background-image: url(../images/page/realestate/requestforinformation/requestforinformation-contact-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  /* line 125, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact {
    height: auto;
    padding: 50px 20px 44px;
    margin-left: -30px;
    margin-right: -30px;
    background-image: url(../images/page/realestate/requestforinformation/requestforinformation-contact-image-sp.png);
  }
}

/* line 140, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 140, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-title {
    margin: 0 0 18px;
    font-size: 32px;
  }
}

/* line 151, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact p {
  margin: 0 0 8px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 151, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/* line 160, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact p br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 160, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact p br {
    display: block;
  }
}

/* line 167, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-row {
  margin-top: 36px;
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 167, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-row {
    margin-top: 28px;
  }
}

/* line 175, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-col {
  padding: 0 10px;
  flex: 0 0 33.33333%;
}

@media (max-width: 991.98px) {
  /* line 175, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-col {
    flex: 0 0 100%;
  }
}

/* line 182, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box {
  padding: 17px 0;
}

@media (max-width: 991.98px) {
  /* line 182, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-col:last-of-type .requestforinformation-contact-box {
    padding: 19px 0 16px;
  }
}

/* line 187, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box h3 {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  /* line 187, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-col:last-of-type .requestforinformation-contact-box h3 {
    margin-bottom: 4px;
  }
}

/* line 193, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box .btn-more {
  padding: 10px 0;
}

/* line 197, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-content {
  border: none;
}

/* line 202, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-box {
  height: 161px;
  padding: 17px 24px;
  text-align: center;
  background-color: rgba(248, 248, 248, 0.9);
}

@media (max-width: 991.98px) {
  /* line 202, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-box {
    height: auto;
    padding: 20px 24px 22px;
    margin-bottom: 15px;
  }
}

/* line 212, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 212, assets/scss/page/_realestate-requestforinformation.scss */
  .requestforinformation-contact-box h3 {
    margin: 0 0 6px;
    font-size: 1.8rem;
  }
}

/* line 223, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-content {
  padding: 16px 10px 8px;
  border: 1px solid #bbb;
}

/* line 226, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation-contact-content .phone-number {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #00B33F;
}

/* line 236, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation #revenue {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 241, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

/* line 247, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .icon-phone {
  margin-top: -4px;
  background-image: url(../images/page/realestate/requestforinformation/icon-phone.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 253, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .icon-fax {
  margin-top: -4px;
  background-image: url(../images/page/realestate/requestforinformation/icon-fax.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 259, assets/scss/page/_realestate-requestforinformation.scss */
.requestforinformation .icon-mail {
  margin-top: -4px;
  background-image: url(../images/page/realestate/requestforinformation/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  /* line 3, assets/scss/page/_residence.scss */
  .residence .page-header {
    height: 375px;
    padding-top: 151px;
  }
  /* line 7, assets/scss/page/_residence.scss */
  .residence .page-header .page-title {
    margin: 0 0 140px;
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  /* line 14, assets/scss/page/_residence.scss */
  .residence .page-description {
    padding: 42px 0 36px;
  }
  /* line 17, assets/scss/page/_residence.scss */
  .residence .page-description p {
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

/* line 24, assets/scss/page/_residence.scss */
.residence .page-section {
  background-color: #F8F8F8;
}

/* line 26, assets/scss/page/_residence.scss */
.residence .page-section .page-catch {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 26, assets/scss/page/_residence.scss */
  .residence .page-section .page-catch {
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }
}

/* line 35, assets/scss/page/_residence.scss */
.residence .page-section .text-m {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 35, assets/scss/page/_residence.scss */
  .residence .page-section .text-m {
    font-size: 1.6rem;
    letter-spacing: 0.045em;
    text-align: justify;
  }
}

/* line 48, assets/scss/page/_residence.scss */
.residence-menu {
  width: 100%;
  margin-top: 66px;
  margin-bottom: 96px;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_residence.scss */
  .residence-menu {
    padding: 0 30px;
    margin-top: 56px;
    margin-bottom: 60px;
    display: block;
  }
}

/* line 60, assets/scss/page/_residence.scss */
.residence-col {
  flex: 0 0 25%;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 60, assets/scss/page/_residence.scss */
  .residence-col {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 67, assets/scss/page/_residence.scss */
  .residence-col p {
    text-align: center;
  }
}

/* line 73, assets/scss/page/_residence.scss */
.residence-col:first-of-type .residence-box .residence-title {
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 73, assets/scss/page/_residence.scss */
  .residence-col:first-of-type .residence-box .residence-title {
    margin-bottom: 12px;
  }
}

/* line 81, assets/scss/page/_residence.scss */
.residence-col:first-of-type .residence-box p {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  /* line 81, assets/scss/page/_residence.scss */
  .residence-col:first-of-type .residence-box p {
    margin-bottom: 14px;
  }
}

/* line 91, assets/scss/page/_residence.scss */
.residence-box {
  width: 100%;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  overflow: hidden;
  display: table;
}

/* line 98, assets/scss/page/_residence.scss */
.residence-box a {
  width: 100%;
  height: 360px;
  padding-bottom: 84px;
  text-decoration: none;
  color: #fff;
  vertical-align: bottom;
  display: table-cell;
  position: relative;
  z-index: 0;
}

@media (max-width: 767.98px) {
  /* line 98, assets/scss/page/_residence.scss */
  .residence-box a {
    height: 210px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}

/* line 117, assets/scss/page/_residence.scss */
.residence-box a .menu-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  transform: scale(1.01);
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
}

/* line 131, assets/scss/page/_residence.scss */
.residence-box a:hover .menu-image {
  transform: scale(1.05);
}

/* line 140, assets/scss/page/_residence.scss */
.residence-box.menu-idea a .menu-image {
  background-image: url(../images/page/residence/residence-idea.png);
}

@media (max-width: 991.98px) {
  /* line 140, assets/scss/page/_residence.scss */
  .residence-box.menu-idea a .menu-image {
    background-image: url(../images/page/residence/residence-idea-sp.png);
  }
}

/* line 150, assets/scss/page/_residence.scss */
.residence-box.menu-home a .menu-image {
  background-image: url(../images/page/residence/residence-home.png);
}

@media (max-width: 991.98px) {
  /* line 150, assets/scss/page/_residence.scss */
  .residence-box.menu-home a .menu-image {
    background-image: url(../images/page/residence/residence-home-sp.png);
  }
}

/* line 160, assets/scss/page/_residence.scss */
.residence-box.menu-day a .menu-image {
  background-image: url(../images/page/residence/residence-day.png);
}

@media (max-width: 991.98px) {
  /* line 160, assets/scss/page/_residence.scss */
  .residence-box.menu-day a .menu-image {
    background-image: url(../images/page/residence/residence-day-sp.png);
  }
}

/* line 170, assets/scss/page/_residence.scss */
.residence-box.menu-short a .menu-image {
  background-image: url(../images/page/residence/residence-short.png);
}

@media (max-width: 991.98px) {
  /* line 170, assets/scss/page/_residence.scss */
  .residence-box.menu-short a .menu-image {
    background-image: url(../images/page/residence/residence-short-sp.png);
  }
}

/* line 179, assets/scss/page/_residence.scss */
.residence-box p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 179, assets/scss/page/_residence.scss */
  .residence-box p {
    margin-top: 0;
    margin-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 189, assets/scss/page/_residence.scss */
  .residence-box .btn-info {
    padding: 11px 0;
  }
}

/* line 195, assets/scss/page/_residence.scss */
.residence-title {
  margin-bottom: -6px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.222;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 195, assets/scss/page/_residence.scss */
  .residence-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  /* line 208, assets/scss/page/_residence.scss */
  .residence-slider {
    padding: 0 30px;
    margin-bottom: 38px;
  }
}

/* line 215, assets/scss/page/_residence.scss */
.residence-slider ul {
  padding: 0;
  margin: 0;
}

/* line 219, assets/scss/page/_residence.scss */
.residence-slider li {
  padding: 0 21px;
}

@media (max-width: 991.98px) {
  /* line 219, assets/scss/page/_residence.scss */
  .residence-slider li {
    padding: 0 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 226, assets/scss/page/_residence.scss */
  .residence-slider .slick-slider {
    margin-left: -4px;
    margin-right: -4px;
  }
}

/* line 232, assets/scss/page/_residence.scss */
.residence-slider .slick-slide {
  height: auto;
}

/* line 241, assets/scss/page/_residence.scss */
.residence-slider .slick-list {
  margin-bottom: 0;
}

/* line 244, assets/scss/page/_residence.scss */
.residence-slider .slick-dots {
  bottom: -35px;
}

/* line 246, assets/scss/page/_residence.scss */
.residence-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
}

@media (max-width: 991.98px) {
  /* line 246, assets/scss/page/_residence.scss */
  .residence-slider .slick-dots li {
    margin: 0 5px;
  }
}

/* line 253, assets/scss/page/_residence.scss */
.residence-slider .slick-dots li.slick-active {
  background-color: #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* line 258, assets/scss/page/_residence.scss */
.residence-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  /* line 258, assets/scss/page/_residence.scss */
  .residence-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}

/* line 269, assets/scss/page/_residence.scss */
.residence-slider .slick-dots li button:before {
  content: none;
}

/* line 275, assets/scss/page/_residence.scss */
.residence-slider .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}

/* line 278, assets/scss/page/_residence.scss */
.residence-slider .slick-arrow:before {
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}

/* line 288, assets/scss/page/_residence.scss */
.residence-slider .slick-prev {
  margin-left: -345px;
  left: 50%;
  /*
                &:link, &:visited, &:hover, &:active, &:focus {
                    margin-left: -349px;
                    background-image: url(../images/icon/arrow-left.svg);
                }
                */
}

@media (max-width: 991.98px) {
  /* line 288, assets/scss/page/_residence.scss */
  .residence-slider .slick-prev {
    width: auto;
    height: auto;
    margin-left: 0;
    top: auto;
    left: 0;
    bottom: -48px;
  }
}

/* line 299, assets/scss/page/_residence.scss */
.residence-slider .slick-prev:hover {
  margin-left: -349px;
}

@media (max-width: 991.98px) {
  /* line 299, assets/scss/page/_residence.scss */
  .residence-slider .slick-prev:hover {
    margin-left: 0;
  }
}

/* line 305, assets/scss/page/_residence.scss */
.residence-slider .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}

/* line 316, assets/scss/page/_residence.scss */
.residence-slider .slick-next {
  margin-right: -345px;
  right: 50%;
  /*
                &:link, &:visited, &:hover, &:active, &:focus {
                    margin-right: -349px;
                    background-image: url(../images/icon/arrow-right.svg);
                }
                */
}

@media (max-width: 991.98px) {
  /* line 316, assets/scss/page/_residence.scss */
  .residence-slider .slick-next {
    width: auto;
    height: auto;
    margin-right: 0;
    top: auto;
    right: 0;
    bottom: -48px;
  }
}

/* line 327, assets/scss/page/_residence.scss */
.residence-slider .slick-next:hover {
  margin-right: -349px;
}

@media (max-width: 991.98px) {
  /* line 327, assets/scss/page/_residence.scss */
  .residence-slider .slick-next:hover {
    margin-right: 0;
  }
}

/* line 333, assets/scss/page/_residence.scss */
.residence-slider .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}

@media (max-width: 991.98px) {
  /* line 348, assets/scss/page/_residence.scss */
  .residence .section-information {
    padding-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  /* line 358, assets/scss/page/_residence.scss */
  .residence .section-site {
    display: none;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}

@media (max-width: 991.98px) {
  /* line 4, assets/scss/page/_seniorhome.scss */
  .short .residence-sub .page-header,
  .day .residence-sub .page-header {
    padding-top: 67px;
  }
}

@media (max-width: 991.98px) {
  /* line 13, assets/scss/page/_seniorhome.scss */
  .short .residence-sub .page-title,
  .day .residence-sub .page-title {
    margin-bottom: 72px;
  }
}

/* line 19, assets/scss/page/_seniorhome.scss */
.residence-sub .page-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 19, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-title br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 27, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-description {
    padding: 42px 0 38px;
  }
}

/* line 31, assets/scss/page/_seniorhome.scss */
.residence-sub .page-description h2 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 31, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-description h2 {
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 26px;
    line-height: 1.8;
  }
  /* line 41, assets/scss/page/_seniorhome.scss */
  .short .residence-sub .page-description h2,
  .day .residence-sub .page-description h2 {
    margin-top: 46px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}

/* line 48, assets/scss/page/_seniorhome.scss */
.residence-sub .page-description h2 br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-description h2 br {
    display: block;
  }
}

/* line 54, assets/scss/page/_seniorhome.scss */
.residence-sub .page-description h2 small {
  font-size: 34px;
}

@media (max-width: 991.98px) {
  /* line 54, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-description h2 small {
    font-size: 24px;
    font-feature-settings: "palt";
    display: block;
  }
}

/* line 63, assets/scss/page/_seniorhome.scss */
.residence-sub .page-description p {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: justify;
}

@media (max-width: 991.98px) {
  /* line 63, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-description p {
    margin-bottom: 0;
  }
}

/* line 72, assets/scss/page/_seniorhome.scss */
.residence-sub .page-section {
  padding: 0;
  /*
        @include media-breakpoint-down(lg) {
            padding: 60px 0 0;
            .day & {
                padding: 52px 0 0;
            }
        }
        */
}

@media (max-width: 991.98px) {
  /* line 83, assets/scss/page/_seniorhome.scss */
  .residence-sub .page-catch {
    margin-bottom: 48px;
    font-size: 32px;
    font-feature-settings: "palt";
  }
}

/* line 90, assets/scss/page/_seniorhome.scss */
.residence-sub-section {
  padding: 96px 0;
  background-color: #F8F8F8;
}

@media (max-width: 991.98px) {
  /* line 90, assets/scss/page/_seniorhome.scss */
  .residence-sub-section {
    padding: 58px 0;
  }
}

/* line 97, assets/scss/page/_seniorhome.scss */
.residence-sub-row {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 97, assets/scss/page/_seniorhome.scss */
  .residence-sub-row {
    flex-direction: column;
  }
}

/* line 105, assets/scss/page/_seniorhome.scss */
.residence-sub-col {
  padding: 0 24px;
}

/* line 107, assets/scss/page/_seniorhome.scss */
.residence-sub-col:first-of-type {
  flex: 0 0 528px;
}

@media (max-width: 991.98px) {
  /* line 107, assets/scss/page/_seniorhome.scss */
  .residence-sub-col:first-of-type {
    flex: 0 0 100%;
  }
}

/* line 113, assets/scss/page/_seniorhome.scss */
.residence-sub-col:last-of-type {
  flex: 0 0 calc(100% - 528px);
}

@media (max-width: 991.98px) {
  /* line 113, assets/scss/page/_seniorhome.scss */
  .residence-sub-col:last-of-type {
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 119, assets/scss/page/_seniorhome.scss */
  .residence-sub-col img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 125, assets/scss/page/_seniorhome.scss */
.residence-sub-col p {
  margin-top: 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media (max-width: 991.98px) {
  /* line 125, assets/scss/page/_seniorhome.scss */
  .residence-sub-col p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

/* line 141, assets/scss/page/_seniorhome.scss */
.seniorhome .page-catch br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 141, assets/scss/page/_seniorhome.scss */
  .seniorhome .page-catch br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 3, assets/scss/page/_sustainability.scss */
  .sustainability .page-header {
    height: 375px;
    padding-top: 153px;
  }
}

@media (max-width: 991.98px) {
  /* line 10, assets/scss/page/_sustainability.scss */
  .sustainability .page-title {
    margin-bottom: 140px;
  }
}

@media (max-width: 991.98px) {
  /* line 16, assets/scss/page/_sustainability.scss */
  .sustainability .page-description {
    padding: 42px 0 38px;
  }
}

/* line 22, assets/scss/page/_sustainability.scss */
.sustainability-menu {
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 22, assets/scss/page/_sustainability.scss */
  .sustainability-menu {
    padding: 60px 0 44px;
    background-color: #f8f8f8;
  }
}

/* line 29, assets/scss/page/_sustainability.scss */
.sustainability-menu .btn-info {
  padding: 11px 0 15px;
}

@media (max-width: 991.98px) {
  /* line 29, assets/scss/page/_sustainability.scss */
  .sustainability-menu .btn-info {
    padding: 10px 0;
  }
}

/* line 36, assets/scss/page/_sustainability.scss */
.sustainability-col {
  flex: 0 0 50%;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 36, assets/scss/page/_sustainability.scss */
  .sustainability-col {
    padding: 0 30px;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}

/* line 45, assets/scss/page/_sustainability.scss */
.sustainability-box {
  width: 100%;
  display: table;
}

/* line 48, assets/scss/page/_sustainability.scss */
.sustainability-box a {
  height: 360px;
  text-align: center;
  text-decoration: none;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: background-size 0.5s ease-out;
  display: table-cell;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/page/_sustainability.scss */
  .sustainability-box a {
    height: 210px;
    background-size: cover;
  }
}

/* line 62, assets/scss/page/_sustainability.scss */
.sustainability-box a:hover {
  background-size: 103%;
}

@media (max-width: 991.98px) {
  /* line 62, assets/scss/page/_sustainability.scss */
  .sustainability-box a:hover {
    background-size: cover;
  }
}

/* line 70, assets/scss/page/_sustainability.scss */
.sustainability-title {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.22;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  /* line 70, assets/scss/page/_sustainability.scss */
  .sustainability-title {
    margin: 0 0 21px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 991.98px) {
  /* line 84, assets/scss/page/_sustainability.scss */
  .sustainability .section-information {
    padding-bottom: 90px;
  }
}

/* line 95, assets/scss/page/_sustainability.scss */
.sdgs .page-header {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  /* line 95, assets/scss/page/_sustainability.scss */
  .sdgs .page-header {
    padding-top: 66px;
  }
}

/* line 104, assets/scss/page/_sustainability.scss */
.sdgs .sub-page .page-title {
  margin-bottom: 35px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  /* line 104, assets/scss/page/_sustainability.scss */
  .sdgs .sub-page .page-title {
    margin-bottom: 72px;
  }
}

/* line 112, assets/scss/page/_sustainability.scss */
.sdgs .sub-page .page-parent-title {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 112, assets/scss/page/_sustainability.scss */
  .sdgs .sub-page .page-parent-title {
    margin-bottom: 8px;
  }
}

/* line 119, assets/scss/page/_sustainability.scss */
.sdgs .sub-page .breadcrumbs {
  letter-spacing: 0.17em;
  line-height: 2.6;
}

/* line 125, assets/scss/page/_sustainability.scss */
.sdgs .page-section {
  padding-top: 88px;
  padding-bottom: 92px;
}

@media (max-width: 991.98px) {
  /* line 128, assets/scss/page/_sustainability.scss */
  .sdgs .page-section.sdgs-section {
    padding-top: 125px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  /* line 134, assets/scss/page/_sustainability.scss */
  .sdgs .page-section.block-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

/* line 142, assets/scss/page/_sustainability.scss */
.sdgs-title {
  margin: 0 0 21px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 142, assets/scss/page/_sustainability.scss */
  .sdgs-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.46;
  }
}

/* line 153, assets/scss/page/_sustainability.scss */
.sdgs-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 153, assets/scss/page/_sustainability.scss */
  .sdgs-title br {
    display: block;
  }
}

/* line 161, assets/scss/page/_sustainability.scss */
.sdgs-description {
  margin: 0 0 68px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 161, assets/scss/page/_sustainability.scss */
  .sdgs-description {
    margin: 0 0 44px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 173, assets/scss/page/_sustainability.scss */
.sdgs-image {
  width: 722px;
  height: auto;
  margin: 0 auto 31px;
  display: block;
}

/* line 178, assets/scss/page/_sustainability.scss */
.sdgs-image-pc {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 178, assets/scss/page/_sustainability.scss */
  .sdgs-image-pc {
    display: none;
  }
}

/* line 184, assets/scss/page/_sustainability.scss */
.sdgs-image-sp {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 184, assets/scss/page/_sustainability.scss */
  .sdgs-image-sp {
    display: block;
  }
}

/* line 192, assets/scss/page/_sustainability.scss */
.sdgs-text {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}

/* line 199, assets/scss/page/_sustainability.scss */
.sdgs .block-section {
  padding-bottom: 23px;
  background-color: #f1f1f1;
}

/* line 204, assets/scss/page/_sustainability.scss */
.sdgs-block {
  margin-bottom: 78px;
}

@media (max-width: 991.98px) {
  /* line 204, assets/scss/page/_sustainability.scss */
  .sdgs-block {
    margin-bottom: 54px;
  }
}

/* line 210, assets/scss/page/_sustainability.scss */
.sdgs-block-3 .sdgs-block-title {
  letter-spacing: 0.04em;
}

/* line 215, assets/scss/page/_sustainability.scss */
.sdgs-block-6 .sdgs-block-title {
  letter-spacing: 0.09em;
}

/* line 219, assets/scss/page/_sustainability.scss */
.sdgs-block:last-of-type {
  margin: 0;
}

/* line 222, assets/scss/page/_sustainability.scss */
.sdgs-block-title {
  margin: 0 0 26px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 222, assets/scss/page/_sustainability.scss */
  .sdgs-block-title {
    margin: 0 0 31px;
    font-size: 32px;
    line-height: 1.46;
  }
}

/* line 233, assets/scss/page/_sustainability.scss */
.sdgs-block-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 233, assets/scss/page/_sustainability.scss */
  .sdgs-block-title br {
    display: block;
  }
}

/* line 240, assets/scss/page/_sustainability.scss */
.sdgs-block-row {
  flex-wrap: wrap;
  display: flex;
}

/* line 244, assets/scss/page/_sustainability.scss */
.sdgs-block-col {
  flex: 0 0 50%;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 244, assets/scss/page/_sustainability.scss */
  .sdgs-block-col {
    flex: 0 0 100%;
  }
}

/* line 250, assets/scss/page/_sustainability.scss */
.sdgs-block-col p {
  margin: -5px 0 20px;
  font-size: 1.7rem;
}

@media (max-width: 991.98px) {
  /* line 250, assets/scss/page/_sustainability.scss */
  .sdgs-block-col p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

/* line 260, assets/scss/page/_sustainability.scss */
.sdgs-block-image {
  width: 397px;
  height: auto;
}

@media (max-width: 991.98px) {
  /* line 260, assets/scss/page/_sustainability.scss */
  .sdgs-block-image {
    margin-bottom: 15px;
  }
}

/* line 268, assets/scss/page/_sustainability.scss */
.sdgs-block-bottom {
  font-size: 1.3rem;
  line-height: 1.615;
  position: absolute;
  left: 0;
  bottom: 5px;
}

@media (max-width: 991.98px) {
  /* line 268, assets/scss/page/_sustainability.scss */
  .sdgs-block-bottom {
    line-height: 1.8;
    position: static;
    display: block;
  }
}

/* line 279, assets/scss/page/_sustainability.scss */
.sdgs-block-bottom a {
  color: #000;
}

/* line 286, assets/scss/page/_sustainability.scss */
.sdgs-ul {
  padding: 0;
  margin: 0 0 52px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 294, assets/scss/page/_sustainability.scss */
  .sdgs-ul-1 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  /* line 298, assets/scss/page/_sustainability.scss */
  .sdgs-ul-1 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 304, assets/scss/page/_sustainability.scss */
  .sdgs-ul-2, .sdgs-ul-3 {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 35px;
  }
  /* line 311, assets/scss/page/_sustainability.scss */
  .sdgs-ul-2 .sdgs-li, .sdgs-ul-3 .sdgs-li {
    flex: 0 0 33.33333%;
    margin-bottom: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 317, assets/scss/page/_sustainability.scss */
  .sdgs-ul-4 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  /* line 321, assets/scss/page/_sustainability.scss */
  .sdgs-ul-4 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 327, assets/scss/page/_sustainability.scss */
  .sdgs-ul-5, .sdgs-ul-6 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  /* line 332, assets/scss/page/_sustainability.scss */
  .sdgs-ul-5 .sdgs-li, .sdgs-ul-6 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}

/* line 339, assets/scss/page/_sustainability.scss */
.sdgs-li {
  padding: 0 6px;
  flex: 0 0 84px;
}

@media (max-width: 991.98px) {
  /* line 349, assets/scss/page/_sustainability.scss */
  .sdgs-icon {
    width: 95px;
    height: auto;
  }
}

/* line 362, assets/scss/page/_sustainability.scss */
.csr .sub-page .page-header {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  /* line 362, assets/scss/page/_sustainability.scss */
  .csr .sub-page .page-header {
    padding-top: 66px;
  }
}

/* line 368, assets/scss/page/_sustainability.scss */
.csr .sub-page .page-title {
  margin-bottom: 35px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  /* line 368, assets/scss/page/_sustainability.scss */
  .csr .sub-page .page-title {
    margin-bottom: 72px;
  }
}

/* line 376, assets/scss/page/_sustainability.scss */
.csr .sub-page .page-parent-title {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 376, assets/scss/page/_sustainability.scss */
  .csr .sub-page .page-parent-title {
    margin-bottom: 8px;
  }
}

/* line 383, assets/scss/page/_sustainability.scss */
.csr .sub-page .breadcrumbs {
  letter-spacing: 0.17em;
  line-height: 2.6;
}

/* line 394, assets/scss/page/_sustainability.scss */
.csr-section {
  padding: 87px 0 90px;
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 394, assets/scss/page/_sustainability.scss */
  .csr-section {
    padding-top: 124px;
    padding-bottom: 56px;
  }
}

/* line 401, assets/scss/page/_sustainability.scss */
.csr-section .csr-title {
  margin-bottom: 23px;
}

/* line 404, assets/scss/page/_sustainability.scss */
.csr-section .csr-description {
  letter-spacing: 0.1em;
}

/* line 409, assets/scss/page/_sustainability.scss */
.csr-title {
  margin: 0 0 36px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 409, assets/scss/page/_sustainability.scss */
  .csr-title {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 1.46;
    letter-spacing: 0.1em;
  }
}

/* line 421, assets/scss/page/_sustainability.scss */
.csr-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 421, assets/scss/page/_sustainability.scss */
  .csr-title br {
    display: block;
  }
}

/* line 429, assets/scss/page/_sustainability.scss */
.csr-description {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}

/* line 437, assets/scss/page/_sustainability.scss */
.csr .activity-section {
  padding-top: 87px;
}

@media (max-width: 991.98px) {
  /* line 437, assets/scss/page/_sustainability.scss */
  .csr .activity-section {
    padding-top: 58px;
    padding-bottom: 60px;
  }
}

/* line 444, assets/scss/page/_sustainability.scss */
.csr .activity-section .csr-title {
  margin: 0 0 48px;
}

/* line 449, assets/scss/page/_sustainability.scss */
.csr .activity-wrap {
  height: 1171px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 449, assets/scss/page/_sustainability.scss */
  .csr .activity-wrap {
    height: 330px;
  }
}

/* line 457, assets/scss/page/_sustainability.scss */
.csr .activity-box {
  width: 330px;
  height: 430px;
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 165px;
  -moz-border-radius: 165px;
  -ms-border-radius: 165px;
  border-radius: 165px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 2;
}

@media (max-width: 991.98px) {
  /* line 457, assets/scss/page/_sustainability.scss */
  .csr .activity-box {
    width: 102px;
    height: 102px;
    padding: 11px 0;
  }
}

/* line 472, assets/scss/page/_sustainability.scss */
.csr .activity-box:after {
  content: "";
  width: 32px;
  height: 5px;
  background-image: url(../images/obj/dotted-line.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 472, assets/scss/page/_sustainability.scss */
  .csr .activity-box:after {
    width: 17px;
    background-size: auto;
  }
}

/* line 489, assets/scss/page/_sustainability.scss */
.csr .activity-icon {
  width: auto;
  height: 70px;
  margin: 0 0 10px;
}

@media (max-width: 991.98px) {
  /* line 489, assets/scss/page/_sustainability.scss */
  .csr .activity-icon {
    height: 44px;
    margin: 0 0 0;
  }
}

/* line 498, assets/scss/page/_sustainability.scss */
.csr .activity-title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15;
}

@media (max-width: 991.98px) {
  /* line 498, assets/scss/page/_sustainability.scss */
  .csr .activity-title {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

/* line 508, assets/scss/page/_sustainability.scss */
.csr .activity-title span {
  position: relative;
}

/* line 510, assets/scss/page/_sustainability.scss */
.csr .activity-title span:after {
  content: "";
  width: 100%;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  /* line 510, assets/scss/page/_sustainability.scss */
  .csr .activity-title span:after {
    height: 3px;
  }
}

/* line 525, assets/scss/page/_sustainability.scss */
.csr .activity-en {
  margin-bottom: 24px;
  font-family: "Cormorant Infant", serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 525, assets/scss/page/_sustainability.scss */
  .csr .activity-en {
    display: none;
  }
}

/* line 537, assets/scss/page/_sustainability.scss */
.csr .activity-text {
  margin: 0;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  /* line 537, assets/scss/page/_sustainability.scss */
  .csr .activity-text {
    display: none;
  }
}

/* line 545, assets/scss/page/_sustainability.scss */
.csr .activity-community {
  right: 149px;
  bottom: 741px;
}

@media (max-width: 991.98px) {
  /* line 545, assets/scss/page/_sustainability.scss */
  .csr .activity-community {
    margin-right: -124px;
    top: 0;
    right: 50%;
    bottom: auto;
  }
}

/* line 556, assets/scss/page/_sustainability.scss */
.csr .activity-community .activity-title span:after {
  background-color: #FF8D8D;
}

/* line 561, assets/scss/page/_sustainability.scss */
.csr .activity-community:after {
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
  transform: rotate(-240deg);
  left: 60px;
  bottom: -5px;
}

@media (max-width: 991.98px) {
  /* line 561, assets/scss/page/_sustainability.scss */
  .csr .activity-community:after {
    left: 2px;
    bottom: 0px;
  }
}

/* line 572, assets/scss/page/_sustainability.scss */
.csr .activity-disaster {
  right: 0;
  bottom: 294px;
}

@media (max-width: 991.98px) {
  /* line 572, assets/scss/page/_sustainability.scss */
  .csr .activity-disaster {
    margin-right: -166px;
    right: 50%;
    bottom: 88px;
  }
}

/* line 582, assets/scss/page/_sustainability.scss */
.csr .activity-disaster .activity-title span:after {
  background-color: #B39BF7;
}

/* line 587, assets/scss/page/_sustainability.scss */
.csr .activity-disaster:after {
  -webkit-transform: rotate(-340deg);
  -moz-transform: rotate(-340deg);
  -ms-transform: rotate(-340deg);
  -o-transform: rotate(-340deg);
  transform: rotate(-340deg);
  left: -40px;
  top: 150px;
}

@media (max-width: 991.98px) {
  /* line 587, assets/scss/page/_sustainability.scss */
  .csr .activity-disaster:after {
    left: -13px;
    top: 23px;
  }
}

/* line 598, assets/scss/page/_sustainability.scss */
.csr .activity-general {
  margin-left: -165px;
  left: 50%;
  bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 598, assets/scss/page/_sustainability.scss */
  .csr .activity-general {
    margin-left: -51px;
    bottom: 1px;
  }
}

/* line 608, assets/scss/page/_sustainability.scss */
.csr .activity-general .activity-title span:after {
  background-color: #4CD17F;
}

/* line 613, assets/scss/page/_sustainability.scss */
.csr .activity-general:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 150px;
  top: -30px;
}

@media (max-width: 991.98px) {
  /* line 613, assets/scss/page/_sustainability.scss */
  .csr .activity-general:after {
    margin-left: -11px;
    top: -10px;
    left: 50%;
  }
}

/* line 625, assets/scss/page/_sustainability.scss */
.csr .activity-education {
  left: 0px;
  bottom: 294px;
}

@media (max-width: 991.98px) {
  /* line 625, assets/scss/page/_sustainability.scss */
  .csr .activity-education {
    margin-left: -170px;
    left: 50%;
    bottom: 86px;
  }
}

/* line 635, assets/scss/page/_sustainability.scss */
.csr .activity-education .activity-title span:after {
  background-color: #5FBCF7;
}

/* line 640, assets/scss/page/_sustainability.scss */
.csr .activity-education:after {
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  transform: rotate(340deg);
  right: -40px;
  top: 150px;
}

@media (max-width: 991.98px) {
  /* line 640, assets/scss/page/_sustainability.scss */
  .csr .activity-education:after {
    right: -15px;
    top: 20px;
  }
}

/* line 651, assets/scss/page/_sustainability.scss */
.csr .activity-kids {
  left: 149px;
  bottom: 741px;
}

@media (max-width: 991.98px) {
  /* line 651, assets/scss/page/_sustainability.scss */
  .csr .activity-kids {
    margin-left: -124px;
    top: 0;
    left: 50%;
    bottom: 0;
  }
}

/* line 662, assets/scss/page/_sustainability.scss */
.csr .activity-kids .activity-title span:after {
  background-color: #E5DF49;
}

/* line 667, assets/scss/page/_sustainability.scss */
.csr .activity-kids:after {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  right: 60px;
  bottom: -5px;
}

@media (max-width: 991.98px) {
  /* line 667, assets/scss/page/_sustainability.scss */
  .csr .activity-kids:after {
    right: 8px;
    bottom: 0;
  }
}

/* line 679, assets/scss/page/_sustainability.scss */
.csr .activity-center {
  width: 262px;
  height: 262px;
  margin-left: -131px;
  background-image: url(../images/page/sustainability/csr/activity-logo.png);
  background-size: 141px;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  bottom: 486px;
}

@media (max-width: 991.98px) {
  /* line 679, assets/scss/page/_sustainability.scss */
  .csr .activity-center {
    width: 102px;
    height: 102px;
    margin-top: -65px;
    margin-left: -51px;
    background-size: 55px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

/* line 706, assets/scss/page/_sustainability.scss */
.csr .activity-list {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 706, assets/scss/page/_sustainability.scss */
  .csr .activity-list {
    margin-top: 50px;
    display: block;
  }
}

/* line 713, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-title {
  margin-bottom: 13px;
  font-size: 26px;
}

/* line 716, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-title span {
  z-index: 0;
}

/* line 718, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-title span:after {
  height: 6px;
}

/* line 723, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-en {
  margin-bottom: 15px;
  display: block;
}

/* line 727, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-header {
  width: 100%;
  text-align: center;
  position: relative;
}

/* line 731, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-header .activity-icon {
  width: auto;
  height: 70px;
  position: absolute;
  left: 0;
}

/* line 740, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-block {
  margin-bottom: 60px;
}

/* line 742, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-block:last-of-type {
  margin-bottom: 0;
}

/* line 745, assets/scss/page/_sustainability.scss */
.csr .activity-list .activity-block p {
  margin: 0;
  letter-spacing: 0.1em;
}

/* line 753, assets/scss/page/_sustainability.scss */
.csr .activity-list-community .activity-header .activity-icon {
  height: 61px;
}

/* line 759, assets/scss/page/_sustainability.scss */
.csr .activity-list-community .activity-title span:after {
  background-color: #FF8D8D;
}

/* line 768, assets/scss/page/_sustainability.scss */
.csr .activity-list-disaster .activity-header .activity-icon {
  height: 67px;
}

/* line 774, assets/scss/page/_sustainability.scss */
.csr .activity-list-disaster .activity-title span:after {
  background-color: #B39BF7;
}

/* line 785, assets/scss/page/_sustainability.scss */
.csr .activity-list-general .activity-title span:after {
  background-color: #4CD17F;
}

/* line 795, assets/scss/page/_sustainability.scss */
.csr .activity-list-education .activity-title span:after {
  background-color: #5FBCF7;
}

/* line 805, assets/scss/page/_sustainability.scss */
.csr .activity-list-kids .activity-title span:after {
  background-color: #E5DF49;
}

/* line 815, assets/scss/page/_sustainability.scss */
.csr #archive {
  background-color: #f1f1f1;
}

@media (max-width: 991.98px) {
  /* line 815, assets/scss/page/_sustainability.scss */
  .csr #archive {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}

/* line 822, assets/scss/page/_sustainability.scss */
.csr #archive .archive-form {
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 822, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-form {
    margin-bottom: 42px;
  }
}

/* line 828, assets/scss/page/_sustainability.scss */
.csr #archive .archive-select {
  width: 186px;
  padding: 6px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: url(../images/icon/select-down.svg);
  background-position: center right 16px;
  background-color: #fff;
  background-repeat: no-repeat;
}

/* line 846, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block {
  padding: 46px 0;
}

@media (max-width: 991.98px) {
  /* line 846, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-block {
    padding: 18px 0;
  }
}

/* line 851, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-title {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 851, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-block-title {
    margin: 0 auto 48px;
    font-size: 32px;
  }
}

/* line 863, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-label {
  margin: 0 auto 70px;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 863, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-block-label {
    margin: 0 auto 48px;
  }
}

/* line 872, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block .label-cell {
  padding: 0 6px;
  vertical-align: middle;
  display: table-cell;
}

/* line 876, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block .label-cell span {
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 876, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-block .label-cell span {
    font-size: 26px;
  }
}

/* line 884, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block .label-cell span:after {
  content: "";
  width: 100%;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

/* line 896, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-icon {
  width: auto;
  height: 57px;
}

/* line 901, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-row {
  flex-wrap: wrap;
  display: flex;
}

/* line 907, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-col p {
  margin: 0 0 20px;
}

/* line 912, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-col-2 {
  flex: 0 0 50%;
}

@media (max-width: 991.98px) {
  /* line 912, assets/scss/page/_sustainability.scss */
  .csr #archive .archive-block-col-2 {
    flex: 0 0 100%;
  }
}

/* line 919, assets/scss/page/_sustainability.scss */
.csr #archive .archive-block-col-1 {
  flex: 0 0 100%;
}

/* line 928, assets/scss/page/_sustainability.scss */
.csr #archive .archive-community .label-cell span:after {
  background-color: #FF8D8D;
}

/* line 938, assets/scss/page/_sustainability.scss */
.csr #archive .archive-disaster .label-cell span:after {
  background-color: #B39BF7;
}

/* line 948, assets/scss/page/_sustainability.scss */
.csr #archive .archive-general .label-cell span:after {
  background-color: #4CD17F;
}

/* line 958, assets/scss/page/_sustainability.scss */
.csr #archive .archive-education .label-cell span:after {
  background-color: #5FBCF7;
}

/* line 968, assets/scss/page/_sustainability.scss */
.csr #archive .archive-kids .label-cell span:after {
  background-color: #E5DF49;
}

/* line 3, assets/scss/page/_404.scss */
.error404 .entry-header {
  padding: 110px 0 14px;
}

@media (max-width: 991.98px) {
  /* line 3, assets/scss/page/_404.scss */
  .error404 .entry-header {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}

/* line 10, assets/scss/page/_404.scss */
.error404 .entry-title {
  margin: 0;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 10, assets/scss/page/_404.scss */
  .error404 .entry-title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* line 21, assets/scss/page/_404.scss */
.error404 .entry-title br {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 21, assets/scss/page/_404.scss */
  .error404 .entry-title br {
    display: block;
  }
}

/* line 28, assets/scss/page/_404.scss */
.error404 .entry-content {
  margin-top: 0;
  margin-bottom: 120px;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 28, assets/scss/page/_404.scss */
  .error404 .entry-content {
    margin-bottom: 140px;
  }
}

/* line 35, assets/scss/page/_404.scss */
.error404 .entry-content p {
  margin-top: 0;
  margin-bottom: 44px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 35, assets/scss/page/_404.scss */
  .error404 .entry-content p {
    margin-bottom: 44px;
    font-size: 1.6rem;
    text-align: left;
  }
  /* line 44, assets/scss/page/_404.scss */
  .error404 .entry-content p br {
    display: none;
  }
}

/* line 51, assets/scss/page/_404.scss */
.error404 .btn-top {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 51, assets/scss/page/_404.scss */
  .error404 .btn-top {
    display: block;
  }
}

/* line 2, assets/scss/parts/_as-heim.scss */
.as-heim-section {
  padding: 86px 0 30px;
  background-color: #F1F1F1;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/parts/_as-heim.scss */
  .as-heim-section {
    padding-top: 52px;
    padding-bottom: 48px;
  }
}

/* line 10, assets/scss/parts/_as-heim.scss */
.as-heim-bnr {
  width: 640px;
  margin: 120px auto 0;
}

@media (max-width: 991.98px) {
  /* line 10, assets/scss/parts/_as-heim.scss */
  .as-heim-bnr {
    width: 100%;
    margin-top: 96px;
    margin-bottom: 38px;
  }
}

/* line 18, assets/scss/parts/_as-heim.scss */
.as-heim-bnr a {
  display: block;
}

/* line 20, assets/scss/parts/_as-heim.scss */
.as-heim-bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 25, assets/scss/parts/_as-heim.scss */
.as-heim-bnr-image-pc {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 25, assets/scss/parts/_as-heim.scss */
  .as-heim-bnr-image-pc {
    display: none;
  }
}

/* line 31, assets/scss/parts/_as-heim.scss */
.as-heim-bnr-image-sp {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 31, assets/scss/parts/_as-heim.scss */
  .as-heim-bnr-image-sp {
    margin: auto;
    display: block;
  }
}

/* line 42, assets/scss/parts/_as-heim.scss */
.as-heim-list-header {
  margin-bottom: 61px;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 42, assets/scss/parts/_as-heim.scss */
  .as-heim-list-header {
    margin-bottom: 44px;
  }
}

/* line 48, assets/scss/parts/_as-heim.scss */
.as-heim-list-header p {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/parts/_as-heim.scss */
  .as-heim-list-header p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/* line 58, assets/scss/parts/_as-heim.scss */
.as-heim-list-title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 58, assets/scss/parts/_as-heim.scss */
  .as-heim-list-title {
    margin: 0 0 18px;
    font-size: 32px;
  }
}

/* line 69, assets/scss/parts/_as-heim.scss */
.as-heim-list-pref {
  margin-bottom: 72px;
}

@media (max-width: 991.98px) {
  /* line 69, assets/scss/parts/_as-heim.scss */
  .as-heim-list-pref {
    margin-bottom: 48px;
  }
  /* line 73, assets/scss/parts/_as-heim.scss */
  .as-heim-list-pref:last-of-type {
    margin-bottom: 0;
  }
}

/* line 77, assets/scss/parts/_as-heim.scss */
.as-heim-list-pref-title {
  padding-left: 20px;
  padding-bottom: 6px;
  margin: 0 0 36px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  border-left: 3px solid #00B33F;
}

@media (max-width: 991.98px) {
  /* line 77, assets/scss/parts/_as-heim.scss */
  .as-heim-list-pref-title {
    padding-bottom: 3px;
    margin-left: 16px;
    margin-bottom: 56px;
    font-size: 26px;
    line-height: 1;
  }
}

/* line 98, assets/scss/parts/_as-heim.scss */
.home-slider {
  padding: 0;
  margin-top: 0;
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  /* line 98, assets/scss/parts/_as-heim.scss */
  .home-slider {
    margin-left: -29px;
    margin-right: -29px;
  }
}

/* line 109, assets/scss/parts/_as-heim.scss */
.home-slider li {
  padding: 0 19px;
}

@media (max-width: 991.98px) {
  /* line 109, assets/scss/parts/_as-heim.scss */
  .home-slider li {
    padding: 0 14px;
  }
}

/* line 118, assets/scss/parts/_as-heim.scss */
.home-block a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.5s;
  display: block;
}

/* line 123, assets/scss/parts/_as-heim.scss */
.home-block a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 126, assets/scss/parts/_as-heim.scss */
.home-block a:hover .home-block-thumbnail .home-block-image {
  transform: scale(1.01, 1.01);
}

/* line 132, assets/scss/parts/_as-heim.scss */
.home-block-thumbnail {
  margin-bottom: 18px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  /* line 132, assets/scss/parts/_as-heim.scss */
  .home-block-thumbnail {
    margin-bottom: 22px;
  }
}

/* line 139, assets/scss/parts/_as-heim.scss */
.home-block-image {
  width: 100%;
  height: auto;
  transition: 0.5s all;
}

/* line 144, assets/scss/parts/_as-heim.scss */
.home-block strong {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 144, assets/scss/parts/_as-heim.scss */
  .home-block strong {
    margin-bottom: 6px;
  }
}

/* line 153, assets/scss/parts/_as-heim.scss */
.home-block p {
  margin: 0 0 24px;
  font-size: 1.4rem;
}

@media (max-width: 991.98px) {
  /* line 153, assets/scss/parts/_as-heim.scss */
  .home-block p {
    margin: 0 0 14px;
  }
}

/* line 160, assets/scss/parts/_as-heim.scss */
.home-block-button {
  text-align: center;
}

/* line 163, assets/scss/parts/_as-heim.scss */
.home-block .btn-external {
  min-width: 174px;
  padding: 11px 30px;
}

/* line 166, assets/scss/parts/_as-heim.scss */
.home-block .btn-external:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

/* line 171, assets/scss/parts/_as-heim.scss */
.home-block .btn-external:hover span:after {
  background-image: url(../images/icon/external-black.svg);
}

/* line 182, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-track {
  margin-left: initial;
  margin-right: initial;
}

/* line 186, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-dots {
  width: auto;
  top: -76px;
  right: 10px;
  bottom: auto;
}

@media (max-width: 991.98px) {
  /* line 186, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-dots {
    top: -50px;
    right: auto;
    left: 34px;
  }
}

/* line 196, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
}

@media (max-width: 991.98px) {
  /* line 196, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-dots li {
    margin: 0 9px;
  }
}

/* line 203, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-dots li.slick-active {
  background-color: #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* line 208, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  /* line 208, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}

/* line 219, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-dots li button:before {
  content: none;
}

/* line 225, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-arrow {
  transition-duration: 0.5s;
  top: 92px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  /* line 225, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-arrow {
    margin-top: -60px;
    top: 50%;
  }
}

/* line 233, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-arrow:before {
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}

/* line 243, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-prev {
  left: -20px;
  /*
            &:link, &:visited, &:hover, &:active, &:focus {
                margin-left: -349px;
                background-image: url(../images/icon/arrow-left.svg);
            }
            */
}

@media (max-width: 991.98px) {
  /* line 243, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-prev {
    width: auto;
    height: auto;
    margin-left: 0;
    left: 20px;
    bottom: auto;
  }
}

/* line 254, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-prev:hover {
  left: -24px;
}

@media (max-width: 991.98px) {
  /* line 254, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-prev:hover {
    margin-left: 0;
    left: 16px;
  }
}

/* line 262, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}

/* line 273, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-next {
  right: -20px;
  /*
            &:link, &:visited, &:hover, &:active, &:focus {
                margin-right: -349px;
                background-image: url(../images/icon/arrow-right.svg);
            }
            */
}

@media (max-width: 991.98px) {
  /* line 273, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-next {
    width: auto;
    height: auto;
    margin-right: 0;
    right: 20px;
    bottom: auto;
  }
}

/* line 284, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-next:hover {
  right: -24px;
}

@media (max-width: 991.98px) {
  /* line 284, assets/scss/parts/_as-heim.scss */
  .as-heim-list .slick-next:hover {
    margin-right: 0;
    right: 16px;
  }
}

/* line 292, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}

/* line 303, assets/scss/parts/_as-heim.scss */
.as-heim-list .slick-disabled {
  opacity: 0;
}

/* line 1, assets/scss/parts/_banner.scss */
.float-banner {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  /* line 1, assets/scss/parts/_banner.scss */
  .float-banner {
    margin-right: -120px;
    right: auto;
    left: 0;
    bottom: 15px;
    z-index: 1;
  }
}

/* line 13, assets/scss/parts/_banner.scss */
.float-banner a {
  transition: 0.3s;
  display: block;
}

/* line 16, assets/scss/parts/_banner.scss */
.float-banner a:hover {
  opacity: 0.7;
}

/* line 20, assets/scss/parts/_banner.scss */
.float-banner-image {
  width: 290px;
  height: auto;
}

@media (max-width: 991.98px) {
  /* line 20, assets/scss/parts/_banner.scss */
  .float-banner-image {
    width: 240px;
  }
}

/* line 26, assets/scss/parts/_banner.scss */
.float-banner-image.pc {
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 26, assets/scss/parts/_banner.scss */
  .float-banner-image.pc {
    display: none;
  }
}

/* line 32, assets/scss/parts/_banner.scss */
.float-banner-image.sp {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 32, assets/scss/parts/_banner.scss */
  .float-banner-image.sp {
    display: inline-block;
  }
}

/* line 1, assets/scss/parts/_breadcrumb.scss */
.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

/* line 5, assets/scss/parts/_breadcrumb.scss */
body.inquiry .breadcrumbs {
  font-weight: 300;
}

/* line 8, assets/scss/parts/_breadcrumb.scss */
.breadcrumbs a {
  color: #fff;
}

/* line 11, assets/scss/parts/_breadcrumb.scss */
.breadcrumbs .delimiter {
  padding: 0 10px;
}

@media (max-width: 991.98px) {
  /* line 14, assets/scss/parts/_breadcrumb.scss */
  .sub-page .breadcrumbs {
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #000;
  }
  /* line 19, assets/scss/parts/_breadcrumb.scss */
  .sub-page .breadcrumbs a {
    color: #000;
  }
}

/* line 27, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-ul {
  padding: 0;
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  list-style: none;
}

/* line 35, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li {
  width: 33.33333%;
  padding: 5px 0;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  border: 1px solid #333;
  border-right: none;
  position: relative;
  display: inline-block;
}

/* line 45, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li.active {
  color: #fff;
  background-color: #333;
}

@media (max-width: 991.98px) {
  /* line 48, assets/scss/parts/_breadcrumb.scss */
  .breadcrumb-li.active:before {
    border-width: 22px 0 22px 22px;
    top: -1px;
    right: -21px;
  }
}

/* line 55, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li.active:after {
  content: none;
}

/* line 59, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li:last-child {
  border-right: 1px solid #333;
}

/* line 61, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li:last-child:before, .breadcrumb-li:last-child:after {
  content: none;
}

/* line 67, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li:before, .breadcrumb-li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 22px 22px;
  position: absolute;
  top: 0px;
}

/* line 78, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li:before {
  border-color: transparent transparent transparent #333;
  right: -22px;
  z-index: 1;
}

/* line 83, assets/scss/parts/_breadcrumb.scss */
.breadcrumb-li:after {
  border-color: transparent transparent transparent #fff;
  right: -21px;
  z-index: 1;
}

/* line 1, assets/scss/parts/_button.scss */
.btn {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

/* line 3, assets/scss/parts/_button.scss */
.btn-info {
  padding: 11px 0 15px;
  min-width: 194px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: 0.3s ease-out;
  position: relative;
}

/* line 16, assets/scss/parts/_button.scss */
.btn-info span {
  margin-left: -18px;
  position: relative;
}

/* line 19, assets/scss/parts/_button.scss */
.btn-info span:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -4px;
  color: #fff;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -22px;
  transition-duration: 0.5s;
}

/* line 33, assets/scss/parts/_button.scss */
.btn-info:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

/* line 38, assets/scss/parts/_button.scss */
.btn-info:hover span:after {
  background-image: url(../images/icon/arrow-right-white.svg);
  right: -24px;
}

/* line 46, assets/scss/parts/_button.scss */
.btn-more {
  padding: 11px 0 15px;
  min-width: 194px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: background-color 0.3s ease-out;
  position: relative;
}

/* line 58, assets/scss/parts/_button.scss */
.btn-more span {
  margin-left: -10px;
  position: relative;
}

/* line 61, assets/scss/parts/_button.scss */
.btn-more span:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
  transition-duration: 0.5s;
}

/* line 74, assets/scss/parts/_button.scss */
.btn-more:hover {
  background-color: transparent;
}

/* line 77, assets/scss/parts/_button.scss */
.btn-more:hover span:after {
  background-image: url(../images/icon/arrow-right.svg);
  right: -24px;
}

/* line 85, assets/scss/parts/_button.scss */
.btn-external {
  padding: 11px 42px 15px;
  min-width: 194px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: background-color 0.3s ease-out;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 85, assets/scss/parts/_button.scss */
  .btn-external {
    padding: 13px 58px;
  }
}

/* line 100, assets/scss/parts/_button.scss */
.btn-external span {
  margin-left: -10px;
  position: relative;
}

/* line 103, assets/scss/parts/_button.scss */
.btn-external span:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background-image: url(../images/icon/external-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -15px;
  transition-duration: 0.5s;
}

/* line 116, assets/scss/parts/_button.scss */
.btn-external:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

/* line 128, assets/scss/parts/_button.scss */
.btn-next {
  padding: 13px 0;
  min-width: 194px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: background-color 0.3s ease-out;
  position: relative;
}

/* line 139, assets/scss/parts/_button.scss */
.btn-next:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: 10px;
  background-image: url(../images/icon/plus-white.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 153, assets/scss/parts/_button.scss */
.btn-next:hover {
  background-color: transparent;
}

/* line 155, assets/scss/parts/_button.scss */
.btn-next:hover:after {
  background-image: url(../images/icon/plus.svg);
}

/* line 162, assets/scss/parts/_button.scss */
.btn-plus {
  width: 160px;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  /* line 162, assets/scss/parts/_button.scss */
  .btn-plus {
    width: 194px;
    padding: 13px 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

/* line 182, assets/scss/parts/_button.scss */
.btn-plus span:after {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: -5px;
  margin-left: 10px;
  background-image: url(../images/icon/load.svg);
  background-repeat: no-repeat;
  vertical-align: bottom;
  display: inline-block;
}

/* line 194, assets/scss/parts/_button.scss */
.btn-plus:link, .btn-plus:visited, .btn-plus:hover, .btn-plus:active, .btn-plus:focus {
  border: 1px solid #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 201, assets/scss/parts/_button.scss */
.btn-minus {
  width: 160px;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  transition: 0.3s;
}

/* line 215, assets/scss/parts/_button.scss */
.btn-minus span:after {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: -5px;
  margin-left: 10px;
  background-image: url(../images/icon/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  display: inline-block;
}

/* line 228, assets/scss/parts/_button.scss */
.btn-minus:link, .btn-minus:visited, .btn-minus:hover, .btn-minus:active, .btn-minus:focus {
  border: 1px solid #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 236, assets/scss/parts/_button.scss */
.btn-top {
  width: 220px;
  height: 48px;
  padding: 9px 0;
  margin-left: -110px;
  font-family: "Cormorant Infant", serif;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  transition-duration: 0.5s;
  position: absolute;
  top: -48px;
  left: 50%;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 236, assets/scss/parts/_button.scss */
  .btn-top {
    width: 78px;
    margin-left: -39px;
    top: -158px;
  }
}

@media (max-width: 991.98px) {
  /* line 259, assets/scss/parts/_button.scss */
  .btn-top span {
    text-indent: -9999px;
    display: block;
  }
}

/* line 264, assets/scss/parts/_button.scss */
.btn-top span:before {
  content: "";
  width: 18px;
  height: 9px;
  margin-right: 10px;
  background-image: url(../images/icon/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 264, assets/scss/parts/_button.scss */
  .btn-top span:before {
    margin-left: -9px;
    position: absolute;
    top: 20px;
    left: 50%;
  }
}

/* line 281, assets/scss/parts/_button.scss */
.btn-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 286, assets/scss/parts/_button.scss */
.btn-download {
  padding: 9px 0 11px;
  min-width: 300px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  transition: background-color 0.3s ease-out;
  position: relative;
}

/* line 298, assets/scss/parts/_button.scss */
.btn-download:hover {
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
}

/* line 303, assets/scss/parts/_button.scss */
.btn-download:hover span:after {
  background-image: url(../images/icon/download-black.svg);
}

/* line 307, assets/scss/parts/_button.scss */
.btn-download:hover .icon-pdf-white {
  background-image: url(../images/icon/pdf-file.svg);
}

/* line 311, assets/scss/parts/_button.scss */
.btn-download span {
  vertical-align: middle;
}

/* line 313, assets/scss/parts/_button.scss */
.btn-download span:after {
  content: "";
  width: 12px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-image: url(../images/icon/download-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  display: inline-block;
}

/* line 326, assets/scss/parts/_button.scss */
.btn-download .icon-pdf-white {
  width: 17px;
  height: 22px;
  margin-right: 10px;
  background-image: url(../images/icon/pdf-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

/* line 343, assets/scss/parts/_button.scss */
.section-service .btn-more:hover,
.section-site .btn-more:hover {
  color: #fff;
  border-color: #fff;
}

/* line 346, assets/scss/parts/_button.scss */
.section-service .btn-more:hover:after,
.section-site .btn-more:hover:after {
  background-image: url(../images/icon/arrow-right-white.svg);
}

/* line 2, assets/scss/parts/_chart.scss */
.chart-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
}

@media (max-width: 767.98px) {
  /* line 2, assets/scss/parts/_chart.scss */
  .chart-wrap {
    position: static;
  }
}

/* line 14, assets/scss/parts/_chart.scss */
.chart-bg {
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

/* line 24, assets/scss/parts/_chart.scss */
.chart-line-bg, .chart-point-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 32, assets/scss/parts/_chart.scss */
.chart-line-bg {
  background: url(../images/chart/line.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  /* line 32, assets/scss/parts/_chart.scss */
  .chart-line-bg {
    background-image: url(../images/chart/chart-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

/* line 44, assets/scss/parts/_chart.scss */
.chart-point-bg {
  background: url(../images/chart/point.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 3;
}

@media (max-width: 767.98px) {
  /* line 44, assets/scss/parts/_chart.scss */
  .chart-point-bg {
    background-image: url(../images/chart/point-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

/* line 55, assets/scss/parts/_chart.scss */
.chart-transparent {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 55, assets/scss/parts/_chart.scss */
  .chart-transparent {
    display: block;
  }
}

/* line 66, assets/scss/parts/_chart.scss */
.intro .chart-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
}

@media (max-width: 767.98px) {
  /* line 66, assets/scss/parts/_chart.scss */
  .intro .chart-wrap {
    position: relative;
  }
}

/* line 78, assets/scss/parts/_chart.scss */
.intro .chart-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

/* line 87, assets/scss/parts/_chart.scss */
.intro .chart-bg.go {
  animation-name: bgLeft;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

/* line 95, assets/scss/parts/_chart.scss */
.intro .chart-line-bg, .intro .chart-point-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 103, assets/scss/parts/_chart.scss */
.intro .chart-line-bg {
  background: url(../images/chart/line.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  /* line 103, assets/scss/parts/_chart.scss */
  .intro .chart-line-bg {
    background-image: url(../images/chart/chart-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

/* line 115, assets/scss/parts/_chart.scss */
.intro .chart-point-bg {
  background: url(../images/chart/point.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 3;
}

@media (max-width: 767.98px) {
  /* line 115, assets/scss/parts/_chart.scss */
  .intro .chart-point-bg {
    background-image: url(../images/chart/point-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

/* line 125, assets/scss/parts/_chart.scss */
.intro .chart-point-bg.go {
  animation-name: pointIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes pointIn {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bgLeft {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

/* line 159, assets/scss/parts/_chart.scss */
.chart-box {
  height: 480px;
  position: relative;
  z-index: 0;
}

/* line 167, assets/scss/parts/_chart.scss */
#chart {
  width: 100%;
  padding-top: 46%;
  background-image: url(../images/front/graph.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
}

/* line 179, assets/scss/parts/_chart.scss */
#chart .ct-line {
  stroke: #fff;
  filter: drop-shadow(0px 5px 5px #adb5bd);
}

/* line 183, assets/scss/parts/_chart.scss */
#chart .ct-area {
  fill: #00B33F;
  fill-opacity: 0.3;
}

/* line 187, assets/scss/parts/_chart.scss */
#chart .ct-point {
  stroke-width: 15px;
  stroke: #333;
  filter: drop-shadow(0px 0px 0px #fff);
}

/* line 191, assets/scss/parts/_chart.scss */
#chart .ct-point:nth-last-child(2) {
  stroke: #00B33F;
}

/* line 2, assets/scss/parts/_form.scss */
body .wpcf7 {
  /*
        .invalid {
            .wpcf7-confirm {
                background-color: #BBBBBB;
            }
        }
        */
}

/* line 3, assets/scss/parts/_form.scss */
body .wpcf7-response-output {
  padding: 35px 100px !important;
  margin: 0 !important;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  word-break: keep-all;
  color: #ff2020;
  background-color: #FFE5E5;
  border: none !important;
}

@media (max-width: 767.98px) {
  /* line 3, assets/scss/parts/_form.scss */
  body .wpcf7-response-output {
    padding: 40px 20px !important;
    margin-bottom: 60px !important;
    font-size: 1.8rem;
    word-break: normal;
  }
}

/* line 19, assets/scss/parts/_form.scss */
body .wpcf7-response-output-ul {
  padding: 0;
  margin: 30px 0 0;
  font-size: 1.6rem;
  list-style: none;
}

@media (max-width: 767.98px) {
  /* line 19, assets/scss/parts/_form.scss */
  body .wpcf7-response-output-ul {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* line 28, assets/scss/parts/_form.scss */
body .wpcf7-response-output-ul li {
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  /* line 28, assets/scss/parts/_form.scss */
  body .wpcf7-response-output-ul li {
    padding-left: 30px;
    position: relative;
  }
}

/* line 34, assets/scss/parts/_form.scss */
body .wpcf7-response-output-ul li:before {
  content: "";
  width: 18px;
  height: 16px;
  margin-top: -2px;
  margin-right: 10px;
  background-image: url(../images/icon/notice.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 34, assets/scss/parts/_form.scss */
  body .wpcf7-response-output-ul li:before {
    margin: 0;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

/* line 55, assets/scss/parts/_form.scss */
body .wpcf7-select {
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url(../images/icon/select-down.svg);
  background-size: 10px 12px;
  background-position: center right 16px;
  background-color: #fff;
  background-repeat: no-repeat;
}

/* line 67, assets/scss/parts/_form.scss */
body .wpcf7-select.wpcf7-not-valid {
  color: #ff2020;
  background-image: url(../images/icon/select-down-red.svg);
}

/* line 74, assets/scss/parts/_form.scss */
body .wpcf7-checkbox {
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  /* line 74, assets/scss/parts/_form.scss */
  body .wpcf7-checkbox {
    margin-bottom: 24px;
  }
}

/* line 80, assets/scss/parts/_form.scss */
body .wpcf7-checkbox input[type=checkbox] {
  display: none;
}

/* line 84, assets/scss/parts/_form.scss */
body .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 11px;
  transform: rotate(47deg);
  border-bottom: 2px solid #00B33F;
  border-right: 2px solid #00B33F;
}

/* line 100, assets/scss/parts/_form.scss */
body .wpcf7-list-item {
  margin-left: 0;
}

/* line 102, assets/scss/parts/_form.scss */
body .wpcf7-list-item-label {
  padding-left: 25px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 102, assets/scss/parts/_form.scss */
  body .wpcf7-list-item-label {
    margin-right: 0;
  }
}

/* line 110, assets/scss/parts/_form.scss */
body .wpcf7-list-item-label:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}

/* line 125, assets/scss/parts/_form.scss */
body .wpcf7-footer {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}

@media (max-width: 767.98px) {
  /* line 125, assets/scss/parts/_form.scss */
  body .wpcf7-footer {
    padding: 21px 0 30px;
  }
}

/* line 134, assets/scss/parts/_form.scss */
body .wpcf7-footer .step-1 {
  display: block;
}

/* line 137, assets/scss/parts/_form.scss */
body .wpcf7-footer .step-2 {
  display: none;
}

/* line 141, assets/scss/parts/_form.scss */
body .wpcf7-footer p {
	display:none;
	/*margin:0;
	padding:0;*/
}

/* line 147, assets/scss/parts/_form.scss */
body .wpcf7 .ajax-loader {
  display: none;
}

/* line 161, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-response-output {
  display: none;
}

/* line 165, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control {
  font-weight: 500;
  color: #000;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  /* line 165, assets/scss/parts/_form.scss */
  body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control {
    padding: 0;
  }
}

/* line 80, assets/scss/common/_mixin.scss */
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}

/* line 83, assets/scss/common/_mixin.scss */
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}

/* line 86, assets/scss/common/_mixin.scss */
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control::placeholder {
  /* Others */
  color: transparent;
}

/* line 176, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .require,
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .any {
  display: none;
}

/* line 182, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-image: none;
  background-color: transparent;
}

/* line 192, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-textarea {
  resize: none;
}

/* line 196, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .term-title {
  display: none;
}

/* line 199, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .term-box {
  display: none;
}

/* line 202, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

/* line 206, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer .your-acceptance {
  display: none;
}

/* line 209, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer .wpcf7c-force-hide {
  display: inline-block !important;
}

/* line 213, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .step-1 {
  display: none;
}

/* line 216, assets/scss/parts/_form.scss */
body .wpcf7 .custom-wpcf7c-confirmed .step-2 {
  display: block;
}

/* line 223, assets/scss/parts/_form.scss */
body .wpcf7 button,
body .wpcf7 input[type="submit"],
body .wpcf7 input[type="button"] {
  width: 440px;
  padding: 12px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 223, assets/scss/parts/_form.scss */
  body .wpcf7 button,
  body .wpcf7 input[type="submit"],
  body .wpcf7 input[type="button"] {
    width: 194px;
    padding: 14px 0;
    margin: auto;
  }
}

/* line 242, assets/scss/parts/_form.scss */
body .wpcf7-confirm, body .wpcf7-back, body .wpcf7-submit {
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
}

/* line 249, assets/scss/parts/_form.scss */
body .wpcf7-confirm:after, body .wpcf7-back:after, body .wpcf7-submit:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transition-duration: 0.5s;
}

/* line 263, assets/scss/parts/_form.scss */
body .wpcf7-confirm {
  background-color: #00B33F;
}

/* line 265, assets/scss/parts/_form.scss */
body .wpcf7-confirm[disabled], body .wpcf7-confirm[disabled="disabled"] {
  background-color: #BBBBBB;
  cursor: no-drop;
}

/* line 269, assets/scss/parts/_form.scss */
body .wpcf7-confirm[disabled]:hover, body .wpcf7-confirm[disabled="disabled"]:hover {
  background-color: #BBBBBB;
}

/* line 271, assets/scss/parts/_form.scss */
body .wpcf7-confirm[disabled]:hover:after, body .wpcf7-confirm[disabled="disabled"]:hover:after {
  margin-right: -60px;
}

/* line 276, assets/scss/parts/_form.scss */
body .wpcf7-confirm:after {
  margin-right: -60px;
  background-image: url(../images/icon/arrow-right-white.svg);
  right: 50%;
}

/* line 281, assets/scss/parts/_form.scss */
body .wpcf7-confirm:hover {
  background-color: #1abb52;
}

/* line 283, assets/scss/parts/_form.scss */
body .wpcf7-confirm:hover:after {
  margin-right: -64px;
}

/* line 289, assets/scss/parts/_form.scss */
body .wpcf7-back {
  margin-right: 10px;
  background-color: #333;
}

@media (max-width: 767.98px) {
  /* line 289, assets/scss/parts/_form.scss */
  body .wpcf7-back {
    margin: 0 0 20px !important;
  }
}

/* line 295, assets/scss/parts/_form.scss */
body .wpcf7-back:after {
  margin-left: -60px;
  background-image: url(../images/icon/arrow-left-white.svg);
  left: 50%;
}

/* line 300, assets/scss/parts/_form.scss */
body .wpcf7-back:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 302, assets/scss/parts/_form.scss */
body .wpcf7-back:hover:after {
  margin-left: -64px;
}

/* line 307, assets/scss/parts/_form.scss */
body .wpcf7-submit {
  margin-left: 10px;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-size: 6px;
  background-position: top 13px right 180px;
  background-color: #00B33F;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
}

@media (max-width: 767.98px) {
  /* line 307, assets/scss/parts/_form.scss */
  body .wpcf7-submit {
    background-position: top 13px right 40px;
  }
}

/* line 318, assets/scss/parts/_form.scss */
body .wpcf7-submit:hover {
  background-position: top 13px right 176px;
  background-color: #1abb52;
}

@media (max-width: 767.98px) {
  /* line 318, assets/scss/parts/_form.scss */
  body .wpcf7-submit:hover {
    background-position: top 13px right 36px;
  }
}

/*
@keyframes onAutoFillStart { from {} to {}}
input {
    &:-webkit-autofill,
    &:autofill {
        animation-name: onAutoFillStart;
        transition: background-color 50000s ease-in-out 0s;
    }
}
*/
/* line 3, assets/scss/parts/_megamenu.scss */
.menu-senior:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

/* line 13, assets/scss/parts/_megamenu.scss */
.menu-estate:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

/* line 23, assets/scss/parts/_megamenu.scss */
.menu-company:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

/* line 33, assets/scss/parts/_megamenu.scss */
.menu-sustainability:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

/* line 41, assets/scss/parts/_megamenu.scss */
.megamenu {
  color: #fff;
  background: #333;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
}

/* line 53, assets/scss/parts/_megamenu.scss */
.megamenu-table {
  width: 100%;
  font-size: 1.5rem;
  display: table;
}

/* line 58, assets/scss/parts/_megamenu.scss */
.megamenu-cell {
  padding: 0 50px;
  vertical-align: top;
  display: table-cell;
}

/* line 63, assets/scss/parts/_megamenu.scss */
.megamenu-cell:first-of-type {
  text-align: right;
  border-right: 1px solid #fff;
}

/* line 67, assets/scss/parts/_megamenu.scss */
.megamenu-cell:first-of-type strong {
  font-size: 20px;
}

/* line 73, assets/scss/parts/_megamenu.scss */
.megamenu-cell:last-of-type strong {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

/* line 77, assets/scss/parts/_megamenu.scss */
.megamenu-cell:last-of-type strong a {
  text-decoration: none;
  color: #fff;
}

/* line 84, assets/scss/parts/_megamenu.scss */
.megamenu-cell .menu .menu-item {
  padding: 0 !important;
}

/* line 87, assets/scss/parts/_megamenu.scss */
.megamenu-cell .menu .menu-item.strong > a {
  font-weight: 500;
}

/* line 91, assets/scss/parts/_megamenu.scss */
.megamenu-cell .menu .menu-item a {
  color: #fff !important;
}

/* line 98, assets/scss/parts/_megamenu.scss */
.megamenu-cell .menu .sub-menu .menu-item a:after {
  width: calc(100% - 20px);
  margin-left: 20px;
}

/* line 107, assets/scss/parts/_megamenu.scss */
.megamenu ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 111, assets/scss/parts/_megamenu.scss */
.megamenu ul.sub-menu li.menu-item {
  padding: 4px 0 !important;
  display: block !important;
}

/* line 114, assets/scss/parts/_megamenu.scss */
.megamenu ul.sub-menu li.menu-item a {
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline;
}

/* line 120, assets/scss/parts/_megamenu.scss */
.megamenu ul.sub-menu li.menu-item a:before {
  content: "";
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transition-duration: 0.5s;
}

/* line 134, assets/scss/parts/_megamenu.scss */
.megamenu ul.sub-menu li.menu-item a:hover:before {
  left: 4px;
}

/* line 5, assets/scss/parts/_navigation.scss */
.site-header ul.menu li.menu-item,
.information-navigation ul.menu li.menu-item {
  /*
        &.current-menu-item {
            a {
                &:after {
                    transform: scale(1, 1);
                }
                &:hover {
                    &:after {
                        transform: scale(1, 1);
                    }
                }
            }
        }
        */
}

/* line 6, assets/scss/parts/_navigation.scss */
.site-header ul.menu li.menu-item a,
.information-navigation ul.menu li.menu-item a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

/* line 9, assets/scss/parts/_navigation.scss */
.site-header ul.menu li.menu-item a:after,
.information-navigation ul.menu li.menu-item a:after {
  content: '';
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #00B33F;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left bottom;
  /*左上基点*/
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 25, assets/scss/parts/_navigation.scss */
.site-header ul.menu li.menu-item a:hover:after,
.information-navigation ul.menu li.menu-item a:hover:after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/* line 53, assets/scss/parts/_navigation.scss */
.site-header ul.menu li.menu-item a:after {
  height: 1px;
}

/* line 65, assets/scss/parts/_navigation.scss */
.information-navigation ul.menu li.menu-item a:after {
  height: 2px;
}

/* line 1, assets/scss/parts/_parallax.scss */
.parallax-content {
  padding: 400px 0;
  background-image: url(../images/obj/parallax-bg.png);
  background-size: 740px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

@media (max-width: 991.98px) {
  /* line 1, assets/scss/parts/_parallax.scss */
  .parallax-content {
    display: none;
  }
}

/* line 16, assets/scss/parts/_parallax.scss */
.parallax-front {
  background-position: top 170px center;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
  transform: rotateZ(-10deg);
}

/* line 22, assets/scss/parts/_parallax.scss */
.parallax-back {
  background-position: top 400px center;
  -webkit-transform: translateZ(-10px) scale(0.8);
  transform: translateZ(-10px) scale(0.8);
  -ms-filter: blur(3px);
  filter: blur(3px);
  transform: rotateZ(-10deg);
}

@media (max-width: 991.98px) {
  /* line 31, assets/scss/parts/_parallax.scss */
  .section-vision {
    background-image: url(../images/front/message-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  /* line 39, assets/scss/parts/_parallax.scss */
  .section-dx {
    background-image: url(../images/front/system-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* line 2, assets/scss/parts/_pillar.scss */
.pillar {
  width: 889px;
  height: 868px;
  margin: auto;
  position: relative;
  opacity: 0;
}

@media (max-width: 991.98px) {
  /* line 2, assets/scss/parts/_pillar.scss */
  .pillar {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
  }
}

/* line 15, assets/scss/parts/_pillar.scss */
.pillar-center {
  width: 210px;
  height: 240px;
  margin-top: -96px;
  margin-left: -105px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 15, assets/scss/parts/_pillar.scss */
  .pillar-center {
    margin: 0 auto 30px;
    position: static;
  }
}

/* line 31, assets/scss/parts/_pillar.scss */
.pillar-center-content {
  vertical-align: middle;
  display: table-cell;
}

/* line 35, assets/scss/parts/_pillar.scss */
.pillar-center span {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 1.363;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 35, assets/scss/parts/_pillar.scss */
  .pillar-center span {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/* line 45, assets/scss/parts/_pillar.scss */
.pillar-center h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 45, assets/scss/parts/_pillar.scss */
  .pillar-center h3 {
    font-size: 32px;
  }
}

/* line 54, assets/scss/parts/_pillar.scss */
.pillar-center .as-heim-logo {
  width: 68px;
  height: auto;
}

/* line 60, assets/scss/parts/_pillar.scss */
.pillar-box {
  width: 300px;
  height: 300px;
  position: absolute;
  display: table;
}

@media (max-width: 991.98px) {
  /* line 60, assets/scss/parts/_pillar.scss */
  .pillar-box {
    width: 160px;
    height: 160px;
    position: relative;
  }
}

/* line 70, assets/scss/parts/_pillar.scss */
.pillar-box:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 3px dotted #000;
  position: absolute;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 70, assets/scss/parts/_pillar.scss */
  .pillar-box:before {
    max-width: 17px;
  }
}

/* line 82, assets/scss/parts/_pillar.scss */
.pillar-box-1 {
  margin-left: -150px;
  top: 0;
  left: 50%;
}

@media (max-width: 991.98px) {
  /* line 82, assets/scss/parts/_pillar.scss */
  .pillar-box-1 {
    margin: 0;
    left: 0;
  }
}

/* line 91, assets/scss/parts/_pillar.scss */
.pillar-box-1:before {
  -webkit-transform: rotate(-144deg);
  -moz-transform: rotate(-144deg);
  -ms-transform: rotate(-144deg);
  -o-transform: rotate(-144deg);
  transform: rotate(-144deg);
  right: -22px;
  bottom: 46px;
}

@media (max-width: 991.98px) {
  /* line 91, assets/scss/parts/_pillar.scss */
  .pillar-box-1:before {
    content: none;
  }
}

/* line 100, assets/scss/parts/_pillar.scss */
.pillar-box-2 {
  top: 219px;
  right: 0;
}

@media (max-width: 991.98px) {
  /* line 100, assets/scss/parts/_pillar.scss */
  .pillar-box-2 {
    top: 0;
  }
}

/* line 107, assets/scss/parts/_pillar.scss */
.pillar-box-2:before {
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  -o-transform: rotate(-72deg);
  transform: rotate(-72deg);
  left: 72px;
  bottom: -25px;
}

@media (max-width: 991.98px) {
  /* line 107, assets/scss/parts/_pillar.scss */
  .pillar-box-2:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -7px;
    bottom: auto;
  }
}

/* line 118, assets/scss/parts/_pillar.scss */
.pillar-box-3 {
  bottom: 0;
  right: 111px;
}

@media (max-width: 991.98px) {
  /* line 118, assets/scss/parts/_pillar.scss */
  .pillar-box-3 {
    top: 0;
    left: 0;
    bottom: auto;
  }
}

/* line 127, assets/scss/parts/_pillar.scss */
.pillar-box-3:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  margin-top: -3px;
  top: 50%;
  left: -60px;
}

@media (max-width: 991.98px) {
  /* line 127, assets/scss/parts/_pillar.scss */
  .pillar-box-3:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: auto;
    right: -5px;
  }
}

/* line 140, assets/scss/parts/_pillar.scss */
.pillar-box-4 {
  bottom: 0;
  left: 111px;
}

@media (max-width: 991.98px) {
  /* line 140, assets/scss/parts/_pillar.scss */
  .pillar-box-4 {
    left: auto;
    right: -12px;
  }
}

/* line 148, assets/scss/parts/_pillar.scss */
.pillar-box-4:before {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
  top: -25px;
  left: 72px;
}

@media (max-width: 991.98px) {
  /* line 148, assets/scss/parts/_pillar.scss */
  .pillar-box-4:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: -5px;
  }
}

/* line 159, assets/scss/parts/_pillar.scss */
.pillar-box-5 {
  top: 219px;
  left: 0;
}

@media (max-width: 991.98px) {
  /* line 159, assets/scss/parts/_pillar.scss */
  .pillar-box-5 {
    top: 0;
  }
}

/* line 167, assets/scss/parts/_pillar.scss */
.pillar-box-5:before {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
  top: 34px;
  right: -20px;
}

@media (max-width: 991.98px) {
  /* line 167, assets/scss/parts/_pillar.scss */
  .pillar-box-5:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    right: -5px;
  }
}

/* line 180, assets/scss/parts/_pillar.scss */
.pillar-background {
  width: 300px;
  height: 300px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  /* line 180, assets/scss/parts/_pillar.scss */
  .pillar-background {
    width: 160px;
    height: 160px;
    position: absolute;
  }
}

/* line 197, assets/scss/parts/_pillar.scss */
.pillar-content {
  text-align: center;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: table-cell;
}

/* line 203, assets/scss/parts/_pillar.scss */
.pillar-content small {
  margin-bottom: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 203, assets/scss/parts/_pillar.scss */
  .pillar-content small {
    margin-bottom: 0;
  }
}

/* line 214, assets/scss/parts/_pillar.scss */
.pillar-content p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.76;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 214, assets/scss/parts/_pillar.scss */
  .pillar-content p {
    display: none;
  }
}

/* line 226, assets/scss/parts/_pillar.scss */
.pillar-name {
  margin: -18px 0 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 991.98px) {
  /* line 226, assets/scss/parts/_pillar.scss */
  .pillar-name {
    margin: 0;
    font-size: 24px;
  }
}

/* line 236, assets/scss/parts/_pillar.scss */
.pillar-name span {
  position: relative;
}

/* line 239, assets/scss/parts/_pillar.scss */
.pillar-name span:after {
  content: '';
  /*線の形状*/
  width: 100%;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  /*アニメーションの指定*/
  transform-origin: left bottom;
  /*左上基点*/
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  /* line 239, assets/scss/parts/_pillar.scss */
  .pillar-name span:after {
    height: 6px;
  }
}

/* line 257, assets/scss/parts/_pillar.scss */
.pillar-box-1 .pillar-name span:after {
  background-color: #FF8D8D;
}

/* line 260, assets/scss/parts/_pillar.scss */
.pillar-box-2 .pillar-name span:after {
  background-color: #4CD17F;
}

/* line 263, assets/scss/parts/_pillar.scss */
.pillar-box-3 .pillar-name span:after {
  background-color: #5FBCF7;
}

/* line 266, assets/scss/parts/_pillar.scss */
.pillar-box-4 .pillar-name span:after {
  background-color: #B39BF7;
}

/* line 269, assets/scss/parts/_pillar.scss */
.pillar-box-5 .pillar-name span:after {
  background-color: #E5DF49;
}

/* line 274, assets/scss/parts/_pillar.scss */
.pillar-box-3 .pillar-name {
  font-size: 26px;
  letter-spacing: 0;
}

/* line 278, assets/scss/parts/_pillar.scss */
.pillar-box-4 .pillar-name {
  letter-spacing: 0.05em;
}

@media (max-width: 991.98px) {
  /* line 283, assets/scss/parts/_pillar.scss */
  .pillar-wrap {
    padding: 8px 0;
    position: relative;
    display: table;
  }
}

/* line 290, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(even) .pillar-text {
  padding-left: 17px;
}

/* line 295, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(odd) .pillar-text {
  padding-right: 17px;
}

/* line 299, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(2) {
  order: 1;
}

/* line 302, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(3) {
  order: 2;
}

@media (max-width: 991.98px) {
  /* line 304, assets/scss/parts/_pillar.scss */
  .pillar-wrap:nth-of-type(3) .pillar-name {
    letter-spacing: 0;
  }
}

/* line 310, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(4) {
  order: 5;
}

@media (max-width: 991.98px) {
  /* line 312, assets/scss/parts/_pillar.scss */
  .pillar-wrap:nth-of-type(4) .pillar-name {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
}

/* line 319, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(5) {
  order: 4;
}

@media (max-width: 991.98px) {
  /* line 321, assets/scss/parts/_pillar.scss */
  .pillar-wrap:nth-of-type(5) .pillar-name {
    font-size: 21px;
    letter-spacing: 0;
  }
}

/* line 328, assets/scss/parts/_pillar.scss */
.pillar-wrap:nth-of-type(6) {
  order: 3;
}

@media (max-width: 991.98px) {
  /* line 330, assets/scss/parts/_pillar.scss */
  .pillar-wrap:nth-of-type(6) .pillar-name {
    letter-spacing: 0;
  }
}

/* line 338, assets/scss/parts/_pillar.scss */
.pillar-text {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 338, assets/scss/parts/_pillar.scss */
  .pillar-text {
    width: calc(100% - 160px);
    font-size: 1.6rem;
    vertical-align: middle;
    display: table-cell;
  }
  /* line 345, assets/scss/parts/_pillar.scss */
  .pillar-text p {
    text-align: center;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  /* line 347, assets/scss/parts/_pillar.scss */
  .pillar-text p br {
    display: block;
  }
}

/* line 356, assets/scss/parts/_pillar.scss */
.pillar .circle-pc {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 356, assets/scss/parts/_pillar.scss */
  .pillar .circle-pc {
    display: none;
  }
}

/* line 368, assets/scss/parts/_pillar.scss */
.pillar .circle-sp {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 368, assets/scss/parts/_pillar.scss */
  .pillar .circle-sp {
    display: block;
  }
}

/* line 378, assets/scss/parts/_pillar.scss */
.pillar circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
}

@keyframes fadeshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes drawborder {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  90% {
    width: 50px;
  }
  100% {
    width: 50px;
  }
}

@keyframes drawline {
  0% {
    transform: scale(0, 1);
  }
  50% {
    transform: scale(0, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes fadein1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein5 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 942;
  }
  100%, to {
    stroke-dasharray: 942 942;
  }
}

/* line 445, assets/scss/parts/_pillar.scss */
.pillar.go {
  animation: fadeshow 0.5s forwards;
}

/* line 447, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-center {
  opacity: 0;
  animation: fadein5 3s forwards;
}

/* line 452, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-box:before {
  animation: drawborder 3s forwards;
}

/* line 456, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-background {
  opacity: 0;
  animation: fadein1 3s forwards;
}

/* line 461, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-content small {
  animation: fadein3 3s forwards;
}

/* line 464, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-content p {
  animation: fadein4 3s forwards;
}

/* line 469, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-name span {
  animation: fadein2 3s forwards;
}

/* line 471, assets/scss/parts/_pillar.scss */
.pillar.go .pillar-name span:after {
  animation: drawline 3s forwards;
}

/* line 476, assets/scss/parts/_pillar.scss */
.pillar.go circle {
  animation: circle 2s forwards;
}

/* line 1, assets/scss/parts/_slider.scss */
.front-slider {
  position: relative;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* line 8, assets/scss/parts/_slider.scss */
.front-slider-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  /* line 13, assets/scss/parts/_slider.scss */
  .front-slider-li {
    position: relative;
  }
}

/* line 19, assets/scss/parts/_slider.scss */
.slide {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

/* line 28, assets/scss/parts/_slider.scss */
.slick-active {
  z-index: 2;
  display: flex;
}

@media (min-width: 768px) {
  /* line 34, assets/scss/parts/_slider.scss */
  .slick-active .front-visual-image {
    animation: slideZoom 7s linear forwards;
  }
}

@media (max-width: 767.98px) {
  /* line 34, assets/scss/parts/_slider.scss */
  .slick-active .front-visual-image {
    animation: slideSide 7s linear forwards;
  }
}

@media (max-width: 767.98px) {
  /* line 45, assets/scss/parts/_slider.scss */
  .slick-active .front-visual-image#front-visual-image-4 {
    animation: slideSide2 7s linear forwards;
  }
}

/* line 53, assets/scss/parts/_slider.scss */
.prev-slide {
  display: flex;
}

/*
.dot-cont{
  position: absolute;
  z-index: 11;
  bottom: 5px;
  width: 100px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.dot{
  margin: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
}
.dot:hover{
  cursor: pointer;
  background: white;
}
.active-dot{ 
  background: rgba(255,255,255,0.9);
  animation: fadeIn 1s cubic-bezier(0.7, 0, 0.3, 1) 0s 1 forwards;
}
.arrow-button{
  position: absolute;
  z-index: 11;
  background: rgba(0,0,0,0.5);
  border: none;
  outline: none;
  cursor: pointer;
  color: rgba(255,255,255,0.5);
  font-size: 20px;
  font-weight: bold;
}
.arrow-button:hover{
  color: rgba(255,255,255,1);
}
.left-arrow{
  left: 0;
}
.right-arrow{
  right: 0;
}
*/
@keyframes slideSide {
  0% {
    background-position: center right 0px;
  }
  100% {
    background-position: center right -100px;
  }
}

@keyframes slideSide2 {
  0% {
    background-position: center right 0px;
  }
  100% {
    background-position: center right -100px;
  }
}

@keyframes slideZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes slideIn {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: rgba(255, 255, 255, 0.9);
  }
}

/* line 2, assets/scss/parts/_svg.scss */
.front-visual-text > svg {
  width: 100%;
  height: auto;
}

/* line 20, assets/scss/parts/_svg.scss */
svg.intro.go .text {
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
}

/* line 27, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke {
  fill: none;
  stroke: #00B33F;
  stroke-width: 5px;
  stroke-dashoffset: -140;
  stroke-dasharray: 300;
  stroke-linecap: butt;
  stroke-linejoin: round;
  animation-name: dash;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

/* line 44, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke:nth-child(2) {
  animation-delay: .2s;
}

/* line 47, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke:nth-child(3) {
  animation-delay: .4s;
}

/* line 50, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke-2 {
  stroke: #000;
  animation-delay: 1.6s;
}

/* line 55, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke:nth-child(5) {
  animation-delay: 1.8s;
}

/* line 58, assets/scss/parts/_svg.scss */
svg.intro.go .text-stroke:nth-child(6) {
  animation-delay: 2s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: -140;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* line 117, assets/scss/lib/chartist/chartist.scss */
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

/* line 121, assets/scss/lib/chartist/chartist.scss */
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 126, assets/scss/lib/chartist/chartist.scss */
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

/* line 131, assets/scss/lib/chartist/chartist.scss */
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 137, assets/scss/lib/chartist/chartist.scss */
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 143, assets/scss/lib/chartist/chartist.scss */
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

/* line 149, assets/scss/lib/chartist/chartist.scss */
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 155, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

/* line 161, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

/* line 167, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 173, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 179, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

/* line 186, assets/scss/lib/chartist/chartist.scss */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

/* line 192, assets/scss/lib/chartist/chartist.scss */
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

/* line 196, assets/scss/lib/chartist/chartist.scss */
.ct-grid-background {
  fill: none;
}

/* line 200, assets/scss/lib/chartist/chartist.scss */
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

/* line 204, assets/scss/lib/chartist/chartist.scss */
.ct-line {
  fill: none;
  stroke-width: 4px;
}

/* line 208, assets/scss/lib/chartist/chartist.scss */
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

/* line 212, assets/scss/lib/chartist/chartist.scss */
.ct-bar {
  fill: none;
  stroke-width: 10px;
}

/* line 216, assets/scss/lib/chartist/chartist.scss */
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

/* line 106, assets/scss/lib/chartist/chartist.scss */
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

/* line 110, assets/scss/lib/chartist/chartist.scss */
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88889%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66667%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 236, assets/scss/lib/chartist/chartist.scss */
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

/* line 8, assets/scss/lib/chartist/chartist.scss */
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

/* line 17, assets/scss/lib/chartist/chartist.scss */
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, assets/scss/lib/chartist/chartist.scss */
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
/* line 5, assets/scss/lib/drawer/_base.scss */
.drawer-open {
  overflow: hidden !important;
}

/* line 9, assets/scss/lib/drawer/_base.scss */
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #070203;
  background-color: #fff;
}

/* line 20, assets/scss/lib/drawer/_base.scss */
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
  color: #070203;
}

/* line 31, assets/scss/lib/drawer/_base.scss */
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, assets/scss/lib/drawer/_base.scss */
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #070203;
}

/* line 45, assets/scss/lib/drawer/_base.scss */
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
/* line 52, assets/scss/lib/drawer/_base.scss */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 63, assets/scss/lib/drawer/_base.scss */
.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_position-top.scss */
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 13, assets/scss/lib/drawer/_position-top.scss */
.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

/* line 17, assets/scss/lib/drawer/_position-top.scss */
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_position-left.scss */
.drawer--left .drawer-nav {
  left: -100%;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 9, assets/scss/lib/drawer/_position-left.scss */
.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

/* line 15, assets/scss/lib/drawer/_position-left.scss */
.drawer--left.drawer-open .drawer-hamburger {
  left: 100%;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_position-right.scss */
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 9, assets/scss/lib/drawer/_position-right.scss */
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

/* line 15, assets/scss/lib/drawer/_position-right.scss */
.drawer--right.drawer-open .drawer-hamburger {
  right: 100%;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger {
  position: absolute;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 22px;
  padding: 0;
  padding-top: 27px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

/* line 23, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

/* line 28, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 9px;
}

/* line 34, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #070203;
}

/* line 43, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -9px;
  left: 0;
  content: ' ';
}

/* line 51, assets/scss/lib/drawer/_hamburger.scss */
.drawer-hamburger-icon:after {
  top: 9px;
}

/* line 55, assets/scss/lib/drawer/_hamburger.scss */
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

/* line 59, assets/scss/lib/drawer/_hamburger.scss */
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

/* line 64, assets/scss/lib/drawer/_hamburger.scss */
.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

/* line 68, assets/scss/lib/drawer/_hamburger.scss */
.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
/* line 9, assets/scss/lib/drawer/_accessibility.scss */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
/* line 25, assets/scss/lib/drawer/_accessibility.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_sidebar.scss */
.drawer--sidebar {
  background-color: #fff;
}

/* line 8, assets/scss/lib/drawer/_sidebar.scss */
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  /* line 13, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  /* line 18, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  /* line 27, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  /* line 32, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  /* line 37, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  /* line 42, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  /* line 47, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  /* line 53, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar .drawer-nav {
    width: 100%;
  }
  /* line 57, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 100%;
  }
  /* line 61, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 100%;
  }
  /*! container */
  /* line 66, assets/scss/lib/drawer/_sidebar.scss */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_navbar.scss */
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

/* line 8, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/* line 13, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
/* line 20, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar--fixed {
  position: fixed;
}

/* line 24, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 20px;
  text-align: center;
}

/* line 34, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

/* line 42, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

/* line 46, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

/* line 50, assets/scss/lib/drawer/_navbar.scss */
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  /* line 55, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  /* line 61, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  /* line 70, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  /* line 74, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  /* line 78, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 84, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  /* line 88, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  /* line 98, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  /* line 103, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
  }
  /* line 109, assets/scss/lib/drawer/_navbar.scss */
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 20px;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* line 13, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

/* line 18, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 20px;
  padding-left: 40px;
  text-decoration: none;
  color: #070203;
}

/* line 28, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
/* line 35, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
/* line 40, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform .2s ease, opacity .2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
/* line 54, assets/scss/lib/drawer/_dropdown.scss */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
/* line 4, assets/scss/lib/drawer/_container.scss */
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  /* line 10, assets/scss/lib/drawer/_container.scss */
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  /* line 16, assets/scss/lib/drawer/_container.scss */
  .drawer-container {
    max-width: 70rem;
  }
}

/*
 * Hiraku Ver.1.0.2 (https://www.appleple.com)
 * Copyright appleple | MIT License
 *
 */
/* line 1, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

/* line 15, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-open {
  display: block;
}

/* line 19, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body {
  width: 100%;
  left: 0;
  transition: left 0.3s ease-in-out;
  z-index: 0;
}

/* line 26, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-right {
  overflow-y: hidden;
  left: -70%;
  position: fixed;
}

/* line 32, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-left {
  overflow-y: hidden;
  left: 70%;
  position: fixed;
}

/* line 38, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-moving {
  left: 0;
  position: fixed;
}

/* line 43, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  display: block;
  width: 70%;
  z-index: 10002;
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

/* line 57, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 61, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  transition: margin-right 0.3s ease-in-out;
}

/* line 68, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  left: 0;
  right: auto;
  margin-left: -70%;
  transition: margin-left 0.3s ease-in-out;
}

/* line 75, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  transition: margin-right 0.3s ease-in-out;
}

/* line 80, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  transition: margin-left 0.3s ease-in-out;
}

/* line 85, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-header-fixed {
  transition: margin-left 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 93, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-right,
.js-hiraku-offcanvas-body-left {
  overflow: hidden;
}

/* line 98, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -70%;
}

/* line 102, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 70%;
}

/* line 106, assets/scss/lib/hiraku/_base.scss */
.js-hiraku-offcanvas-close-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* line 1, assets/scss/lib/hiraku/_button.scss */
.hiraku-open-btn {
  background: transparent;
  border: 1px solid #ccc;
  padding: 6px;
  cursor: pointer;
  border-radius: 3px;
}

/* line 9, assets/scss/lib/hiraku/_button.scss */
.hiraku-open-btn-line {
  display: block;
  position: relative;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
  border-radius: 1px;
  transition: .1s all;
}

/* line 20, assets/scss/lib/hiraku/_button.scss */
.hiraku-open-btn-line:before,
.hiraku-open-btn-line:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  transition: .3s all;
}

/* line 32, assets/scss/lib/hiraku/_button.scss */
.hiraku-open-btn-line:before {
  top: -6px;
}

/* line 36, assets/scss/lib/hiraku/_button.scss */
.hiraku-open-btn-line:after {
  bottom: -6px;
}

/* line 40, assets/scss/lib/hiraku/_button.scss */
[aria-expanded="true"] .hiraku-open-btn-line {
  background-color: transparent;
}

/* line 44, assets/scss/lib/hiraku/_button.scss */
[aria-expanded="true"] .hiraku-open-btn-line:before,
[aria-expanded="true"] .hiraku-open-btn-line:after {
  width: 22px;
}

/* line 49, assets/scss/lib/hiraku/_button.scss */
[aria-expanded="true"] .hiraku-open-btn-line:before {
  transform: translate(-2px, 6px) rotate(45deg);
}

/* line 53, assets/scss/lib/hiraku/_button.scss */
[aria-expanded="true"] .hiraku-open-btn-line:after {
  transform: translate(-2px, -6px) rotate(-45deg);
}

/* Slider */
/* line 3, assets/scss/lib/slick/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, assets/scss/lib/slick/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, assets/scss/lib/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, assets/scss/lib/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, assets/scss/lib/slick/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, assets/scss/lib/slick/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, assets/scss/lib/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, assets/scss/lib/slick/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, assets/scss/lib/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, assets/scss/lib/slick/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, assets/scss/lib/slick/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, assets/scss/lib/slick/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, assets/scss/lib/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, assets/scss/lib/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, assets/scss/lib/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, assets/scss/lib/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, assets/scss/lib/slick/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, assets/scss/lib/slick/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        //font-family: "slick";
        //src: slick-font-url("slick.eot");
        //src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
*/
/* Arrows */
/* line 65, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 83, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 87, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 91, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 94, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 105, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 107, assets/scss/lib/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 111, assets/scss/lib/slick/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 113, assets/scss/lib/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 119, assets/scss/lib/slick/_slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 121, assets/scss/lib/slick/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 125, assets/scss/lib/slick/_slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 127, assets/scss/lib/slick/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 135, assets/scss/lib/slick/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 139, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 148, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 156, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 168, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 170, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 174, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 191, assets/scss/lib/slick/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 2, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox.slick-hide {
  opacity: 0;
}

/* line 3, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

/* line 4, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 5, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

/* line 7, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 8, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
  width: 810px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  /* line 8, assets/scss/lib/slick/_slick-lightbox.scss */
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
    width: auto;
    height: 210px;
    padding: 0 30px;
    display: inline-block;
  }
}

/* line 20, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

/* line 21, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  max-width: 800px;
  margin-top: 10px;
  color: #fff;
}

/* line 22, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: left;
}

/* line 24, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  width: 30px;
  height: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
}

/* line 39, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none;
}

/* line 40, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  content: '×';
  font-size: 30px;
  line-height: 1;
  color: #070203;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

/* line 54, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}

/* line 57, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-arrow:before {
  content: "";
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
}

/* line 69, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-prev {
  margin-left: -430px;
  left: 50%;
}

@media (max-width: 991.98px) {
  /* line 69, assets/scss/lib/slick/_slick-lightbox.scss */
  .slick-lightbox .slick-prev {
    height: auto;
    margin-left: -185px;
  }
}

/* line 76, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-prev:before {
  background-image: url(../images/icon/arrow-left.svg);
}

/* line 80, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-next {
  margin-right: -430px;
  right: 50%;
}

@media (max-width: 991.98px) {
  /* line 80, assets/scss/lib/slick/_slick-lightbox.scss */
  .slick-lightbox .slick-next {
    height: auto;
    margin-right: -185px;
  }
}

/* line 87, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-next:before {
  background-image: url(../images/icon/arrow-right.svg);
}

/* line 93, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-dots {
  margin-top: 280px;
  top: 50%;
  bottom: auto;
}

@media (max-width: 991.98px) {
  /* line 93, assets/scss/lib/slick/_slick-lightbox.scss */
  .slick-lightbox .slick-dots {
    margin-top: 110px;
  }
}

/* line 100, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-dots li {
  width: auto;
  height: auto;
  padding: 0 9px;
}

@media (max-width: 991.98px) {
  /* line 100, assets/scss/lib/slick/_slick-lightbox.scss */
  .slick-lightbox .slick-dots li {
    padding: 0 1px;
  }
}

/* line 107, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

/* line 114, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-dots li button:before {
  content: none;
}

/* line 119, assets/scss/lib/slick/_slick-lightbox.scss */
.slick-lightbox .slick-dots li.slick-active button {
  background-color: #333;
}

/* line 6, assets/scss/function/_large.scss */
.large .site-header .primary-navigation .menu .menu-item {
  padding: 31px 12px;
}

/* line 14, assets/scss/function/_large.scss */
.large .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 22px 12px;
}

/*# sourceMappingURL=../../sass */