/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://use.typekit.net/aob0oor.css");
@import url(//db.onlinewebfonts.com/c/12cff83c23b642a97c6a98ef97f8ba38?family=Karbon+Regular);
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 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: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

/**
 * 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 */
  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: inherit;
  /* 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;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

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

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

#rental .main-section:after {
  background: #03828d; }
#rental .main-nav {
  background: #1dafbc; }
#rental .foot-sub-nav ul li a:before, #rental .foot-sub-nav ul li .soon:before {
  background: #1dafbc; }
#rental .foot-sub-nav ul li a .kana, #rental .foot-sub-nav ul li .soon .kana {
  color: #1dafbc; }
#rental .foot-sub-nav ul li a:hover .kana b, #rental .foot-sub-nav ul li .soon:hover .kana b {
  color: #1dafbc; }
#rental .foot-sub-nav ul li .soon:hover .kana b {
  color: #111; }

/* ================================== */
.page-container {
  margin: 0;
  padding: 0; }
  .page-container *, .page-container *:before, .page-container *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .page-container .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .page-container .flex * {
      min-height: 0%; }
  .page-container .b-name {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    text-align: center; }
  .page-container .img.waku {
    border: solid 1px #ccc; }
  .page-container .c01 {
    color: #3372f2; }
  .page-container .op0 {
    opacity: 0; }
  .page-container .midashi {
    color: #3372f2;
    margin-top: 8rem; }
    .page-container .midashi::before {
      background: #3372f2; }
    .page-container .midashi + .komidashi, .page-container .midashi + .lead {
      margin-top: 3rem; }
  .page-container .komidashi {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700; }
    .page-container .komidashi + .lead {
      margin-top: 3rem; }
  .page-container .txt-l {
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.6; }
  .page-container .submidashi {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #3372f2; }
    .page-container .submidashi + .lead {
      margin-top: 1.5rem; }
  .page-container .bg01 {
    background: #f4f4f4;
    padding: 6rem 0 4rem 0; }
    .page-container .bg01 .inner .midashi {
      margin-top: 3rem; }

body.rentaltop .r01-01 .flex .txt-box {
  width: 60%;
  position: relative; }
  body.rentaltop .r01-01 .flex .txt-box .txt {
    width: 54%;
    position: relative;
    z-index: 2; }
  body.rentaltop .r01-01 .flex .txt-box .txt-l {
    margin-top: 3rem; }
  body.rentaltop .r01-01 .flex .txt-box .img01 {
    position: absolute;
    width: 52%;
    top: 20px;
    right: 0; }
body.rentaltop .r01-01 .flex .img-box {
  width: 36%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }
  body.rentaltop .r01-01 .flex .img-box * {
    min-height: 0%; }
body.rentaltop .r01-02 .flex .txt-box {
  width: 60%;
  position: relative; }
  body.rentaltop .r01-02 .flex .txt-box .komidashi {
    margin-top: 4rem; }
body.rentaltop .r01-02 .flex .img-box {
  width: 35%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }
  body.rentaltop .r01-02 .flex .img-box * {
    min-height: 0%; }
body.rentaltop .r01-03 .flex {
  margin-top: 2rem; }
  body.rentaltop .r01-03 .flex .box {
    margin-top: 2rem;
    width: 31.8%;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 1rem; }
    body.rentaltop .r01-03 .flex .box .b-ttl {
      height: 6rem;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      color: #3372f2;
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: bold;
      border-bottom: solid 1px #3372f2;
      padding-bottom: 1rem;
      text-align: center; }
      body.rentaltop .r01-03 .flex .box .b-ttl * {
        min-height: 0%; }
    body.rentaltop .r01-03 .flex .box .lead {
      margin-top: 1rem;
      text-align: center; }
body.rentaltop .r01-04 .flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin-top: 2rem; }
  body.rentaltop .r01-04 .flex * {
    min-height: 0%; }
  body.rentaltop .r01-04 .flex .box {
    margin-top: 3rem;
    width: 31.8%;
    background: #fff; }
    body.rentaltop .r01-04 .flex .box:nth-of-type(2n) {
      margin-right: 2.3%;
      margin-left: 2.3%; }
    body.rentaltop .r01-04 .flex .box .b-ttl {
      font-size: 1.8rem;
      color: #fff;
      line-height: 1;
      letter-spacing: .1em;
      text-align: center;
      background: #003e86;
      padding: 1.5rem 0;
      border-radius: 1rem 1rem 0 0; }
      body.rentaltop .r01-04 .flex .box .b-ttl b {
        font-size: 2.4rem;
        font-weight: normal;
        margin-left: .5rem; }
    body.rentaltop .r01-04 .flex .box .lead {
      text-align: center;
      background: #3372f2;
      margin: 0;
      padding: 2rem .5rem;
      color: #fff;
      border-radius: 0 0 1rem 1rem; }
@media screen and (max-width: 960px) {
  body.rentaltop .r01-01 .flex .txt-box .img01 {
    top: 50%;
    transform: translateY(-50%); }
  body.rentaltop .r01-03 .flex .box {
    width: 48%; }
  body.rentaltop .r01-04 .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.rentaltop .r01-04 .flex * {
      min-height: 0%; }
    body.rentaltop .r01-04 .flex .box {
      width: 48%; }
      body.rentaltop .r01-04 .flex .box:nth-of-type(2n) {
        margin-right: 0;
        margin-left: 0; } }
@media screen and (max-width: 768px) {
  body.rentaltop .r01-01 .flex .txt-box {
    width: 100%; }
  body.rentaltop .r01-01 .flex .img-box {
    width: 60%;
    margin: 2rem auto 0 auto; }
  body.rentaltop .r01-02 .flex .txt-box {
    width: 100%; }
  body.rentaltop .r01-02 .flex .img-box {
    width: 50%;
    margin: 2rem auto 0 auto; } }
@media screen and (max-width: 500px) {
  body.rentaltop .r01-01 .flex .txt-box .txt {
    width: 70%; }
  body.rentaltop .r01-01 .flex .img-box {
    width: 70%; }
  body.rentaltop .r01-02 .flex .img-box {
    width: 70%; }
  body.rentaltop .r01-03 .flex .box {
    width: 100%; }
  body.rentaltop .r01-04 .flex .box {
    width: 100%; } }

body.mansion .box {
  margin-top: 3rem; }
body.mansion .r02-01 .flex1 .box-l {
  width: calc(529 / 1100 * 100%); }
body.mansion .r02-01 .flex1 .box-r {
  width: calc(529 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.mansion .r02-01 .flex1 .box-r * {
    min-height: 0%; }
  body.mansion .r02-01 .flex1 .box-r .box {
    width: calc(245 / 529 * 100%); }
    body.mansion .r02-01 .flex1 .box-r .box:first-of-type {
      width: 100%; }
body.mansion .r02-01 .flex2 .box {
  width: calc(245 / 1100 * 100%); }
body.mansion .r02-02 .flex .box-l {
  width: calc(360 / 1100 * 100%); }
body.mansion .r02-02 .flex .box-r {
  width: calc(700 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.mansion .r02-02 .flex .box-r * {
    min-height: 0%; }
  body.mansion .r02-02 .flex .box-r .box {
    width: calc(215 / 700 * 100%); }
body.mansion .r02-04 .flex1 .box-l {
  width: calc(376 / 1100 * 100%); }
  body.mansion .r02-04 .flex1 .box-l .lead {
    margin-top: 3rem; }
  body.mansion .r02-04 .flex1 .box-l .submidashi {
    margin-top: 3rem; }
body.mansion .r02-04 .flex1 .box-r {
  width: calc(670 / 1100 * 100%); }
body.mansion .r02-04 .flex2 .box {
  width: calc(255 / 1100 * 100%); }
body.mansion .r02-04 .flex3 .box {
  width: calc(200 / 1100 * 100%); }
body.mansion .r02-05 .flex .box-l {
  width: calc(740 / 1100 * 100%);
  margin-top: 3rem; }
body.mansion .r02-05 .flex .box-r {
  width: calc(297 / 1100 * 100%);
  margin-top: 3rem; }
  body.mansion .r02-05 .flex .box-r .lead .aw {
    margin-right: 1rem; }
  body.mansion .r02-05 .flex .box-r .box {
    margin-top: 1.5rem;
    width: 100%; }
    body.mansion .r02-05 .flex .box-r .box.box5-2 .img {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      align-items: stretch; }
      body.mansion .r02-05 .flex .box-r .box.box5-2 .img * {
        min-height: 0%; }
      body.mansion .r02-05 .flex .box-r .box.box5-2 .img img {
        display: block;
        width: calc(145 / 297 * 100%);
        height: auto; }
body.mansion .r02-07 .flex .box-l {
  width: calc(529 / 1100 * 100%); }
body.mansion .r02-07 .flex .box-r {
  width: calc(529 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.mansion .r02-07 .flex .box-r * {
    min-height: 0%; }
  body.mansion .r02-07 .flex .box-r .box {
    width: calc(245 / 529 * 100%); }
body.mansion .r02-03 .flex .box {
  width: calc(245 / 1100 * 100%); }
  body.mansion .r02-03 .flex .box:first-of-type {
    width: calc(529 / 1100 * 100%); }
body.mansion .r02-06 .flex .box-l {
  width: calc(400 / 1100 * 100%);
  margin-top: 3rem; }
body.mansion .r02-06 .flex .box-r {
  width: calc(637 / 1100 * 100%);
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.mansion .r02-06 .flex .box-r * {
    min-height: 0%; }
  body.mansion .r02-06 .flex .box-r .midashi, body.mansion .r02-06 .flex .box-r .lead {
    width: 100%; }
  body.mansion .r02-06 .flex .box-r .box {
    width: calc(300 / 637 * 100%); }
@media screen and (max-width: 960px) {
  body.mansion .r02-02 .flex .box-l {
    width: 48%; }
  body.mansion .r02-02 .flex .box-r {
    width: 48%; }
    body.mansion .r02-02 .flex .box-r .box {
      width: 48%; }
  body.mansion .r02-04 .flex1 .box-l {
    width: 100%; }
  body.mansion .r02-04 .flex1 .box-r {
    width: 70%;
    margin: 2rem auto 0 auto; }
  body.mansion .r02-05 .flex .box-l {
    width: 100%; }
  body.mansion .r02-05 .flex .box-r {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.mansion .r02-05 .flex .box-r * {
      min-height: 0%; }
    body.mansion .r02-05 .flex .box-r .lead, body.mansion .r02-05 .flex .box-r .submidashi {
      width: 100%; }
    body.mansion .r02-05 .flex .box-r .box {
      width: 48%; }
  body.mansion .r02-06 .flex .box-r br.pc {
    display: none !important; } }
@media screen and (max-width: 768px) {
  body.mansion .r02-01 .flex1 .box-l {
    width: 100%; }
  body.mansion .r02-01 .flex1 .box-r {
    width: 100%; }
  body.mansion .r02-01 .flex2 .box {
    width: 48%; }
  body.mansion .r02-02 .flex .box-l {
    width: 70%;
    margin: 0 auto; }
  body.mansion .r02-02 .flex .box-r {
    width: 100%; }
  body.mansion .r02-04 .flex1 .box-r {
    width: 100%; }
  body.mansion .r02-04 .flex2 .box {
    width: 48%; }
  body.mansion .r02-04 .flex3 .box {
    width: 48%; }
  body.mansion .r02-03 .flex .box {
    width: 48%; }
    body.mansion .r02-03 .flex .box:first-of-type {
      width: 100%; }
  body.mansion .r02-06 .flex .box-l {
    width: 100%; }
  body.mansion .r02-06 .flex .box-r {
    width: 100%; }
    body.mansion .r02-06 .flex .box-r .box {
      width: 48%; }
  body.mansion .r02-07 .flex .box-l {
    width: 100%; }
  body.mansion .r02-07 .flex .box-r {
    width: 100%; }
    body.mansion .r02-07 .flex .box-r .box {
      width: 48%; } }
@media screen and (max-width: 500px) {
  body.mansion .r02-05 .flex .box-r .box {
    width: 100%; } }

body.office .box {
  margin-top: 3rem; }
body.office .h-box {
  background: #e1e9fa;
  padding: 2.5rem;
  border-radius: 1rem; }
  body.office .h-box .h-ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold; }
  body.office .h-box ul {
    margin-top: 2rem; }
    body.office .h-box ul li {
      font-size: 1.6rem;
      line-height: 1.8;
      margin-top: .8rem;
      position: relative;
      padding-left: 1rem;
      letter-spacing: -.05em; }
      body.office .h-box ul li .en-txt {
        letter-spacing: .05em; }
      body.office .h-box ul li::before {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        top: 1.2rem;
        left: 0; }
body.office .h-s-ttl {
  background: #e1e9fa;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold; }
body.office .r03-01 .img01 {
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r03-01 .img01 * {
    min-height: 0%; }
  body.office .r03-01 .img01 .img {
    width: calc(540 / 1100 * 100%); }
  body.office .r03-01 .img01 + .lead {
    margin-top: 3rem; }
body.office .r03-01 .flex .box {
  width: calc(245 / 1100 * 100%); }
body.office .r03-02 .flex .box-l {
  margin-top: 3rem;
  width: calc(440 / 1100 * 100%); }
body.office .r03-02 .flex .box-r {
  width: calc(620 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r03-02 .flex .box-r * {
    min-height: 0%; }
  body.office .r03-02 .flex .box-r .box {
    width: calc(300 / 620 * 100%); }
body.office .r03-03 .flex1 .box-l {
  margin-top: 3rem;
  width: calc(440 / 1100 * 100%); }
body.office .r03-03 .flex1 .box-r {
  width: calc(620 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r03-03 .flex1 .box-r * {
    min-height: 0%; }
  body.office .r03-03 .flex1 .box-r .box {
    width: calc(300 / 620 * 100%); }
body.office .r03-03 .pc-service {
  margin-top: 3rem;
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 1rem; }
  body.office .r03-03 .pc-service .h-s-ttl {
    margin-bottom: 2rem; }
  body.office .r03-03 .pc-service .midashi {
    margin-top: 0;
    padding-left: 0; }
    body.office .r03-03 .pc-service .midashi::before {
      display: none; }
  body.office .r03-03 .pc-service .lead {
    font-size: 1.4rem; }
  body.office .r03-03 .pc-service .flex2 .f-box {
    width: calc(485 / 1015 * 100%); }
  body.office .r03-03 .pc-service .pc-point {
    margin-top: 3rem; }
    body.office .r03-03 .pc-service .pc-point .p-ttl {
      font-size: 1.8rem;
      color: #3372f2;
      font-weight: bold; }
    body.office .r03-03 .pc-service .pc-point ul {
      margin-top: 1rem; }
      body.office .r03-03 .pc-service .pc-point ul li {
        position: relative;
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: bold;
        padding-left: 2rem;
        margin-top: .5rem; }
        body.office .r03-03 .pc-service .pc-point ul li::before {
          content: "";
          display: block;
          border-radius: 50%;
          border: solid 1px #3372f2;
          width: 1.4rem;
          height: 1.4rem;
          position: absolute;
          top: .5rem;
          left: 0; }
    body.office .r03-03 .pc-service .pc-point .note {
      margin-top: 1rem; }
  body.office .r03-03 .pc-service .net-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.office .r03-03 .pc-service .net-box * {
      min-height: 0%; }
    body.office .r03-03 .pc-service .net-box .lead {
      width: calc(362 / 485 * 100%); }
    body.office .r03-03 .pc-service .net-box .img {
      width: calc(82 / 485 * 100%); }
body.office .r03-04 .flex .box-l {
  margin-top: 3rem;
  width: calc(440 / 1100 * 100%); }
body.office .r03-04 .flex .box-r {
  width: calc(620 / 1100 * 100%);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r03-04 .flex .box-r * {
    min-height: 0%; }
  body.office .r03-04 .flex .box-r .box {
    width: calc(300 / 620 * 100%); }
body.office .r03-05 .flex {
  margin-top: 2rem; }
body.office .r03-05 .box {
  margin-top: 3rem;
  width: calc(520 / 1100 * 100%); }
body.office .r03-05 .am-ttl {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3372f2;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #3372f2; }
body.office .r03-05 .box1 .img06-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r03-05 .box1 .img06-1 * {
    min-height: 0%; }
  body.office .r03-05 .box1 .img06-1 .img {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    body.office .r03-05 .box1 .img06-1 .img * {
      min-height: 0%; }
    body.office .r03-05 .box1 .img06-1 .img:first-of-type {
      width: calc(410 / 520 * 100%); }
    body.office .r03-05 .box1 .img06-1 .img:last-of-type {
      width: calc(105 / 520 * 100%); }
body.office .r03-05 .box1 .lead {
  margin-top: 2.5rem; }
body.office .r03-05 .box2 .img {
  margin-top: 2.5rem; }
  body.office .r03-05 .box2 .img + .lead {
    margin-top: 2.5rem; }
body.office .r03-05 .box3 {
  position: relative; }
  body.office .r03-05 .box3 .img {
    width: calc(422 / 520 * 100%);
    position: relative; }
  body.office .r03-05 .box3 .lead {
    width: calc(300 / 520 * 100%);
    position: absolute;
    bottom: 5%;
    right: 0; }
    body.office .r03-05 .box3 .lead .note {
      margin-top: 2rem; }
body.office .r03-05 .box4 .lead {
  margin-top: 2.5rem; }
body.office .r03-06 .h-box {
  margin-top: 5rem; }
body.office .r03-06 .aed-box {
  margin-top: 4rem;
  border: solid 2px #3372f2;
  padding: 3.5rem;
  background: #fff;
  border-radius: 1rem; }
  body.office .r03-06 .aed-box .img-box {
    border-right: solid 1px #3372f2;
    padding-right: 3rem;
    width: calc(681 / 1015 * 100%); }
  body.office .r03-06 .aed-box .txt-box {
    padding-left: 3rem;
    width: calc(331 / 1015 * 100%); }
    body.office .r03-06 .aed-box .txt-box .a-ttl {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.7;
      color: #3372f2; }
    body.office .r03-06 .aed-box .txt-box .tel-ttl {
      width: 100%;
      max-width: 300px;
      margin-top: 4rem;
      margin-bottom: 4rem; }
      body.office .r03-06 .aed-box .txt-box .tel-ttl a {
        transition: 0.5s opacity; }
        body.office .r03-06 .aed-box .txt-box .tel-ttl a:hover {
          opacity: 0.5; }
    body.office .r03-06 .aed-box .txt-box .tel-box {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      align-items: stretch; }
      body.office .r03-06 .aed-box .txt-box .tel-box * {
        min-height: 0%; }
      body.office .r03-06 .aed-box .txt-box .tel-box .t-icon {
        margin-top: .5rem;
        width: calc(27 / 300 * 100%);
        max-width: 27px; }
      body.office .r03-06 .aed-box .txt-box .tel-box .txt {
        font-size: 2rem;
        line-height: 2;
        color: #000;
        width: calc(255 / 300 * 100%); }
        body.office .r03-06 .aed-box .txt-box .tel-box .txt .ten {
          display: inline-block;
          width: 2rem;
          height: .8rem;
          margin: auto 1rem;
          border-top: dotted 4px #000; }
body.office .r03-07 .box {
  width: calc(245 / 1100 * 100%); }
body.office .r02-03 .flex .box {
  width: calc(245 / 1100 * 100%); }
  body.office .r02-03 .flex .box:first-of-type {
    width: calc(529 / 1100 * 100%); }
body.office .r02-06 .flex .box-l {
  width: calc(400 / 1100 * 100%);
  margin-top: 3rem; }
body.office .r02-06 .flex .box-r {
  width: calc(637 / 1100 * 100%);
  margin-top: 3rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch; }
  body.office .r02-06 .flex .box-r * {
    min-height: 0%; }
  body.office .r02-06 .flex .box-r .midashi, body.office .r02-06 .flex .box-r .lead {
    width: 100%; }
  body.office .r02-06 .flex .box-r .box {
    width: calc(300 / 637 * 100%); }
@media screen and (max-width: 960px) {
  body.office .r03-02 .flex .box-l {
    width: 100%; }
  body.office .r03-02 .flex .box-r {
    width: 100%; }
  body.office .r03-03 .flex1 .box-l {
    width: 100%; }
  body.office .r03-03 .flex1 .box-r {
    width: 100%; }
  body.office .r03-03 .pc-service .flex2 .f-box {
    width: 100%; }
  body.office .r03-04 .flex .box-l {
    width: 100%; }
  body.office .r03-04 .flex .box-r {
    width: 100%; }
  body.office .r03-05 .box {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.office .r03-05 .box * {
      min-height: 0%; }
    body.office .r03-05 .box .lead br {
      display: none; }
  body.office .r03-05 .box1 .img06-1 {
    width: 60%; }
  body.office .r03-05 .box1 .lead {
    width: 38%;
    margin-top: 0; }
  body.office .r03-05 .box2 .img {
    width: 60%;
    margin-right: auto;
    margin-left: auto; }
  body.office .r03-05 .box3 .img {
    width: 50%; }
  body.office .r03-05 .box3 .lead {
    width: 70%;
    bottom: 0; }
  body.office .r03-05 .box4 .img {
    width: 60%;
    margin-right: auto;
    margin-left: auto; }
  body.office .r03-06 .aed-box .img-box {
    border-right: none;
    padding-right: 0;
    padding-bottom: 2rem;
    width: 70%;
    margin-right: auto;
    margin-left: auto; }
  body.office .r03-06 .aed-box .txt-box {
    border-top: solid 1px #3372f2;
    padding-left: 0;
    padding-top: 2rem;
    width: 100%; }
  body.office .r03-06 .aed-box .a-ttl .aw {
    display: inline; }
  body.office .r03-06 .aed-box .a-tel {
    margin-top: 2rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.office .r03-06 .aed-box .a-tel * {
      min-height: 0%; }
    body.office .r03-06 .aed-box .a-tel .tel-ttl {
      margin: 0;
      width: 300px;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center; }
      body.office .r03-06 .aed-box .a-tel .tel-ttl * {
        min-height: 0%; }
    body.office .r03-06 .aed-box .a-tel .tel-box {
      width: calc(95% - 300px); }
      body.office .r03-06 .aed-box .a-tel .tel-box .t-icon {
        margin-top: 0;
        width: 27px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center; }
        body.office .r03-06 .aed-box .a-tel .tel-box .t-icon * {
          min-height: 0%; }
      body.office .r03-06 .aed-box .a-tel .tel-box .txt {
        width: calc(95% - 27px); }
  body.office .r02-06 .flex .box-r br.pc {
    display: none !important; } }
@media screen and (max-width: 768px) {
  body.office .r03-01 .flex .box {
    width: 48%; }
  body.office .r03-05 .box1 .img06-1 {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto; }
  body.office .r03-05 .box1 .lead {
    width: 100%;
    margin-top: 2.5rem; }
  body.office .r03-05 .box2 .img {
    width: 100%;
    max-width: 480px; }
  body.office .r03-05 .box3 .img {
    width: 60%; }
  body.office .r03-05 .box3 .lead {
    width: 60%;
    bottom: 0; }
  body.office .r03-05 .box4 .img {
    width: 100%;
    max-width: 480px; }
  body.office .r03-06 .aed-box .img-box {
    width: 100%;
    max-width: 700px; }
  body.office .r03-06 .aed-box .a-tel .tel-ttl {
    margin: 2rem auto; }
  body.office .r03-06 .aed-box .a-tel .tel-box {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.office .r03-06 .aed-box .a-tel .tel-box * {
      min-height: 0%; }
    body.office .r03-06 .aed-box .a-tel .tel-box .t-icon {
      margin-right: 2rem; }
    body.office .r03-06 .aed-box .a-tel .tel-box .txt {
      display: inline-block;
      width: auto; }
  body.office .r03-07 .box {
    width: 48%; }
  body.office .r02-03 .flex .box {
    width: 48%; }
    body.office .r02-03 .flex .box:first-of-type {
      width: 100%; }
  body.office .r02-06 .flex .box-l {
    width: 100%; }
  body.office .r02-06 .flex .box-r {
    width: 100%; }
    body.office .r02-06 .flex .box-r .box {
      width: 48%; } }
@media screen and (max-width: 500px) {
  body.office .r03-05 .box3 .img {
    width: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto; }
  body.office .r03-05 .box3 .lead {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2rem; } }

body.lease .page-midashi {
  font-size: 2.8rem; }
body.lease .r04-01 .img01 .txt {
  width: calc(475 / 1100 * 100%); }
body.lease .r04-01 .img01 .img {
  position: relative;
  margin: -7rem 0 0 auto;
  width: calc(916 / 1100 * 100%); }
  body.lease .r04-01 .img01 .img .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem;
    line-height: 1; }
body.lease .r04-01 .sumai {
  margin-top: 5rem; }
  body.lease .r04-01 .sumai .sumai-inner {
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 2.5rem 3rem; }
    body.lease .r04-01 .sumai .sumai-inner .sumai-list {
      font-size: 1.4rem;
      line-height: 1.6; }
    body.lease .r04-01 .sumai .sumai-inner .s-line {
      margin-top: 2rem;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      align-items: stretch; }
      body.lease .r04-01 .sumai .sumai-inner .s-line * {
        min-height: 0%; }
      body.lease .r04-01 .sumai .sumai-inner .s-line:first-of-type {
        margin-top: 0; }
      body.lease .r04-01 .sumai .sumai-inner .s-line .s-ttl {
        width: 30%;
        color: #3372f2;
        font-weight: bold;
        position: relative; }
        body.lease .r04-01 .sumai .sumai-inner .s-line .s-ttl .txt {
          position: relative;
          display: inline-block;
          background: #fff;
          z-index: 3;
          padding-right: .5rem; }
        body.lease .r04-01 .sumai .sumai-inner .s-line .s-ttl::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          border-top: dotted 2px #000;
          position: absolute;
          top: 1rem;
          left: 0; }
      body.lease .r04-01 .sumai .sumai-inner .s-line .s-txt {
        width: 68%; }
  body.lease .r04-01 .sumai .sumai-company {
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
    background: #b7dff2;
    border-radius: 0 0 1rem 1rem;
    font-weight: bold; }
    body.lease .r04-01 .sumai .sumai-company .aw {
      margin-right: 1rem; }
body.lease .r04-02 .eq {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3372f2; }
  body.lease .r04-02 .eq .aw {
    margin-right: 1rem; }
body.lease .r04-02 .flex .box {
  margin-top: 3rem;
  width: calc(245 / 1100 * 100%); }
@media screen and (max-width: 960px) {
  body.lease .page-midashi {
    font-size: 2.4rem; }
  body.lease .r04-01 .img01 .txt {
    width: 100%; }
  body.lease .r04-01 .img01 .img {
    position: relative;
    margin: 2rem 0 0 0;
    width: 100%; }
  body.lease .r04-01 .sumai .sumai-inner .s-line .s-ttl {
    width: 100%; }
    body.lease .r04-01 .sumai .sumai-inner .s-line .s-ttl::after {
      display: none; }
  body.lease .r04-01 .sumai .sumai-inner .s-line .s-txt {
    margin-top: .5rem;
    width: 100%; } }
@media screen and (max-width: 768px) {
  body.lease .r04-02 .flex .box {
    width: 48%; } }
@media screen and (max-width: 500px) {
  body.lease .r04-01 .sumai .sumai-company .aw {
    font-size: 1.4rem;
    display: block;
    margin: 1rem 0 0 0; } }

body.list .box {
  margin-top: 3rem; }
body.list .r05-01 {
  padding: 2rem 0 4rem 0; }
  body.list .r05-01 .inner {
    padding: 0; }
  body.list .r05-01 ul li {
    margin: 2rem 1.5rem 0 0;
    display: inline-block; }
    body.list .r05-01 ul li span, body.list .r05-01 ul li a {
      display: block;
      font-size: 2rem;
      line-height: 1;
      background: #fff;
      color: #444;
      border: solid 1px #ccc;
      padding: 1.5rem 2.5rem;
      border-radius: 2.8rem; }
body.list .r05-02 ul li {
  width: calc(245 / 1100 * 100%); }
  body.list .r05-02 ul li .b-name {
    color: #003e86; }
  body.list .r05-02 ul li .detail {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center; }
@media screen and (max-width: 960px) {
  body.list .r05-02 ul li {
    width: 48%; } }
@media screen and (max-width: 500px) {
  body.list .r05-01 ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    body.list .r05-01 ul * {
      min-height: 0%; }
    body.list .r05-01 ul li {
      display: block;
      width: 48%;
      margin: 2rem 0 0 0; }
      body.list .r05-01 ul li a, body.list .r05-01 ul li span {
        text-align: center; }
  body.list .r05-02 ul li .detail {
    text-align: left; } }
