@charset "UTF-8";
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --site-base-container: 1100px;
  --site-base-side-pd: 90px;
  --header-container: 1276px;
  --header-side-pd: 40px;
  --header-height: 148px;
}
@media screen and (max-width: 991px) {
  :root {
    --site-base-side-pd: 60px;
    --header-height: 62px ;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --site-base-side-pd: 20px;
    --header-side-pd: 20px;
  }
}

@font-face {
  /*フォントの名前*/
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/PlayfairDisplay-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/PlayfairDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/PlayfairDisplay-Bold.ttf") format("truetype");
}
h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

html, body {
  font-size: 16px;
}

body {
  background-color: #ffffff;
}

* {
  color: #666666;
  font-family: "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

p {
  margin: 0;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

em {
  font-style: normal;
}

main {
  display: block;
}

.font-en {
  font-family: "Playfair Display", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  margin-top: calc((var(--header-height) + 40px) * -1);
  padding-top: calc(var(--header-height) + 40px);
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .page-anchor {
    margin-top: calc((var(--header-height) + 20px) * -1);
    padding-top: calc(var(--header-height) + 20px);
  }
}

.icon-external01 {
  background: no-repeat center/contain url(/img/i-external01.svg);
}

.sekisui-lease-wrapper {
  width: 100%;
  overflow: hidden;
}

.sekisui-lease-header-wrap {
  width: 100%;
  height: 0;
}

.sekisui-lease-header {
  display: block;
  width: 100%;
  height: var(--header-height);
  background-color: #ffffff;
  padding: 0 var(--header-side-pd);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .sekisui-lease-header {
    padding: 0 0 0 var(--header-side-pd);
  }
}
@media print {
  .sekisui-lease-header {
    position: relative;
  }
}
.sekisui-lease-header__inner {
  width: 100%;
  height: 100%;
  max-width: var(--header-container);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sekisui-lease-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header-logo {
  display: block;
  width: 339px;
  padding: 35px 0 30px;
}
@media screen and (max-width: 991px) {
  .header-logo {
    width: 229px;
    padding: 20px 0 0 0;
  }
}
.header-logo > a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.header-logo > a:hover {
  opacity: 0.95;
}
.header-logo > a > img {
  display: block;
  width: 100%;
}

.header-nav {
  width: 100%;
  padding: 0 calc(var(--site-base-side-pd) - var(--header-side-pd));
}
@media screen and (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}
.header-nav-list > li {
  width: auto;
  position: relative;
}
.header-nav-list__li-link {
  color: #004ea2;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .header-nav-list__li-link {
    font-size: 15px;
    padding-left: 16px;
  }
}
.header-nav-list__li-link:hover {
  opacity: 0.9;
}
.header-nav-list__li-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e8334a;
  border-radius: 100px;
  margin: auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
}
.header-nav-list__li-link--cursor-default {
  cursor: default;
}
.header-nav-list__li-drop-box {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #c3ddee;
  border-radius: 4px;
  margin: 0;
  padding: 17px 16px 16px 20px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(calc(100% + 6px));
          transform: translateY(calc(100% + 6px));
  -webkit-transition: opacity 0.2s ease-out 0s, bottom 0.2s ease-out 0s, width 0s ease-out 0.2s, height 0s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0s, bottom 0.2s ease-out 0s, width 0s ease-out 0.2s, height 0s ease-out 0.2s;
  pointer-events: none;
}
.header-nav-list__li-drop-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  z-index: -1;
}
.header-nav-list__li-drop-box.show {
  width: 100%;
  height: auto;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s, bottom 0.2s ease-out 0s, width 0s ease-out 0s, height 0s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, bottom 0.2s ease-out 0s, width 0s ease-out 0s, height 0s ease-out 0s;
  pointer-events: auto;
}
.header-nav-list__li-drop-box > a {
  display: block;
  width: 100%;
  color: #004ea2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
  padding: 0 0 0 1em;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.header-nav-list__li-drop-box > a:hover {
  opacity: 0.9;
}
.header-nav-list__li-drop-box > a:last-of-type {
  margin-bottom: 0;
}
.header-nav-list__li-drop-box > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: solid 2px #e8334a;
  border-width: 0 2px 2px 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.header-hamb {
  display: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-hamb {
    display: block;
    width: 65px;
    height: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-hamb:focus {
    outline: none;
  }
}
.header-hamb.g-nav-active .header-hamb__line {
  -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.header-hamb.g-nav-active .header-hamb__line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.header-hamb.g-nav-active .header-hamb__line:nth-of-type(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
}
.header-hamb.g-nav-active .header-hamb__line:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.header-hamb__line {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #004ea2;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
}
.header-hamb__line:nth-of-type(1) {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.header-hamb__line:nth-of-type(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-hamb__line:nth-of-type(3) {
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}

.fixed-button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
  width: 470px;
  height: auto;
  position: fixed;
  top: 40px;
  right: clamp(50px, (100vw - var(--site-base-container)) / 2 - 83px, (100vw - var(--site-base-container)) / 2 - 83px);
  z-index: 1010;
}
@media screen and (max-width: 991px) {
  .fixed-button-list {
    width: 510px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    padding: 12px;
    top: unset;
    right: unset;
    bottom: 5px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-button-list {
    width: 100%;
    border-width: 1px 0 0;
    padding: 12px 20px;
    bottom: 0;
    left: 0;
  }
}
@media print {
  .fixed-button-list {
    position: absolute;
  }
}
.fixed-button-list > li {
  width: calc((100% - 12px) / 4);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fixed-button-list > li {
    width: calc((100% - 8px) / 2);
  }
}
.fixed-button-list > li.blue > a {
  background-color: #004ea2;
}
.fixed-button-list > li.skyblue > a {
  background-color: #e3eff7;
  color: #004ea2;
}
.fixed-button-list > li.red > a {
  background-color: #e8334a;
}
.fixed-button-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 0.3em 0 0.25em;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
@media screen and (max-width: 991px) {
  .fixed-button-list > li > a {
    font-size: 14px;
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-button-list > li > a {
    padding: 0.55em 0;
  }
}
.fixed-button-list > li > a:hover {
  opacity: 0.9;
}

.g-nav {
  display: none;
  width: 0;
  height: 0;
  background-color: #ffffff;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s, width 0s ease-out 0.2s, height 0s ease-out 0.2s;
  transition: opacity 0.2s ease-out 0s, width 0s ease-out 0.2s, height 0s ease-out 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .g-nav {
    display: block;
  }
}
.g-nav.show {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s, width 0s ease-out 0s, height 0s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, width 0s ease-out 0s, height 0s ease-out 0s;
  pointer-events: auto;
}
.g-nav__inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: var(--header-height);
}

.g-nav-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
@media screen and (max-width: 767px) {
  .g-nav-list {
    padding-top: 20px;
    padding-bottom: 140px;
  }
}
.g-nav-list__li {
  width: 100%;
  border-bottom: solid 2px #e3eff7;
}
.g-nav-list__li-link {
  display: block;
  width: 100%;
  color: #004ea2;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0 20px 20px;
  position: relative;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
  cursor: pointer;
}
.g-nav-list__li-link:hover {
  opacity: 0.9;
}
.g-nav-list__li-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e8334a;
  border-radius: 100px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(29px);
          transform: translateY(29px);
}
.g-nav-list__li-drop-button {
  display: block;
  width: 100%;
  color: #004ea2;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.g-nav-list__li-drop-button:hover {
  opacity: 0.9;
}
.g-nav-list__li-drop-button.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.g-nav-list__li-drop-button.active::after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.g-nav-list__li-drop-button::before, .g-nav-list__li-drop-button::after {
  -webkit-transition: opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
}
.g-nav-list__li-drop-button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain url(/img/i-plus01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.g-nav-list__li-drop-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain url(/img/i-minus01.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.g-nav-list__li-drop-box {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.g-nav-list__li-drop-box > a {
  display: block;
  width: 100%;
  color: #004ea2;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 0 0 1em;
  position: relative;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.g-nav-list__li-drop-box > a:hover {
  opacity: 0.9;
}
.g-nav-list__li-drop-box > a:last-of-type {
  margin-bottom: 0;
}
.g-nav-list__li-drop-box > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: solid 2px #e8334a;
  border-width: 0 2px 2px 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.sekisui-lease-main {
  width: 100%;
  margin-top: var(--header-height);
}

.sekisui-lease-footer-wrap {
  width: 100%;
  height: auto;
}

.sekisui-lease-footer {
  width: 100%;
  border-top: solid 1px #004ea2;
  padding: 48px var(--site-base-side-pd) 0;
}
.sekisui-lease-footer__inner {
  width: 100%;
  max-width: var(--site-base-container);
  margin: 0 auto;
}

.footer-logo {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.footer-logo > a {
  display: inline-block;
  width: auto;
}
.footer-logo > a > img {
  display: block;
  width: 78%;
  max-width: 339px;
}

.footer-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 1199px) {
  .footer-list-wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-list-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .footer-list-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.footer-list {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer-list {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .footer-list {
    width: 100%;
  }
}
.footer-list a {
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
}
.footer-list a:hover {
  opacity: 0.85;
}
.footer-list__li {
  width: 100%;
  margin-bottom: 22px;
}
.footer-list__li--company > a {
  white-space: nowrap;
}
.footer-list__li--company .footer-list__nest-list > li > a {
  font-size: 16px;
  font-weight: 500;
}
.footer-list__li--recycling-law > a {
  white-space: nowrap;
}
.footer-list__li--money-lending > a {
  white-space: nowrap;
}
.footer-list__li > a {
  display: inline-block;
  width: auto;
  color: #004ea2;
  font-weight: 16;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}
.footer-list__li > a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: solid 2px #e8334a;
  border-width: 0 2px 2px 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.footer-list__nest-list {
  width: 100%;
  margin-top: 8px;
}
.footer-list__nest-list > li {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 20px;
}
.footer-list__nest-list > li > a {
  color: #004ea2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.footer-list__nest-list-item--identification-personal-information br {
  display: block;
}
@media all and (max-width: 1105px) {
  .footer-list__nest-list-item--identification-personal-information br {
    display: none;
  }
}

.footer-copy-right {
  display: block;
  width: 100%;
  margin-top: 70px;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer-copy-right {
    margin-top: 60px;
    padding-bottom: 87px;
  }
}
@media screen and (max-width: 767px) {
  .footer-copy-right {
    margin-top: 50px;
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 575px) {
  .footer-copy-right {
    margin-top: 0px;
    padding-bottom: 112px;
  }
}
.footer-copy-right::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #004ea2;
  margin: auto;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.footer-copy-right__text, .footer-copy-right .copyright-year {
  width: auto;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.footer-copy-right__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-copy-right .copyright-year {
  display: inline-block;
}

.sekisui-lease-totop-wrap {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sekisui-lease-totop-wrap {
    width: 48px;
    height: 48px;
    right: 10px;
    bottom: 110px;
  }
}
.sekisui-lease-totop-wrap.g-nav-active {
  cursor: auto;
}
.sekisui-lease-totop-wrap.g-nav-active .sekisui-lease-totop {
  opacity: 0 !important;
  pointer-events: none !important;
}

.sekisui-lease-totop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #004ea2;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  pointer-events: auto;
  -webkit-transition: background-color 0.3s ease-out 0s, opacity 0.15s ease-out 0s;
  transition: background-color 0.3s ease-out 0s, opacity 0.15s ease-out 0s;
}
.sekisui-lease-totop:hover {
  background-color: #004ea2;
  opacity: 0.9;
}
.sekisui-lease-totop:hover::after {
  border-color: #ffffff;
}
.sekisui-lease-totop:focus {
  opacity: 0.8;
  outline: none;
}
.sekisui-lease-totop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: border-color 0.3s ease-out 0s;
  transition: border-color 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .sekisui-lease-totop::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}/*# sourceMappingURL=common.css.map */