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

.submainbox {
  background: url("../img/tenant/h2.jpg") no-repeat top right;
  background-size: 80%;
  padding: 100px 0 110px;
}

.submainbox.submain_service {
  background: url("../img/service/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_news {
  background: url("../img/news/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_owner {
  background: url("../img/owner/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_tenant {
  background: url("../img/tenant/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_intermediary {
  background: url("../img/intermediary/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_company {
  background: url("../img/company/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_contact {
  background: url("../img/contact/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_cancellation {
  background: url("../img/cancellation/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_privacypolicy {
  background: url("../img/privacypolicy/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox.submain_solicitationpolicy {
  background: url("../img/solicitationpolicy/h2.jpg") no-repeat top right;
  background-size: 80%;
}

.submainbox h2 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #666;
  font-weight: 600;
}

.submainbox h2 strong {
  background: #fff;
  padding: 2px 20px;
  font-weight: 700;
}

.submainbox h2 span {
  font-size: 6.8rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #1b1d1f;
  line-height: 1.2;
  margin-top: 8px;
  letter-spacing: 0.075em;
}

#subcon p.cs {
  font-size: 7rem;
  color: #333;
}

@media screen and (max-width: 1040px) {
  .submainbox {
    padding: 50px 0 60px;
    margin-top: 62px;
  }

  .submainbox h2 {
    font-size: 1.8rem;
  }

  .submainbox h2 span {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .submainbox {
    margin-top: 52px;
  }

  .submainbox.submain_service {
    background: url("../img/service/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_news {
    background: url("../img/news/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_owner {
    background: url("../img/owner/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_tenant {
    background: url("../img/tenant/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_intermediary {
    background: url("../img/intermediary/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_company {
    background: url("../img/company/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_contact {
    background: url("../img/contact/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_cancellation {
    background: url("../img/cancellation/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_privacypolicy {
    background: url("../img/privacypolicy/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox.submain_solicitationpolicy {
    background: url("../img/solicitationpolicy/h2.jpg") no-repeat top right;
    background-size: cover;
  }

  .submainbox h2 {
    font-size: 1.6rem;
  }

  .submainbox h2 strong {
    padding: 1px 10px;
  }

  .submainbox h2 span {
    font-size: 3.8rem;
    letter-spacing: 0em;
  }

  #subcon p.cs {
    font-size: 4rem;
  }
}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
  padding: 6px 0;
  width: 100%;
  margin: auto;
}

ul.bread_crumb {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: calc(1280px + 2%);
  padding: 0 1%;
  box-sizing: border-box;
}

.bread_crumb li {
  display: inline;
  color: #1b1d1f;
  font-size: 1.2rem;
  font-weight: 500;
}

.bread_crumb .material-icons {
  vertical-align: -0.2em !important;
}

.bread_crumb li:after {
  content: "&gt;";
  padding-left: 10px;
  margin-right: 10px;
}

.bread_crumb li:last-child:after {
  content: "";
}

.bread_crumb li a {
  color: #1b1d1f;
  text-decoration: underline;
}

.bread_crumb li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1040px) {
  ul.bread_crumb {
    padding: 0 3%;
  }
}

@media screen and (max-width: 767px) {
  ul.bread_crumb {
    padding: 0 5%;
  }
}

/* subcon
---------------------------------------------------------------------------*/
#subcon {
  text-align: left;
  font-weight: 600;
}

#subcon .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

#subcon figure {
  padding: 0;
  margin: 0;
}

#subcon .bg01 {
  background: #fff;
}

#subcon .bg02 {
  background: #f0f1f3;
}

#subcon .mt20 {
  margin-top: 20px;
}

#subcon .mt80 {
  margin-top: 80px;
}

#subcon p {
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
  font-weight: 600;
}

#subcon img {
  width: auto;
  max-width: 100%;
}

#subcon .ullist01 {
  margin: 2.5em 0;
}

#subcon .ullist01 li {
  font-size: 1.7rem;
  line-height: 1.6;
  padding-left: 0.9em;
  text-indent: -0.9em;
  margin-bottom: 14px;
  letter-spacing: 0.075em;
  font-weight: 600;
}

#subcon .ullist02 {
  margin: 2.5em 0;
}

#subcon .ullist02 li {
  font-size: 1.7rem;
  line-height: 1.6;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 14px;
  letter-spacing: 0.075em;
  font-weight: 600;
}

#subcon .ullist01 .ullist02 {
  margin: 1em 0;
}

#subcon .ullist01 .ullist02 .ullist01 {
  margin: 1em 0;
}

#subcon ul.ullist03 {
  margin: 20px 0px;
}

#subcon ul.ullist03 li {
  margin: 0px 0px 0.5em 1em;
  line-height: 1.8;
  list-style: disc;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  font-weight: 500;
}

#subcon .ttl-01 {
  margin: 70px 0 35px;
  padding: 0 0 20px 0;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 4px solid #f1f1f3;
  line-height: 1.8;
  position: relative;
  letter-spacing: 0.02em;
}

#subcon .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #c2a475;
  bottom: -4px;
  width: 18%;
  display: block;
  left: 0;
}

#subcon .ttl-01.ttl_top {
  margin: 0 0 35px;
}

#subcon .ttl-01 span {
  color: #ddd;
  margin-left: 10px;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
}

#subcon .ttl-02 {
  margin: 30px 0 15px;
  padding: 0.4em 0.5em 0.4em 1.9em;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.8;
  position: relative;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #3b424d;
  border-radius: 5px;
}

#subcon .ttl-02::after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  border: solid 4px #647084;
  border-radius: 100%;
}

#subcon .ttl-03 {
  margin: 30px 0 5px;
  padding: 0.1em 0.1em 0.1em 1.2em;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.7;
  position: relative;
  letter-spacing: 0.02em;
  color: #333;
}

#subcon .ttl-03::after {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  border: solid 4px #306e73;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  #subcon .section__ttl .font-en {
    font-size: 4rem;
    letter-spacing: 0;
  }

  #subcon .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #subcon .mt20 {
    margin-top: 10px;
  }

  #subcon .mt80 {
    margin-top: 40px;
  }

  #subcon p {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }

  #subcon .ullist01 {
    margin: 2em 0;
  }

  #subcon .ullist01 li {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }

  #subcon .ullist02 {
    margin: 2em 0;
  }

  #subcon .ullist02 li {
    font-size: 1.5rem;
    padding-left: 1.6em;
    text-indent: -1.6em;
    letter-spacing: 0.02em;
  }

  #subcon ul.ullist03 li {
    margin: 0px 0px 0.5em 1em;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }

  #subcon .ttl-01 {
    margin: 40px 0 15px;
    padding: 0 0 15px 0;
    font-size: 2rem;
    border-bottom: 3px solid #f1f1f3;
    letter-spacing: 0.02em;
  }

  #subcon .ttl-01::after {
    border-bottom: solid 3px #c2a475;
    bottom: -3px;
    width: 18%;
  }

  #subcon .ttl-01.ttl_top {
    margin: 0 0 15px;
  }

  #subcon .ttl-01 span {
    font-size: 2rem;
  }

  #subcon .ttl-02 {
    margin: 30px 0 15px;
    padding: 0.4em 0.5em 0.4em 1.9em;
    font-size: 1.8rem;
  }

  #subcon .ttl-02::after {
    width: 12px;
    height: 12px;
    border: solid 3px #647084;
  }

  #subcon .ttl-03 {
    margin: 30px 0 5px;
    padding: 0.1em 0.1em 0.1em 1.2em;
    font-size: 1.6rem;
  }

  #subcon .ttl-03::after {
    width: 12px;
    height: 12px;
    border: solid 3px #306e73;
  }
}

/* service
--------------------------------------------------*/
.sub_service_list li {
  width: 46%;
  margin: 2%;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  --x-gradient: linear-gradient(90deg, #e2d6c4 0 25px, transparent 0 calc(100% - 25px), #e2d6c4 calc(100% - 25px));
  --y-gradient: linear-gradient(#e2d6c4 0 25px, transparent 0 calc(100% - 25px), #e2d6c4 calc(100% - 25px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
}

.sub_service_list li h4 {
  font-weight: 600;
  border-bottom: 1px solid #c2a475;
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #c2a475;
}

#subcon .sub_service_list li p {
  letter-spacing: 0;
}

#subcon #topics.topics {
  padding: 0 0;
}

#subcon #topics.topics ul {
  margin: 0;
}

#subcon #topics.topics ul li:first-child {
  border-top: 1px solid #ddd;
}

#subcon #topics.topics article {
  margin-bottom: 90px;
  padding: 60px;
  box-sizing: border-box;
  background: #f0f1f3;
}

#subcon #topics.topics article h3.ttl-01 {
  margin-top: 0;
  font-size: 2.2rem;
  letter-spacing: 0;
}

#subcon #topics.topics article .data {
  display: block;
  text-align: right;
  color: #666;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

#subcon #topics.topics article p {
  padding: 1em 0 0;
}

#subcon #topics.topics article .info__img {
  max-width: 780px;
  overflow: hidden;
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sub_service_list li {
    width: 96%;
    margin: 2%;
    padding: 30px;
  }

  .sub_service_list li h4 {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/* news
---------------------------------------------------------------------------*/
/* pagenavi
--------------------------------------------------*/
.wp-pagenavi {
  /* 全体 */
  margin: 80px auto 0;
  font-size: 1.2rem;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #1b1d1f;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #c2a475;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition: 0.7s;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #c2a475;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #c2a475;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi span.pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

.pagenation .pagenation_content {
  margin: 80px auto 0;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  position: relative;
}

.pagenation .pagenation_content span {
  width: 15%;
  min-width: 60px;
  color: #fff;
  transition: all 0.35s ease;
  background: #c2a475;
  padding: 10px 10px;
  font-weight: 600;
}

.pagenation .pagenation_content a {
  width: 15%;
  text-align: center;
  min-width: 60px;
  background: #c2a475;
  border: 1px solid #c2a475;
  color: #fff;
  transition: all 0.7s ease;
  padding: 10px 10px;
  font-weight: 600;
}

.pagenation .pagenation_content a:hover {
  background: #fff;
  color: #c2a475;
  opacity: 1;
}

.pagenation .pagenation_content .prev:after {
  left: 0px;
}

.pagenation .pagenation_content .all {
  left: 0;
  right: 0;
  width: 20%;
  margin: auto;
}

.pagenation .pagenation_content .next {
  right: 0px;
}

@media screen and (max-width: 767px) {
  #subcon #topics.topics article {
    margin-bottom: 30px;
    padding: 30px;
  }

  #subcon #topics.topics article h3.ttl-01 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  #subcon #topics.topics article .data {
    font-size: 1.4rem;
  }

  #subcon #topics.topics article .info__img {
    margin: 20px auto;
  }

  /* pagenavi
  --------------------------------------------------*/
  .wp-pagenavi {
    margin: 40px auto 0;
  }

  .pagenation .pagenation_content {
    margin: 40px auto 0;
    font-size: 1.3rem;
  }
}

/* TBL
---------------------------------------------------------------------------*/
#subcon .defTable01,
#subcon .defTable02,
#subcon .defTable03 {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
}

#subcon .defTable01 th {
  width: 320px;
  padding: 25px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  background: #fff;
  border-top: 1px solid #ddd;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
}

#subcon .defTable01 td {
  padding: 25px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-top: 1px solid #ddd;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

#subcon .defTable01 tr:last-child th,
#subcon .defTable01 tr:last-child td {
  border-bottom: 1px solid #ddd;
}

#subcon .defTable02 th {
  width: 320px;
  padding: 35px 25px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  border-top: 1px solid #ddd;
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
  color: #333;
  background: #eee;
}

#subcon .defTable02 td {
  padding: 35px 25px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.025em;
}

#subcon .defTable02 tr:last-child th,
#subcon .defTable02 tr:last-child td {
  border-bottom: 1px solid #ddd;
}

#subcon .defTable02 td p {
  letter-spacing: 0.025em;
  line-height: 1.7;
}

#subcon .defTable02 ul.ullist03 li {
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-bottom: 5px;
}

#subcon .defTable03 thead th {
  padding: 20px 15px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  /*background: #c6c6c6;
  border: 1px solid #a3a3a3;*/
  background: #7a8596;
  /* border: 1px solid #5a6575; */
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}

#subcon .defTable03.owner thead th.plan {
  width: 42%;
}

#subcon .defTable03 tbody th {
  /* width: 200px; */
  padding: 25px 15px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  background: #eeeeee;
  border: 1px solid #cfcfcf;
  /*background: #bfc8d5;
  border: 1px solid #8594ab;*/
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

#subcon .defTable03 tbody th span {
  font-weight: 600;
}

#subcon .defTable03 td {
  padding: 15px 15px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#subcon .defTable03 ul.ullist03 {
  margin: 0;
}

#subcon .defTable03 ul.ullist03 li {
  margin: 0.5em 0px 0.5em 1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  #subcon .defTable01 th {
    display: block;
    width: 100%;
    padding: 18px 15px;
    background: #ddd;
    border-top: 1px solid #ddd;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #subcon .defTable01 td {
    display: block;
    width: 100%;
    padding: 18px 15px;
    border-top: 1px solid #ddd;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #subcon .defTable01 tr:last-child th,
  #subcon .defTable01 tr:last-child td {
    border-bottom: none;
  }

  #subcon .defTable02 th,
  #subcon .defTable02 td {
    display: block;
    width: 100%;
    padding: 18px 15px;
    border-top: 1px solid #ddd;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #subcon .defTable02 tr:last-child th,
  #subcon .defTable02 tr:last-child td {
    border-bottom: none;
  }

  #subcon .defTable02 td p {
    letter-spacing: 0.02em;
    line-height: 1.7;
  }

  #subcon .defTable02 ul.ullist03 li {
    letter-spacing: 0.02em;
    line-height: 1.6;
  }

  #subcon .defTable03 {
    /* width: 980px; */
  }

  #subcon .defTable03 thead th {
    padding: 10px 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    min-width: 79px;
  }

  #subcon .defTable03.owner thead th.plan {
    min-width: 278px;
  }

  #subcon .defTable03 tbody th {
    /* width: 120px; */
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    position: sticky; 
    left: 0;
  }

  #subcon .defTable03 tbody th span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }

  #subcon .defTable03 td {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

/* owner
---------------------------------------------------------------------------*/
.owner_flow_list li {
  margin-bottom: 6px;
  background: #3b424d;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.owner_flow_list li ul li {
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}

.owner_flow_list dl {
  width: 100%;
  align-items: center;
}

.owner_flow_list dt {
  background: #3b424d;
  color: #fff;
  text-align: center;
  width: 20%;
  font-size: 5rem;
  font-weight: 600;
  vertical-align: middle;
}

.bg01 .owner_flow_list dd {
  background: #f8f8f8;
}

.owner_flow_list dd {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  width: 80%;
}

.owner_flow_list dd h4 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #3b424d;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .owner_flow_list li {
    margin-bottom: 6px;
    background: #3b424d;
    box-shadow: none;
  }

  .owner_flow_list dl {
    width: 100%;
  }

  .owner_flow_list dt {
    width: 100%;
    font-size: 3rem;
  }

  .owner_flow_list dd {
    padding: 20px;
    width: 100%;
  }

  .owner_flow_list dd h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

/* tenant
---------------------------------------------------------------------------*/
#subcon .tenant_bg {
  background: url("../img/tenant/bg.jpg") no-repeat center fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}

#subcon .owner_bg {
  background: url("../img/owner/bg.jpg") no-repeat center fixed;
  background-size: cover;
}

#subcon .intermediary_bg {
  background: url("../img/intermediary/bg.jpg") no-repeat center fixed;
  background-size: cover;
}

#subcon .tenant_bg h3 {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  opacity: 0.1;
  font-size: 14rem;
  font-weight: 600;
  z-index: 1;
  text-transform: uppercase;
}

#subcon .tenant_bg p {
  font-size: 2.4rem;
  padding: 60px 0;
  display: block;
  width: 100%;
  max-width: 780px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 2;
}

#subcon .tenant_bg ul {
  width: 100%;
  max-width: 810px;
  margin: auto;
}

#subcon .tenant_bg ul li {
  width: 30%;
}

#subcon .tenant_bg ul li a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 100px;
  padding: 15px 0;
  position: relative;
  transition: 0.7s;
}

#subcon .tenant_bg ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 50%;
  right: 15px;
  border-radius: 100px;
}

#subcon .tenant_bg ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #333;
}

#subcon .tenant_bg ul li a:hover::after {
  background: #333;
}

.link__btn.link__btn__sub a {
  width: 100%;
  max-width: 100%;
  background: #c2a475;
  color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 1.8rem;
}

.link__btn.link__btn__riapr a {
  width: 100%;
  max-width: 420px;
  background: #ed9027;
  border-color: #ed9027;
  color: #fff;
  padding: 18px 0;
  font-size: 1.8rem;
}

.link__btn__sub a strong {
  background: #fff;
  color: #c2a475;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 1.6rem;
  border-radius: 2px;
}

.link__btn.link__btn__sub a::after,
.link__btn.link__btn__riapr a::after {
  background: #fff;
}

.link__btn.link__btn__sub a:hover {
  background: #fff;
  color: #c2a475;
}

.link__btn.link__btn__riapr a:hover {
  background: #fff;
  color: #ed9027;
}

.link__btn.link__btn__sub a:hover::after {
  background: #c2a475;
}

.link__btn.link__btn__riapr a:hover::after {
  background: #ed9027;
}

.link__btn__list {
  width: 100%;
}

.link__btn__list li {
  width: 31%;
  margin: 0 1% 0 0;
}

.home_meister {
  position: relative;
  padding: 4% 6%;
  border: 4px solid #c2a475;
  margin-top: 60px;
}

.home_meister h4 {
  width: 100%;
  max-width: 580px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  background: #c2a475;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.home_meister h5 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  margin: 30px 0 40px;
  position: relative;
}

.home_meister h5 span {
  position: relative;
  display: inline-block;
  padding: 0 0.8em;
  font-weight: 600;
}

.home_meister h5 span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0.4em;
  height: 100%;
  border: solid 3px #333;
  border-left: none;
}

.home_meister h5 span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.4em;
  height: 100%;
  border: solid 3px #333;
  border-right: none;
}

.home_meister .home_meister_list {
  margin: 20px 0;
}

.home_meister .home_meister_list li {
  width: 23%;
  margin: 1%;
  background: #306e73;
  padding: 20px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  border-radius: 10px;
  color: #c2a475;
}

.home_meister .home_meister_list li span {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 2.3rem;
}

#subcon .home_meister p.point,
#subcon .tip_box p.point {
  text-align: center;
  font-size: 2rem;
  display: block;
  margin: 20px 0;
}

.home_meister .home_meister_tel {
  background: #eee;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  max-width: 780px;
  margin: auto;
}

#subcon .home_meister_tel p {
  text-align: center;
  font-size: 1.9rem;
  display: block;
  margin: 20px 0;
  line-height: 1;
  color: #666;
}

#subcon .home_meister_tel p span {
  font-weight: 600;
  font-size: 4rem;
  line-height: 0.8;
  color: #c2a475;
}

#subcon .home_meister_tel p span a {
  font-weight: 600;
  font-size: 6rem;
  color: #333;
  line-height: 0.7;
  letter-spacing: 0;
}

#subcon .home_meister_tel p strong {
  font-weight: 600;
  font-size: 6rem;
  color: #333;
  line-height: 0.7;
  letter-spacing: 0;
}

.tip_box {
  padding: 4%;
  box-sizing: border-box;
  background: #eee;
}

.tip_box .tip_box_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
  color: #666;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

.tip_box .tip_box_inr {
  background: #fff;
  width: 48%;
  padding: 4%;
  text-align: center;
}

.tip_box .tip_box_inr.box_inr_one {
  width: 70%;
  margin: auto;
}

.tip_box .tip_box_inr .link__btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

#subcon .tip_box .tip_box_inr .tip_pl {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  color: #c2a475;
  display: block;
  margin-bottom: 10px;
}

.tip_box_ttl02 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #eee;
}

.tip_box .home_meister_tel {
  border-top: 1px solid #ddd;
}

.tip_box ul li {
  width: 40%;
}

.sub_notes {
  border: 2px solid #666;
  padding: 20px 40px;
  box-sizing: border-box;
  margin: 50px 0 80px;
  position: relative;
}

.sub_notes h5 {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 2.4rem;
  color: #1b1d1f;
  letter-spacing: 0.075rem;
}

.sub_notes h5 span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  padding: 0 10px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  #subcon .tenant_bg {
    background: url("../img/tenant/bg.jpg") no-repeat center;
    background-size: cover;
  }

  #subcon .owner_bg {
    background: url("../img/owner/bg.jpg") no-repeat center;
    background-size: cover;
  }

  #subcon .intermediary_bg {
    background: url("../img/intermediary/bg.jpg") no-repeat center;
    background-size: cover;
  }

  #subcon .tenant_bg h3 {
    top: 5%;
    font-size: 8rem;
  }

  #subcon .tenant_bg p {
    font-size: 2.1rem;
    padding: 40px 0;
  }

  #subcon .tenant_bg ul {
    margin: auto;
    max-width: 400px;
  }

  #subcon .tenant_bg ul li {
    width: 100%;
    margin: 18px 0;
  }

  #subcon .tenant_bg ul li a {
    font-size: 1.5rem;
    padding: 10px 0;
  }

  .link__btn.link__btn__sub a {
    padding: 10px 0;
  }

  .link__btn.link__btn__riapr a {
    padding: 10px 0;
    font-size: 1.5rem;
  }

  .link__btn__sub a strong {
    font-size: 1.3rem;
  }

  .link__btn__list li {
    width: 100%;
    margin: 0 0 1% 0;
  }

  .home_meister {
    position: static;
    padding: 4% 6%;
    border: 3px solid #c2a475;
    margin-top: 30px;
  }

  .home_meister h4 {
    max-width: 580px;
    position: static;
    padding: 5px 10px;
    font-size: 1.6rem;
  }

  .home_meister h5 {
    font-size: 1.9rem;
    margin: 30px 0 20px;
  }

  .home_meister h5 span::before {
    border: solid 2px #333;
    border-left: none;
  }

  .home_meister h5 span::after {
    border: solid 2px #333;
    border-right: none;
  }

  .home_meister .home_meister_list {
    margin: 20px 0;
    overflow: hidden;
  }

  .home_meister .home_meister_list li {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 15px 5px;
    font-size: 1.6rem;
  }

  .home_meister .home_meister_list li span {
    font-size: 1.8rem;
  }

  #subcon .home_meister p.point,
  #subcon .tip_box p.point {
    text-align: left;
    font-size: 1.6rem;
    margin: 20px 0;
  }

  .home_meister .home_meister_tel {
    padding: 10px 0;
  }

  #subcon .home_meister_tel p {
    font-size: 1.5rem;
    margin: 20px 0;
  }

  #subcon .home_meister_tel p span {
    font-size: 2rem;
  }

  #subcon .home_meister_tel p span a {
    font-size: 3.3rem;
  }

  #subcon .home_meister_tel p strong {
    font-size: 3.3rem;
  }

  .tip_box {
    padding: 30px;
  }

  .tip_box .tip_box_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .tip_box .tip_box_inr {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
  }

  .tip_box .tip_box_inr.box_inr_one {
    width: 100%;
  }

  #subcon .tip_box .tip_box_inr .tip_pl {
    font-size: 3rem;
  }

  .tip_box_ttl02 {
    font-size: 1.9rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .tip_box .home_meister_tel {
    border-top: 1px solid #ddd;
  }

  .tip_box ul li {
    width: 100%;
  }

  .sub_notes {
    padding: 15px 25px 10px;
    margin: 30px 0 40px;
  }

  .sub_notes h5 {
    top: -15px;
    font-size: 2rem;
  }
}

/* company
---------------------------------------------------------------------------*/
#subcon .mission_area {
  background: url("../img/company/bg.jpg") no-repeat center fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.mission_list {
  margin-bottom: 180px;
  position: relative;
}

.mission_list .font-en {
  position: absolute;
  display: block;
  z-index: 1;
  font-size: 9rem;
  letter-spacing: 0.075rem;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#subcon .mission_list h3 {
  font-size: 1.6rem;
  padding-top: 40px;
}

#subcon .mission_list h3 span {
  font-weight: 600;
  position: relative;
  padding: 0 50px;
}

#subcon .mission_list h3 span::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}

#subcon .mission_list h3 span::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
  left: auto;
  right: 0;
}

#subcon .mission_list h4 {
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: 0.075em;
  margin: 20px 0;
}

.mission_list ul {
  margin: 40px 0;
}

.mission_list li {
  width: 30%;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
}

.mission_list li h5 {
  font-weight: 600;
  border-bottom: 1px solid #333;
  font-size: 2.3rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mission_list li p {
  text-align: left;
}

.mission_list02 h3 {
  position: relative;
  font-size: 2.3rem;
  margin-bottom: 80px;
}

.mission_list02 h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 20px;
  left: 0;
  right: 0;
}

.mission_list02 h3 span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  background: #fff;
  padding: 10px 25px;
  color: #333;
}

.mission_list02 h4 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 40px 0 40px;
}

.mission_list02 li {
  padding-bottom: 50px;
}

#subcon .mission_list02 li p {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2;
}

.sub_com_flex .sub_com_flex_L {
  width: 40%;
}

#subcon .sub_com_flex .defTable01 th {
  width: 150px;
  padding: 15px 15px;
}

#subcon .sub_com_flex .defTable01 td {
  padding: 15px 15px;
}

.sub_com_flex .sub_com_flex_R {
  width: 55%;
}

#subcon .gmap {
  margin-bottom: 10px;
  max-width: 680px;
}

#subcon .gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

#subcon .defTable01 label {
  font-weight: 600;
  line-height: 1.1;
}

#subcon .defTable01 input[type=radio],
#subcon .defTable01 input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 0;
  margin: 2px 4px;
}

#subcon .defTable01 input[type=text],
#subcon .defTable01 input[type=email],
#subcon .defTable01 input[type=tel] {
  border: 1px solid #eee;
  padding: 10px;
  background: #eee;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  border-radius: 4px;
}

#subcon .defTable01 input.form-m[type=text] {
  width: 50%;
}

#subcon .defTable01 input.form-s[type=text] {
  width: 15%;
}

#subcon .form-box {
  margin: 10px 0;
}

#subcon .defTable01 select {
  border: 1px solid #eee;
  background: #eee;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  line-height: 1.6;
  border-radius: 4px;
}

#subcon .defTable01 select optgroup {
  background: #ddd;
}

#subcon .defTable01 textarea {
  border: 1px solid #eee;
  padding: 8px;
  background: #eee;
  width: 100%;
  box-sizing: border-box;
}

#subcon .defTable01 input[type=text]::-moz-placeholder,
#subcon .defTable01 input[type=email]::-moz-placeholder,
#subcon .defTable01 input[type=tel]::-moz-placeholder {
  color: #666;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#subcon .defTable01 input[type=text]::-moz-placeholder,
#subcon .defTable01 input[type=email]::-moz-placeholder,
#subcon .defTable01 input[type=tel]::-moz-placeholder,
#subcon .defTable01 input[type=text]::placeholder,
#subcon .defTable01 input[type=email]::placeholder,
#subcon .defTable01 input[type=tel]::placeholder {
  color: #666;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#subcon .defTable01 textarea::-moz-placeholder {
  color: #666;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#subcon .defTable01 textarea::-moz-placeholder,
#subcon .defTable01 textarea::placeholder {
  color: #666;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#subcon .defTable01 td a {
  text-decoration: underline;
}

#subcon .defTable01 td a:hover {
  text-decoration: none;
}

#subcon .form_btn {
  text-align: center;
  margin-top: 5rem;
}

#subcon .form_btn input {
  background: #c2a475;
  border: 2px solid #c2a475;
  font-weight: 600;
  color: #fff;
  padding: 18px 0;
  font-size: 1.8rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
  max-width: 450px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border-radius: 100px;
}

#subcon .form_btn input:hover {
  background: #fff;
  color: #c2a475;
}

#subcon .defTable01 em.colR {
  font-style: normal;
  color: #fff;
  background: #923737;
  padding: 1px 5px;
  font-size: 1.5rem;
  margin-left: 4px;
  font-weight: 600;
  border-radius: 2px;
}

#subcon .sub-fax__box {
  text-align: center;
  background: #fff;
  padding: 4rem;
}

#subcon .sub-fax__box h3 {
  font-weight: bold;
  font-size: 2rem;
}

#subcon .sub-fax__box a {
  background-color: #306e73;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 2.5rem;
  border-radius: 5rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  border: 1px solid #306e73;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  margin: 10px auto;
}

#subcon .sub-fax__box a:hover {
  background: #fff;
  opacity: 1;
  color: #306e73;
}

@media screen and (max-width: 767px) {
  #subcon .mission_area {
    background: url("../img/company/bg.jpg") no-repeat center;
    background-size: cover;
  }

  .mission_list {
    margin-bottom: 80px;
  }

  .mission_list .font-en {
    font-size: 5rem;
    letter-spacing: 0.075rem;
  }

  #subcon .mission_list h3 {
    font-size: 1.5rem;
    padding-top: 30px;
  }

  #subcon .mission_list h3 span::before,
  #subcon .mission_list h3 span::after {
    top: 10px;
  }

  #subcon .mission_list h4 {
    font-size: 3.3rem;
    margin: 10px 0;
  }

  .mission_list ul {
    margin: 20px 0;
  }

  .mission_list li {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }

  .mission_list li h5 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .mission_list02 h3 {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }

  .mission_list02 h3::after {
    top: 18px;
  }

  .mission_list02 h3 span {
    padding: 8px 10px;
  }

  .mission_list02 h4 {
    font-size: 1.9rem;
    margin: 40px 0 10px;
  }

  .mission_list02 li {
    padding-bottom: 20px;
  }

  #subcon .mission_list02 li p {
    text-align: left;
    display: block;
    max-width: 350px;
    margin: auto;
  }

  #subcon .mission_list02 li p br {
    display: none;
  }

  #subcon .gmap {
    margin-bottom: 10px;
  }

  #subcon .gmap iframe {
    height: 250px;
  }
}

/* contact / cancellation
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  #subcon .defTable01 input[type=text]::-moz-placeholder,
  #subcon .defTable01 input[type=email]::-moz-placeholder,
  #subcon .defTable01 input[type=tel]::-moz-placeholder {
    font-size: 1.5rem;
  }

  #subcon .defTable01 input[type=text]::-moz-placeholder,
  #subcon .defTable01 input[type=email]::-moz-placeholder,
  #subcon .defTable01 input[type=tel]::-moz-placeholder,
  #subcon .defTable01 input[type=text]::placeholder,
  #subcon .defTable01 input[type=email]::placeholder,
  #subcon .defTable01 input[type=tel]::placeholder {
    font-size: 1.5rem;
  }

  #subcon .defTable01 textarea::-moz-placeholder {
    font-size: 1.5rem;
  }

  #subcon .defTable01 textarea::-moz-placeholder,
  #subcon .defTable01 textarea::placeholder {
    font-size: 1.5rem;
  }

  #subcon .form_btn input {
    padding: 14px 0;
    font-size: 1.6rem;
  }

  #subcon .defTable01 em.colR {
    font-size: 1.3rem;
  }

  #subcon .sub-fax__box {
    padding: 2rem;
  }

  #subcon .sub-fax__box h3 {
    font-size: 1.5rem;
  }

  #subcon .sub-fax__box a {
    padding: 1.8rem 0;
    font-size: 1.6rem;
  }
}

/*
---------------------------------------------------------------------------*/
/*# sourceMappingURL=sub.css.map */


</pre></body></html>