@charset "UTF-8";
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1em;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

hr {
  display: none;
}

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

.link {
  color: #399;
  text-decoration: underline;
}

.tellink a {
  color: #399;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
}

video {
  width: 100%;
  max-width: 100%;
}

.list-unstyled {
  list-style: none;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

@media (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 769px) {
  .d-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jc-pc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.fade-wrap {
  opacity: 0;
  padding: 13.33333% 0;
  -webkit-transition: opacity 1s ease .2s;
  transition: opacity 1s ease .2s;
}

.fade-wrap.on {
  opacity: 1;
}

.liquid-inner {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.solid-inner {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.box-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(204, 204, 204, 0.15);
          box-shadow: 0 0 15px rgba(204, 204, 204, 0.15);
}

.two-tone-box {
  width: 94.66667%;
  margin: 0 auto;
}

.two-tone-box li {
  margin-bottom: 2.8169%;
}

.two-tone-box li:last-child {
  margin-bottom: 0;
}

.two-tone-box li a {
  display: block;
  padding: 11.26761% 0;
  text-decoration: none;
}

.two-tone-box li dl {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.two-tone-box li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 2.8169%;
  border-radius: 100%;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

@media (max-width: 768px) {
  .two-tone-box li dt svg {
    font-size: 12vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .two-tone-box li dt svg {
    font-size: 9rem;
    line-height: 1;
  }
}

.two-tone-box li dd {
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

.two-tone-box li .txt {
  padding-bottom: .5em;
}

.two-tone-box li.on dt {
  -webkit-animation: spin .8s linear forwards;
          animation: spin .8s linear forwards;
}

.two-tone-box li.on dd {
  opacity: 1;
}

.article-box header {
  margin-bottom: 1em;
  padding: 0 1em 1em;
  border-bottom: 1px #d5dbe4 solid;
}

.article-box .editor {
  padding: 0 1em;
}

.article-box .editor p {
  padding-bottom: 1.5em;
}

.article-box .editor ul, .article-box .editor ol {
  padding: 0 0 1.5em 1.5em;
}

.article-box .editor img {
  height: auto;
}

.article-box .editor a {
  color: #399;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .fade-wrap {
    padding: 80px 0 100px;
  }
  .liquid-inner {
    width: 93.65079%;
  }
  .liquid-inner .solid-inner {
    width: 960px;
  }
  .liquid-pc-inner {
    position: relative;
    width: 93.65079%;
    margin: 0 auto;
  }
  .solid-inner {
    width: 960px;
  }
  .two-tone-box {
    width: 100%;
    margin: 0 auto;
  }
  .two-tone-box li {
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }
  .two-tone-box li a, .two-tone-box li span.tellink {
    display: block;
    padding: 60px 0;
  }
  .two-tone-box li dt {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .two-tone-box li dt svg {
    font-size: 7.6vw;
    line-height: 1;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .two-tone-box li dt svg {
    font-size: 5.7rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .two-tone-box li .txt {
    padding-bottom: .5em;
  }
  .two-tone-box li a:hover dt {
    -webkit-animation: spin2 .8s linear forwards;
            animation: spin2 .8s linear forwards;
  }
  .two-tone-box li a:hover .btn.dark {
    background-color: #333;
    color: #fff;
  }
  .two-tone-box li a:hover .btn.white {
    background-color: #fff;
    color: #333;
  }
  .article-box header {
    margin-bottom: 4em;
    padding: 0 5em 1em;
  }
  .article-box .editor {
    padding: 0 3em;
  }
  .article-box .editor a:hover {
    text-decoration: none;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pb-05 {
  padding-bottom: .5em;
}

.pb-08 {
  padding-bottom: .8em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-60 {
  padding-bottom: 8%;
}

.pb-100 {
  padding-bottom: 13.33333%;
}

@media (min-width: 769px) {
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
}

.article-list01 ul {
  padding-bottom: 8.69565%;
}

.article-list01 ul li {
  position: relative;
  margin-bottom: 5.7971%;
}

.article-list01 ul li:last-child {
  margin-bottom: 0;
}

.article-list01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.7971% 8.69565% 5.7971% 4.34783%;
}

.article-list01 ul li a .ph {
  width: 30%;
  padding-top: 4.16667%;
}

.article-list01 ul li a .ph dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 14.49275%;
  -webkit-transform: translateX(-5px) translateY(-5px);
          transform: translateX(-5px) translateY(-5px);
}

.article-list01 ul li a .ph figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-color: #f8f8f8;
}

.article-list01 ul li a .ph figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  text-align: cneter;
}

.article-list01 ul li a .txt {
  width: 61.66667%;
}

.article-list01 ul li a .txt .info {
  padding-bottom: .5em;
}

.article-list01 ul li a .txt .data li {
  margin-bottom: 0;
}

.article-list01 ul li a .txt aside {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.article-list01 ul li a .txt aside svg {
  margin-right: 1em;
}

@media (max-width: 768px) {
  .article-list01 ul li a .txt aside svg {
    font-size: 4vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .article-list01 ul li a .txt aside svg {
    font-size: 3rem;
    line-height: 1;
  }
}

.table-list li:first-child {
  border-top: 1px #d5dbe4 solid;
}

.table-list li dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px #d5dbe4 solid;
}

.table-list li dl dt {
  width: 100%;
  padding: .2em 1.5em;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.table-list li dl dd {
  width: 100%;
  padding: .5em .8em;
  border-top: 1px #d5dbe4 solid;
}

.table-list02 {
  padding: 2px;
  background-color: #d3dae5;
}

.table-list02 li {
  padding-bottom: 1px;
}

.table-list02 li dt {
  margin-bottom: 1px;
  padding: .5em 1em;
}

.table-list02 li dd {
  padding: .5em 1em;
  background-color: #fff;
}

.topics-list li {
  padding: .5em 1em;
  border-bottom: 1px #d3dae5 solid;
}

.topics-list li:first-child {
  border-top: 1px #d3dae5 solid;
}

.nav-list ul {
  position: relative;
  padding-bottom: 21.73913%;
}

.nav-list ul li a {
  display: inline-block;
  padding: .8em 1.5em;
  border-radius: 1.825em;
  background-color: #7698d0;
  color: #fff;
  line-height: 1;
}

.nav-list ul li.back {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cat-list {
  padding-bottom: 13.33333%;
}

.cat-list ul li {
  width: 50%;
  padding-bottom: 1em;
}

.cat-list ul li a {
  display: block;
  position: relative;
  padding-bottom: .5em;
  text-align: center;
}

.cat-list ul li a:before, .cat-list ul li a:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 2px #7698d0 solid;
}

.cat-list ul li a:before {
  left: 50%;
}

.cat-list ul li a:after {
  right: 50%;
}

.cat-list.all ul .all a {
  font-weight: 700;
}

.cat-list.all ul .all a:before, .cat-list.all ul .all a:after {
  opacity: 1;
}

.cat-list.mansion ul .mansion a {
  font-weight: 700;
}

.cat-list.mansion ul .mansion a:before, .cat-list.mansion ul .mansion a:after {
  opacity: 1;
}

.cat-list.house ul .house a {
  font-weight: 700;
}

.cat-list.house ul .house a:before, .cat-list.house ul .house a:after {
  opacity: 1;
}

.cat-list.land ul .land a {
  font-weight: 700;
}

.cat-list.land ul .land a:before, .cat-list.land ul .land a:after {
  opacity: 1;
}

.cat-list.business ul .business a {
  font-weight: 700;
}

.cat-list.business ul .business a:before, .cat-list.business ul .business a:after {
  opacity: 1;
}

.border-list li {
  padding: .8em;
  border-bottom: 1px #d3dae5 solid;
}

.border-list li:first-child {
  border-top: 1px #d3dae5 solid;
}

@media (min-width: 769px) {
  .article-list01 ul {
    padding-bottom: 60px;
  }
  .article-list01 ul li {
    position: relative;
    margin-bottom: 20px;
  }
  .article-list01 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 100px 30px 20px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .article-list01 ul li a .ph {
    width: 160px;
    padding-top: 10px;
  }
  .article-list01 ul li a .ph figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .article-list01 ul li a .txt {
    width: 640px;
  }
  .article-list01 ul li a .txt .data {
    padding-bottom: 0;
  }
  .article-list01 ul li a .txt aside {
    -webkit-transform: translateY(-45%) rotate(-90deg);
            transform: translateY(-45%) rotate(-90deg);
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .article-list01 ul li a .txt aside svg {
    font-size: 2.66667vw;
    line-height: 1;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .article-list01 ul li a .txt aside svg {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .article-list01 ul li a:hover {
    opacity: .5;
  }
  .table-list li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .table-list li dl dt {
    width: 25%;
    padding: 1em 1.5em;
  }
  .table-list li dl dd {
    width: 75%;
    padding: 1em 1.5em;
    border-top: none;
  }
  .table-list02 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 2px 2px 0;
    background-color: #d3dae5;
  }
  .table-list02 li {
    width: 477px;
    padding-bottom: 2px;
  }
  .table-list02 li dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .table-list02 li dt {
    width: 210px;
    margin-bottom: 0;
    padding: .5em 1em;
  }
  .table-list02 li dd {
    width: 266px;
    padding: .5em 1em;
  }
  .table-list02 li.remarks {
    width: 100%;
  }
  .table-list02 li.remarks dd {
    width: 745px;
  }
  .topics-list li {
    padding: 1em;
  }
  .topics-list li dl dt {
    width: 140px;
  }
  .topics-list li dl dd {
    width: 680px;
  }
  .nav-list ul {
    padding-bottom: 0;
  }
  .nav-list ul li a {
    padding: .8em 3.5em;
    -webkit-transition: background .8s ease,color .8s ease;
    transition: background .8s ease,color .8s ease;
  }
  .nav-list ul li a:hover {
    background-color: #333;
    color: #fff;
  }
  .nav-list ul li:last-child {
    margin-left: auto;
  }
  .nav-list ul li.prev {
    margin: 0 auto 0 0;
  }
  .nav-list.single {
    padding-top: 60px;
  }
  .nav-list.single ul .back {
    position: static;
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cat-list {
    padding-bottom: 60px;
  }
  .cat-list ul li {
    width: 20%;
    padding-bottom: 0;
  }
  .cat-list ul li a {
    padding-bottom: .8em;
  }
  .cat-list ul li a:before, .cat-list ul li a:after {
    opacity: 1;
    width: 0%;
    -webkit-transition: width .4s linear;
    transition: width .4s linear;
  }
  .cat-list ul li a:hover:before, .cat-list ul li a:hover:after {
    width: 50%;
  }
  .cat-list ul li a:hover {
    font-weight: 700;
  }
  .cat-list.all ul .all a:before, .cat-list.all ul .all a:after {
    width: 50%;
  }
  .cat-list.mansion ul .mansion a:before, .cat-list.mansion ul .mansion a:after {
    width: 50%;
  }
  .cat-list.house ul .house a:before, .cat-list.house ul .house a:after {
    width: 50%;
  }
  .cat-list.land ul .land a:before, .cat-list.land ul .land a:after {
    width: 50%;
  }
  .cat-list.business ul .business a:before, .cat-list.business ul .business a:after {
    width: 50%;
  }
}

.lower-title {
  background: #7698d0;
  background: -webkit-gradient(linear, left top, right top, from(#7698d0), color-stop(50%, #81a2d8), to(#7698d0));
  background: linear-gradient(to right, #7698d0 0%, #81a2d8 50%, #7698d0 100%);
}

.lower-title h1 {
  padding: .8em;
}

@media (min-width: 769px) {
  .lower-title h1 {
    padding: 1.8em;
  }
}

.btn {
  display: inline-block;
  padding: .8em 3.5em;
  border-radius: 1.825em;
  background-color: transparent;
  line-height: 1;
}

.btn.ghost {
  background-color: transparent;
}

.btn.dark {
  border: 1px #333 solid;
  color: #333;
}

.btn.white {
  border: 1px #fff solid;
  color: #fff;
}

.btn.blue {
  background-color: #7698d0;
  color: #fff;
}

.btn-more {
  text-align: center;
}

@media (min-width: 769px) {
  .btn {
    -webkit-transition: background .8s ease,color .8s ease;
    transition: background .8s ease,color .8s ease;
  }
  .btn.dark:hover {
    background-color: #333;
    color: #fff;
  }
  .btn.white:hover {
    background-color: #fff;
    color: #333;
  }
  .btn.blue:hover {
    background-color: #333;
  }
}

.fc-white {
  color: #fff;
}

.fc-dark {
  color: #333;
}

.fc-blue {
  color: #7698d0;
}

.fc-blue2 {
  color: #688bc4;
}

.fc-blue3 {
  color: #527aba;
}

.fc-blue4 {
  color: #5a84b2;
}

.fc-green {
  color: #5ab28e;
}

.fc-beige {
  color: #b28e5a;
}

.fc-pink {
  color: #f39;
}

.fc-light {
  color: #eff3f7;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #333;
}

.bg-blue {
  background-color: #7698d0;
}

.bg-blue2 {
  background-color: #688bc4;
}

.bg-blue3 {
  background-color: #527aba;
}

.bg-blue4 {
  background-color: #5a84b2;
}

.bg-green {
  background-color: #5ab28e;
}

.bg-beige {
  background-color: #b28e5a;
}

.bg-pink {
  background-color: #f39;
}

.bg-light {
  background-color: #eff3f7;
}

@media (min-width: 769px) {
  .fc-pc-dark {
    color: #333;
  }
}

@media (max-width: 768px) {
  .fs-lg {
    font-size: 10.66667vw;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) {
  .fs-lg {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
}

@media (max-width: 768px) {
  .fs-bol {
    font-size: 7.2vw;
    line-height: 1.7037;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 769px) {
  .fs-bol {
    font-size: 3rem;
    line-height: 1.53333;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 768px) {
  .fs-mid {
    font-size: 6.4vw;
    line-height: 1.66667;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 769px) {
  .fs-mid {
    font-size: 2.6rem;
    line-height: 1.53846;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 768px) {
  .fs-reg {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-reg {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 768px) {
  .fs-sm {
    font-size: 3.46667vw;
    line-height: 1.84615;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .fs-sm {
    font-size: 1.3rem;
    line-height: 1.84615;
    letter-spacing: 0.04em;
  }
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: 700;
}

.lh0 {
  font-size: 0;
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

@media (min-width: 769px) and (max-width: 768px) {
  .fs-pc-lg {
    font-size: 10.66667vw;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fs-pc-lg {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .fs-pc-mid {
    font-size: 6.4vw;
    line-height: 1.66667;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fs-pc-mid {
    font-size: 2.6rem;
    line-height: 1.53846;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .fs-pc-reg {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fs-pc-reg {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 769px) {
  .ta-pc-center {
    text-align: center;
  }
  .ta-pc-left {
    text-align: left;
  }
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.66667% 2.66667% 0 1.73333%;
  background-color: #fff;
}

#header .liquid-pc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .liquid-pc-inner h1 {
  position: relative;
  z-index: 9997;
  width: 66.94561%;
}

#header .liquid-pc-inner .btn-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 2.66667% 2.66667% 0 0;
}

#header .liquid-pc-inner .btn-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3em;
  border: 2px #333 solid;
}

@media (max-width: 768px) {
  #header .liquid-pc-inner .btn-menu a {
    font-size: 5.33333vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  #header .liquid-pc-inner .btn-menu a {
    font-size: 4rem;
    line-height: 1;
  }
}

#header .liquid-pc-inner .btn-menu a svg {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

#header .liquid-pc-inner .btn-menu a .fa-times {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-45%) translateY(-50%);
          transform: translateX(-45%) translateY(-50%);
}

#header .liquid-pc-inner .btn-menu a.on {
  border: 2px #fff solid;
  background-color: #fff;
}

#header .liquid-pc-inner .btn-menu a.on .fa-bars {
  opacity: 0;
}

#header .liquid-pc-inner .btn-menu a.on .fa-times {
  opacity: 1;
}

#header .liquid-pc-inner nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  padding: 0 2.66667% 2.66667%;
  background-color: rgba(118, 152, 208, 0.9);
}

#header .liquid-pc-inner nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .liquid-pc-inner nav ul.snavi {
  padding-bottom: 5.6338%;
}

#header .liquid-pc-inner nav ul li {
  width: 49.29577%;
  margin-bottom: 5px;
}

#header .liquid-pc-inner nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: .8em;
  background-color: #fff;
}

#header .liquid-pc-inner nav ul li a svg {
  display: block;
}

#header .liquid-pc-inner nav ul li.inquiry {
  width: 71.83099%;
  margin: 0 auto;
  padding-top: 1em;
}

#header .liquid-pc-inner nav ul li.inquiry a {
  border: 1px #fff solid;
  background-color: transparent;
  color: #fff;
}

body.index #header nav .index a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.index #header nav .index a svg {
  display: none;
}

body.outline #header nav .outline a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.outline #header nav .outline a svg {
  display: none;
}

body.brokerage #header nav .brokerage a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.brokerage #header nav .brokerage a svg {
  display: none;
}

body.office #header nav .office a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.office #header nav .office a svg {
  display: none;
}

body.consulting #header nav .consulting a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.consulting #header nav .consulting a svg {
  display: none;
}

body.planning #header nav .planning a {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
}

body.planning #header nav .planning a svg {
  display: none;
}

@media (min-width: 769px) {
  #header {
    position: relative;
    padding: 20px 0;
  }
  #header .liquid-pc-inner h1 {
    width: 23.22034%;
  }
  #header .liquid-pc-inner h1 a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #header .liquid-pc-inner h1 a:hover {
    opacity: 0.7;
  }
  #header .liquid-pc-inner .btn-menu {
    display: none;
  }
  #header .liquid-pc-inner nav {
    display: block;
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
  #header .liquid-pc-inner nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .liquid-pc-inner nav ul.snavi {
    padding-bottom: 20px;
  }
  #header .liquid-pc-inner nav ul li {
    width: auto;
    margin: 0 2em 0 0;
    line-height: 1;
  }
  #header .liquid-pc-inner nav ul li:last-child {
    margin-right: 0;
  }
  #header .liquid-pc-inner nav ul li a {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  #header .liquid-pc-inner nav ul li a:before, #header .liquid-pc-inner nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -.4em;
    width: 0%;
    border-bottom: 1px #333 solid;
    -webkit-transition: width .4s linear;
    transition: width .4s linear;
  }
  #header .liquid-pc-inner nav ul li a:before {
    left: 50%;
  }
  #header .liquid-pc-inner nav ul li a:after {
    right: 50%;
  }
  #header .liquid-pc-inner nav ul li a:hover:before, #header .liquid-pc-inner nav ul li a:hover:after {
    width: 50%;
  }
  #header .liquid-pc-inner nav ul li a svg {
    display: none;
  }
  #header .liquid-pc-inner nav ul li.inquiry {
    width: auto;
    margin: 0;
    padding-top: 0;
  }
  #header .liquid-pc-inner nav ul li.inquiry a {
    padding: .8em 3.5em;
    border: 1px #333 solid;
    color: #333;
    -webkit-transition: background .8s ease,color .8s ease;
    transition: background .8s ease,color .8s ease;
  }
  #header .liquid-pc-inner nav ul li.inquiry a:before, #header .liquid-pc-inner nav ul li.inquiry a:after {
    content: none;
  }
  #header .liquid-pc-inner nav ul li.inquiry a:hover {
    background-color: #333;
    color: #fff;
  }
  body.index #header nav .index a {
    color: #333;
    font-weight: 400;
  }
  body.index #header nav .index a:before, body.index #header nav .index a:after {
    width: 50%;
  }
  body.outline #header nav .outline a {
    color: #333;
    font-weight: 400;
  }
  body.outline #header nav .outline a:before, body.outline #header nav .outline a:after {
    width: 50%;
  }
  body.brokerage #header nav .brokerage a {
    color: #333;
    font-weight: 400;
  }
  body.brokerage #header nav .brokerage a:before, body.brokerage #header nav .brokerage a:after {
    width: 50%;
  }
  body.office #header nav .office a {
    color: #333;
    font-weight: 400;
  }
  body.office #header nav .office a:before, body.office #header nav .office a:after {
    width: 50%;
  }
  body.consulting #header nav .consulting a {
    color: #333;
    font-weight: 400;
  }
  body.consulting #header nav .consulting a:before, body.consulting #header nav .consulting a:after {
    width: 50%;
  }
  body.planning #header nav .planning a {
    color: #333;
    font-weight: 400;
  }
  body.planning #header nav .planning a:before, body.planning #header nav .planning a:after {
    width: 50%;
  }
}

#footer {
  position: relative;
  z-index: 5;
  padding: 26.66667% 0 7.33333%;
  background: url(/images/common/fbg_sp.jpg) no-repeat center top #fff;
  background-size: 100% auto;
}

#footer .address dt {
  width: 60%;
  margin: 0 auto 8%;
}

#footer .address dd address {
  padding-bottom: 2em;
  font-style: normal;
}

#footer nav {
  padding-bottom: 10.66667%;
}

#footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#footer nav ul li {
  width: 50%;
  border-bottom: 1px #ededed solid;
}

#footer nav ul li.index {
  width: 100%;
  border-top: 1px #ededed solid;
}

#footer nav ul li:nth-child(even) {
  border-right: 1px #ededed solid;
}

#footer nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: .8em 0;
}

#footer aside .outlink {
  width: 58.66667%;
  margin: 0 auto 10.66667%;
}

#footer aside .outlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em;
  border: 1px #ccc solid;
  font-weight: 700;
  line-height: 1.4;
}

#footer aside .copy {
  padding: 0 1em;
  letter-spacing: 0.004rem;
}

@media (max-width: 768px) {
  #footer aside .copy {
    font-size: 2.93333vw;
    line-height: 2;
  }
}

@media (min-width: 769px) {
  #footer aside .copy {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.btn-gotop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9997;
  margin: 0 2.66667% 3.33333% 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.btn-gotop.on {
  opacity: 1;
}

.btn-gotop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #333;
  color: #fff;
}

@media (max-width: 768px) {
  .btn-gotop a {
    font-size: 3.6vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .btn-gotop a {
    font-size: 2.7rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  #footer {
    padding: 260px 0 45px;
    background: url(/images/common/fbg_pc.jpg) no-repeat center top #fff;
    background-size: 100% auto;
  }
  #footer .address dt {
    width: 250px;
    margin: 0 auto 60px;
  }
  #footer .address dd address {
    padding-bottom: 100px;
  }
  #footer nav {
    padding-bottom: 40px;
  }
  #footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer nav ul li {
    width: auto;
    margin-right: 2em;
    border-bottom: none;
  }
  #footer nav ul li.index {
    width: auto;
    border-top: none;
  }
  #footer nav ul li:nth-child(even) {
    border-right: none;
  }
  #footer nav ul li:last-child {
    margin-right: 0;
  }
  #footer nav ul li a {
    height: auto;
    padding: 0;
  }
  #footer nav ul li a:hover {
    text-decoration: underline;
  }
  #footer aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #footer aside .outlink {
    position: absolute;
    left: 0;
    width: 20.33898%;
    margin: 0;
  }
  #footer aside .outlink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .2em;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #footer aside .outlink a:hover {
    opacity: 0.7;
  }
  #footer aside .copy {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  #footer aside .copy {
    font-size: 1.46667vw;
    line-height: 2;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  #footer aside .copy {
    font-size: 1.1rem;
    line-height: 2;
  }
}

@media (min-width: 769px) {
  .btn-gotop {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9997;
    margin: 0 40px 50px 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .btn-gotop.on {
    opacity: 1;
  }
  .btn-gotop.on:hover {
    opacity: .8;
  }
  .btn-gotop a {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .btn-gotop a {
    font-size: 2.66667vw;
    line-height: 1;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .btn-gotop a {
    font-size: 2rem;
    line-height: 1;
  }
}

#breadcrumb div, #breadcrumb ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumb div span, #breadcrumb div li, #breadcrumb ul span, #breadcrumb ul li {
  padding-top: 1em;
}

@media (max-width: 768px) {
  #breadcrumb div span, #breadcrumb div li, #breadcrumb ul span, #breadcrumb ul li {
    font-size: 1.46667vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  #breadcrumb div span, #breadcrumb div li, #breadcrumb ul span, #breadcrumb ul li {
    font-size: 1.1rem;
    line-height: 1;
  }
}

#breadcrumb div span:after, #breadcrumb div li:after, #breadcrumb ul span:after, #breadcrumb ul li:after {
  content: ">";
  margin: 0 .5em;
}

#breadcrumb div span:last-child:after, #breadcrumb div li:last-child:after, #breadcrumb ul span:last-child:after, #breadcrumb ul li:last-child:after {
  content: none;
}

#breadcrumb div span a:hover, #breadcrumb div li a:hover, #breadcrumb ul span a:hover, #breadcrumb ul li a:hover {
  text-decoration: underline;
}

.detail-layout .detail-info .eyecatch {
  padding-top: 8.69565%;
}

.detail-layout .detail-slide {
  padding: 14.49275% 0;
}

.detail-layout .detail-slide .ph-slide {
  padding-bottom: 8.69565%;
}

.detail-layout .detail-slide .drawing-slide figure {
  padding: 5.7971%;
  background-color: #fff;
}

.detail-layout .detail-slide .swiper-button-next::after, .detail-layout .detail-slide .swiper-button-prev::after {
  content: none;
}

.detail-layout .detail-slide .swiper-button-next, .detail-layout .detail-slide .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px #fff solid;
}

@media (max-width: 768px) {
  .detail-layout .detail-slide .swiper-button-next svg, .detail-layout .detail-slide .swiper-button-prev svg {
    font-size: 4vw;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .detail-layout .detail-slide .swiper-button-next svg, .detail-layout .detail-slide .swiper-button-prev svg {
    font-size: 3rem;
    line-height: 1;
  }
}

.detail-layout .detail-outline {
  padding: 14.49275% 0;
}

.detail-layout .detail-location {
  padding: 14.49275% 0;
}

.detail-layout .detail-location .gmap {
  margin-bottom: 5.7971%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.37681%;
}

.detail-layout .detail-location .gmap .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detail-layout .detail-location .gmap .inner iframe {
  width: 100%;
  height: 100%;
}

.detail-layout .brokerage-cv {
  padding: 2.66667% 0;
}

.detail-layout .btn-tel {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9997;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.detail-layout .btn-tel.on {
  opacity: 1;
}

.detail-layout #footer {
  padding-bottom: 26%;
}

.detail-layout .btn-gotop {
  margin: 0 2.66667% 21.33333% 0;
}

@media (min-width: 769px) {
  .detail-layout .detail-info .d-pc-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail-layout .detail-info .txt {
    width: 42.37288%;
  }
  .detail-layout .detail-info .eyecatch {
    width: 54.23729%;
    padding-top: 0;
  }
  .detail-layout .detail-slide {
    padding: 60px 0;
  }
  .detail-layout .detail-slide .d-pc-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail-layout .detail-slide .ph-slide {
    width: 44.91525%;
    padding-bottom: 0;
  }
  .detail-layout .detail-slide .drawing-slide {
    width: 51.69492%;
    padding-right: 3.38983%;
  }
  .detail-layout .detail-slide .drawing-slide figure {
    padding: 40px;
  }
  .detail-layout .detail-slide .swiper-button-next, .detail-layout .detail-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .detail-layout .detail-slide .swiper-button-next svg, .detail-layout .detail-slide .swiper-button-prev svg {
    font-size: 2.66667vw;
    line-height: 1;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .detail-layout .detail-slide .swiper-button-next svg, .detail-layout .detail-slide .swiper-button-prev svg {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .detail-layout .detail-outline {
    padding: 60px 0;
  }
  .detail-layout .detail-location {
    padding: 60px 0;
  }
  .detail-layout .detail-location .gmap {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .detail-layout .brokerage-cv {
    padding: 0;
  }
  .detail-layout .btn-tel {
    bottom: auto;
    top: 100px;
  }
  .detail-layout #footer {
    padding-bottom: 45px;
  }
  .detail-layout .btn-gotop {
    margin: 0 40px 50px 0;
  }
}

#box01 dt {
  margin-bottom: .8em;
  padding: 0 .2em .5em;
  border-bottom: 1px #d3dae5 solid;
}

#box01 dd {
  padding-bottom: 1.5em;
}

#box01 p:not(:last-child) {
  padding-bottom: 1.5em;
}

#box01 ol:not(.list-unstyled) {
  padding: 0 0 1.5em 1.5em;
}

#box01 ol:not(.list-unstyled):last-child {
  padding-bottom: 0;
}

#box01 .contact {
  padding-top: 5.7971%;
}

#box01 .contact dl {
  padding: 11.5942% 5.7971% 5.7971%;
  border: 1px #d3dae5 solid;
}

#box01 .contact dl dt {
  width: 21.31148%;
  margin: 0 auto 9.83607%;
  border-bottom: none;
}

@media (min-width: 769px) {
  #box01 .sign {
    padding-bottom: 60px;
  }
  #box01 dt {
    margin-bottom: 1.5em;
    padding: 0 40px .8em;
  }
  #box01 dd {
    padding: 0 40px 60px;
  }
  #box01 .contact {
    padding-top: 50px;
  }
  #box01 .contact dl {
    padding: 40px;
    border: 2px #d3dae5 solid;
  }
  #box01 .contact dl dt {
    width: 130px;
    margin: 0;
    padding: 0;
  }
  #box01 .contact dl dd {
    width: 700px;
    padding: 0;
  }
}
/*# sourceMappingURL=pp.css.map */