@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;
  font-feature-settings: "palt";
}

* {
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.fd-c {
  flex-direction: column;
}

.fd-cr {
  flex-direction: column-reverse;
}

.fd-r {
  flex-direction: row;
}

.fd-rr {
  flex-direction: row-reverse;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.ai-st {
  align-items: stretch;
}

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

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

@media (min-width: 769px) {
  .d-pc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .jc-pc-c {
    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.3333333333% 0;
  transition: opacity 1s ease 0.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;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.15);
}

.two-tone-box {
  width: 94.6666666667%;
  margin: 0 auto;
}
.two-tone-box li {
  margin-bottom: 2.8169014085%;
}
.two-tone-box li:last-child {
  margin-bottom: 0;
}
.two-tone-box li a {
  display: block;
  padding: 11.2676056338% 0;
  text-decoration: none;
}
.two-tone-box li dl {
  transform: rotateY(0deg);
}
.two-tone-box li dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 2.8169014085%;
  border-radius: 100%;
  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;
  transition: opacity 0.8s ease;
}
.two-tone-box li .txt {
  padding-bottom: 0.5em;
}
.two-tone-box li.on dt {
  animation: spin 0.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.6507936508%;
  }
  .liquid-inner .solid-inner {
    width: 960px;
  }
  .liquid-pc-inner {
    position: relative;
    width: 93.6507936508%;
    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: 0.5em;
  }
}
@media (min-width: 769px) {
  .two-tone-box li a:hover dt {
    animation: spin2 0.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;
  }
}
@media (min-width: 769px) {
  .article-box header {
    margin-bottom: 4em;
    padding: 0 5em 1em;
  }
  .article-box .editor {
    padding: 0 3em;
  }
  .article-box .editor a:hover {
    text-decoration: none;
  }
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.pb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 769px) {
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
}
.article-list01 ul {
  padding-bottom: 8.6956521739%;
}
.article-list01 ul li {
  position: relative;
  margin-bottom: 5.7971014493%;
}
.article-list01 ul li:last-child {
  margin-bottom: 0;
}
.article-list01 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5.7971014493% 8.6956521739% 5.7971014493% 4.347826087%;
}
.article-list01 ul li a .ph {
  width: 30%;
  padding-top: 4.1666666667%;
}
.article-list01 ul li a .ph dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 14.4927536232%;
  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.6666666667%;
}
.article-list01 ul li a .txt .info {
  padding-bottom: 0.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;
  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 {
  flex-direction: row;
  border-bottom: 1px #d5dbe4 solid;
}
.table-list li dl dt {
  width: 100%;
  padding: 0.2em 1.5em;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.table-list li dl dd {
  width: 100%;
  padding: 0.5em 0.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: 0.5em 1em;
}
.table-list02 li dd {
  padding: 0.5em 1em;
  background-color: #fff;
}

.topics-list li {
  padding: 0.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.7391304348%;
}
.nav-list ul li a {
  display: inline-block;
  padding: 0.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;
  transform: translateX(-50%);
}

.cat-list {
  padding-bottom: 13.3333333333%;
}
.cat-list ul li {
  width: 50%;
  padding-bottom: 1em;
}
.cat-list ul li a {
  display: block;
  position: relative;
  padding-bottom: 0.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: 0.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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 100px 30px 20px;
    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 {
    transform: translateY(-45%) rotate(-90deg);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .article-list01 ul li a .txt aside svg {
    font-size: 2.6666666667vw;
    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: 0.5;
  }
}
@media (min-width: 769px) {
  .table-list li dl {
    flex-direction: row;
    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;
  }
}
@media (min-width: 769px) {
  .table-list02 {
    align-items: stretch;
    padding: 2px 2px 0;
    background-color: #d3dae5;
  }
  .table-list02 li {
    width: 477px;
    padding-bottom: 2px;
  }
  .table-list02 li dl {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
  .table-list02 li dt {
    width: 210px;
    margin-bottom: 0;
    padding: 0.5em 1em;
  }
  .table-list02 li dd {
    width: 266px;
    padding: 0.5em 1em;
  }
  .table-list02 li.remarks {
    width: 100%;
  }
  .table-list02 li.remarks dd {
    width: 745px;
  }
}
@media (min-width: 769px) {
  .topics-list li {
    padding: 1em;
  }
  .topics-list li dl dt {
    width: 140px;
  }
  .topics-list li dl dd {
    width: 680px;
  }
}
@media (min-width: 769px) {
  .nav-list ul {
    padding-bottom: 0;
  }
  .nav-list ul li a {
    padding: 0.8em 3.5em;
    transition: background 0.8s ease, color 0.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;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .cat-list {
    padding-bottom: 60px;
  }
  .cat-list ul li {
    width: 20%;
    padding-bottom: 0;
  }
  .cat-list ul li a {
    padding-bottom: 0.8em;
  }
  .cat-list ul li a:before, .cat-list ul li a:after {
    opacity: 1;
    width: 0%;
    transition: width 0.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: rgb(118, 152, 208);
  background: linear-gradient(to right, rgb(118, 152, 208) 0%, rgb(129, 162, 216) 50%, rgb(118, 152, 208) 100%);
}
.lower-title h1 {
  padding: 0.8em;
}

@media (min-width: 769px) {
  .lower-title h1 {
    padding: 1.8em;
  }
}
.btn {
  display: inline-block;
  padding: 0.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 {
    transition: background 0.8s ease, color 0.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.6666666667vw;
    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.7037037037;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 769px) {
  .fs-bol {
    font-size: 3rem;
    line-height: 1.5333333333;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 768px) {
  .fs-mid {
    font-size: 6.4vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 769px) {
  .fs-mid {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 768px) {
  .fs-reg {
    font-size: 4.2666666667vw;
    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.4666666667vw;
    line-height: 1.8461538462;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 769px) {
  .fs-sm {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    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.6666666667vw;
    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.6666666667;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .fs-pc-mid {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .fs-pc-reg {
    font-size: 4.2666666667vw;
    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;
  }
}
@media (min-width: 769px) {
  .ta-pc-left {
    text-align: left;
  }
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.6666666667% 2.6666666667% 0 1.7333333333%;
  background-color: #fff;
}
#header .liquid-pc-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .liquid-pc-inner h1 {
  position: relative;
  z-index: 9997;
  width: 66.9456066946%;
}
#header .liquid-pc-inner .btn-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 2.6666666667% 2.6666666667% 0 0;
}
#header .liquid-pc-inner .btn-menu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.3em;
  border: 2px #333 solid;
}
@media (max-width: 768px) {
  #header .liquid-pc-inner .btn-menu a {
    font-size: 5.3333333333vw;
    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 {
  transition: opacity 0.4s ease;
}
#header .liquid-pc-inner .btn-menu a .fa-times {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 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.6666666667% 2.6666666667%;
  background-color: rgba(118, 152, 208, 0.9);
}
#header .liquid-pc-inner nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#header .liquid-pc-inner nav ul.snavi {
  padding-bottom: 5.6338028169%;
}
#header .liquid-pc-inner nav ul li {
  width: 49.2957746479%;
  margin-bottom: 5px;
}
#header .liquid-pc-inner nav ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0.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.8309859155%;
  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.2203389831%;
  }
  #header .liquid-pc-inner h1 a {
    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: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    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: -0.4em;
    width: 0%;
    border-bottom: 1px #333 solid;
    transition: width 0.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: 0.8em 3.5em;
    border: 1px #333 solid;
    color: #333;
    transition: background 0.8s ease, color 0.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.6666666667% 0 7.3333333333%;
  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.6666666667%;
}
#footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.8em 0;
}
#footer aside .outlink {
  width: 58.6666666667%;
  margin: 0 auto 10.6666666667%;
}
#footer aside .outlink a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.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.9333333333vw;
    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.6666666667% 3.3333333333% 0;
  transition: opacity 1s ease;
}
.btn-gotop.on {
  opacity: 1;
}
.btn-gotop a {
  display: flex;
  flex-wrap: wrap;
  justify-content: 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: flex;
    flex-wrap: wrap;
    justify-content: 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: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #footer aside .outlink {
    position: absolute;
    left: 0;
    width: 20.3389830508%;
    margin: 0;
  }
  #footer aside .outlink a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.2em;
    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.4666666667vw;
    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;
    transition: opacity 1s ease;
  }
  .btn-gotop.on {
    opacity: 1;
  }
  .btn-gotop.on:hover {
    opacity: 0.8;
  }
  .btn-gotop a {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .btn-gotop a {
    font-size: 2.6666666667vw;
    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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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.4666666667vw;
    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 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.6956521739%;
}
.detail-layout .detail-slide {
  padding: 14.4927536232% 0;
}
.detail-layout .detail-slide .ph-slide {
  padding-bottom: 8.6956521739%;
}
.detail-layout .detail-slide .drawing-slide figure {
  padding: 5.7971014493%;
  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.4927536232% 0;
}
.detail-layout .detail-location {
  padding: 14.4927536232% 0;
}
.detail-layout .detail-location .gmap {
  margin-bottom: 5.7971014493%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.3768115942%;
}
.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.6666666667% 0;
}
.detail-layout .btn-tel {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9997;
  transition: opacity 1s ease;
}
.detail-layout .btn-tel.on {
  opacity: 1;
}
.detail-layout #footer {
  padding-bottom: 26%;
}
.detail-layout .btn-gotop {
  margin: 0 2.6666666667% 21.3333333333% 0;
}

@media (min-width: 769px) {
  .detail-layout .detail-info .d-pc-flex {
    align-items: flex-start;
  }
  .detail-layout .detail-info .txt {
    width: 42.3728813559%;
  }
  .detail-layout .detail-info .eyecatch {
    width: 54.2372881356%;
    padding-top: 0;
  }
  .detail-layout .detail-slide {
    padding: 60px 0;
  }
  .detail-layout .detail-slide .d-pc-flex {
    justify-content: center;
    align-items: flex-start;
  }
  .detail-layout .detail-slide .ph-slide {
    width: 44.9152542373%;
    padding-bottom: 0;
  }
  .detail-layout .detail-slide .drawing-slide {
    width: 51.6949152542%;
    padding-right: 3.3898305085%;
  }
  .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.6666666667vw;
    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;
  }
}
@media (min-width: 769px) {
  .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%;
  }
}
@media (min-width: 769px) {
  .detail-layout .brokerage-cv {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .detail-layout .btn-tel {
    bottom: auto;
    top: 100px;
  }
}
@media (min-width: 769px) {
  .detail-layout #footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 769px) {
  .detail-layout .btn-gotop {
    margin: 0 40px 50px 0;
  }
}
.fade-wrap {
  padding-bottom: 0;
}

#box01 .main-ph figure {
  padding-bottom: 2.8985507246%;
}
#box01 .sub-ph li img {
  width: 68.115942029%;
}
#box01 .sub-ph li:first-child {
  padding-bottom: 2.8985507246%;
}

@media (min-width: 769px) {
  #box01 .main-ph {
    align-items: flex-start;
  }
  #box01 .main-ph dl {
    width: 25.4237288136%;
    padding-top: 8.4745762712%;
  }
  #box01 .main-ph figure {
    width: 74.5762711864%;
    padding-bottom: 1.6949152542%;
  }
  #box01 .sub-ph {
    width: 960px;
    margin: 0 auto;
  }
  #box01 .sub-ph li {
    width: 470px;
  }
  #box01 .sub-ph li img {
    width: 100%;
  }
  #box01 .sub-ph li:first-child {
    padding-bottom: 0;
  }
}
#box02 {
  padding-top: 9.3333333333%;
}
#box02 ul {
  opacity: 0;
  transition: opacity 0.8s ease;
}
#box02 ul li {
  width: 47.8260869565%;
}
#box02.on ul {
  opacity: 1;
}

@media (min-width: 769px) {
  #box02 {
    padding-top: 80px;
  }
  #box02 ul {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  #box02 ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  #box02 ul li:nth-child(3n) {
    margin-right: 0;
  }
  #box02 ul li:last-child {
    margin-right: 0;
  }
  #box02 ul li dd {
    padding-bottom: 2.5em;
  }
}
#box03 {
  padding: 10% 0;
}
#box03 .main-ph figure {
  padding-bottom: 2.8985507246%;
}
#box03 .sub-ph li img {
  width: 68.115942029%;
}
#box03 .sub-ph li:first-child {
  padding-bottom: 2.8985507246%;
}

@media (min-width: 769px) {
  #box03 {
    padding: 60px 0 100px;
  }
  #box03 .main-ph {
    align-items: flex-start;
  }
  #box03 .main-ph dl {
    width: 25.4237288136%;
    padding-top: 8.4745762712%;
  }
  #box03 .main-ph figure {
    width: 74.5762711864%;
    padding-bottom: 1.6949152542%;
  }
  #box03 .sub-ph {
    width: 960px;
    margin: 0 auto;
  }
  #box03 .sub-ph li {
    width: 470px;
  }
  #box03 .sub-ph li img {
    width: 100%;
  }
  #box03 .sub-ph li:first-child {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=planning.css.map */