<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* flow */

/* #infoArea
----------------------------------------------------------------------------------------------- */
#mainViewArea {
  width: 100%;
  background: #fff url(../img/img_main.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  z-index: 1;
}

#mainViewArea h3 {
  color: #fff;
  padding: 8% 0;
}

#mainViewArea h3 span {
  display: inline-block;
  font-size: 50px;
  padding: 20px 5%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 979px) {
  #mainViewArea h3 span {
    padding: 8px 8%;
    font-size: 24px;
    line-height: 1.25;
  }
}

/* banner-area */
.bannerArea {
  padding-top: 80px;
  margin: 0 auto 40px auto;
  width: 98%;
  border-top: 1px dotted #000;
}
.banner_catch {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.banner_line {
  display: block;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 0;
}
.banner_text {
  letter-spacing: 0;
  vertical-align: top;
  line-height: 1.6;
  text-align: center;
}
.bannerArea a {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 8px 0;
  color: #fff;
  background: #990000;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

#contents {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 979px) {
  .bannerArea {
    width: 92%;
    margin: 0 auto 40px auto;
    padding-top: 60px;
    border-top: 1px dotted #000;
  }
  .banner_catch {
    font-size: 21px;
  }
  .banner_text {
    font-size: 16px;
    text-align: left;
  }
  .bannerArea a {
    margin: 20px auto 0 auto;
    font-size: 15px;
  }
}

/* banner-area */

/* #intorArea
----------------------------------------------------------------------------------------------- */
#intorArea {
  position: relative;
  width: 100%;
  z-index: 1;
}

#intorArea p {
  padding: 4% 0;
  line-height: 1.7;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
@media screen and (max-width: 979px) {
  #intorArea p {
    padding: 7% 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  #intorArea p {
    padding: 7% 0;
    font-size: 13px;
  }
}

/* flow-area-head */

#flowArea {
  background-color: #efefef;
  font-family: Athelas;
}

.green {
  color: #3e6d81;
}

.red {
  color: #b48c73;
}

.flow-area-head {
  padding: 70px 0 60px;
}

.flow-area-head .text-left {
  text-align: left;
}

.flow-area-head-00-container {
  text-align: center;
}

.flow-area-head-00-container img {
  width: 130px;
  height: 130px;
}

.flow-area-head-00-container span {
  line-height: 130px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}

.flow-area-head-pc-flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.flow-area-head-pc-flex img {
  width: 130px;
  height: 130px;
}

.flow-area-head-sp-flex {
  display: none;
}

.flow-area-head-container {
  text-align: center;
}

.flow-area-head-container h1 {
  font-size: 40px;
  font-weight: bold;
}

.flow-area-head-container p {
  font-size: 20px;
  font-weight: bold;
}

.arrow-bottom {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 18px solid #6a6a6a;
  margin: 35px auto;
}

.arrow-right {
  width: 0;
  height: 0;
  border-left: 12px solid #6a6a6a;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-top: 70px;
}

.first-line {
  color: #333;
}

@media screen and (max-width: 979px) {
  #container {
    width: 328px !important;
  }

  .flow-area-head-00-container img {
    height: 87px;
    width: 87px;
  }

  .flow-area-head-00-container span {
    margin: 0;
    font-size: 14px;
    display: block;
    line-height: 0px;
    margin: 18px 0;
  }

  .flow-area-head-pc-flex {
    display: none;
  }

  .flow-area-head-sp-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .flow-area-head-sp-flex:last-child {
    margin-bottom: 10px;
  }

  .flow-area-head-sp-flex img {
    width: 87px;
    height: 87px;
  }

  .flow-area-head-container h1 {
    font-size: 26px;
  }

  .flow-area-head-container p {
    font-size: 14px;
  }

  .arrow-bottom {
    margin: 10px auto;
  }

  .arrow-bottom {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #6a6a6a;
    margin: 20px auto;
  }

  .arrow-right {
    border-left: 6px solid #6a6a6a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: 36px;
  }
}
/* flow-area-head */

/* flow-area-main */
.flow-area-main {
  padding: 80px 0 0;
}

.flow-area-main img {
  width: 130px;
  height: 130px;
  margin-right: 30px;
}

.flow-card:first-child {
  background-color: #efefef;
}

.flow-card {
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.flow-card-header {
  display: flex;
}

.flow-card-header + ul {
  display: none;
}

.flow-card-header &gt; h1 {
  display: none;
}

.flow-card-header h1,
.flow-card-body h1 {
  font-size: 30px;
  padding: 5px 0 20px;
  font-weight: bold;
}

.flow-area-main ul &gt; li,
.flow-card-header ul &gt; li,
.flow-card-body ul &gt; li {
  font-size: 20px;
  font-weight: bold;
  list-style-type: disc !important;
  list-style-position: inside;
  padding-bottom: 15px;
}

.flow-card-header span {
  font-size: 44px;
  margin-right: 20px;
}

.flow-card-header_left {
  display: flex;
}

.see-details-text {
  line-height: 130px;
  padding: 0 !important;
}

.see-details-btn-pc {
  position: absolute;
  top: 20px;
  right: 30px;
  /* margin-left: auto !important; */
}

.see-details-btn-sp {
  display: none;
}

.see-details-btn-pc button {
  padding: 0 21px;
  width: 188px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3e6d81;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: Athelas;
  font-size: 17px;
  font-weight: bold;
}

button .btn_arrow {
  margin: 0;
  width: 22px;
  height: 12px;
}
.see-details-btn-pc .see_details_btn .btn_arrow {
  transform: scale(1, -1);
}

#fNav03 .see-details-btn-pc button {
  background-color: #b48c73;
  color: #fff;
  border: none;
}

.see_details_btn {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.see-details-btn-pc.open .see_details_btn {
  opacity: 0;
}

.flow-card-body {
  /* height: 0px; */
  display: none;
}

.flow-card-body-container {
  margin-left: 160px;
}
.flow-card-body-container hr {
  margin: 20px auto;
}

.hide-details-btn-pc {
  margin: 30px 0 20px;
  text-align: center;
}

.hide-details-btn-pc button {
  padding: 0 21px;
  margin: 0 auto;
  width: 188px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3e6d81;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: Athelas;
  font-size: 17px;
  font-weight: bold;
}

#fNav03 .hide-details-btn-pc button {
  background-color: #b48c73;
  color: #fff;
  border: none;
}

.branch {
  display: flex;
}

.branch img {
  margin: 0 10px 0 30px;
}

.branch-text {
  margin-top: 12px;
}

.branch-text p {
  font-family: Athelas;
  font-size: 16px;
  font-weight: bold;
}

.branch1-sp {
  display: none;
}

.branch1-pc {
  width: 21px !important;
  height: 52px !important;
}

.branch-1-text p {
  margin-bottom: 14px;
}

.branch-2 img {
  width: 20px !important;
  height: 20px !important;
}

.branch2-sp {
  display: none;
}

.branch-2-text {
  margin-bottom: 14px;
}

.branch-3 img {
  width: 21px !important;
  height: 74px !important;
}

.branch-3-text p {
  margin-bottom: 20px;
}

.branch3-sp {
  display: none;
}

.branch-4 img {
  width: 21px !important;
  height: 85px !important;
}

.branch-4-text p {
  margin-bottom: 16px;
}

#roman-list &gt; li {
  list-style-type: lower-roman !important;
  margin: 0 10px 0 30px;
  font-size: 16px;
}

.branch-5 {
  display: none;
}

@media screen and (max-width: 979px) {
  .flow-area-main {
    padding-top: 10px;
  }

  .flow-area-main ul &gt; li,
  .flow-card-header ul &gt; li,
  .flow-card-body ul &gt; li {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .flow-area-main img {
    width: 87px;
    height: 87px;
    margin-right: 18px;
  }

  .flow-card {
    padding: 20px 14px;
  }

  .pc-flex {
    display: none;
  }

  .flow-card-header {
    margin-bottom: 18px;
    flex-direction: column;
  }

  .flow-card-header + ul {
    display: block;
  }

  .flow-card-header &gt; h1 {
    display: block;
    margin-top: 20px;
  }

  .flow-card-header h1,
  .flow-card-body h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .flow-card-header span {
    font-size: 30px;
    margin-right: 14px;
  }

  .flow-card-body-container {
    margin: 20px;
  }

  .see-details-text {
    margin-top: 20px;
    padding: 0 !important;
  }

  .see-details-btn-pc {
    /* display: none; */
    margin-top: 18px;
    margin: 0 auto;
    width: 188px;
    position: relative;
    top: auto;
    right: auto;
  }

  .see-details-btn-sp {
    display: block;
    text-align: center;
  }

  .see-details-btn-pc button {
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3e6d81;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: Athelas;
    font-size: 17px;
    font-weight: bold;
  }

  button .btn_arrow {
    margin: 0;
    width: 13px;
    height: 8px;
  }

  .see-details-btn-sp .see_details_btn .btn_arrow {
    transform: scale(1, -1);
  }

  #fNav03 .see-details-btn-sp button {
    background-color: #b48c73;
    color: #fff;
    border: none;
  }

  .hide-details-btn-pc button {
    padding: 0 40px;
  }

  .branch img {
    margin: 0 10px 0 30px;
  }

  .branch-text {
    margin-top: 10px;
  }

  .branch-text p {
    font-size: 13px;
  }

  .branch1-pc {
    display: none;
  }

  .branch1-sp {
    display: block;
    width: 21px !important;
    height: 35px !important;
  }

  .branch-1-text p {
    margin-bottom: 6px;
  }

  .branch-1-pc-text {
    display: none;
  }

  .branch-2 img {
    width: 20px !important;
    height: 20px !important;
  }

  .branch-2-text {
    margin-bottom: 14px;
  }

  .branch2-pc {
    display: none;
  }

  .branch2-sp {
    display: flex;
  }

  .branch-3 img {
    width: 21px !important;
    height: 74px !important;
  }

  .branch-3-text p {
    margin-bottom: 10px;
  }

  .branch3-sp {
    display: flex;
  }

  .branch3-sp img {
    width: 21px !important;
    height: 65px !important;
  }

  .branch-4 img {
    width: 21px !important;
    height: 85px !important;
  }

  .branch-4-text p {
    margin-bottom: 16px;
  }

  .branch-5 {
    display: flex;
  }

  .branch-5-text {
    margin-top: 11px;
  }

  .branch-5-text p {
    margin-bottom: 8px;
  }

  .branch-5 img {
    width: 21px !important;
    height: 52px !important;
  }

  #roman-list &gt; li {
    list-style-type: lower-roman !important;
    margin: 0 10px 0 30px;
    font-size: 16px;
  }
}
/* flow-area-main */

/* flow-area-footer */
.flow-area-footer {
  width: 100%;
  padding: 40px 0 100px;
}

.flow-area-footer p {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}
/* flow-area-footer */

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

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

#footer .footer_top_left {
  display: flex;
  flex-direction: column;
}

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

.detail-btnA {
  display: flex;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 979px) {
  .footer-bottom {
    width: 100%;
    position: fixed;
    opacity: 1 !important;
    bottom: 0px;
    z-index: 99999;
    background: #efefef;
  }
}
.mobile-footer-1 {
  padding: 15px;
  background-color: #00703c;
  width: 50%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.mobile-footer-2 {
  font-weight: bold;
  padding: 15px;
  background-color: #990001;
  width: 50%;
  color: #ffffff;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .more_btn {
    margin-top: 5.33333vw;
    width: 30.93333vw;
    height: 7.73333vw;
  }
}

@media screen and (min-width: 769px) {
  .more_btn:hover .underline {
    transform: scale(1, 1);
  }
}

.more_btn .btn_img {
  height: 13px;
  fill: #fff;
}

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

.more_btn .btn_img_inquiry {
  height: 18px;
}

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

.more_btn .underline {
  width: 130px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: scale(0, 1);
  transform-origin: left;
  border-top: solid 1px #ffffff;
  transition: transform 0.5s ease;
}
</pre></body></html>