@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");
.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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-link {
  font-weight: 500;
  color: #00B33F;
  text-decoration: underline;
}
.btn-link:hover {
  color: #008f32;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

#page {
  background-color: #f1f1f1;
}

#primary {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  #primary {
    padding-top: 74px;
  }
}
.home #primary {
  padding-top: 0;
}

.en {
  font-family: "Cormorant Infant", serif;
}

.arrow-right {
  padding-right: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
}
.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;
}
.arrow-right:hover {
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.arrow-right:hover:after {
  right: 0px;
}

.text-right {
  text-align: right;
}

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

.marker {
  font-weight: 500;
  border-bottom: 1px solid #00B33F;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container-xs, .container-s, .container-m, .container-l, .container-xl {
  margin: auto;
}
.container-xs {
  max-width: 680px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .container-xs {
    padding: 0 30px;
  }
}
.container-s {
  max-width: 856px;
  width: 100%;
}
.container-m {
  max-width: 904px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .container-m {
    padding: 0 30px;
  }
}
.container-l {
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .container-l {
    padding: 0 30px;
  }
}
.container-xl {
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .container-xl {
    padding: 0 30px;
  }
}

.text-s, .text-m, .text-l {
  margin-top: 0;
}
.text-m {
  font-size: 1.7rem;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 934px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    padding: 0 28px;
  }
}

.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;
}
.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;
}

.loading {
  display: none;
}

.intro .loading {
  display: block;
}
.intro .loading.show {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1000;
}
.intro .loading-table {
  width: 100%;
  height: 100%;
  display: table;
}
.intro .loading-cell {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.intro .loading-logo {
  width: auto;
  height: 150px;
}
.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) {
  .intro .site-header.fixed {
    height: 74px;
  }
}
.intro .site-header.fixed .site-logo {
  height: 35px;
}
@media (max-width: 767.98px) {
  .intro .site-header.fixed .site-logo {
    height: 40px;
  }
}
.intro .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}
@media (max-width: 767.98px) {
  .intro .site-header .drawer-hamburger {
    opacity: 0;
    display: none;
  }
  .intro .site-header .drawer-hamburger.in {
    animation-name: opacityIn;
    animation-duration: 2s;
    opacity: 1;
    display: block;
  }
}
.intro .site-header .site-branding {
  display: none;
}
.intro .site-header .site-branding.go {
  animation-name: slideTop;
  animation-duration: 2s;
  display: block;
}
.intro .site-header .primary-navigation {
  overflow: hidden;
  display: none;
}
.intro .site-header .primary-navigation .navigation-overlay {
  width: 100%;
  height: 100px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.intro .site-header .primary-navigation.go {
  display: block;
}
@media (max-width: 991.98px) {
  .intro .site-header .primary-navigation.go {
    display: none;
  }
}
.intro .site-header .primary-navigation.go .navigation-overlay {
  animation-name: fadeLeft;
  animation-duration: 3s;
}
.intro .front-visual-thumbnail.go {
  animation-name: slideLeft;
  animation-duration: 2s;
  opacity: 1;
}
.intro .front-visual-thumbnail .overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 5;
}
.intro .front-visual-thumbnail .overlay.go {
  animation-name: rollLeft;
  animation-duration: 2s;
  display: block;
  left: -3000px;
}
.intro .front-visual-text {
  display: none;
}
.intro .front-visual-text.go {
  animation-name: slideRight;
  animation-duration: 2s;
  display: block;
}
.intro .inquiry-button {
  opacity: 0;
}
.intro .inquiry-button.in {
  animation-name: opacityIn;
  animation-duration: 2s;
  opacity: 1;
}
.intro .inquiry-button.out {
  animation-name: opacityOut;
  animation-duration: 2s;
  opacity: 0;
}
.intro .text-fade span {
  opacity: 0;
}
.intro .vision-col {
  opacity: 0;
}
.intro .vision-col.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}
.intro .vision-text {
  opacity: 0;
}
.intro .vision-text.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}
.intro .text-right {
  opacity: 0;
}
.intro .text-right.effect {
  animation-name: slideTop;
  animation-duration: 2s;
  opacity: 1;
}
.intro .parallax-front,
.intro .parallax-back {
  opacity: 0;
}
.intro .parallax-front.in,
.intro .parallax-back.in {
  animation-name: parallaxIn;
  animation-duration: 2s;
  opacity: 0.4;
}
.intro .service-col {
  opacity: 0;
}
.intro .service-col:first-of-type.effect {
  animation-name: slideRight;
  animation-duration: 2s;
  opacity: 1;
}
.intro .service-col:last-of-type.effect {
  animation-name: slideLeft;
  animation-duration: 2s;
  opacity: 1;
}
.intro .float-banner {
  opacity: 0;
  display: none;
}
.intro .float-banner.in {
  animation-name: opacityIn;
  animation-duration: 2s;
  opacity: 1;
  display: block;
}

@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;
  }
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 90px);
  transition: all 1000ms;
  /*
  .text-fade {
      opacity: 0;
      span {
          opacity: 0;
      }
  }
  */
}
.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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  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.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[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/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
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;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

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;
}

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;
}

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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.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;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.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. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}

.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. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.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;
}

.footer-branding {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-branding {
    margin-top: 60px;
    background-color: #fff;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .footer-branding {
    margin-top: 0;
  }
}
.footer-title {
  text-align: center;
}
.footer-title a {
  padding: 35px 0;
  display: block;
}
.footer-logo {
  height: 40px;
  margin: auto;
  display: block;
}

.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) {
  .site-footer {
    padding: 36px 0 38px;
  }
}
.home .site-footer .btn-top {
  display: none;
}
@media (max-width: 991.98px) {
  .home .site-footer .btn-top {
    display: block;
  }
}
.site-footer .footer-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-col {
  flex: 0 0 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.site-footer .footer-col:nth-of-type(1) {
  flex: 0 0 29%;
}
.site-footer .footer-col:nth-of-type(2) {
  flex: 0 0 22%;
}
.site-footer .footer-col:nth-of-type(3) {
  flex: 0 0 16%;
}
.site-footer .footer-col:nth-of-type(4) {
  flex: 0 0 17%;
}
.site-footer .footer-col:nth-of-type(5) {
  flex: 0 0 16%;
}
@media (max-width: 767.98px) {
  .site-footer .footer-content {
    display: none;
  }
}
.site-footer .footer-content .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-content .menu-item {
  font-size: 1.4rem;
}
.site-footer .footer-content .menu-item.strong {
  margin-top: 14px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}
.site-footer .footer-content .menu-item.line-2 {
  line-height: 1.5;
  display: inline-block;
}
.site-footer .footer-content .menu-item.mt-30 {
  margin-top: 30px;
}
.site-footer .footer-content .menu-item.mt-40 {
  margin-top: 40px;
}
.site-footer .footer-content .menu-item a {
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-content .menu-item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.site-footer .footer-content .menu-item a small {
  font-size: 1.3rem;
}
.site-footer .footer-bottom {
  padding-top: 62px;
  line-height: 1.5;
  *zoom: 1;
}
.site-footer .footer-bottom:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767.98px) {
  .site-footer .footer-bottom {
    padding: 0;
  }
}
.site-footer .site-info {
  margin-left: 0;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  float: left;
}
@media (max-width: 767.98px) {
  .site-footer .site-info {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    float: none;
  }
}
.site-footer .site-info p {
  margin: 0;
}
.site-footer .site-menu {
  float: right;
}
@media (max-width: 767.98px) {
  .site-footer .site-menu {
    float: none;
  }
}
.site-footer .footer-site {
  display: none;
}
@media (max-width: 767.98px) {
  .site-footer .footer-site {
    color: #fff;
    display: block;
  }
}
.site-footer .footer-site-title {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 1.6rem;
  text-align: center;
}
.site-footer .footer-site-row {
  display: flex;
  margin: 0 8px;
}
.site-footer .footer-site-col {
  flex: 0 0 50%;
  padding: 0 7px;
  margin-bottom: 28px;
}
.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;
}
.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) {
  .site-footer .terms-navigation {
    margin-bottom: 54px;
  }
}
.site-footer .terms-navigation .menu {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  list-style: none;
}
@media (max-width: 767.98px) {
  .site-footer .terms-navigation .menu {
    font-size: 1.2rem;
  }
}
.site-footer .terms-navigation .menu-item {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .site-footer .terms-navigation .menu-item {
    text-align: center;
    display: block;
  }
}
.site-footer .terms-navigation .menu-item a {
  text-decoration: none;
  color: #fff;
}
.site-footer .terms-navigation .menu-item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.site-footer .terms-navigation .menu-item:first-child {
  padding-right: 15px;
  border-right: 1px solid;
}
@media (max-width: 767.98px) {
  .site-footer .terms-navigation .menu-item:first-child {
    padding: 0;
    margin-bottom: 24px;
    border: none;
  }
}
.site-footer .terms-navigation .menu-item:last-child {
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .site-footer .terms-navigation .menu-item:last-child {
    padding: 0;
  }
}

body .float-top {
  transition-duration: 0.5s;
  position: fixed;
  top: initial;
  bottom: -100px;
}
body .float-top.show {
  bottom: 0;
}

.site-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  *zoom: 1;
  position: absolute;
  z-index: 200;
}
.site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991.98px) {
  .site-header {
    height: 74px;
  }
}
.home .site-header {
  height: 100px;
}
@media (max-width: 991.98px) {
  .home .site-header {
    height: 74px;
  }
}
.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) {
  .site-header.fixed {
    height: 74px;
  }
}
.site-header.fixed .site-logo {
  height: 40.87px;
}
.home .site-header.fixed .site-logo {
  height: 40.87px;
}
@media (max-width: 991.98px) {
  .home .site-header.fixed .site-logo {
    height: 40.25px;
  }
}
@media (max-width: 991.98px) {
  .site-header.fixed .site-logo {
    height: 40.25px;
  }
}
.site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}
@media (max-width: 1199.98px) {
  .site-header.fixed .primary-navigation .menu .menu-item {
    padding: 25px 8px;
  }
}
.home .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 25px 15px;
}
@media (max-width: 1199.98px) {
  .home .site-header.fixed .primary-navigation .menu .menu-item {
    padding: 25px 8px;
  }
}
.site-header .site-branding {
  float: left;
}
.site-header .site-title {
  padding: 22px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .site-header .site-title {
    padding: 17px 0;
  }
}
.site-header .site-logo {
  height: 35px;
  display: block;
}
@media (max-width: 991.98px) {
  .site-header .site-logo {
    width: auto;
    height: 40.25px;
  }
}
.home .site-header .site-logo {
  height: 54.5px;
}
@media (max-width: 1199.98px) {
  .home .site-header .site-logo {
    height: 40.25px;
  }
}
.site-header .primary-navigation {
  padding: 0;
  float: right;
}
@media (max-width: 991.98px) {
  .site-header .primary-navigation {
    display: none;
  }
}
.site-header .primary-navigation .menu-primary-container {
  display: inline-block;
}
.site-header .primary-navigation .menu {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
}
.site-header .primary-navigation .menu .menu-item {
  padding: 25px 15px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .site-header .primary-navigation .menu .menu-item {
    padding: 25px 10px;
  }
}
.home .site-header .primary-navigation .menu .menu-item {
  padding: 34px 15px;
}
@media (max-width: 1199.98px) {
  .home .site-header .primary-navigation .menu .menu-item {
    padding: 34px 8px;
  }
}
.site-header .primary-navigation .menu .menu-item > a {
  text-decoration: none;
  color: #000;
}
.site-header .scaling-area {
  margin-left: 16px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .site-header .scaling-area {
    margin-left: 6px;
  }
}
.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;
}
.site-header .scaling-area .scaling-switch.show {
  display: block;
}
.site-header .scaling-area .scaling-switch.on {
  background-image: url(../images/icon/scaling-on.png);
}
.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;
}
.site-header .btn-scaling:hover {
  background-image: url(../images/icon/scaling-hover.svg);
}
.site-header .drawer-hamburger {
  display: none;
}
@media (max-width: 991.98px) {
  .site-header .drawer-hamburger {
    display: block;
  }
}

body.js-hiraku-offcanvas-body-right {
  left: 0;
}
body.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: 0;
}
body.js-hiraku-offcanvas-body-right .js-hiraku-offcanvas-active {
  background: none;
  z-index: 10;
}
body.js-hiraku-offcanvas-body-right .js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  width: 100%;
  background-color: #333333;
}
body.js-hiraku-offcanvas-body-right .site-header {
  position: fixed;
  top: 0;
}
body.js-hiraku-offcanvas-body-right .drawer-hamburger {
  width: 28px;
  padding-left: 17px;
  padding-right: 17px;
}
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon {
  background-color: transparent;
}
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:before,
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:after {
  top: 0;
}
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}
body.js-hiraku-offcanvas-body-right .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}
body.js-hiraku-offcanvas-body-right .front-visual {
  opacity: 0;
  filter: alpha(opacity=0);
}

.drawer-site {
  margin-bottom: 38px;
}
.drawer-site-row {
  display: flex;
}
.drawer-site-col {
  flex: 0 0 50%;
  text-align: center;
}
.drawer-site-col a {
  padding: 40px 0;
  display: block;
}
.drawer-site-col.col-recruit {
  background-image: url(../images/common/site-recruit.png);
  background-size: cover;
}
.drawer-site-col.col-heim {
  background-image: url(../images/common/site-heim.png);
  background-size: cover;
}
.drawer-site-menu .menu {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  list-style: none;
}
.drawer-site-menu .menu-item {
  margin-bottom: 10px;
}
.drawer-site-info {
  margin-top: 52px;
  margin-bottom: 110px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
}
.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;
}

body .drawer-nav {
  padding-top: 74px;
  background-color: #333333;
}
body .drawer-nav #drawer-menu {
  padding: 0;
  margin: 0;
}
body .drawer-nav #drawer-menu > .menu-item {
  border-bottom: 1px solid #000;
  /*
  &:nth-last-child(2),
  &:last-child {
      a {
          background-image: url(../images/icon/arrow-right-white.svg);
          &.open {
              background-image: url(../images/icon/arrow-right-white.svg);
          }
      }
  }
  */
}
body .drawer-nav #drawer-menu > .menu-item > a {
  padding: 20px 28px;
  font-size: 1.6rem;
  font-weight: 500;
  background-image: url(../images/icon/arrow-right-white.svg);
  background-position: center right 28px;
  background-repeat: no-repeat;
  display: block;
}
body .drawer-nav #drawer-menu > .menu-item > a.open {
  background-image: url(../images/icon/arrow-right-white.svg);
}
body .drawer-nav #drawer-menu > .menu-item.menu-item-has-children > 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;
}
body .drawer-nav #drawer-menu > .menu-item.menu-item-has-children > a.open {
  background-image: url(../images/icon/close.svg);
}
body .drawer-nav .sub-menu {
  padding: 0;
  margin: 0 0 15px;
}
body .drawer-nav .sub-menu .menu-item a {
  padding: 5px 0 5px 28px;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}
body .drawer-nav a {
  text-decoration: none;
  color: #fff;
}

body.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.section-important {
  padding-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .section-important {
    padding-bottom: 12px !important;
  }
}
.section-important.type-1 .important-title {
  text-align: left;
}
.section-important.type-2 .important-title {
  font-weight: 500;
}

.important-box {
  padding: 20px 28px 28px;
  border: 3px solid #bbb;
}
@media (max-width: 991.98px) {
  .important-box {
    padding: 12px 16px 16px;
  }
}
.important-title {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .important-title {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.important-li {
  font-size: 1.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .important-li {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
    white-space: normal;
    text-overflow: initial;
  }
}
.important-li span {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .important-li span {
    line-height: 1.45;
    display: inline;
  }
}
.important-link {
  color: #000;
  text-decoration: none;
}
.important-link.pdf:after {
  content: "";
  width: 17px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: -4px;
  background-image: url(../images/icon/pdf-file.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.important-date {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .important-date {
    margin-right: 0;
    display: block;
  }
}
.important-none p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .important-none p {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.home .section-information {
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .home .section-information {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.home .section-information .section-title {
  margin-bottom: 32px;
}

.information h2, .information information-title {
  margin: 0 0 32px;
}
.information-title {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.information-title em {
  font-style: normal;
}
.information-ul {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
  border-top: 1px solid #bbb;
}
@media (max-width: 991.98px) {
  .information-ul {
    margin-bottom: 32px;
  }
}
.information-li {
  width: 100%;
  padding: 22px 24px;
  border-bottom: 1px solid #bbb;
  display: table;
}
@media (max-width: 991.98px) {
  .information-li {
    padding: 10px 0;
  }
  .home .information-li {
    padding: 15px 0;
  }
}
.information-li .date {
  margin-right: 13px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .information-li .date {
    width: 32%;
    padding: 0 3px;
    margin: 0;
    display: inline-block;
  }
}
.information-li .label {
  margin: 0 1px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .information-li .label {
    width: 32%;
    padding: 0 3px;
    margin: 0;
  }
}
.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) {
  .information-li .label a, .information-li .label span {
    width: 108px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.information-li .label a:hover, .information-li .label span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.information-cell {
  vertical-align: top;
  display: table-cell;
}
@media (max-width: 991.98px) {
  .information-cell {
    display: block;
  }
}
.information-cell:first-of-type {
  width: 324px;
}
@media (max-width: 991.98px) {
  .information-cell:first-of-type {
    width: auto;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 14px;
  }
}
.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) {
  .information-cell:last-of-type .information-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.information-cell:last-of-type a {
  color: #000;
  transition-duration: 0.5s;
  display: block;
}
@media (max-width: 991.98px) {
  .information-cell:last-of-type a {
    padding-right: 0;
    background: none;
  }
}
.information-cell:last-of-type a:hover {
  text-decoration: underline;
}

.information-block a[target=_blank]:after {
  content: none;
}
.information-block-link {
  transition: 0.5s;
}
.information-block-link:hover {
  opacity: 0.7;
}
.information-block-row {
  width: 100%;
  display: flex;
}
.information-block-col {
  position: relative;
}
.information-block-col:first-of-type {
  flex: 0 0 18%;
}
.information-block-col:last-of-type {
  flex: 0 0 82%;
  padding-left: 28px;
}
@media (max-width: 991.98px) {
  .information-block-col:last-of-type {
    padding-left: 18px;
  }
}
.information-block-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.information-block-date {
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 991.98px) {
  .information-block-date {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.information-block-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .information-block-title {
    font-size: 1.6rem;
  }
}
.information-block-title em {
  font-style: normal;
}
.information-block-title .information-block-link {
  color: #000;
  text-decoration: underline;
}
.information-block-title .information-block-link[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;
}
.information-block-title .information-block-link.pdf:after {
  content: "";
  width: 17px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: -4px;
  background-image: url(../images/icon/pdf-file.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.information-block-labels {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .information-block-labels {
    position: static;
  }
}
.information-block-label {
  min-width: 100px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #888;
  display: inline-block;
}
.information-block-label a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  display: block;
}
.information-block-label a:hover {
  opacity: 0.7;
}

.section-site {
  padding: 88px 0 122px !important;
}
.home .section-site {
  padding: 0 !important;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .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;
  }
}
.section-site .btn-top {
  display: none;
}
.home .section-site .btn-top {
  display: block;
}
@media (max-width: 991.98px) {
  .home .section-site .btn-top {
    display: none;
  }
}
.home .section-site .container-l {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}
.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) {
  .section-site .site-image {
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    display: block;
  }
  .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;
  }
}
.section-site .site-image .site-title {
  display: none;
}
@media (max-width: 991.98px) {
  .section-site .site-image .site-title {
    display: block;
  }
}
.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;
  }
  */
}
.home .section-site .site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}
@media (max-width: 991.98px) {
  .home .section-site .site-title {
    margin-top: -16px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .section-site .site-title {
    display: none;
  }
}
.section-site .site-title small {
  margin-top: 15px;
  font-size: 1.5rem;
  display: block;
}
.section-site .site-subtitle {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}
.home .section-site .site-subtitle {
  margin-top: 7px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .home .section-site .site-subtitle {
    margin-top: 28px;
    margin-bottom: 22px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .section-site .site-subtitle {
    margin-top: 26px;
    margin-bottom: 24px;
    font-size: 1.6rem;
    color: #000;
    display: block;
  }
}
.section-site .site-description {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section-site .site-description {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
  }
}
.home .section-site .site-description {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.8;
  display: block;
}
@media (max-width: 991.98px) {
  .home .section-site .site-description {
    margin-bottom: 28px;
  }
}
.section-site .site-row {
  display: flex;
  flex-wrap: wrap;
}
.section-site .site-col {
  text-align: center;
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .section-site .site-col {
    flex: 0 0 100%;
  }
}
.section-site .site-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.home .section-site .site-box {
  padding: 0;
}
.home .section-site .site-box a {
  padding: 60px 0 44px;
}
@media (max-width: 991.98px) {
  .home .section-site .site-box {
    padding: 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .section-site .site-box {
    background-image: none;
  }
}
@media (max-width: 991.98px) {
  .home .section-site .site-box#site-box-1 {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .home .section-site .site-box#site-box-1 a {
    padding-bottom: 0;
  }
}
.section-site .site-box a {
  padding: 36px 0 32px;
  text-decoration: none;
  display: block;
}
.section-site .site-box a:hover .site-image {
  transform: scale(1.05);
}

.home .site-main {
  background-color: #f1f1f1;
}

.max-scroll {
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.front-visual {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: right;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .front-visual {
    padding-top: 74px;
    padding-bottom: 50px;
  }
}
.front-visual-thumbnail {
  width: calc( 100% - 80px );
  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) {
  .front-visual-thumbnail {
    width: calc( 100% - 60px );
  }
}
.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) {
  .front-visual-image {
    height: calc( 100vh - 300px );
    transform: scale(1);
    background-position: center right -80px;
  }
}
.front-visual-image#front-visual-image-4 {
  background-position: center right -80px;
}
.front-visual-text {
  width: 540px;
  height: 190px;
  font-family: auto;
  font-weight: 100;
  text-align: left;
  position: absolute;
  left: 24px;
  bottom: -10px;
  z-index: 4;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767.98px) {
  .front-visual-text {
    width: 100%;
    padding: 0 25px;
    left: 0;
    bottom: 20px;
  }
}
.front-visual-text text {
  font-size: 80px;
}
.front-visual-text-pc {
  display: block;
}
.front-visual-text-sp {
  display: none;
}
@media (max-width: 767.98px) {
  .front-visual-text-pc {
    display: none;
  }
  .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%;
}
*/
.section {
  padding: 86px 0;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .section {
    padding: 60px 0;
  }
}
.section-header {
  text-align: center;
}
.section-title {
  margin-top: 0;
}
.section-footer {
  text-align: center;
}
.section-vision {
  padding-top: 146px;
  padding-bottom: 42px;
  overflow: hidden;
  position: relative;
}
.section-vision .section-content {
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
}
.section-vision h2 {
  margin-bottom: 20px;
  font-size: 44px;
  letter-spacing: 0.075em;
}
@media (max-width: 767.98px) {
  .section-vision h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1;
  }
}
.section-vision .vision-pc {
  display: block;
}
@media (max-width: 767.98px) {
  .section-vision .vision-pc {
    display: none;
  }
}
.section-vision .vision-sp {
  display: none;
}
@media (max-width: 767.98px) {
  .section-vision .vision-sp {
    display: block;
  }
}
.section-vision .vision-sp p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.section-vision .vision-subtitle {
  margin-top: 26px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.section-vision .vision-row {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}
.section-vision .vision-col {
  flex: 0 0 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.section-vision .vision-col p {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .section-vision .vision-col {
    flex: 0 0 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-vision .text-more {
  margin-top: 0;
  font-size: 1.5rem;
}
.section-service {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.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) {
  .section-service .service-title {
    font-weight: 300;
  }
}
.section-service .service-col {
  text-align: center;
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .section-service .service-col {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.section-service .service-box a {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .section-service .service-box a {
    height: 250px;
    padding: 74px 0;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .section-service .service-box a:hover {
    background-size: cover;
  }
}
.section-dx {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-dx {
    padding-top: 46px;
    padding-bottom: 30px;
  }
}
.section-dx .section-header {
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .section-dx .section-header {
    margin-top: 38px;
    margin-bottom: 46px;
  }
}
.section-dx .section-content {
  position: relative;
  z-index: 1;
}
.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) {
  .section-dx .dx-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.section-dx .dx-description {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .section-dx .dx-description {
    padding: 0 15px;
    text-align: left;
  }
  .section-dx .dx-description br {
    display: none;
  }
}
.section-growth {
  height: 100vh;
  min-height: 840px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-growth {
    height: auto;
    min-height: auto;
  }
}
.section-growth .growth-title {
  margin-bottom: 18px;
  font-size: 44px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .section-growth .growth-title {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
.section-growth .growth-description {
  margin-top: 0;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .section-growth .growth-description {
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: justify;
  }
  .section-growth .growth-description br {
    display: none;
  }
}
.section-growth .section-header {
  width: 704px;
  margin-top: 70px;
  margin-left: -352px;
  position: absolute;
  left: 50%;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .section-growth .section-header {
    width: auto;
    margin: auto;
    margin-top: 44px;
    position: static;
  }
}
.section-growth .section-content {
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-growth .section-content {
    height: auto;
  }
}

.company .page-section {
  padding-top: 98px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .company .page-section {
    padding-top: 58px;
  }
}
.company .page-catch {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .company .page-catch {
    margin-bottom: 44px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .company .page-decoration {
    padding: 42px 0 38px;
  }
}
.company .section-information {
  padding-top: 33px !important;
}
@media (max-width: 991.98px) {
  .company .section-site {
    display: none;
  }
}
.company-message-row {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}
@media (max-width: 991.98px) {
  .company-message-row {
    flex-direction: column;
  }
}
.company-message-col:first-of-type {
  width: 350px;
  padding: 0 24px;
  order: 1;
}
@media (max-width: 991.98px) {
  .company-message-col:first-of-type {
    width: 100%;
    order: 2;
  }
}
.company-message-col:last-of-type {
  flex: 1;
  padding: 0 24px;
  order: 2;
}
@media (max-width: 991.98px) {
  .company-message-col:last-of-type {
    width: 100%;
    order: 1;
  }
}
.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) {
  .company-message-col:last-of-type p {
    font-size: 1.6rem;
    white-space: break-spaces;
  }
}
.company-message-thumbnail {
  margin-bottom: 24px;
}
.company-message-image {
  display: block;
}
.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) {
  .company-message-name {
    padding-bottom: 0;
    margin-bottom: 18px;
    font-size: 24px;
    border: none;
  }
}
.company-message-name span {
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 991.98px) {
  .company-message-name span {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  .company-message-profile {
    margin-bottom: 56px;
  }
}
.company-message-profile h4 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.company-message-profile p {
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .company-message-profile p {
    font-size: 14px !important;
  }
}
.company-message-content p {
  text-align: justify;
}
.company-message-from {
  margin-top: 28px;
  font-size: 2rem !important;
  text-align: right !important;
}
@media (max-width: 991.98px) {
  .company-message-from {
    margin-bottom: 54px;
    font-size: 18px !important;
  }
}
.company-message-from span {
  font-size: 1.4rem;
  display: block;
}
.company-title {
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .company-title {
    margin: 0 0 21px;
    font-size: 32px;
  }
}
.company-menu {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 2px;
  margin-top: 60px;
  background: #f1f1f1;
}
@media (max-width: 991.98px) {
  .company-menu {
    padding: 52px 30px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.company-menu-row {
  display: flex;
}
@media (max-width: 991.98px) {
  .company-menu-row {
    display: block;
  }
}
.company-menu-col {
  flex: 0 0 25%;
  display: table;
}
@media (max-width: 991.98px) {
  .company-menu-col {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.company-menu-box {
  width: 100%;
  display: table;
}
.company-menu-box-01 a .menu-image {
  background-image: url(../images/page/company/company-menu-01.png);
}
@media (max-width: 991.98px) {
  .company-menu-box-01 a .menu-image {
    background-image: url(../images/page/company/company-menu-01-sp.png);
  }
}
.company-menu-box-02 a .menu-image {
  background-image: url(../images/page/company/company-menu-02.png);
}
@media (max-width: 991.98px) {
  .company-menu-box-02 a .menu-image {
    background-image: url(../images/page/company/company-menu-02-sp.png);
  }
}
.company-menu-box-03 a .menu-image {
  background-image: url(../images/page/company/company-menu-03.png);
}
@media (max-width: 991.98px) {
  .company-menu-box-03 a .menu-image {
    background-image: url(../images/page/company/company-menu-03-sp.png);
  }
}
.company-menu-box-04 a .menu-image {
  background-image: url(../images/page/company/company-menu-04.png);
}
@media (max-width: 991.98px) {
  .company-menu-box-04 a .menu-image {
    background-image: url(../images/page/company/company-menu-04-sp.png);
  }
}
.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) {
  .company-menu-box a {
    height: 210px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}
.company-menu-box a:hover .menu-image {
  transform: scale(1.05);
}
.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) {
  .company-menu-box a .menu-image {
    background-size: 100%;
  }
}
@media (max-width: 991.98px) {
  .company-menu-box .btn-info {
    padding: 11px 0;
  }
}
.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) {
  .company-menu-title {
    margin-top: -6px;
    margin-bottom: 18px;
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .company .section-information {
    padding-bottom: 90px !important;
  }
}

.company_history .page-section {
  padding-bottom: 0;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .company_history .page-section {
    padding-top: 90px;
  }
}
.company_history #tablepress-history {
  background: #fff;
  border-top: 1px solid #bbb;
}
@media (max-width: 991.98px) {
  .company_history #tablepress-history {
    margin-bottom: 88px;
  }
}
.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) {
  .company_history #tablepress-history td {
    padding: 10px;
  }
}
.company_history #tablepress-history .column-1 {
  width: 180px;
  font-weight: 500;
  background-color: #DFDFDF;
}
@media (max-width: 991.98px) {
  .company_history #tablepress-history .column-1 {
    width: 80px;
    padding-right: 0;
    font-size: 1.5rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.company_history #tablepress-history .column-1 br {
  display: none;
}
@media (max-width: 991.98px) {
  .company_history #tablepress-history .column-1 br {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .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) {
  .company_outline .sub-page .page-header {
    padding-top: 86px;
  }
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .page-title {
    margin-bottom: 97px;
  }
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .page-section {
    padding-top: 91px;
    padding-bottom: 2px;
  }
}
.company_outline .page-catch {
  margin-bottom: 58px;
}
@media (max-width: 991.98px) {
  .company_outline .page-catch {
    margin-bottom: 47px;
    font-size: 32px;
  }
}
.company_outline .page-catch br {
  display: none;
}
@media (max-width: 991.98px) {
  .company_outline .page-catch br {
    display: block;
  }
}
.company_outline .page-section {
  padding-bottom: 80px;
  background-color: #f1f1f1;
}
.company_outline #access {
  padding-bottom: 96px;
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .company_outline #access {
    padding-top: 60px;
    padding-bottom: 44px;
  }
}
@media (max-width: 991.98px) {
  .company_outline #access .page-catch {
    margin-bottom: 26px;
  }
}
.company_outline #tablepress-company {
  background: #fff;
  border-top: 1px solid #bbb;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-company {
    margin-bottom: 60px;
  }
}
.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) {
  .company_outline #tablepress-company td {
    padding: 12px 12px 9px;
  }
}
.company_outline #tablepress-company .column-1 {
  width: 240px;
  font-weight: 500;
  background-color: #DFDFDF;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-company .column-1 {
    width: 80px;
    padding-right: 0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.company_outline #tablepress-company .column-1 br {
  display: none;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-company .column-1 br {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .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) {
  .company_outline #tablepress-company .column-2 {
    line-height: 2.3;
  }
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-company .column-2 ul {
    padding: 0;
    list-style-position: inside;
  }
}
.company_outline #tablepress-company .row-5 .column-2 br {
  display: none;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-company .row-5 .column-2 br {
    display: block;
  }
}
.company_outline #tablepress-company a {
  color: #000;
}
.company_outline #tablepress-company ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.company_outline .googlemap {
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .company_outline .googlemap {
    margin-bottom: 43px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .company_outline .googlemap iframe {
    height: 250px;
    margin-bottom: 20px;
  }
}
.company_outline .googlemap .btn {
  display: none;
}
@media (max-width: 991.98px) {
  .company_outline .googlemap .btn {
    display: inline-block;
  }
}
.company_outline .access-row {
  flex-wrap: wrap;
  display: flex;
}
.company_outline .access-col {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .company_outline .access-col {
    flex: 0 0 100%;
  }
}
.company_outline .access-col p {
  line-height: 2;
}
@media (max-width: 991.98px) {
  .company_outline .access-col p {
    margin-bottom: 16px !important;
    line-height: 1.6;
  }
}
.company_outline .access-col br {
  display: block;
}
.company_outline .access-content {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.company_outline .access-content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .company_outline .access-content h3 {
    margin-bottom: 13px;
    font-size: 26px;
  }
}
.company_outline .access-content p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access {
    width: 100%;
    margin-bottom: 38px;
  }
}
.company_outline #tablepress-access tr td {
  padding: 0;
  border: none;
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access tr td {
    vertical-align: baseline;
  }
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access tr td.column-1 {
    width: 50px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access tr td.column-2 {
    width: calc( 100% - 35px );
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access tr.row-1 td.column-2 br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .company_outline #tablepress-access tr.row-1 td.column-2 br:first-of-type {
    display: block;
  }
}
.company_outline .access-download {
  margin-top: 38px;
}
@media (max-width: 991.98px) {
  .company_outline .access-download {
    display: none;
  }
}
.company_outline .chart-section {
  min-height: 840px;
  background-color: #f1f1f1;
  position: relative;
}
@media (max-width: 991.98px) {
  .company_outline .chart-section {
    min-height: 650px;
    padding: 60px 0 !important;
  }
}
.company_outline .chart-section .page-catch {
  margin-bottom: 54px;
}
.company_outline .chart-section p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .company_outline .chart-section p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.company_outline .chart-content {
  width: 100%;
  text-align: center;
  position: absolute;
}
@media (max-width: 991.98px) {
  .company_outline .chart-content .page-catch {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .company_outline .chart-content p {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .company_outline .chart-wrap .chart-point-bg {
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .company_outline .chart-wrap .chart-line-bg {
    background-size: contain;
  }
}
.company_outline .symbol-logo {
  width: 540px;
  height: auto;
  margin: 0 auto 58px;
  display: block;
}
@media (max-width: 991.98px) {
  .company_outline .symbol-logo {
    width: 255px;
    margin-bottom: 48px;
  }
}
.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) {
  .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;
  }
}
.company_outline .symbol-box .eternal-link {
  width: 100%;
  height: 62px;
  display: inline-block;
}
.company_outline .symbol-box p {
  margin: 0 0 10px;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .company_outline .symbol-box p {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.company_outline .symbol-text {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .company_outline .symbol-text {
    margin: 0;
    font-size: 18px;
    text-align: left;
  }
  .company_outline .symbol-text br {
    display: block;
  }
}
.company_outline .sub-page .symbol-section {
  padding-bottom: 64px;
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .symbol-section {
    padding-top: 60px;
    padding-bottom: 56px;
  }
}
.company_outline .sub-page .symbol-section .page-catch {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .symbol-section .page-catch {
    margin-bottom: 47px;
  }
}
.company_outline .sub-page .gallery-section {
  padding-bottom: 31px;
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .gallery-section {
    padding-top: 60px;
    padding-bottom: 78px;
    background-color: #f1f1f1;
  }
}
.company_outline .sub-page .gallery-section .page-catch {
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .gallery-section .page-catch {
    margin-bottom: 24px;
  }
}
.company_outline .sub-page .gallery-section .page-catch br {
  display: none;
}
@media (max-width: 991.98px) {
  .company_outline .sub-page .gallery-section .page-catch br {
    display: block;
  }
}
.company_outline .gallery-description {
  margin: 0 0 54px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .company_outline .gallery-description {
    margin-bottom: 44px;
    font-size: 16px;
  }
}
.company_outline .gallery-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.company_outline .gallery-slider:after {
  content: "";
  display: table;
  clear: both;
}
.company_outline .gallery-slider li {
  width: 25%;
  padding: 1px;
  transition-duration: 0.5s;
  float: left;
}
@media (max-width: 991.98px) {
  .company_outline .gallery-slider li {
    width: 50%;
  }
}
.company_outline .gallery-slider li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.company_outline .gallery-slider li img {
  width: 100%;
  height: auto;
  display: block;
}

.dx #page {
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .dx .top-page .page-header {
    padding-top: 138px;
  }
}
@media (max-width: 991.98px) {
  .dx .top-page .page-title {
    margin-bottom: 122px;
    line-height: 1.31;
  }
}
.dx .top-page .page-description {
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .dx .top-page .page-section {
    padding-bottom: 0;
  }
}
.dx-row {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .dx-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.dx-col {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .dx-col {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  .dx-col:last-of-type {
    margin-bottom: 48px;
  }
}
.dx-box {
  font-size: 1.5rem;
}
.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) {
  .dx-box h3 {
    margin-bottom: 17px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
.dx-box p {
  margin-top: 0;
  text-align: justify;
}
.dx-thumbnail {
  margin-bottom: 20px;
}
.dx-image {
  width: 100%;
  height: auto;
  background-color: #dee2e6;
  display: block;
}
.dx-content {
  min-height: 215px;
}
@media (max-width: 991.98px) {
  .dx-content {
    height: auto;
  }
}
.dx-footer {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .dx-footer {
    margin-top: 26px;
  }
}

@media (max-width: 991.98px) {
  .winworks #page {
    background-color: #f8f8f8;
  }
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-header {
    padding-top: 52px;
    margin-bottom: 74px;
  }
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-title {
    margin-bottom: 43px;
    line-height: 1.31;
  }
}
.winworks .sub-page .page-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-title br {
    display: block;
  }
}
.winworks .sub-page .page-parent-title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-parent-title {
    margin-bottom: 23px;
    letter-spacing: 0;
  }
}
.winworks .sub-page .breadcrumbs {
  letter-spacing: 0.1em;
}
.winworks .sub-page .breadcrumbs br {
  display: none;
}
@media (max-width: 991.98px) {
  .winworks .sub-page .breadcrumbs {
    word-break: break-all;
  }
  .winworks .sub-page .breadcrumbs > span:last-of-type {
    white-space: nowrap;
  }
}
.winworks .sub-page .page-description {
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-description {
    padding: 42px 0 38px;
  }
}
.winworks .sub-page .page-section {
  padding-bottom: 0;
  background-color: #f1f1f1;
}
.winworks .sub-page .page-catch {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .winworks .sub-page .page-catch {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.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) {
  .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;
  }
}
.winworks-box-row {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}
@media (max-width: 991.98px) {
  .winworks-box-row {
    flex-wrap: wrap;
  }
}
.winworks-box-col {
  flex: 0 0 50%;
  padding: 0 6px;
}
@media (max-width: 991.98px) {
  .winworks-box-col {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .winworks-box-col:last-of-type {
    margin-bottom: 0;
  }
}
.winworks-box-block {
  height: 100%;
  padding: 24px 24px;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .winworks-box-block {
    padding: 20px 20px;
  }
}
.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) {
  .winworks-box-block p {
    margin: 0 0 10px;
  }
}
.winworks-box-block p:last-of-type {
  margin: 0;
}
.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) {
  .winworks-box-block p:before {
    width: 12px;
    height: 12px;
  }
}
.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) {
  .winworks-box-title {
    margin: 0 0 15px;
    font-size: 26px;
  }
}
.winworks-box-subtitle {
  margin: 0 0 28px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991.98px) {
  .winworks-box-subtitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.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) {
  .winworks-box-label {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }
}
.winworks-box-label-border {
  color: #00B33F;
  border: 1px solid;
}
.winworks-box-label-primary {
  color: #fff;
  background: #00B33F;
  border: 1px solid #00B33F;
}
.winworks-box-table {
  width: 100%;
  margin-bottom: 24px;
  display: table;
}
@media (max-width: 991.98px) {
  .winworks-box-table {
    margin-bottom: 48px;
  }
}
.winworks-box-table:last-of-type {
  margin-bottom: 0;
}
.winworks-box-cell {
  vertical-align: top;
  display: table-cell;
}
@media (max-width: 991.98px) {
  .winworks-box-cell {
    width: 100%;
    display: block;
  }
}
.winworks-box-cell h5 {
  margin: 10px 0 10px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .winworks-box-cell h5 {
    margin: 14px 0 15px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.winworks-box-cell p {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .winworks-box-cell p {
    font-size: 1.6rem;
  }
}
.winworks-box-cell:last-of-type {
  padding-left: 36px;
}
@media (max-width: 991.98px) {
  .winworks-box-cell:last-of-type {
    padding-left: 0;
  }
}
.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) {
  .winworks-box-icon {
    width: 160px;
    height: 160px;
    margin: auto;
  }
}
.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) {
  .winworks-box:after {
    bottom: -41px;
  }
}
.winworks-box:last-of-type {
  margin-bottom: 0;
}
.winworks-box:last-of-type:after {
  content: none;
}
.winworks-balloon {
  position: relative;
}
.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) {
  .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;
  }
}
.winworks-balloon-content p {
  margin: 0;
  letter-spacing: 0.12em;
  line-height: 2.13;
}
@media (max-width: 991.98px) {
  .winworks-balloon-content p {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
.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;
}
.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;
}
.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) {
  .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;
  }
}
.winworks-balloon-right .winworks-balloon-icon {
  left: 12px;
  bottom: -35px;
}
@media (max-width: 991.98px) {
  .winworks-balloon-right .winworks-balloon-icon {
    left: -4px;
    bottom: -44px;
  }
}
.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) {
  .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;
  }
}
.winworks-balloon-left .winworks-balloon-icon {
  right: 12px;
  bottom: -35px;
}
@media (max-width: 991.98px) {
  .winworks-balloon-left .winworks-balloon-icon {
    right: 4px;
    bottom: -44px;
  }
}
.winworks-service {
  width: 784px;
  margin: 0 auto 28px;
}
@media (max-width: 991.98px) {
  .winworks-service {
    width: 100%;
  }
}
.winworks-service-logo {
  margin-bottom: 37px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .winworks-service-logo {
    margin-bottom: 56px;
  }
}
.winworks-service-image-pc {
  width: 416px;
  height: auto;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .winworks-service-image-pc {
    display: none;
  }
}
.winworks-service-image-sp {
  width: 236px;
  height: auto;
  margin: auto;
  display: none;
}
@media (max-width: 991.98px) {
  .winworks-service-image-sp {
    display: block;
  }
}
.winworks-service h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .winworks-service h3 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
.winworks-service ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.winworks-service ul li {
  padding-left: 18px;
  position: relative;
}
@media (max-width: 991.98px) {
  .winworks-service ul li {
    margin-bottom: 10px;
  }
}
.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;
}
.winworks .page-section .voice-title {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .winworks .page-section .voice-title {
    margin-bottom: 46px;
    letter-spacing: 0.18em;
    line-height: 1.6;
  }
}
.winworks .page-section .voice-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .winworks .page-section .voice-title br {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .winworks .page-section:last-of-type {
    padding-top: 104px;
    padding-bottom: 104px;
    margin-top: -64px;
  }
  .winworks .page-section:last-of-type .page-catch {
    margin-bottom: 47px;
  }
}
@media (max-width: 991.98px) {
  .winworks .footer-branding {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .idea .page-header {
    padding-top: 70px !important;
  }
}
.idea .page-header .page-title {
  margin-bottom: 70px;
}
.idea .page-section {
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .idea .page-section {
    padding-top: 91px;
  }
}
@media (max-width: 991.98px) {
  .idea .page-catch {
    font-size: 32px;
    letter-spacing: 0.09em;
  }
}
.idea-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .idea-title {
    font-size: 26px;
  }
}
.idea-title.five-oaths {
  margin-top: 72px;
}
@media (max-width: 991.98px) {
  .idea-title.five-oaths {
    margin-top: 0;
  }
}
.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) {
  .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;
  }
}
.idea-box p {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .idea-box p {
    margin-bottom: 0;
  }
  .idea-box p:first-of-type {
    margin-bottom: 18px;
  }
  .idea-box p:nth-of-type(4) {
    margin-bottom: 31px;
  }
  .idea-box p:nth-of-type(5) {
    margin-bottom: 18px;
  }
}
.idea-box p:last-of-type {
  margin-bottom: 0;
}
.idea-box p.idea-box-mt {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .idea-box p.idea-box-mt {
    margin-top: 0;
  }
}
.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) {
  .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;
  }
}
.idea .oath-box p {
  margin: 0;
}
.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%;
}
.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) {
  .idea .pillar-title {
    margin-bottom: 39px;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.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;
}
.idea .pillar-title span {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 991.98px) {
  .idea .pillar-title span {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.idea .pillar-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .idea .pillar-title br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .post-type-archive-information #page {
    background-color: #f8f8f8;
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-information .page-header {
    height: 375px;
    padding-top: 152px;
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-information .page-title {
    margin-bottom: 141px;
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-information .page-description {
    background-color: #f1f1f1;
  }
}
@media (max-width: 991.98px) {
  .post-type-archive-information .page-section {
    padding-top: 0;
  }
}
.post-type-archive-information .information-navigation {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .post-type-archive-information .information-navigation ul.menu li.menu-item a:after {
    content: none !important;
  }
}
.post-type-archive-information .information-navigation .menu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 991.98px) {
  .post-type-archive-information .information-navigation .menu {
    margin-left: -30px;
    margin-right: -30px;
    *zoom: 1;
  }
  .post-type-archive-information .information-navigation .menu:after {
    content: "";
    display: table;
    clear: both;
  }
}
.post-type-archive-information .information-navigation .menu-item {
  padding: 0 25px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .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) {
  .post-type-archive-information .information-navigation .menu-item:nth-child(1) {
    width: 100%;
    border-top: 1px solid #DFDFDF;
  }
}
.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;
}
.post-type-archive-information .information-navigation .menu-item a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
}
@media (max-width: 991.98px) {
  .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) {
  .post-type-archive-information .information-navigation .menu-item a:after {
    content: none;
  }
}
.post-type-archive-information .information-navigation .menu-item.active a:after {
  transform: scale(1, 1);
}
@media (max-width: 991.98px) {
  .post-type-archive-information .information-navigation .menu-item.active a:after {
    content: none;
  }
}
.post-type-archive-information .information-navigation .menu-item.active a span {
  position: relative;
}
.post-type-archive-information .information-navigation .menu-item.active a span:after {
  content: "";
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #00B33F;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(1, 1);
  /*X方向0、Y方向1*/
  transform-origin: left bottom;
  /*左上基点*/
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0;
}
.post-type-archive-information .information-ul {
  margin-bottom: 36px;
  border-top: 1px solid #bbb;
}
.post-type-archive-information .information-li {
  padding: 30px 0 30px 25px;
}
@media (max-width: 991.98px) {
  .post-type-archive-information .information-li {
    padding: 16px 0;
  }
}
.post-type-archive-information .information-li time {
  margin-right: 15px;
}
.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) {
  .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) {
  .post-type-archive-information .information-title.pdf {
    padding-right: 67px;
  }
}
.post-type-archive-information .information-title em {
  font-style: normal;
}
.post-type-archive-information .information-title a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
}
.post-type-archive-information .information-title a:hover {
  border-bottom: 1px solid #00B33F;
}
.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;
}
.post-type-archive-information .information-title a.file:after {
  content: none;
}
.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) {
  .post-type-archive-information .information-title a.pdf {
    right: 0;
  }
}
.post-type-archive-information .information-title a.pdf:after {
  content: none;
}
.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) {
  .post-type-archive-information .information-title a.pdf svg {
    width: 53px;
  }
}
.post-type-archive-information .information-footer {
  text-align: right;
}
@media (max-width: 991.98px) {
  .post-type-archive-information .information-footer {
    text-align: center;
  }
}

.contact .site-main,
.thanks .site-main,
.inquiry .site-main {
  background-color: #f1f1f1;
}
.contact .breadcrumbs,
.thanks .breadcrumbs,
.inquiry .breadcrumbs {
  padding: 20px 0;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991.98px) {
  .contact .breadcrumbs,
.thanks .breadcrumbs,
.inquiry .breadcrumbs {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
.contact .breadcrumbs a,
.thanks .breadcrumbs a,
.inquiry .breadcrumbs a {
  color: #000;
}
.contact .breadcrumb-ul,
.thanks .breadcrumb-ul,
.inquiry .breadcrumb-ul {
  margin-bottom: 43px;
}
@media (max-width: 991.98px) {
  .contact .breadcrumb-ul,
.thanks .breadcrumb-ul,
.inquiry .breadcrumb-ul {
    margin-bottom: 28px;
  }
}
.contact .entry-header,
.thanks .entry-header,
.inquiry .entry-header {
  padding: 4px 0 74px;
}
@media (max-width: 767.98px) {
  .contact .entry-header,
.thanks .entry-header,
.inquiry .entry-header {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}
.contact .entry-title,
.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) {
  .contact .entry-title,
.thanks .entry-title,
.inquiry .entry-title {
    font-size: 32px;
  }
}
.contact .entry-content,
.thanks .entry-content,
.inquiry .entry-content {
  margin-top: 0;
}
.contact .entry-content br.sp,
.thanks .entry-content br.sp,
.inquiry .entry-content br.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .contact .entry-content br.sp,
.thanks .entry-content br.sp,
.inquiry .entry-content br.sp {
    display: block;
  }
}
.contact .explanation,
.thanks .explanation,
.inquiry .explanation {
  margin-bottom: 82px;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .contact .explanation,
.thanks .explanation,
.inquiry .explanation {
    margin-top: 0;
    margin-bottom: 60px !important;
    font-size: 1.6rem;
    text-align: left;
  }
}
.contact .wpcf7-form > br,
.thanks .wpcf7-form > br,
.inquiry .wpcf7-form > br {
  display: none;
}
.contact .wpcf7 h2,
.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) {
  .contact .wpcf7 h2,
.thanks .wpcf7 h2,
.inquiry .wpcf7 h2 {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 1.5;
  }
}
.contact .wpcf7 a,
.thanks .wpcf7 a,
.inquiry .wpcf7 a {
  color: #000;
}
.contact .wpcf7-not-valid-tip,
.thanks .wpcf7-not-valid-tip,
.inquiry .wpcf7-not-valid-tip {
  display: none;
}
.contact-table,
.thanks-table,
.inquiry-table {
  width: 100%;
  margin-bottom: 72px;
  display: table;
}
@media (max-width: 767.98px) {
  .contact-table,
.thanks-table,
.inquiry-table {
    margin-bottom: 46px;
  }
}
.contact-row,
.thanks-row,
.inquiry-row {
  display: table-row;
}
@media (max-width: 767.98px) {
  .contact-row,
.thanks-row,
.inquiry-row {
    margin-bottom: 5px;
    display: block;
  }
}
.contact-cell,
.thanks-cell,
.inquiry-cell {
  padding: 7px 0;
  display: table-cell;
}
@media (max-width: 767.98px) {
  .contact-cell,
.thanks-cell,
.inquiry-cell {
    padding: 6px 0;
    display: block;
  }
}
.contact-cell:first-of-type,
.thanks-cell:first-of-type,
.inquiry-cell:first-of-type {
  width: 290px;
  vertical-align: top;
}
.contact-cell.tel-cell .form-control,
.thanks-cell.tel-cell .form-control,
.inquiry-cell.tel-cell .form-control {
  width: 30%;
}
.contact-cell.tel-cell .mark,
.thanks-cell.tel-cell .mark,
.inquiry-cell.tel-cell .mark {
  width: 5%;
  text-align: center;
  display: inline-block;
}
.contact-cell label,
.thanks-cell label,
.inquiry-cell label {
  padding: 11px 0;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .contact-cell label,
.thanks-cell label,
.inquiry-cell label {
    padding: 0;
  }
}
.contact-cell .require,
.thanks-cell .require,
.inquiry-cell .require {
  margin-left: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ff2020;
}
.contact-cell .form-control,
.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;
}
.contact-cell .form-control::-webkit-input-placeholder,
.thanks-cell .form-control::-webkit-input-placeholder,
.inquiry-cell .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 500;
  color: #dee2e6;
}
.contact-cell .form-control:-ms-input-placeholder,
.thanks-cell .form-control:-ms-input-placeholder,
.inquiry-cell .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 500;
  color: #dee2e6;
}
.contact-cell .form-control::placeholder,
.thanks-cell .form-control::placeholder,
.inquiry-cell .form-control::placeholder {
  /* Others */
  font-weight: 500;
  color: #dee2e6;
}
.contact-cell .form-control.wpcf7-not-valid,
.thanks-cell .form-control.wpcf7-not-valid,
.inquiry-cell .form-control.wpcf7-not-valid {
  background-color: #FFE5E5;
  border-color: #ff2020;
}
.contact-cell .form-control.wpcf7-not-valid::-webkit-input-placeholder,
.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;
}
.contact-cell .form-control.wpcf7-not-valid:-ms-input-placeholder,
.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;
}
.contact-cell .form-control.wpcf7-not-valid::placeholder,
.thanks-cell .form-control.wpcf7-not-valid::placeholder,
.inquiry-cell .form-control.wpcf7-not-valid::placeholder {
  /* Others */
  color: #ff2020;
}
.contact-cell .form-control:focus,
.thanks-cell .form-control:focus,
.inquiry-cell .form-control:focus {
  border: 1px solid #00B33F;
  outline: none;
}
.contact-cell .form-control.readonly:focus, .contact-cell .form-control[readonly=readonly]:focus,
.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;
}
.contact-cell textarea,
.thanks-cell textarea,
.inquiry-cell textarea {
  min-height: 220px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .contact-cell textarea,
.thanks-cell textarea,
.inquiry-cell textarea {
    height: 220px;
  }
}
.contact .term-title,
.thanks .term-title,
.inquiry .term-title {
  margin-bottom: 34px !important;
}
.contact .term-box,
.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) {
  .contact .term-box,
.thanks .term-box,
.inquiry .term-box {
    padding: 37px 10px;
    margin-bottom: 20px;
  }
}
.contact .term-box h2,
.thanks .term-box h2,
.inquiry .term-box h2 {
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contact .term-box h2,
.thanks .term-box h2,
.inquiry .term-box h2 {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.contact .term-box p,
.thanks .term-box p,
.inquiry .term-box p {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .contact .term-box p,
.thanks .term-box p,
.inquiry .term-box p {
    font-size: 1.4rem;
  }
}
.contact-button,
.thanks-button,
.inquiry-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .contact-button,
.thanks-button,
.inquiry-button {
    right: 15px;
    bottom: 20px;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contact-button.show,
.thanks-button.show,
.inquiry-button.show {
    animation-name: opacityIn;
    animation-duration: 0.5s;
    opacity: 1;
    display: block;
  }
}
.contact-button a,
.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;
}
.contact-button a:hover,
.thanks-button a:hover,
.inquiry-button a:hover {
  background-image: url(../images/icon/mail-black.svg);
  background-color: #fff;
}
.contact-contact,
.thanks-contact,
.inquiry-contact {
  padding: 43px 48px;
  margin-top: 96px;
  background-color: #f8f8f8;
  border: 1px solid #BBB;
}
@media (max-width: 767.98px) {
  .contact-contact,
.thanks-contact,
.inquiry-contact {
    padding: 29px 20px;
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.contact-contact-title,
.thanks-contact-title,
.inquiry-contact-title {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 767.98px) {
  .contact-contact-title,
.thanks-contact-title,
.inquiry-contact-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
.contact-contact p,
.thanks-contact p,
.inquiry-contact p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-contact p,
.thanks-contact p,
.inquiry-contact p {
    font-size: 1.6rem;
  }
}
.contact .wp-block-button,
.thanks .wp-block-button,
.inquiry .wp-block-button {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .contact .wp-block-button,
.thanks .wp-block-button,
.inquiry .wp-block-button {
    margin-top: 28px;
  }
}
.contact .wp-block-button .wp-block-button__link,
.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) {
  .contact .wp-block-button .wp-block-button__link,
.thanks .wp-block-button .wp-block-button__link,
.inquiry .wp-block-button .wp-block-button__link {
    background-position: top 15px right 30px;
  }
}
.contact .wp-block-button .wp-block-button__link:hover,
.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) {
  .contact .wp-block-button .wp-block-button__link:hover,
.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) {
  .contact .section-site,
.thanks .section-site,
.inquiry .section-site {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contact .has-text-align-center,
.thanks .has-text-align-center,
.inquiry .has-text-align-center {
    margin-top: 0;
    margin-bottom: 14px;
    text-align: left;
  }
  .contact .has-text-align-center br,
.thanks .has-text-align-center br,
.inquiry .has-text-align-center br {
    display: none;
  }
  .contact .has-text-align-center strong,
.thanks .has-text-align-center strong,
.inquiry .has-text-align-center strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .contact .wp-block-button__link,
.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) {
  .contact .wp-block-button,
.thanks .wp-block-button,
.inquiry .wp-block-button {
    margin-bottom: 30px;
  }
}

.thanks .entry-content p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.thanks .entry-content strong {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.thanks .entry-content .wp-block-button__link {
  padding: 14px 20px;
}

@media (max-width: 767.98px) {
  .inquiry-button {
    display: block;
  }
}
.page-header {
  height: 300px;
  padding: 120px 0 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .top-page .page-header {
    height: 375px;
    padding: 152px 0 24px;
  }
}
.sub-page .page-header {
  height: 230px;
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .sub-page .page-header {
    height: 250px;
    padding-top: 82px;
  }
}
.page-header .breadcrumbs br {
  display: none;
}
@media (max-width: 991.98px) {
  .page-header .breadcrumbs {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
}
.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) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .top-page .page-title {
    margin: 0 0 139px;
  }
}
.sub-page .page-title {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .sub-page .page-title {
    margin-bottom: 106px;
  }
}
.page-parent-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 991.98px) {
  .sub-page .page-parent-title {
    margin-bottom: 5px;
  }
}
.page-description {
  padding: 52px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-description {
    padding: 42px 0;
  }
}
.page-description p {
  margin: -8px 0 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .page-description p {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .page-description p br {
    display: none;
  }
}
.page-section {
  padding: 96px 0;
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  .page-section {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .page-section p {
    font-size: 1.6rem;
    text-align: justify;
  }
  .page-section p br {
    display: none;
  }
}
.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;
}
.page .section-information {
  padding: 82px 0 30px;
}
@media (max-width: 991.98px) {
  .page .section-information {
    padding-top: 50px;
  }
}
.page .section-information .section-title {
  margin-bottom: 32px;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .page .section-information .section-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.termsofuse .site-main,
.privacy .site-main {
  background-color: #f1f1f1;
}
.termsofuse .breadcrumbs,
.privacy .breadcrumbs {
  padding: 20px 0;
  color: #000;
}
@media (max-width: 991.98px) {
  .termsofuse .breadcrumbs,
.privacy .breadcrumbs {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
.termsofuse .breadcrumbs a,
.privacy .breadcrumbs a {
  color: #000;
}
.termsofuse .breadcrumb-ul,
.privacy .breadcrumb-ul {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .termsofuse .breadcrumb-ul,
.privacy .breadcrumb-ul {
    margin-bottom: 28px;
  }
}
.termsofuse .entry-header,
.privacy .entry-header {
  padding: 4px 0 50px;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-header,
.privacy .entry-header {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}
.termsofuse .entry-description,
.privacy .entry-description {
  text-align: center;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-description,
.privacy .entry-description {
    font-size: 1.6rem;
    text-align: left;
  }
}
.termsofuse .entry-title,
.privacy .entry-title {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-title,
.privacy .entry-title {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
.termsofuse .entry-content,
.privacy .entry-content {
  margin-top: 0;
  padding: 0 24px;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content,
.privacy .entry-content {
    padding: 0;
    font-size: 1.6rem;
  }
}
.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) {
  .termsofuse .entry-content h2,
.privacy .entry-content h2 {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.termsofuse .entry-content p,
.privacy .entry-content p {
  margin: 0 0 20px;
}
.termsofuse .entry-content ol, .termsofuse .entry-content ul,
.privacy .entry-content ol,
.privacy .entry-content ul {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
.termsofuse .entry-content ul > li,
.privacy .entry-content ul > li {
  margin-left: 1.5em;
}
.termsofuse .entry-content > ol > li,
.privacy .entry-content > ol > li {
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.termsofuse .entry-content > ol > li:before,
.privacy .entry-content > ol > li:before {
  content: counter(cnt) " ";
  position: absolute;
  left: 0;
}
.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;
}
.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) {
  .termsofuse .entry-content ol li ol > li,
.privacy .entry-content ol li ol > li {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content ol li ol > li:before,
.privacy .entry-content ol li ol > li:before {
    position: static;
  }
}
.termsofuse .entry-content ol li ul,
.privacy .entry-content ol li ul {
  list-style-position: inside;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content ol li ul > li,
.privacy .entry-content ol li ul > li {
    margin-left: 0.5em;
  }
}
.termsofuse .entry-content .enactment-date,
.privacy .entry-content .enactment-date {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content .enactment-date,
.privacy .entry-content .enactment-date {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content .signature,
.privacy .entry-content .signature {
    font-size: 1.3rem;
  }
}
.termsofuse .entry-content .desk,
.privacy .entry-content .desk {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content .desk,
.privacy .entry-content .desk {
    padding-bottom: 48px;
    font-size: 1.3rem;
  }
}
.termsofuse .entry-content .wp-block-separator,
.privacy .entry-content .wp-block-separator {
  margin-top: 76px;
  margin-bottom: 96px;
  border: none;
  background-color: #bbbbbb;
}

.privacy .entry-content h2 br {
  display: none;
}
@media (max-width: 991.98px) {
  .privacy .entry-content h2 br {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .termsofuse .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .termsofuse .entry-content {
    padding-bottom: 48px;
    font-size: 1.3rem;
  }
}

.philosophy .page-section {
  padding-top: 90px;
  padding-bottom: 0;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .philosophy .page-section {
    padding-top: 83px;
  }
}
.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) {
  .philosophy .page-catch {
    font-size: 36px;
  }
}
.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) {
  .philosophy .page-catch span {
    margin-top: 10px;
  }
}
.philosophy-section {
  padding: 54px 0 54px;
}
@media (max-width: 991.98px) {
  .philosophy-section {
    padding: 26px 0;
  }
}
.philosophy-section:first-of-type {
  padding-top: 0;
}
.philosophy-section:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .philosophy-section:last-of-type {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .philosophy-section:last-of-type .page-catch {
    margin-bottom: 26px;
  }
}
.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) {
  .philosophy-section h3 {
    margin-bottom: 44px;
    font-size: 26px;
  }
}
.philosophy-section h3 br {
  display: none;
}
@media (max-width: 991.98px) {
  .philosophy-section h3 br {
    display: block;
  }
}
.philosophy-section > p {
  width: 680px;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .philosophy-section > p {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.philosophy-section .mission-text {
  margin: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .philosophy-section .mission-text {
    text-align: justify;
  }
}
.philosophy-section .promise-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .philosophy-section .promise-text {
    margin-bottom: 44px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.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) {
  .philosophy-box {
    width: 100%;
    padding: 42px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}
.philosophy-box.mission-box {
  padding: 56px;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .philosophy-box.mission-box {
    padding: 32px;
  }
}
.philosophy-box.promise-box {
  padding: 67px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .philosophy-box.promise-box {
    padding: 44px 32px 36px;
    margin-bottom: 0;
  }
}
.philosophy-logo {
  width: 440px;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .philosophy-logo {
    width: 255px;
  }
}
.philosophy-ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.philosophy-ol li {
  padding-left: 34px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 991.98px) {
  .philosophy-ol li {
    padding-left: 34px;
    margin-bottom: 26px;
    letter-spacing: normal;
  }
}
.philosophy-ol li:last-child {
  margin-bottom: 0;
}
.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) {
  .philosophy-ol li span {
    left: 1px;
  }
}

.mission-section > p {
  text-align: justify;
}

@media (max-width: 767.98px) {
  .realestate .page-header {
    height: 375px;
    padding-top: 151px;
  }
  .realestate .page-header .page-title {
    margin: 0 0 140px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .realestate .page-description {
    padding-bottom: 38px;
  }
}
.realestate .page-section {
  padding: 90px 0 50px;
}
@media (max-width: 991.98px) {
  .realestate .page-section {
    padding: 52px 0 14px;
  }
}
.realestate-group {
  padding: 0 0 46px;
}
.realestate-group:first-of-type {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .realestate-group:first-of-type {
    padding-bottom: 8px;
  }
}
.realestate-group:first-of-type .realestate-description {
  display: none;
}
@media (max-width: 991.98px) {
  .realestate-group:first-of-type .realestate-description {
    margin-bottom: 42px;
    letter-spacing: 0;
    display: block;
  }
}
.realestate-group:nth-of-type(2) {
  padding-bottom: 57px;
}
@media (max-width: 991.98px) {
  .realestate-group:nth-of-type(2) {
    padding-bottom: 4px;
  }
}
.realestate-group:nth-of-type(2) .realestate-description {
  margin-bottom: 44px;
  letter-spacing: 0;
}
.realestate-group:nth-of-type(2) .realestate-thumbnail {
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .realestate-group:nth-of-type(2) .realestate-content .recruitment-title {
    height: auto;
    margin-bottom: 24px;
  }
}
.realestate-group:last-of-type {
  padding-top: 0;
}
.realestate-group:last-of-type .realestate-title {
  margin-bottom: 21px;
}
@media (max-width: 991.98px) {
  .realestate-group:last-of-type .realestate-title {
    margin-bottom: 16px;
  }
}
.realestate-group:last-of-type .realestate-description {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .realestate-group:last-of-type .realestate-description {
    margin-bottom: 20px;
  }
}
.realestate-group:last-of-type .btn-more {
  min-width: 230px;
}
.realestate-group hr {
  margin: 0 0 86px;
  background-color: #BBBBBB;
}
@media (max-width: 991.98px) {
  .realestate-group hr {
    margin: 0 0 41px;
  }
}
.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) {
  .realestate-title {
    margin-bottom: 60px;
    font-size: 32px;
    letter-spacing: 0;
  }
}
.realestate-description {
  margin-top: -43px;
  margin-bottom: 67px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.realestate-row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.realestate-col {
  padding: 0 31px;
  flex: 0 0 33.33333%;
}
@media (max-width: 991.98px) {
  .realestate-col {
    flex: 0 0 100%;
  }
}
.realestate-box {
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .realestate-box {
    margin-bottom: 46px;
  }
}
.realestate-thumbnail {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .realestate-thumbnail {
    margin-bottom: 18px;
  }
}
.realestate-image {
  width: 100%;
  height: auto;
  display: block;
}
.realestate-content {
  margin-bottom: 26px;
}
.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) {
  .realestate-content h3 {
    margin-bottom: 16px;
  }
}
.realestate-content h3.recruitment-title {
  height: 80px;
  line-height: 1.5;
  margin-bottom: 33px;
}
.realestate-content p {
  margin: 0;
  font-size: 1.5rem;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .realestate-content p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.realestate-center {
  text-align: center;
}
.realestate-footer {
  text-align: center;
}
@media (max-width: 991.98px) {
  .realestate .section-information {
    padding-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  .service .page-header {
    padding-top: 86px;
  }
}
@media (max-width: 991.98px) {
  .service .page-title {
    margin-bottom: 96px;
  }
}
.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) {
  .service .page-subtitle {
    margin-bottom: 39px;
    font-size: 32px;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
}
.service .page-section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .service .page-section {
    padding-bottom: 46px;
  }
}
.service .property-group {
  padding-top: 86px;
  padding-bottom: 24px;
  border-bottom: 1px solid #BBBBBB;
}
@media (max-width: 991.98px) {
  .service .property-group {
    padding-top: 52px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .service .property-group:first-of-type {
    padding-top: 74px;
  }
}
@media (max-width: 991.98px) {
  .service .property-group:first-of-type .page-subtitle {
    letter-spacing: 0.1em;
  }
}
.service .property-group:last-of-type {
  padding-bottom: 32px;
  border-bottom: none;
}
.service .property-group:last-of-type .property-box:last-of-type {
  margin-bottom: 0;
}
.service .property-box {
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .service .property-box {
    margin-bottom: 60px;
  }
}
.service .property-box h3 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.service .property-box.more {
  /*
  .property-row {
      &:nth-of-type( n + 7 ) {
          display: table-row;
      }
  }
  */
}
.service .property-box.more .property-footer {
  display: none;
}
.service .property-table {
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.6rem;
  display: table;
}
@media (max-width: 991.98px) {
  .service .property-table {
    width: 1024px;
    margin-bottom: 0;
    line-height: 1.625;
  }
}
.service .property-row {
  display: table-row;
  /*
  &:nth-of-type( n + 7 ) {
      display: none;
  }
  */
}
.service .property-row.hide {
  display: none;
}
.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;
}
.service .property-cell:last-of-type {
  border-right: none;
}
.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;
}
.service .property-footer {
  text-align: right;
}
.service .property-footer > span {
  font-size: 1.3rem;
  float: left;
}
@media (max-width: 991.98px) {
  .service .property-footer > span {
    margin-bottom: 4px;
    font-size: 1.4rem;
    text-align: left;
    float: none;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .service .property-footer {
    text-align: center;
  }
}
.service .property-footer .btn-plus {
  margin-top: 20px;
}
.service #development .property-cell:first-of-type {
  width: 21.97%;
}
.service #development .property-cell:nth-of-type(2) {
  width: 24.31%;
}
.service #development .property-cell:nth-of-type(3) {
  width: 16.21%;
}
.service #development .property-cell:nth-of-type(4) {
  width: 10.64%;
}
.service #development .property-cell:nth-of-type(5) {
  width: 16.21%;
}
.service #regeneration .property-cell:first-of-type {
  width: 14.1%;
}
.service #regeneration .property-cell:nth-of-type(2) {
  width: 25.68%;
}
.service #regeneration .property-cell:nth-of-type(3) {
  width: 11.91%;
}
.service #regeneration .property-cell:nth-of-type(4) {
  width: 12.2%;
}
.service #regeneration .property-cell:nth-of-type(5) {
  width: 14.1%;
}
.service #regeneration .property-cell:nth-of-type(6) {
  width: 12.2%;
}
.service-menu {
  width: 100%;
  margin-top: 73px;
  margin-bottom: 96px;
  display: flex;
}
.service-col {
  flex: 0 0 25%;
}
.service-box {
  width: 100%;
  display: table;
}
.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;
}
.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;
}
.service-box a:hover .menu-image {
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.05);
}
.service-box p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 500;
}
.service-title {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.222;
}
.service-slider ul {
  padding: 0;
  margin: 0;
}
.service-slider li {
  padding: 0 21px;
}
.service-slider .slick-list {
  margin-bottom: 0;
}
.service-slider .slick-dots {
  bottom: -40px;
}
.service-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.service-slider .slick-dots li.slick-active {
  background-color: #333333;
  animation: 0.5s linear forwards rotation;
}
.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;
}
.service-slider .slick-dots li button:before {
  content: none;
}
.service-slider .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}
.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;
}
.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);
  }
  */
}
.service-slider .slick-prev:hover {
  margin-left: -349px;
}
.service-slider .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}
.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);
  }
  */
}
.service-slider .slick-next:hover {
  margin-right: -349px;
}
.service-slider .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}
.service .section-information {
  padding: 90px 0 30px;
}

@media (max-width: 991.98px) {
  .table-scroll {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 10px;
    overflow: auto;
    display: grid;
  }
  .table-scroll::-webkit-scrollbar {
    height: 3px;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }
  .table-scroll::-webkit-scrollbar-track-piece {
    background: #ccc;
  }
  .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) {
  .propertyinformation .sub-page .page-header {
    padding-top: 85px;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .sub-page .page-title {
    margin-bottom: 98px;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .sub-page .page-description {
    padding-top: 96px;
    padding-bottom: 37px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .sub-page .page-catch {
    margin-bottom: 29px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .sub-page .page-section {
    padding-top: 66px;
    padding-bottom: 138px;
  }
}
.propertyinformation-section {
  padding-bottom: 83px;
}
.propertyinformation-section:last-of-type {
  padding-bottom: 0;
}
.propertyinformation .propertyinformation-section:first-of-type {
  padding-bottom: 59px;
}
.propertyinformation .propertyinformation-section .information-ul {
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .propertyinformation .propertyinformation-section .information-ul {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .propertyinformation .propertyinformation-section .information-li {
    padding: 8px 0 14px;
  }
}
.propertyinformation .propertyinformation-section .information-p {
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .propertyinformation .propertyinformation-section .information-p {
    padding: 8px 0 2px;
    font-size: 1.6rem;
  }
}
.propertyinformation .propertyinformation-section .information-cell:first-of-type {
  width: 155px;
}
@media (max-width: 991.98px) {
  .propertyinformation .propertyinformation-section .information-cell:first-of-type {
    width: auto;
    margin-bottom: 3px;
  }
}
.propertyinformation .propertyinformation-section .information-title em {
  font-weight: 500;
}
.propertyinformation .propertyinformation-section .information-footer {
  text-align: center;
}
@media (max-width: 991.98px) {
  .propertyinformation .propertyinformation-section .information-footer {
    margin-top: 30px;
    text-align: center;
  }
}

.requestforinformation .page-header {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .requestforinformation .page-header {
    padding-top: 82px;
  }
}
@media (max-width: 991.98px) {
  .requestforinformation .sub-page .page-title {
    margin-bottom: 100px;
  }
}
.requestforinformation .page-section {
  padding-bottom: 32px;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .requestforinformation .page-section {
    padding-bottom: 79px;
  }
}
.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) {
  .requestforinformation .page-subtitle {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
.requestforinformation .page-subtitle br {
  display: none;
}
@media (max-width: 991.98px) {
  .requestforinformation .page-subtitle br {
    display: block;
  }
}
.requestforinformation .page-description {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .requestforinformation .page-description {
    padding-top: 96px;
  }
}
.requestforinformation .request-group {
  padding: 81px 0;
  border-bottom: 1px solid #bbb;
}
@media (max-width: 991.98px) {
  .requestforinformation .request-group {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}
.requestforinformation .request-group:first-of-type {
  padding-top: 0;
}
.requestforinformation .request-group:last-of-type {
  padding-bottom: 0;
  border: none;
}
.requestforinformation .tablepress caption {
  display: none;
}
.requestforinformation .tablepress .row-1 .column-1, .requestforinformation .tablepress .row-1 .column-2 {
  border-top: 1px solid #bbb;
}
.requestforinformation .tablepress .column-1, .requestforinformation .tablepress .column-2 {
  padding: 5px 20px;
  line-height: 1.6;
  border-bottom: 1px solid #bbb;
}
.requestforinformation .tablepress .column-1 {
  width: 240px;
  font-weight: 500;
  background-color: #dfdfdf;
}
@media (max-width: 991.98px) {
  .requestforinformation .tablepress .column-1 {
    width: 80px;
    padding: 10px 8px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.requestforinformation .tablepress .column-1 br {
  display: none;
}
@media (max-width: 991.98px) {
  .requestforinformation .tablepress .column-1 br {
    display: block;
  }
}
.requestforinformation .tablepress .column-2 {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .requestforinformation .tablepress .column-2 {
    padding: 10px 8px;
  }
}
.requestforinformation .tablepress ol, .requestforinformation .tablepress ul {
  padding: 0;
  margin: 0 0 0 1.5em;
}
.requestforinformation .tablepress ol > br, .requestforinformation .tablepress ul > br {
  display: none;
}
.requestforinformation .tablepress ol li, .requestforinformation .tablepress ul li {
  padding: 3px 0;
}
.requestforinformation .tablepress p {
  margin: 0;
}
.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) {
  .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);
  }
}
.requestforinformation-contact-title {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-title {
    margin: 0 0 18px;
    font-size: 32px;
  }
}
.requestforinformation-contact p {
  margin: 0 0 8px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.requestforinformation-contact p br {
  display: none;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact p br {
    display: block;
  }
}
.requestforinformation-contact-row {
  margin-top: 36px;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-row {
    margin-top: 28px;
  }
}
.requestforinformation-contact-col {
  padding: 0 10px;
  flex: 0 0 33.33333%;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-col {
    flex: 0 0 100%;
  }
}
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box {
  padding: 17px 0;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-col:last-of-type .requestforinformation-contact-box {
    padding: 19px 0 16px;
  }
}
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box h3 {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-col:last-of-type .requestforinformation-contact-box h3 {
    margin-bottom: 4px;
  }
}
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-box .btn-more {
  padding: 10px 0;
}
.requestforinformation-contact-col:last-of-type .requestforinformation-contact-content {
  border: none;
}
.requestforinformation-contact-box {
  height: 161px;
  padding: 17px 24px;
  text-align: center;
  background-color: rgba(248, 248, 248, 0.9);
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-box {
    height: auto;
    padding: 20px 24px 22px;
    margin-bottom: 15px;
  }
}
.requestforinformation-contact-box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .requestforinformation-contact-box h3 {
    margin: 0 0 6px;
    font-size: 1.8rem;
  }
}
.requestforinformation-contact-content {
  padding: 16px 10px 8px;
  border: 1px solid #bbb;
}
.requestforinformation-contact-content .phone-number {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #00B33F;
}
.requestforinformation #revenue {
  padding-bottom: 0;
  border-bottom: 0;
}
.requestforinformation .icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.requestforinformation .icon-phone {
  margin-top: -4px;
  background-image: url(../images/page/realestate/requestforinformation/icon-phone.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.requestforinformation .icon-fax {
  margin-top: -4px;
  background-image: url(../images/page/realestate/requestforinformation/icon-fax.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.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) {
  .residence .page-header {
    height: 375px;
    padding-top: 151px;
  }
  .residence .page-header .page-title {
    margin: 0 0 140px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .residence .page-description {
    padding: 42px 0 36px;
  }
  .residence .page-description p {
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
.residence .page-section {
  background-color: #F8F8F8;
}
.residence .page-section .page-catch {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .residence .page-section .page-catch {
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }
}
.residence .page-section .text-m {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .residence .page-section .text-m {
    font-size: 1.6rem;
    letter-spacing: 0.045em;
    text-align: justify;
  }
}
.residence-menu {
  width: 100%;
  margin-top: 66px;
  margin-bottom: 96px;
  display: flex;
}
@media (max-width: 991.98px) {
  .residence-menu {
    padding: 0 30px;
    margin-top: 56px;
    margin-bottom: 60px;
    display: block;
  }
}
.residence-col {
  flex: 0 0 25%;
  display: table;
}
@media (max-width: 991.98px) {
  .residence-col {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .residence-col p {
    text-align: center;
  }
}
.residence-col:first-of-type .residence-box .residence-title {
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .residence-col:first-of-type .residence-box .residence-title {
    margin-bottom: 12px;
  }
}
.residence-col:first-of-type .residence-box p {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .residence-col:first-of-type .residence-box p {
    margin-bottom: 14px;
  }
}
.residence-box {
  width: 100%;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  overflow: hidden;
  display: table;
}
.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) {
  .residence-box a {
    height: 210px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}
.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;
}
.residence-box a:hover .menu-image {
  transform: scale(1.05);
}
.residence-box.menu-idea a .menu-image {
  background-image: url(../images/page/residence/residence-idea.png);
}
@media (max-width: 991.98px) {
  .residence-box.menu-idea a .menu-image {
    background-image: url(../images/page/residence/residence-idea-sp.png);
  }
}
.residence-box.menu-home a .menu-image {
  background-image: url(../images/page/residence/residence-home.png);
}
@media (max-width: 991.98px) {
  .residence-box.menu-home a .menu-image {
    background-image: url(../images/page/residence/residence-home-sp.png);
  }
}
.residence-box.menu-day a .menu-image {
  background-image: url(../images/page/residence/residence-day.png);
}
@media (max-width: 991.98px) {
  .residence-box.menu-day a .menu-image {
    background-image: url(../images/page/residence/residence-day-sp.png);
  }
}
.residence-box.menu-short a .menu-image {
  background-image: url(../images/page/residence/residence-short.png);
}
@media (max-width: 991.98px) {
  .residence-box.menu-short a .menu-image {
    background-image: url(../images/page/residence/residence-short-sp.png);
  }
}
.residence-box p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .residence-box p {
    margin-top: 0;
    margin-bottom: 14px;
  }
}
@media (max-width: 991.98px) {
  .residence-box .btn-info {
    padding: 11px 0;
  }
}
.residence-title {
  margin-bottom: -6px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.222;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .residence-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .residence-slider {
    padding: 0 30px;
    margin-bottom: 38px;
  }
}
.residence-slider ul {
  padding: 0;
  margin: 0;
}
.residence-slider li {
  padding: 0 21px;
}
@media (max-width: 991.98px) {
  .residence-slider li {
    padding: 0 5px;
  }
}
@media (max-width: 991.98px) {
  .residence-slider .slick-slider {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.residence-slider .slick-slide {
  height: auto;
}
.residence-slider .slick-list {
  margin-bottom: 0;
}
.residence-slider .slick-dots {
  bottom: -35px;
}
.residence-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
}
@media (max-width: 991.98px) {
  .residence-slider .slick-dots li {
    margin: 0 5px;
  }
}
.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;
}
.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) {
  .residence-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}
.residence-slider .slick-dots li button:before {
  content: none;
}
.residence-slider .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}
.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;
}
.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) {
  .residence-slider .slick-prev {
    width: auto;
    height: auto;
    margin-left: 0;
    top: auto;
    left: 0;
    bottom: -48px;
  }
}
.residence-slider .slick-prev:hover {
  margin-left: -349px;
}
@media (max-width: 991.98px) {
  .residence-slider .slick-prev:hover {
    margin-left: 0;
  }
}
.residence-slider .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}
.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) {
  .residence-slider .slick-next {
    width: auto;
    height: auto;
    margin-right: 0;
    top: auto;
    right: 0;
    bottom: -48px;
  }
}
.residence-slider .slick-next:hover {
  margin-right: -349px;
}
@media (max-width: 991.98px) {
  .residence-slider .slick-next:hover {
    margin-right: 0;
  }
}
.residence-slider .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}
@media (max-width: 991.98px) {
  .residence .section-information {
    padding-bottom: 90px;
  }
}
@media (max-width: 991.98px) {
  .residence .section-site {
    display: none;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@media (max-width: 991.98px) {
  .short .residence-sub .page-header, .day .residence-sub .page-header {
    padding-top: 67px;
  }
}
.seniorhome .residence-sub .page-title {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .seniorhome .residence-sub .page-title {
    margin-bottom: 57px;
  }
}
@media (max-width: 991.98px) {
  .short .residence-sub .page-title, .day .residence-sub .page-title {
    margin-bottom: 72px;
  }
}
.residence-sub .page-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .residence-sub .page-title br {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .residence-sub .page-title small {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .residence-sub .page-description {
    padding: 42px 0 38px;
  }
}
.residence-sub .page-description h2 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .residence-sub .page-description h2 {
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 26px;
    line-height: 1.8;
  }
  .short .residence-sub .page-description h2, .day .residence-sub .page-description h2 {
    margin-top: 46px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
@media (max-width: 991.98px) {
  .residence-sub .page-description h2 br {
    display: block;
  }
}
.residence-sub .page-description h2 small {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .residence-sub .page-description h2 small {
    font-size: 24px;
    font-feature-settings: "palt";
    display: block;
  }
}
.residence-sub .page-description p {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .residence-sub .page-description p {
    margin-bottom: 0;
  }
}
.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) {
  .residence-sub .page-catch {
    margin-bottom: 48px;
    font-size: 32px;
    font-feature-settings: "palt";
  }
}
.residence-sub-section {
  padding: 96px 0;
  background-color: #F8F8F8;
}
@media (max-width: 991.98px) {
  .residence-sub-section {
    padding: 58px 0;
  }
}
.residence-sub-row {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}
@media (max-width: 991.98px) {
  .residence-sub-row {
    flex-direction: column;
  }
}
.residence-sub-col {
  padding: 0 24px;
}
.residence-sub-col:first-of-type {
  flex: 0 0 528px;
}
@media (max-width: 991.98px) {
  .residence-sub-col:first-of-type {
    flex: 0 0 100%;
  }
}
.residence-sub-col:last-of-type {
  flex: 0 0 calc(100% - 528px);
}
@media (max-width: 991.98px) {
  .residence-sub-col:last-of-type {
    flex: 0 0 100%;
  }
}
@media (max-width: 991.98px) {
  .residence-sub-col img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.residence-sub-col p {
  margin-top: 0;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .residence-sub-col p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.seniorhome .page-catch br {
  display: none;
}
@media (max-width: 991.98px) {
  .seniorhome .page-catch br {
    display: block;
  }
}

.single .entry-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .single .entry-header {
    padding-top: 0;
  }
}
.single .entry-title {
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .single .entry-title {
    margin-top: 0;
    font-size: 2.8rem;
  }
}
.single .entry-date {
  margin-right: 10px;
}
.single .entry-label a {
  min-width: 100px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #BBB;
  display: inline-block;
}
.single .entry-content {
  margin-bottom: 40px;
}
.single .entry-content p a {
  font-weight: bold;
  text-decoration: none;
  color: #00B33F;
  transition: 0.5s;
}
.single .entry-content p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.single .entry-pagination {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}
.single .entry-pagination-previous, .single .entry-pagination-next {
  flex: 0 0 50%;
  padding: 0 20px;
}
.single .entry-pagination-previous a, .single .entry-pagination-next a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  display: block;
}
.single .entry-pagination-previous a:hover, .single .entry-pagination-next a:hover {
  opacity: 0.8;
}
.single .entry-pagination-previous em, .single .entry-pagination-next em {
  font-style: normal;
}
.single .entry-pagination-previous span, .single .entry-pagination-next span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}
.single .entry-pagination-next {
  text-align: right;
  border-left: 1px solid #BBB;
}
.single .wp-element-caption {
  font-size: 1.4rem;
}
.single-information .entry-content .wp-block-image {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .sustainability .page-header {
    height: 375px;
    padding-top: 153px;
  }
}
@media (max-width: 991.98px) {
  .sustainability .page-title {
    margin-bottom: 140px;
  }
}
.sustainability .page-description {
  text-align: justify;
}
@media (max-width: 991.98px) {
  .sustainability .page-description {
    padding: 42px 0 38px;
  }
}
.sustainability-content {
  overflow: hidden;
}
.sustainability-content-row {
  margin-left: -38px;
  margin-right: -38px;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991.98px) {
  .sustainability-content-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.sustainability-content-col {
  flex: 33.33333%;
  padding: 0 38px;
}
@media (max-width: 991.98px) {
  .sustainability-content-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.sustainability-h2 {
  margin-top: 15px;
  margin-bottom: 55px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sustainability-h2 {
    line-height: 1.4;
  }
}
.sustainability-h3 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 4px;
}
@media (max-width: 991.98px) {
  .sustainability-h3 br {
    display: none;
  }
}
.sustainability-block {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .sustainability-block {
    margin-bottom: 80px;
  }
}
.sustainability-image {
  width: 100%;
  height: auto;
  display: block;
}
.sustainability-ul {
  height: 280px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .sustainability-ul {
    height: auto;
  }
}
.sustainability-li {
  padding-left: 20px;
  margin: 0 0 23px;
  position: relative;
}
.sustainability-li:before {
  content: "●";
  position: absolute;
  left: 0;
}
.sustainability-sdgs-headline {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}
.sustainability-sdgs-ul {
  padding: 0;
  margin: 0 -8px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
.sustainability-sdgs-li {
  flex: 0 0 33.33333%;
  padding: 0 8px;
}
@media (max-width: 991.98px) {
  .sustainability-sdgs-li {
    flex: 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .sustainability-sdgs-li .sdgs-icon {
    width: 85px;
  }
}
.sustainability-menu {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991.98px) {
  .sustainability-menu {
    padding: 60px 0 44px;
    background-color: #f8f8f8;
  }
}
.sustainability-menu .btn-info {
  padding: 11px 0 15px;
}
@media (max-width: 991.98px) {
  .sustainability-menu .btn-info {
    padding: 10px 0;
  }
}
.sustainability-col {
  flex: 0 0 50%;
  display: table;
}
@media (max-width: 991.98px) {
  .sustainability-col {
    padding: 0 30px;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}
.sustainability-box {
  width: 100%;
  display: table;
}
.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) {
  .sustainability-box a {
    height: 210px;
    background-size: cover;
  }
}
.sustainability-box a:hover {
  background-size: 103%;
}
@media (max-width: 991.98px) {
  .sustainability-box a:hover {
    background-size: cover;
  }
}
.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) {
  .sustainability-title {
    margin: 0 0 21px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}
.sustainability .section-information {
  padding-top: 62px;
}
@media (max-width: 991.98px) {
  .sustainability .section-information {
    padding-bottom: 90px;
  }
}

.sdgs .page-header {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .sdgs .page-header {
    padding-top: 66px;
  }
}
.sdgs .sub-page .page-title {
  margin-bottom: 35px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .sdgs .sub-page .page-title {
    margin-bottom: 72px;
  }
}
.sdgs .sub-page .page-parent-title {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .sdgs .sub-page .page-parent-title {
    margin-bottom: 8px;
  }
}
.sdgs .sub-page .breadcrumbs {
  letter-spacing: 0.17em;
  line-height: 2.6;
}
.sdgs .page-section {
  padding-top: 88px;
  padding-bottom: 92px;
}
@media (max-width: 991.98px) {
  .sdgs .page-section.sdgs-section {
    padding-top: 125px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .sdgs .page-section.block-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.sdgs-title {
  margin: 0 0 21px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .sdgs-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 1.46;
  }
}
.sdgs-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .sdgs-title br {
    display: block;
  }
}
.sdgs-description {
  margin: 0 0 68px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .sdgs-description {
    margin: 0 0 44px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.sdgs-image {
  width: 722px;
  height: auto;
  margin: 0 auto 31px;
  display: block;
}
.sdgs-image-pc {
  display: block;
}
@media (max-width: 991.98px) {
  .sdgs-image-pc {
    display: none;
  }
}
.sdgs-image-sp {
  display: none;
}
@media (max-width: 991.98px) {
  .sdgs-image-sp {
    display: block;
  }
}
.sdgs-text {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.sdgs .block-section {
  padding-bottom: 23px;
  background-color: #f1f1f1;
}
.sdgs-block {
  margin-bottom: 78px;
}
@media (max-width: 991.98px) {
  .sdgs-block {
    margin-bottom: 54px;
  }
}
.sdgs-block-3 .sdgs-block-title {
  letter-spacing: 0.04em;
}
.sdgs-block-6 .sdgs-block-title {
  letter-spacing: 0.09em;
}
.sdgs-block:last-of-type {
  margin: 0;
}
.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) {
  .sdgs-block-title {
    margin: 0 0 31px;
    font-size: 32px;
    line-height: 1.46;
  }
}
.sdgs-block-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .sdgs-block-title br {
    display: block;
  }
}
.sdgs-block-row {
  flex-wrap: wrap;
  display: flex;
}
.sdgs-block-col {
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 991.98px) {
  .sdgs-block-col {
    flex: 0 0 100%;
  }
}
.sdgs-block-col p {
  margin: -5px 0 20px;
  font-size: 1.7rem;
}
@media (max-width: 991.98px) {
  .sdgs-block-col p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.sdgs-block-image {
  width: 397px;
  height: auto;
}
@media (max-width: 991.98px) {
  .sdgs-block-image {
    margin-bottom: 15px;
  }
}
.sdgs-block-bottom {
  font-size: 1.3rem;
  line-height: 1.615;
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media (max-width: 991.98px) {
  .sdgs-block-bottom {
    line-height: 1.8;
    position: static;
    display: block;
  }
}
.sdgs-block-bottom a {
  color: #000;
}
.sdgs-ul {
  padding: 0;
  margin: 0 0 52px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991.98px) {
  .sdgs-ul-1 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  .sdgs-ul-1 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .sdgs-ul-2, .sdgs-ul-3 {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 35px;
  }
  .sdgs-ul-2 .sdgs-li, .sdgs-ul-3 .sdgs-li {
    flex: 0 0 33.33333%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .sdgs-ul-4 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  .sdgs-ul-4 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .sdgs-ul-5, .sdgs-ul-6 {
    padding: 0 50px;
    margin-bottom: 35px;
  }
  .sdgs-ul-5 .sdgs-li, .sdgs-ul-6 .sdgs-li {
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}
.sdgs-li {
  padding: 0 6px;
  flex: 0 0 84px;
}
@media (max-width: 991.98px) {
  .sdgs-icon {
    width: 95px;
    height: auto;
  }
}

.csr .sub-page .page-header {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .csr .sub-page .page-header {
    padding-top: 66px;
  }
}
.csr .sub-page .page-title {
  margin-bottom: 35px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .csr .sub-page .page-title {
    margin-bottom: 72px;
  }
}
.csr .sub-page .page-parent-title {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .csr .sub-page .page-parent-title {
    margin-bottom: 8px;
  }
}
.csr .sub-page .breadcrumbs {
  letter-spacing: 0.17em;
  line-height: 2.6;
}
.csr-section {
  padding: 87px 0 90px;
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .csr-section {
    padding-top: 124px;
    padding-bottom: 56px;
  }
}
.csr-section .csr-title {
  margin-bottom: 23px;
}
.csr-section .csr-description {
  letter-spacing: 0.1em;
}
.csr-title {
  margin: 0 0 36px;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .csr-title {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 1.46;
    letter-spacing: 0.1em;
  }
}
.csr-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .csr-title br {
    display: block;
  }
}
.csr-description {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}
.csr .activity-section {
  padding-top: 87px;
}
@media (max-width: 991.98px) {
  .csr .activity-section {
    padding-top: 58px;
    padding-bottom: 60px;
  }
}
.csr .activity-section .csr-title {
  margin: 0 0 48px;
}
.csr .activity-wrap {
  height: 1171px;
  position: relative;
}
@media (max-width: 991.98px) {
  .csr .activity-wrap {
    height: 330px;
  }
}
.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) {
  .csr .activity-box {
    width: 102px;
    height: 102px;
    padding: 11px 0;
  }
}
.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) {
  .csr .activity-box:after {
    width: 17px;
    background-size: auto;
  }
}
.csr .activity-icon {
  width: auto;
  height: 70px;
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .csr .activity-icon {
    height: 44px;
    margin: 0 0 0;
  }
}
.csr .activity-title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15;
}
@media (max-width: 991.98px) {
  .csr .activity-title {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.csr .activity-title span {
  position: relative;
}
.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) {
  .csr .activity-title span:after {
    height: 3px;
  }
}
.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) {
  .csr .activity-en {
    display: none;
  }
}
.csr .activity-text {
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .csr .activity-text {
    display: none;
  }
}
.csr .activity-community {
  right: 149px;
  bottom: 741px;
}
@media (max-width: 991.98px) {
  .csr .activity-community {
    margin-right: -124px;
    top: 0;
    right: 50%;
    bottom: auto;
  }
}
.csr .activity-community .activity-title span:after {
  background-color: #FF8D8D;
}
.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) {
  .csr .activity-community:after {
    left: 2px;
    bottom: 0px;
  }
}
.csr .activity-disaster {
  right: 0;
  bottom: 294px;
}
@media (max-width: 991.98px) {
  .csr .activity-disaster {
    margin-right: -166px;
    right: 50%;
    bottom: 88px;
  }
}
.csr .activity-disaster .activity-title span:after {
  background-color: #B39BF7;
}
.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) {
  .csr .activity-disaster:after {
    left: -13px;
    top: 23px;
  }
}
.csr .activity-general {
  margin-left: -165px;
  left: 50%;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .csr .activity-general {
    margin-left: -51px;
    bottom: 1px;
  }
}
.csr .activity-general .activity-title span:after {
  background-color: #4CD17F;
}
.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) {
  .csr .activity-general:after {
    margin-left: -11px;
    top: -10px;
    left: 50%;
  }
}
.csr .activity-education {
  left: 0px;
  bottom: 294px;
}
@media (max-width: 991.98px) {
  .csr .activity-education {
    margin-left: -170px;
    left: 50%;
    bottom: 86px;
  }
}
.csr .activity-education .activity-title span:after {
  background-color: #5FBCF7;
}
.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) {
  .csr .activity-education:after {
    right: -15px;
    top: 20px;
  }
}
.csr .activity-kids {
  left: 149px;
  bottom: 741px;
}
@media (max-width: 991.98px) {
  .csr .activity-kids {
    margin-left: -124px;
    top: 0;
    left: 50%;
    bottom: 0;
  }
}
.csr .activity-kids .activity-title span:after {
  background-color: #E5DF49;
}
.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) {
  .csr .activity-kids:after {
    right: 8px;
    bottom: 0;
  }
}
.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) {
  .csr .activity-center {
    width: 102px;
    height: 102px;
    margin-top: -65px;
    margin-left: -51px;
    background-size: 55px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}
.csr .activity-list {
  display: none;
}
@media (max-width: 991.98px) {
  .csr .activity-list {
    margin-top: 50px;
    display: block;
  }
}
.csr .activity-list .activity-title {
  margin-bottom: 13px;
  font-size: 26px;
}
.csr .activity-list .activity-title span {
  z-index: 0;
}
.csr .activity-list .activity-title span:after {
  height: 6px;
}
.csr .activity-list .activity-en {
  margin-bottom: 15px;
  display: block;
}
.csr .activity-list .activity-header {
  width: 100%;
  text-align: center;
  position: relative;
}
.csr .activity-list .activity-header .activity-icon {
  width: auto;
  height: 70px;
  position: absolute;
  left: 0;
}
.csr .activity-list .activity-block {
  margin-bottom: 60px;
}
.csr .activity-list .activity-block:last-of-type {
  margin-bottom: 0;
}
.csr .activity-list .activity-block p {
  margin: 0;
  letter-spacing: 0.1em;
}
.csr .activity-list-community .activity-header .activity-icon {
  height: 61px;
}
.csr .activity-list-community .activity-title span:after {
  background-color: #FF8D8D;
}
.csr .activity-list-disaster .activity-header .activity-icon {
  height: 67px;
}
.csr .activity-list-disaster .activity-title span:after {
  background-color: #B39BF7;
}
.csr .activity-list-general .activity-title span:after {
  background-color: #4CD17F;
}
.csr .activity-list-education .activity-title span:after {
  background-color: #5FBCF7;
}
.csr .activity-list-kids .activity-title span:after {
  background-color: #E5DF49;
}
.csr #archive {
  background-color: #f1f1f1;
}
@media (max-width: 991.98px) {
  .csr #archive {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}
.csr #archive .archive-form {
  text-align: center;
}
@media (max-width: 991.98px) {
  .csr #archive .archive-form {
    margin-bottom: 42px;
  }
}
.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;
}
.csr #archive .archive-block {
  padding: 46px 0;
}
@media (max-width: 991.98px) {
  .csr #archive .archive-block {
    padding: 18px 0;
  }
}
.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) {
  .csr #archive .archive-block-title {
    margin: 0 auto 48px;
    font-size: 32px;
  }
}
.csr #archive .archive-block-label {
  margin: 0 auto 70px;
  display: table;
}
@media (max-width: 991.98px) {
  .csr #archive .archive-block-label {
    margin: 0 auto 48px;
  }
}
.csr #archive .archive-block .label-cell {
  padding: 0 6px;
  vertical-align: middle;
  display: table-cell;
}
.csr #archive .archive-block .label-cell span {
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .csr #archive .archive-block .label-cell span {
    font-size: 26px;
  }
}
.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;
}
.csr #archive .archive-block-icon {
  width: auto;
  height: 57px;
}
.csr #archive .archive-block-row {
  flex-wrap: wrap;
  display: flex;
}
.csr #archive .archive-block-col p {
  margin: 0 0 20px;
}
.csr #archive .archive-block-col-2 {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .csr #archive .archive-block-col-2 {
    flex: 0 0 100%;
  }
}
.csr #archive .archive-block-col-1 {
  flex: 0 0 100%;
}
.csr #archive .archive-community .label-cell span:after {
  background-color: #FF8D8D;
}
.csr #archive .archive-disaster .label-cell span:after {
  background-color: #B39BF7;
}
.csr #archive .archive-general .label-cell span:after {
  background-color: #4CD17F;
}
.csr #archive .archive-education .label-cell span:after {
  background-color: #5FBCF7;
}
.csr #archive .archive-kids .label-cell span:after {
  background-color: #E5DF49;
}

.error404 .entry-header {
  padding: 110px 0 14px;
}
@media (max-width: 991.98px) {
  .error404 .entry-header {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}
.error404 .entry-title {
  margin: 0;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .error404 .entry-title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.error404 .entry-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .error404 .entry-title br {
    display: block;
  }
}
.error404 .entry-content {
  margin-top: 0;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .error404 .entry-content {
    margin-bottom: 140px;
  }
}
.error404 .entry-content p {
  margin-top: 0;
  margin-bottom: 44px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .error404 .entry-content p {
    margin-bottom: 44px;
    font-size: 1.6rem;
    text-align: left;
  }
  .error404 .entry-content p br {
    display: none;
  }
}
.error404 .btn-top {
  display: none;
}
@media (max-width: 991.98px) {
  .error404 .btn-top {
    display: block;
  }
}

.as-heim-section {
  padding: 86px 0 30px;
  background-color: #F1F1F1;
}
@media (max-width: 991.98px) {
  .as-heim-section {
    padding-top: 52px;
    padding-bottom: 48px;
  }
}
.as-heim-bnr {
  width: 640px;
  margin: 120px auto 0;
}
@media (max-width: 991.98px) {
  .as-heim-bnr {
    width: 100%;
    margin-top: 96px;
    margin-bottom: 38px;
  }
}
.as-heim-bnr a {
  display: block;
}
.as-heim-bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.as-heim-bnr-image-pc {
  display: block;
}
@media (max-width: 991.98px) {
  .as-heim-bnr-image-pc {
    display: none;
  }
}
.as-heim-bnr-image-sp {
  display: none;
}
@media (max-width: 991.98px) {
  .as-heim-bnr-image-sp {
    margin: auto;
    display: block;
  }
}
.as-heim-list-header {
  margin-bottom: 61px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .as-heim-list-header {
    margin-bottom: 44px;
  }
}
.as-heim-list-header p {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .as-heim-list-header p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.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) {
  .as-heim-list-title {
    margin: 0 0 18px;
    font-size: 32px;
  }
}
.as-heim-list-pref {
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .as-heim-list-pref {
    margin-bottom: 48px;
  }
  .as-heim-list-pref:last-of-type {
    margin-bottom: 0;
  }
}
.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) {
  .as-heim-list-pref-title {
    padding-bottom: 3px;
    margin-left: 16px;
    margin-bottom: 56px;
    font-size: 26px;
    line-height: 1;
  }
}

.home-slider {
  padding: 0;
  margin-top: 0;
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .home-slider {
    margin-left: -29px;
    margin-right: -29px;
  }
}
.home-slider li {
  padding: 0 19px;
}
@media (max-width: 991.98px) {
  .home-slider li {
    padding: 0 14px;
  }
}
.home-block a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.5s;
  display: block;
}
.home-block a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home-block a:hover .home-block-thumbnail .home-block-image {
  transform: scale(1.01, 1.01);
}
.home-block-thumbnail {
  margin-bottom: 18px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .home-block-thumbnail {
    margin-bottom: 22px;
  }
}
.home-block-image {
  width: 100%;
  height: auto;
  transition: 0.5s all;
}
.home-block strong {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
}
@media (max-width: 991.98px) {
  .home-block strong {
    margin-bottom: 6px;
  }
}
.home-block p {
  margin: 0 0 24px;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .home-block p {
    margin: 0 0 14px;
  }
}
.home-block-button {
  text-align: center;
}
.home-block .btn-external {
  min-width: 174px;
  padding: 11px 30px;
}
.home-block .btn-external:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.home-block .btn-external:hover span:after {
  background-image: url(../images/icon/external-black.svg);
}

.as-heim-list .slick-track {
  margin-left: initial;
  margin-right: initial;
}
.as-heim-list .slick-dots {
  width: auto;
  top: -76px;
  right: 10px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .as-heim-list .slick-dots {
    top: -50px;
    right: auto;
    left: 34px;
  }
}
.as-heim-list .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
}
@media (max-width: 991.98px) {
  .as-heim-list .slick-dots li {
    margin: 0 9px;
  }
}
.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;
}
.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) {
  .as-heim-list .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}
.as-heim-list .slick-dots li button:before {
  content: none;
}
.as-heim-list .slick-arrow {
  transition-duration: 0.5s;
  top: 92px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .as-heim-list .slick-arrow {
    margin-top: -60px;
    top: 50%;
  }
}
.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;
}
.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) {
  .as-heim-list .slick-prev {
    width: auto;
    height: auto;
    margin-left: 0;
    left: 20px;
    bottom: auto;
  }
}
.as-heim-list .slick-prev:hover {
  left: -24px;
}
@media (max-width: 991.98px) {
  .as-heim-list .slick-prev:hover {
    margin-left: 0;
    left: 16px;
  }
}
.as-heim-list .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}
.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) {
  .as-heim-list .slick-next {
    width: auto;
    height: auto;
    margin-right: 0;
    right: 20px;
    bottom: auto;
  }
}
.as-heim-list .slick-next:hover {
  right: -24px;
}
@media (max-width: 991.98px) {
  .as-heim-list .slick-next:hover {
    margin-right: 0;
    right: 16px;
  }
}
.as-heim-list .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}
.as-heim-list .slick-disabled {
  opacity: 0;
}

.float-banner {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 10;
  /*
  &.in {
      @include media-breakpoint-down(lg) {
          bottom: 15px;
      }
  }
  */
}
@media (max-width: 991.98px) {
  .float-banner {
    margin-right: -120px;
    right: auto;
    left: 0;
    bottom: 15px;
    z-index: 1;
  }
}
.float-banner a {
  transition: 0.3s;
  display: block;
}
.float-banner a:hover {
  opacity: 0.7;
}
.float-banner-image {
  width: 290px;
  height: auto;
}
@media (max-width: 991.98px) {
  .float-banner-image {
    width: 240px;
  }
}
.float-banner-image.pc {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .float-banner-image.pc {
    display: none;
  }
}
.float-banner-image.sp {
  display: none;
}
@media (max-width: 991.98px) {
  .float-banner-image.sp {
    display: inline-block;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
body.inquiry .breadcrumbs {
  font-weight: 300;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs .delimiter {
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .sub-page .breadcrumbs {
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #000;
  }
  .sub-page .breadcrumbs a {
    color: #000;
  }
}
.breadcrumbs small {
  font-size: 1.4rem;
}

.breadcrumb-ul {
  padding: 0;
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  list-style: none;
}
.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;
}
.breadcrumb-li.active {
  color: #fff;
  background-color: #333;
}
@media (max-width: 991.98px) {
  .breadcrumb-li.active:before {
    border-width: 22px 0 22px 22px;
    top: -1px;
    right: -21px;
  }
}
.breadcrumb-li.active:after {
  content: none;
}
.breadcrumb-li:last-child {
  border-right: 1px solid #333;
}
.breadcrumb-li:last-child:before, .breadcrumb-li:last-child:after {
  content: none;
}
.breadcrumb-li:before, .breadcrumb-li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 22px 22px;
  position: absolute;
  top: 0px;
}
.breadcrumb-li:before {
  border-color: transparent transparent transparent #333;
  right: -22px;
  z-index: 1;
}
.breadcrumb-li:after {
  border-color: transparent transparent transparent #fff;
  right: -21px;
  z-index: 1;
}

.single-information .breadcrumbs {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
  white-space: nowrap;
  overflow: auto;
}
.single-information .breadcrumbs a {
  color: #000;
}

.btn {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.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;
}
.btn-info span {
  margin-left: -18px;
  position: relative;
}
.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;
}
.btn-info:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-info:hover span:after {
  background-image: url(../images/icon/arrow-right-white.svg);
  right: -24px;
}
.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;
}
.btn-more span {
  margin-left: -10px;
  position: relative;
}
.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;
}
.btn-more:hover {
  background-color: transparent;
}
.btn-more:hover span:after {
  background-image: url(../images/icon/arrow-right.svg);
  right: -24px;
}
.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) {
  .btn-external {
    padding: 13px 58px;
  }
}
.btn-external span {
  margin-left: -10px;
  position: relative;
}
.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;
}
.btn-external:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.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;
}
.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;
}
.btn-next:hover {
  background-color: transparent;
}
.btn-next:hover:after {
  background-image: url(../images/icon/plus.svg);
}
.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) {
  .btn-plus {
    width: 194px;
    padding: 13px 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.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;
}
.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);
}
.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;
}
.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;
}
.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);
}
.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) {
  .btn-top {
    width: 78px;
    margin-left: -39px;
    top: -158px;
  }
}
@media (max-width: 991.98px) {
  .btn-top span {
    text-indent: -9999px;
    display: block;
  }
}
.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) {
  .btn-top span:before {
    margin-left: -9px;
    position: absolute;
    top: 20px;
    left: 50%;
  }
}
.btn-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.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;
}
.btn-download:hover {
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
}
.btn-download:hover span:after {
  background-image: url(../images/icon/download-black.svg);
}
.btn-download:hover .icon-pdf-white {
  background-image: url(../images/icon/pdf-file.svg);
}
.btn-download span {
  vertical-align: middle;
}
.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;
}
.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;
}

.section-service .btn-more:hover,
.section-site .btn-more:hover {
  color: #fff;
  border-color: #fff;
}
.section-service .btn-more:hover:after,
.section-site .btn-more:hover:after {
  background-image: url(../images/icon/arrow-right-white.svg);
}

.chart-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
@media (max-width: 767.98px) {
  .chart-wrap {
    position: static;
  }
}
.chart-bg {
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.chart-line-bg, .chart-point-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chart-line-bg {
  background: url(../images/chart/line.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .chart-line-bg {
    background-image: url(../images/chart/chart-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.chart-point-bg {
  background: url(../images/chart/point.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .chart-point-bg {
    background-image: url(../images/chart/point-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.chart-transparent {
  display: none;
}
@media (max-width: 767.98px) {
  .chart-transparent {
    display: block;
  }
}

.intro .chart-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
@media (max-width: 767.98px) {
  .intro .chart-wrap {
    position: relative;
  }
}
.intro .chart-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.intro .chart-bg.go {
  animation-name: bgLeft;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
.intro .chart-line-bg, .intro .chart-point-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.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) {
  .intro .chart-line-bg {
    background-image: url(../images/chart/chart-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.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) {
  .intro .chart-point-bg {
    background-image: url(../images/chart/point-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.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%;
  }
}
.chart-box {
  height: 480px;
  position: relative;
  z-index: 0;
}

#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;
}
#chart .ct-line {
  stroke: #fff;
  filter: drop-shadow(0px 5px 5px #adb5bd);
}
#chart .ct-area {
  fill: #00B33F;
  fill-opacity: 0.3;
}
#chart .ct-point {
  stroke-width: 15px;
  stroke: #333;
  filter: drop-shadow(0px 0px 0px #fff);
}
#chart .ct-point:nth-last-child(2) {
  stroke: #00B33F;
}

body .wpcf7 {
  /*
  .invalid {
      .wpcf7-confirm {
          background-color: #BBBBBB;
      }
  }
  */
}
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) {
  body .wpcf7-response-output {
    padding: 40px 20px !important;
    margin-bottom: 60px !important;
    font-size: 1.8rem;
    word-break: normal;
  }
}
body .wpcf7-response-output-ul {
  padding: 0;
  margin: 30px 0 0;
  font-size: 1.6rem;
  list-style: none;
}
@media (max-width: 767.98px) {
  body .wpcf7-response-output-ul {
    font-size: 1.5rem;
    text-align: left;
  }
}
body .wpcf7-response-output-ul li {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  body .wpcf7-response-output-ul li {
    padding-left: 30px;
    position: relative;
  }
}
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) {
  body .wpcf7-response-output-ul li:before {
    margin: 0;
    position: absolute;
    top: 8px;
    left: 0;
  }
}
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;
}
body .wpcf7-select.wpcf7-not-valid {
  color: #ff2020;
  background-image: url(../images/icon/select-down-red.svg);
}
body .wpcf7-checkbox {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  body .wpcf7-checkbox {
    margin-bottom: 24px;
  }
}
body .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
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;
}
body .wpcf7-list-item {
  margin-left: 0;
}
body .wpcf7-list-item-label {
  padding-left: 25px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  body .wpcf7-list-item-label {
    margin-right: 0;
  }
}
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;
}
body .wpcf7-footer {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media (max-width: 767.98px) {
  body .wpcf7-footer {
    padding: 21px 0 30px;
  }
}
body .wpcf7-footer .step-1 {
  display: block;
}
body .wpcf7-footer .step-2 {
  display: none;
}
body .wpcf7-footer p {
  margin: 0;
}
body .wpcf7 .ajax-loader {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-response-output {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control {
  font-weight: 500;
  color: #000;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control {
    padding: 0;
  }
}
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent;
}
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .form-control::placeholder {
  /* Others */
  color: transparent;
}
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .require,
body .wpcf7 .custom-wpcf7c-confirmed .inquiry-cell .any {
  display: none;
}
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;
}
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-textarea {
  resize: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .term-title {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .term-box {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer .your-acceptance {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .wpcf7-footer .wpcf7c-force-hide {
  display: inline-block !important;
}
body .wpcf7 .custom-wpcf7c-confirmed .step-1 {
  display: none;
}
body .wpcf7 .custom-wpcf7c-confirmed .step-2 {
  display: block;
}
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) {
  body .wpcf7 button,
body .wpcf7 input[type=submit],
body .wpcf7 input[type=button] {
    width: 194px;
    padding: 14px 0;
    margin: auto;
  }
}
body .wpcf7-confirm, body .wpcf7-back, body .wpcf7-submit {
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
}
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;
}
body .wpcf7-confirm {
  background-color: #00B33F;
}
body .wpcf7-confirm[disabled], body .wpcf7-confirm[disabled=disabled] {
  background-color: #BBBBBB;
  cursor: no-drop;
}
body .wpcf7-confirm[disabled]:hover, body .wpcf7-confirm[disabled=disabled]:hover {
  background-color: #BBBBBB;
}
body .wpcf7-confirm[disabled]:hover:after, body .wpcf7-confirm[disabled=disabled]:hover:after {
  margin-right: -60px;
}
body .wpcf7-confirm:after {
  margin-right: -60px;
  background-image: url(../images/icon/arrow-right-white.svg);
  right: 50%;
}
body .wpcf7-confirm:hover {
  background-color: #1abb52;
}
body .wpcf7-confirm:hover:after {
  margin-right: -64px;
}
body .wpcf7-back {
  margin-right: 10px;
  background-color: #333;
}
@media (max-width: 767.98px) {
  body .wpcf7-back {
    margin: 0 0 20px !important;
  }
}
body .wpcf7-back:after {
  margin-left: -60px;
  background-image: url(../images/icon/arrow-left-white.svg);
  left: 50%;
}
body .wpcf7-back:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body .wpcf7-back:hover:after {
  margin-left: -64px;
}
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) {
  body .wpcf7-submit {
    background-position: top 13px right 40px;
  }
}
body .wpcf7-submit:hover {
  background-position: top 13px right 176px;
  background-color: #1abb52;
}
@media (max-width: 767.98px) {
  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;
    }
}
*/
.menu-senior:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

.menu-estate:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

.menu-company:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

.menu-sustainability:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 40px 0;
}

.megamenu {
  color: #fff;
  background: #333;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
}
.megamenu-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.megamenu-col {
  padding: 0 15px;
}
.megamenu-table {
  width: 100%;
  font-size: 1.5rem;
  display: table;
}
.megamenu-cell {
  padding: 0 50px;
  vertical-align: top;
  display: table-cell;
}
.megamenu-cell:first-of-type {
  text-align: right;
  border-right: 1px solid #fff;
}
.megamenu-cell:first-of-type strong {
  font-size: 20px;
}
.megamenu-cell:last-of-type strong {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.megamenu-cell:last-of-type strong a {
  text-decoration: none;
  color: #fff;
}
.megamenu-cell .menu .menu-item {
  padding: 0 !important;
}
.megamenu-cell .menu .menu-item.strong > a {
  font-weight: 500;
}
.megamenu-cell .menu .menu-item a {
  color: #fff !important;
}
.megamenu-cell .menu .sub-menu .menu-item a:after {
  width: calc(100% - 20px);
  margin-left: 20px;
}
.megamenu ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.megamenu ul.sub-menu li.menu-item {
  padding: 4px 0 !important;
  display: block !important;
}
.megamenu ul.sub-menu li.menu-item a {
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline;
}
.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;
}
.megamenu ul.sub-menu li.menu-item a:hover:before {
  left: 4px;
}

#company-megamenu .megamenu-cell:last-of-type {
  width: 584px;
}

.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);
              }
          }
      }
  }
  */
}
.site-header ul.menu li.menu-item a,
.information-navigation ul.menu li.menu-item a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}
.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 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left bottom;
  /*左上基点*/
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 0;
}
.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方向にスケール拡大*/
}

.site-header ul.menu li.menu-item a:after {
  height: 1px;
}

.information-navigation ul.menu li.menu-item a:after {
  height: 2px;
}

.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) {
  .parallax-content {
    display: none;
  }
}

.parallax-front {
  background-position: top 170px center;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
  transform: rotateZ(-10deg);
}

.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) {
  .section-vision {
    background-image: url(../images/front/message-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  .section-dx {
    background-image: url(../images/front/system-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.pillar {
  width: 889px;
  height: 868px;
  margin: auto;
  position: relative;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .pillar {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
  }
}
.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) {
  .pillar-center {
    margin: 0 auto 30px;
    position: static;
  }
}
.pillar-center-content {
  vertical-align: middle;
  display: table-cell;
}
.pillar-center span {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 1.363;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .pillar-center span {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.pillar-center h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .pillar-center h3 {
    font-size: 32px;
  }
}
.pillar-center .as-heim-logo {
  width: 68px;
  height: auto;
}
.pillar-box {
  width: 300px;
  height: 300px;
  position: absolute;
  display: table;
}
@media (max-width: 991.98px) {
  .pillar-box {
    width: 160px;
    height: 160px;
    position: relative;
  }
}
.pillar-box:before {
  content: "";
  width: 50px;
  height: 1px;
  border-bottom: 3px dotted #000;
  position: absolute;
  display: block;
}
@media (max-width: 991.98px) {
  .pillar-box:before {
    max-width: 17px;
  }
}
.pillar-box-1 {
  margin-left: -150px;
  top: 0;
  left: 50%;
}
@media (max-width: 991.98px) {
  .pillar-box-1 {
    margin: 0;
    left: 0;
  }
}
.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) {
  .pillar-box-1:before {
    content: none;
  }
}
.pillar-box-2 {
  top: 219px;
  right: 0;
}
@media (max-width: 991.98px) {
  .pillar-box-2 {
    top: 0;
  }
}
.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) {
  .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;
  }
}
.pillar-box-3 {
  bottom: 0;
  right: 111px;
}
@media (max-width: 991.98px) {
  .pillar-box-3 {
    top: 0;
    left: 0;
    bottom: auto;
  }
}
.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) {
  .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;
  }
}
.pillar-box-4 {
  bottom: 0;
  left: 111px;
}
@media (max-width: 991.98px) {
  .pillar-box-4 {
    left: auto;
    right: -12px;
  }
}
.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) {
  .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;
  }
}
.pillar-box-5 {
  top: 219px;
  left: 0;
}
@media (max-width: 991.98px) {
  .pillar-box-5 {
    top: 0;
  }
}
.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) {
  .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;
  }
}
.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) {
  .pillar-background {
    width: 160px;
    height: 160px;
    position: absolute;
  }
}
.pillar-content {
  text-align: center;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: table-cell;
}
.pillar-content small {
  margin-bottom: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 991.98px) {
  .pillar-content small {
    margin-bottom: 0;
  }
}
.pillar-content p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.76;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .pillar-content p {
    display: none;
  }
}
.pillar-name {
  margin: -18px 0 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .pillar-name {
    margin: 0;
    font-size: 24px;
  }
}
.pillar-name span {
  position: relative;
}
.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) {
  .pillar-name span:after {
    height: 6px;
  }
}
.pillar-box-1 .pillar-name span:after {
  background-color: #FF8D8D;
}
.pillar-box-2 .pillar-name span:after {
  background-color: #4CD17F;
}
.pillar-box-3 .pillar-name span:after {
  background-color: #5FBCF7;
}
.pillar-box-4 .pillar-name span:after {
  background-color: #B39BF7;
}
.pillar-box-5 .pillar-name span:after {
  background-color: #E5DF49;
}
.pillar-box-3 .pillar-name {
  font-size: 26px;
  letter-spacing: 0;
}
.pillar-box-4 .pillar-name {
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .pillar-wrap {
    padding: 8px 0;
    position: relative;
    display: table;
  }
}
.pillar-wrap:nth-of-type(even) .pillar-text {
  padding-left: 17px;
}
.pillar-wrap:nth-of-type(odd) .pillar-text {
  padding-right: 17px;
}
.pillar-wrap:nth-of-type(2) {
  order: 1;
}
.pillar-wrap:nth-of-type(3) {
  order: 2;
}
@media (max-width: 991.98px) {
  .pillar-wrap:nth-of-type(3) .pillar-name {
    letter-spacing: 0;
  }
}
.pillar-wrap:nth-of-type(4) {
  order: 5;
}
@media (max-width: 991.98px) {
  .pillar-wrap:nth-of-type(4) .pillar-name {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
}
.pillar-wrap:nth-of-type(5) {
  order: 4;
}
@media (max-width: 991.98px) {
  .pillar-wrap:nth-of-type(5) .pillar-name {
    font-size: 21px;
    letter-spacing: 0;
  }
}
.pillar-wrap:nth-of-type(6) {
  order: 3;
}
@media (max-width: 991.98px) {
  .pillar-wrap:nth-of-type(6) .pillar-name {
    letter-spacing: 0;
  }
}
.pillar-text {
  display: none;
}
@media (max-width: 991.98px) {
  .pillar-text {
    width: calc(100% - 160px);
    font-size: 1.6rem;
    vertical-align: middle;
    display: table-cell;
  }
  .pillar-text p {
    text-align: center;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .pillar-text p br {
    display: block;
  }
}
.pillar .circle-pc {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .pillar .circle-pc {
    display: none;
  }
}
.pillar .circle-sp {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
  display: none;
}
@media (max-width: 991.98px) {
  .pillar .circle-sp {
    display: block;
  }
}
.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;
  }
}

.pillar.go {
  animation: fadeshow 0.5s forwards;
}
.pillar.go .pillar-center {
  opacity: 0;
  animation: fadein5 3s forwards;
}
.pillar.go .pillar-box:before {
  animation: drawborder 3s forwards;
}
.pillar.go .pillar-background {
  opacity: 0;
  animation: fadein1 3s forwards;
}
.pillar.go .pillar-content small {
  animation: fadein3 3s forwards;
}
.pillar.go .pillar-content p {
  animation: fadein4 3s forwards;
}
.pillar.go .pillar-name span {
  animation: fadein2 3s forwards;
}
.pillar.go .pillar-name span:after {
  animation: drawline 3s forwards;
}
.pillar.go circle {
  animation: circle 2s forwards;
}

.front-slider {
  position: relative;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.front-slider-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .front-slider-li {
    position: relative;
  }
}

.slide {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.slick-active {
  z-index: 2;
  display: flex;
}
@media (min-width: 768px) {
  .slick-active .front-visual-image {
    animation: slideZoom 7s linear forwards;
  }
}
@media (max-width: 767.98px) {
  .slick-active .front-visual-image {
    animation: slideSide 7s linear forwards;
  }
}
@media (max-width: 767.98px) {
  .slick-active .front-visual-image#front-visual-image-4 {
    animation: slideSide2 7s linear forwards;
  }
}

.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);
  }
}
.mv-slider .slick-list {
  max-width: 1480px;
}
.mv-slider-link {
  display: block;
}
.mv-slider-link:hover {
  transition: 2s;
  opacity: 0.8;
}
.mv-slider-image {
  width: 100%;
  height: auto;
}
.mv-slider-image.pc {
  display: block;
}
.mv-slider-image.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .mv-slider-image.pc {
    display: none;
  }
  .mv-slider-image.sp {
    display: block;
  }
}

.triple-slider {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .triple-slider {
    padding-top: 20px;
  }
}
.triple-slider-container {
  max-width: 1024px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .triple-slider-container {
    max-width: 100%;
    padding: 0;
  }
}
.triple-slider-li {
  padding: 0 10px;
}
.triple-slider-link {
  display: block;
}
.triple-slider-link:hover {
  transition: 2s;
  opacity: 0.8;
}
.triple-slider-image {
  width: 100%;
  height: auto;
  display: block;
}
.triple-slider .slick-arrow {
  transition-duration: 0.5s;
  z-index: 2;
}
.triple-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;
}
.triple-slider .slick-prev {
  left: -30px;
}
@media (max-width: 991.98px) {
  .triple-slider .slick-prev {
    width: auto;
    height: auto;
    margin-left: 60px;
    left: 0;
    bottom: -48px;
  }
}
.triple-slider .slick-prev:hover {
  left: -34px;
}
@media (max-width: 991.98px) {
  .triple-slider .slick-prev:hover {
    left: -4px;
  }
}
.triple-slider .slick-prev:before {
  content: "";
  background-image: url(../images/icon/arrow-left.svg);
}
.triple-slider .slick-next {
  right: -30px;
}
@media (max-width: 991.98px) {
  .triple-slider .slick-next {
    width: auto;
    height: auto;
    margin-right: 60px;
    right: 0;
    bottom: -48px;
  }
}
.triple-slider .slick-next:hover {
  right: -34px;
}
@media (max-width: 991.98px) {
  .triple-slider .slick-next:hover {
    right: -4px;
  }
}
.triple-slider .slick-next:before {
  content: "";
  background-image: url(../images/icon/arrow-right.svg);
}

.front-visual-text > svg {
  width: 100%;
  height: auto;
}

svg.intro.go .text {
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
}
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;
}
svg.intro.go .text-stroke:nth-child(2) {
  animation-delay: 0.2s;
}
svg.intro.go .text-stroke:nth-child(3) {
  animation-delay: 0.4s;
}
svg.intro.go .text-stroke-2 {
  stroke: #000;
  animation-delay: 1.6s;
}
svg.intro.go .text-stroke:nth-child(5) {
  animation-delay: 1.8s;
}
svg.intro.go .text-stroke:nth-child(6) {
  animation-delay: 2s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: -140;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.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;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #070203;
  background-color: #fff;
}

.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;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #070203;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.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);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.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);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -100%;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 100%;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 100%;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.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;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 9px;
}

.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;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -9px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 9px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.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
 */
.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
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 100%;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 100%;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 20px;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 20px;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 20px;
  padding-left: 40px;
  text-decoration: none;
  color: #070203;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*
 * Hiraku Ver.1.0.2 (https://www.appleple.com)
 * Copyright appleple | MIT License
 *
 */
.js-hiraku-offcanvas-active {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.js-hiraku-offcanvas-open {
  display: block;
}

.js-hiraku-offcanvas-body {
  width: 100%;
  left: 0;
  transition: left 0.3s ease-in-out;
  z-index: 0;
}

.js-hiraku-offcanvas-body-right {
  overflow-y: hidden;
  left: -70%;
  position: fixed;
}

.js-hiraku-offcanvas-body-left {
  overflow-y: hidden;
  left: 70%;
  position: fixed;
}

.js-hiraku-offcanvas-body-moving {
  left: 0;
  position: fixed;
}

.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;
}

.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  transition: margin-right 0.3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  left: 0;
  right: auto;
  margin-left: -70%;
  transition: margin-left 0.3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  transition: margin-right 0.3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  transition: margin-left 0.3s ease-in-out;
}

.js-hiraku-header-fixed {
  transition: margin-left 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.js-hiraku-offcanvas-body-right,
.js-hiraku-offcanvas-body-left {
  overflow: hidden;
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -70%;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 70%;
}

.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);
}

.hiraku-open-btn {
  background: transparent;
  border: 1px solid #ccc;
  padding: 6px;
  cursor: pointer;
  border-radius: 3px;
}

.hiraku-open-btn-line {
  display: block;
  position: relative;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
  border-radius: 1px;
  transition: 0.1s all;
}

.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: 0.3s all;
}

.hiraku-open-btn-line:before {
  top: -6px;
}

.hiraku-open-btn-line:after {
  bottom: -6px;
}

[aria-expanded=true] .hiraku-open-btn-line {
  background-color: transparent;
}

[aria-expanded=true] .hiraku-open-btn-line:before,
[aria-expanded=true] .hiraku-open-btn-line:after {
  width: 22px;
}

[aria-expanded=true] .hiraku-open-btn-line:before {
  transform: translate(-2px, 6px) rotate(45deg);
}

[aria-expanded=true] .hiraku-open-btn-line:after {
  transform: translate(-2px, -6px) rotate(-45deg);
}

/* Slider */
.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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.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 */
.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;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.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;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.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;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.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;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slick-lightbox.slick-hide {
  opacity: 0;
}

.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.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);
}

.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.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;
}

.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) {
  .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;
  }
}

.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%;
}

.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;
}

.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;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: left;
}

.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;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none;
}

.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;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-arrow {
  transition-duration: 0.5s;
  z-index: 1;
}
.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;
}

.slick-lightbox .slick-prev {
  margin-left: -430px;
  left: 50%;
}
@media (max-width: 991.98px) {
  .slick-lightbox .slick-prev {
    height: auto;
    margin-left: -185px;
  }
}
.slick-lightbox .slick-prev:before {
  background-image: url(../images/icon/arrow-left.svg);
}

.slick-lightbox .slick-next {
  margin-right: -430px;
  right: 50%;
}
@media (max-width: 991.98px) {
  .slick-lightbox .slick-next {
    height: auto;
    margin-right: -185px;
  }
}
.slick-lightbox .slick-next:before {
  background-image: url(../images/icon/arrow-right.svg);
}

.slick-lightbox .slick-dots {
  margin-top: 280px;
  top: 50%;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .slick-lightbox .slick-dots {
    margin-top: 110px;
  }
}
.slick-lightbox .slick-dots li {
  width: auto;
  height: auto;
  padding: 0 9px;
}
@media (max-width: 991.98px) {
  .slick-lightbox .slick-dots li {
    padding: 0 1px;
  }
}
.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%;
}
.slick-lightbox .slick-dots li button:before {
  content: none;
}
.slick-lightbox .slick-dots li.slick-active button {
  background-color: #333;
}

.large .site-header .primary-navigation .menu .menu-item {
  padding: 31px 12px;
}
.large .site-header.fixed .primary-navigation .menu .menu-item {
  padding: 22px 12px;
}

/*# sourceMappingURL=sass */