<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen (min-width: 980px) and (max-width: 1400px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #333;
  font-family: Georgia, Times, "Times New Roman", serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  width: 100%;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

.opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.displayPC {
  display: block;
}

.displaySP {
  display: none;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-red {
  background-color: #990001;
}
.btn-red .btn-text {
  padding: 1em 0.5em;
  color: #fff;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
}

#contents {
  position: relative;
  /* margin-bottom: 120px; */
}
#contents.second::before {
  position: absolute;
  content: "";
  display: block;
  max-width: 1585px;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  background: #707070;
}
@media screen and (max-width: 979px) {
  html.open {
    overflow-y: hidden;
  }

  #contents {
    /* margin-bottom: 50px; */
    margin-top: 88px;
    width: 100%;
  }

  #contents.second::before {
    display: none;
  }
  .opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }

  .displayPC {
    display: none;
  }

  .displaySP {
    display: block;
  }
}

/* header
-------------------------------------------------------------------------------------------- */
#header {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

#header #headerFirst {
  overflow: hidden;
  height: 50px;
  width: 100%;
  background: #efefef;
}
#header #headerFirst .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}

#header #headerFirst h1 {
  margin-top: -10px;
  width: 35%;
  text-indent: 10px;
}

#header #headerFirst h1 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

#header #headerFirst h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#header #headerFirst h1 img {
  max-width: 339px;
  width: 100%;
  height: auto;
}

#header #headerFirst #language {
  width: 65%;
  height: 100%;
}

#header #headerFirst #language ul {
  float: right;
  display: table;
  height: 100%;
}

#header #headerFirst ul li {
  display: table-cell;
  vertical-align: middle;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

#header #headerFirst ul li a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

#header #headerFirst ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#header #headerFirst ul li.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#header #headerFirst ul li:nth-child(1) a,
#header #headerFirst ul li:nth-child(2) a,
#header #headerFirst ul li:nth-child(3) a {
  margin: 0 10px;
  padding: 5px 0;
}

#header #headerFirst ul li.btn {
  width: 200px;
  line-height: 1;
}
#header #headerFirst ul li.btn.btn-line {
  width: 200px;
  line-height: 1;
  background: #00b900;
}
#header #headerFirst ul li.btn.btn-line img {
  width: 30px;
  margin-right: 4px;
}
#header #headerFirst ul li.btn.btn-line a {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

#header #headerSecond {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background: #fff;
}

#header #headerSecond .container {
  display: flex;
  align-items: center;
  height: 118px;
}

#header #headerSecond .brandLogo {
  height: 60px;
  width: 254px;
}
#header #headerSecond .brandLogo img {
  width: auto;
  height: 100%;
}

#header #headerSecond #globalNav {
  flex: 1 1 auto;
  margin-left: 1rem;
}

#header #headerSecond #globalNav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

#header #headerSecond #globalNav ul li {
  /*margin-right: 1rem;*/
}
/*
#header #headerSecond #globalNav ul li:nth-child(1) {
width: 16.5%;
}

#header #headerSecond #globalNav ul li:nth-child(2) {
width: 20%;
}

#header #headerSecond #globalNav ul li:nth-child(3) {
width: 14%;
}

#header #headerSecond #globalNav ul li:nth-child(4) {
width: 13.1%;
}

#header #headerSecond #globalNav ul li:nth-child(5) {
width: 15.3%;
}
 */

#header #headerSecond #globalNav ul li a {
  display: block;
  width: 100%;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

#header #headerSecond #globalNav ul li a:hover {
  color: #00703c;
}

#header #headerSecond #globalNav ul li:last-child {
  margin-right: 0;
}

#header #headerSecond #globalNav ul li span {
  display: block;
}

#header #headerSecond #globalNav ul li .name {
  position: relative;
  margin-bottom: 3px;
  font-size: 1.375rem;
  font-weight: bold;
}
#header #headerSecond #globalNav ul li a .name::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: currentColor;
  transition: 0.3s width ease-in-out;
}
#header #headerSecond #globalNav ul li a:hover .name::before {
  width: 100%;
}

#header #headerSecond #globalNav ul li span img {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  #header {
    overflow: inherit;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999999;
  }

  #header #headerFirst {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 10px 0;
  }

  #header #headerFirst h1 {
    margin-top: 0px;
    float: none;
    width: 100%;
    text-indent: 10px;
  }

  #header #headerFirst h1 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }

  #header #headerFirst h1 img {
    max-width: 339px;
    width: 60%;
    width: 200px;
    height: auto;
  }

  #header #headerFirst #language {
    display: none;
  }

  #header #headerFirst ul li a:hover {
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }

  #header #headerSecond {
    position: relative;
    max-width: unset;
    width: 100%;
    overflow: auto;
    background: #fff;
  }
  #header #headerSecond .container {
    height: 52px;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
  }

  #header #headerSecond .brandLogo {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  #header #headerSecond .brandLogo img {
    width: auto;
    height: 36px;
    max-height: 100%;
  }
  #header #headerSecond #globalNav {
    float: none;
    width: 100%;
    z-index: 99999;
    position: fixed;
    overflow: auto;
    margin-left: 0;
    top: 88px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
    background-colir: #efefef;
  }
  #header #headerSecond #globalNav ul {
    display: block;
    margin: 30px auto;
    width: 80%;
  }

  #header #headerSecond #globalNav ul li {
    float: none;
    margin-right: 0%;
    margin-bottom: 40px;
    font-size: 0.875rem;
  }

  #header #headerSecond #globalNav ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }

  #header #headerSecond #globalNav ul li:nth-child(1) {
    width: 100%;
  }

  #header #headerSecond #globalNav ul li:nth-child(2) {
    width: 100%;
  }

  #header #headerSecond #globalNav ul li:nth-child(3) {
    width: 100%;
  }

  #header #headerSecond #globalNav ul li:nth-child(4) {
    width: 100%;
  }

  #header #headerSecond #globalNav ul li:nth-child(5) {
    width: 100%;
  }

  #header #headerSecond #globalNav ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  #header #headerSecond #globalNav ul li span {
    display: block;
  }

  #header #headerSecond #globalNav ul li .name {
    font-size: 1.5625rem;
    margin-bottom: 2px;
  }

  #header #headerSecond #globalNav ul li span.line {
    margin-bottom: 3px;
    font-size: 1.5625rem;
  }

  #header #headerSecond #globalNav ul li span.sub {
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  #header #headerSecond #globalNav ul li span img {
    margin-bottom: 15px;
  }

  #header #headerSecond #globalNav ul li.displaySP {
    float: left;
    width: 32%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }

  #header #headerSecond #globalNav ul .btn.displaySP {
    width: 100%;
  }
  #header #headerSecond #globalNav ul li.btn.btn-red{
    margin-bottom: 10px;
  }
  #header #headerSecond ul li.btn.btn-line {
    width: 100%;
    line-height: 1;
    background: #00b900;
  }
  #header #headerSecond ul li.btn.btn-line img {
    width: 40px;
    margin-right: 4px;
  }
  #header #headerSecond ul li.btn.btn-line img {
    width: 30px;
    margin-right: 4px;
  }
  #header #headerSecond ul li.btn.btn-line a {
    padding: 0.415em 0.5em;
  }
  #header #headerSecond ul li.btn.btn-line a {
    box-sizing: border-box;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* sp
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 979px) {
  .none {
    display: none !important;
  }
  /* Toggle Button */
  #nav-toggle {
    /*display: none;*/
    position: absolute;
    right: 12px;
    top: 60%;
    /* bottom: 0; */
    transform: translateY(-50%);
    width: 50px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
  }

  #nav-toggle div {
    position: relative;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    background: #00703c;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    margin: 0 7px;
    width: 30px;
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    margin: 0 7px;
    width: 30px;
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    margin: 0 7px;
    width: 30px;
    top: 20px;
  }

  #nav-toggle span:nth-child(4) {
    margin: 0;
    width: 50px;
    top: 26px;
    height: 0;
  }
  #header.open {
    height: 100%;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle.open span:nth-child(1) {
    top: 11px;
    margin: 0 7px;
    width: 30px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0;
    height: 2px;
    left: 50%;
  }
  #nav-toggle.open span:nth-child(3) {
    top: 11px;
    margin: 0 7px;
    width: 30px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #globalNav アニメーション */
  #globalNav {
    /* 開いてないときは画面外に配置 */
    /*top: -500px;*/
    /*position: relative;*/
    position: absolute;
    z-index: -1;
    background: #f0f1f2;
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    display: none;
    /*opacity: 0;*/
    background: #efefef;
  }

  #globalNav.open {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0px;
    right: 0;
    left: 0;
    overflow: scroll;
    opacity: 1;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    z-index: 99999;
  }
}

/* #pageTopBtn
-------------------------------------------------------------------------------------------- */
#pageTopBtn {
  clear: both;
  width: 100%;
  top: 0;
}

#pageTopBtn p {
  margin-right: 20px;
}

#pageTopBtn p img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: right;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

#pageTopBtn p img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
@media screen and (max-width: 979px) {
  #pageTopBtn p {
    margin-right: 10px;
  }

  #pageTopBtn p img {
    width: 25px;
    height: 25px;
  }

  #pageTopBtn p img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
  }
}

/* #footer
-------------------------------------------------------------------------------------------- */

#footer {
  background-color: #455056 !important;
  display: block;
}

#footer h3 {
  font-size: 36px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #footer h3 {
    font-size: 6.93333vw;
  }
}

#footer p {
  font-size: 18px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #footer p {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 16vw;
  }
}

#footer .footer_top {
  padding: 50px 80px;
  display: flex;
  position: relative;
  border-bottom: solid 1px #fff;
}

#footer .footer_top_left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
}

@media screen and (max-width: 768px) {
  #footer .footer_top {
    padding: 10.66667vw 4.66667vw;
    flex-direction: column;
  }
  #footer .footer_top_left {
    width: 100%;
  }
}

#footer .footer_top_right {
  margin-left: 80px;
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}

#footer .footer_top_right .more_btn {
  margin-top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer .footer_top_right {
    margin: 5.33333vw auto 0;
    width: 30.93333vw;
  }
}

#footer .second-hand_mansion {
  width: 100%;
  max-width: 467px;
}

@media screen and (max-width: 768px) {
  #footer .second-hand_mansion {
    max-width: none;
  }
}

#footer .second-hand_mansion_desc_warpper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

#footer .footer_top_desc {
  margin-top: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #footer .footer_top_desc {
    margin-top: 5.33333vw;
  }
}

#footer .second-hand_mansion_desc {
  margin-top: 10px;
  height: 16px;
}

#footer .second-hand_mansion_desc:first-child {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #footer .second-hand_mansion_desc {
    margin-top: 1.33333vw;
    height: 3.2vw;
  }
  #footer .second-hand_mansion_desc:first-child {
    margin-top: 5.33333vw;
  }
}

#footer .footer_bottom {
  padding: 20px 80px 30px;
}

#footer .footer_bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #footer .footer_bottom {
    padding: 10.66667vw 4.66667vw 10.66667vw 2.66667vw;
  }
  #footer .footer_bottom ul {
    justify-content: flex-start;
  }
}

#footer .footer_link_warpper {
  padding: 0 10px;
  margin-top: 10px;
  border-right: solid 1px #ffffff;
}

#footer .footer_link_warpper:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  #footer .footer_link_warpper {
    padding: 0 2vw;
    margin-top: 2vw;
    border-right: solid 2px #ffffff;
  }
}

#footer .footer_link {
  height: 16px;
  transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  #footer .footer_link {
    height: 3.2vw;
    transform: 0.4vw;
  }
}

#footer .more_btn {
  margin-top: 50px;
  width: 150px;
  height: 38px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .bg_none {
  border: solid 1px #ffffff;
}

.footer_top_right .more_btn {
  margin-top: 0;
  width: 100%;
}

span.cap {
  padding-top: 8px;
  font-size: 0.875rem;
  text-align: right;
  display: block;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@media screen and (max-width: 979px) {
  .titleBox {
    display: none;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  body {
    position: relative;
  }

  .footer-bottom {
    width: 100%;
    position: fixed;
    display: flex;
    opacity: 1 !important;
    bottom: 0px;
    z-index: 99999;
    background: #efefef;
  }

  .footer-bottom img {
    max-width: 200px;
    padding: 5px;
  }
  #footer {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 979px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }

  .footer-bottom {
    display: none;
  }

  #footer {
    margin-bottom: 0px;
  }
  .btn.displaySP {
    display: none;
  }
  #header #headerSecond #globalNav ul li + li {
    margin-left: 2em;
  }
}

.sp-only {
  text-align: center;
  padding-top: 20px;
  color: #00703c;
  font-size: 1.3125rem;
  line-height: 1.4;
  padding: 0 10px;
  padding-top: 20px;
}
.more_btn .btn_img_inquiry {
  height: 18px;
}

@media screen and (max-width: 768px) {
  .more_btn .btn_img_inquiry {
    height: 4vw;
  }
}

.footer-bottom {
  display: flex;
  justify-content: center;
  height: 40px;
}

.footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  padding: 15px 0;
  font-weight: bold;
  max-width: 50%;
  width: 100%;
  flex: 1 1 auto;
}

.mobile-footer-1 {
  background-color: #00703c;
}

.mobile-footer-2 {
  flex: 1 1 auto;
  background-color: #990001;
}

@media screen and (min-width: 979px) {
  .mobile-footer {
    display: none;
  }
}
</pre></body></html>