.sp-only {
  display: none;
}
/* 商品ラインナップ */
body.lineup #main .breadCrumb {
  display:none;
}
body.lineup #main .pageHeader01 {
  margin: 0.2rem 0 0;
  background: none;
}
body.lineup #main .pageHeader01 .inner {
  height: 1.1rem;
  text-align: center;
}
body.lineup #main .article {
  border-top: none;
}
body.lineup #main .article .sNav {
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
body.lineup #main .article .text > .link {
  border-color: #92d050;
  color: #000;
}
body.lineup #main .article .text > .link::before {
  background-color: #92d050;
}
body.lineup #main .article .text > .link::after {
  filter: brightness(0);
}
body.lineup #main .article .text >  .link:hover::after {
  opacity: 0;
}
body.lineup #main .article .inner > .link {
  border-color: #4475c7;
}
body.lineup #main .article .inner > .link::before {
  background-color: #4475c7;
}
body.lineup #main .article .links .link:first-child {
  color: #000;
  border-color: #92d050;
}
body.lineup #main .article .links .link:first-child::before {
  background-color: #92d050;
}
body.lineup #main .article .links .link:first-child::after {
  filter: brightness(0);
}
body.lineup #main .article .links > .link:last-child {
  border-color: #4475c7;
}
body.lineup #main .article .links > .link:last-child::before {
  background-color: #4475c7;
}
body.lineup #main .article .sectionHeader {
  height: auto !important;
  padding: 0.4rem 0 0.3rem !important;
}
body.lineup #main .article .section01 .sectionHeader {
  background: #4475c7 !important;
}
body.lineup #main .article .section02 .sectionHeader {
  background: #bba986 !important;
}

@media screen and (min-width: 751px){
  body.lineup #main .pageHeader01 {
    margin-top: 0.5rem;
  }
  body.lineup #main .pageHeader01 .inner {
    padding-top: 0;
  }
}

/* } */

/* TOP PC FV下検索 */
@media screen and (min-width: 751px){
  #main .searchMenu {
    background: #fafafa;
  }
}
/* TOP SP「注目の最新物件」位置変更 */
@media screen and (max-width: 750px){
  body.home #main .searchMenu .sectionNew {
    padding-top: 0.5rem;
  }
  .searchMenu .sectionNew .wrap {
    padding: 0;
  }
  #main .searchMenu .sectionNew .item {
    box-shadow: none;
  }
}

/* TOP , search 人気キーワード */
.block-search-keyword {
  margin: .1rem auto 0;
  width: 6.86rem;
}
.block-label-keyword {
  margin-right: 0.1rem;
}
.block-search-keyword .block-items {
  display: inline-flex;
  gap: 0.5em;
}
.block-search-keyword .keyword {
  padding: 0.2em 1em;
  margin-top: 0.3em;
  background: #f3f3f3;
  border-radius: 5em;
  box-shadow: 1px 2px 2px #ccc;
}
/* お問い合わせ */
@media screen and (max-width: 750px){
  body.contact2 #main .pageHeader01 .inner,
  body.service #main .pageHeader01 .inner,
  body.saleconsul #main .pageHeader01 .inner{
    height: 1.6rem;
  }
  body.contact #main .pageHeader01 .pageTitle .ja,
  body.contact2 #main .pageHeader01 .pageTitle .ja,
  body.service #main .pageHeader01 .pageTitle .ja,
  body.saleconsul #main .pageHeader01 .pageTitle .ja{
    font-size: .4rem;
  }
  body.contact #main .breadCrumb,
  body.contact2 #main .breadCrumb,
  body.service #main .breadCrumb,
  body.saleconsul #main .breadCrumb{
    padding: 0 0 0.1rem;
  }
  body.contact #main .article .lead,
  body.contact2 #main .article .lead,
  body.service #main .article .lead,
  body.saleconsul #main .article .lead{
    padding: 0.3rem 0 0;
  }
}
.contactForm .btReset {
  display: none !important;
}
@media screen and (max-width: 750px){
  .contactForm .btReset + .btSubmit {
    width: 94% !important;
    margin: 0 !important;
  }
}

/* TOPスライドショー */
#main .topMainVisual .slider .slide .catch {
  top: 70%;
  right: unset;
  left: 0.4rem;
  padding: 0;
  opacity: 1;
  transform: none;
}
#main .topMainVisual .slider .slide .catch-right {
  left: unset;
  right: 1.4rem;
}
#main .topMainVisual .slider .slide .catch .link {
  opacity: 1;
  transform: none;
}
#main .topMainVisual .slider.active .slick-current .catch {
  opacity: 1;
  transform: none;
}

#main .topMainVisual .slider .slide-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 3em;
  height: 3em;
  padding: 10px;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
#main .topMainVisual .slider .slide-btn:hover {
  opacity: 0.8;
}
#main .topMainVisual .slider .slide-btn.btn-left {
  left: 0;
}
#main .topMainVisual .slider .slide-btn.btn-right {
  right: 0;
}
#main .topMainVisual .slider .slide-arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #2d3441;
  line-height: 1;
  width: 2em;
  height: 2em;
  transform: translateY(-50%) rotate(-135deg);
  left: 34%;
  top: 50%;
}
#main .topMainVisual .slider .slide-arrow.arrow-next {
  transform: translate(-50%, -50%) rotate(45deg);
}
#main .topMainVisual .slider .slide-arrow::before,
#main .topMainVisual .slider .slide-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 4px;
}
#main .topMainVisual .slider .slide-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
#main .topMainVisual .slider .slide-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}
@media screen and (max-width: 750px) {
  #main .topMainVisual .slider .slide-btn {
    top: 37%;
    width: 2em;
    height: 2em;
  }
  #main .topMainVisual .slider .slide-btn.btn-left {
    padding-left: 0;
  }
  #main .topMainVisual .slider .slide-btn.btn-right {
    padding-right: 0;
  }
  #main .topMainVisual .slider .slide-arrow {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (min-width: 751px) and (orientation: landscape) {
  #main .topMainVisual .slider .slide-btn.btn-right {
    padding-right: 0.7rem;
  }
}
@media screen and (min-width: 751px) {
  #main .topMainVisual .slider .slide .catch .link.link-wide {
    width: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  #main .topMainVisual .slider .slide .catch {
    padding: 0;
  }
  #main .topMainVisual .slider .slide .catch .link {
    margin-top: 0.2rem;
  }
  .searchMenu .block-search-new {
    margin-top: 1.4rem;
  }
}

/* TOP, 物件をさがす フリー検索*/
#main .searchMenu .block01 .item form {
  justify-content: center;
}
#main .searchMenu .block01 .item input[type="text"] {
  margin: 0;
}
@media screen and (min-width: 751px) {
  #main .searchMenu .block01 .block-label-new {
    display: block;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 .1rem;
  }
}


/* 品質管理と保証ページのスタイル調整 */
body.guarantee #main .article .section01 .block01 {
    display: flex;
    justify-content: space-between;
    margin: 0.48rem 0 0;
    flex-wrap: wrap;
    justify-content: start;
}
body.guarantee #main .article .section01 .block01 .item {
  width: 2.5rem;
  margin: 0 0.15rem 0.3rem;
}

/* 仕様・設備ページにPDF追加 */
body.facility #main .article .section .inner .btPdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1.34rem;
  color: #352d29;
  font-weight: bold;
  line-height: 1;
  background: url(../imgs/ico-attention.png) 100% 50%/0.4rem auto no-repeat,
    url(../imgs/img-facility06.jpg) 0 0 / cover no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

body.facility #main .article .section .inner .btPdf .pdf {
  width: 0.16rem;
  margin: 0 0.06rem;
}

body.facility #main .article .section .inner .btPdf .line01 {
  font-size: 0.12rem;
}

body.facility #main .article .section .inner .btPdf .line02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.15rem 0 0;
  font-size: 0.18rem;
}

body.facility #main .article .section .inner .btPdf .line02 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.facility #main .article .section .inner .btPdf .hov:hover {
  text-decoration: underline !important;
}

body.facility #main .article .section .inner .btPdf a {
  height: auto;
  margin-left: 8px;
  padding: 0;
  background: none;
}

body.facility #main .article .section .inner .btPdf .line01::before,
body.facility #main .article .section .inner .btPdf .line01::after {
  display: inline-block;
  margin: 0 0.08rem;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  content: "／";
}

body.facility #main .article .section .inner .btPdf .line01::before {
  -webkit-transform: scale(-1.2, 1.2);
  -ms-transform: scale(-1.2, 1.2);
  transform: scale(-1.2, 1.2);
}

@media screen and (max-width: 750px) {
  body.facility #main .article .section .inner .btPdf {
    padding: 0.1rem 0 0;
  }

  body.facility #main .article .section .inner .btPdf .line01 {
    font-size: 0.14rem;
  }

  body.facility #main .article .section .inner .btPdf .line02 {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.15rem 0 0;
    font-size: 0.22rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  body.facility #main .article .section .inner .btPdf .line02 .pdf {
    width: 0.2rem;
    margin: 0 0.06rem;
    vertical-align: middle;
  }

  body.facility #main .article .section .inner .btPdf .line02 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

  .pc-only {
    display: none;
  }
}
/* 構造・工法・施工ページのスタイル調整 */
body.method #main .article .section section:nth-child(2) .image {
  background: #f3f3f3;
  height: 100%;
}
body.method #main .article .section section:nth-child(2) .image img {
  margin-top: 0.17rem;
}
body.method #main .article .section section:nth-child(2) .text {
  padding-bottom: 0.34rem;
}

/* TOPのAREA PICK UPのエリアの背景 */
#main .sectionAreapickup .list .item a .image .area {
  width: auto;
  padding: 0 10px;
}

/* TOPにリンクリストを追加 */
.home .box-link-list li {
  display: inline-block;
  margin: 5px 0 5px 5px;
}

.home .box-link-list li::after {
  margin-left: 8px;
  border-right: 1px solid #000;
  content: "";
}

.home .box-link-list li a {
  text-decoration: underline !important;
}

.home .box-link-list li a:hover {
  color: #4475c7 !important;
}

.home #footer .fNav .link-list-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
}

.home #footer .fNav .link-list-btns #btn-kanagawa,
.home #footer .fNav .link-list-btns #btn-tokyo {
  width: 250px;
  margin: 0 15px;
  cursor: pointer;
}

.home #footer .fNav .box-link-list {
  margin-bottom: 7em;
}

.home #footer .fNav #link-list-tokyo,
.home #footer .fNav #link-list-kanagawa.hidden {
  display: none;
}

.home #footer .fNav #link-list-tokyo.show {
  display: block;
}

@media screen and (max-width: 750px) {
  .home #footer .fNav .box-link-list {
    margin-bottom: 3em;
  }

  .home #footer .fNav .link-list-btns {
    justify-content: space-between;
  }

  .home #footer .fNav .link-list-btns #btn-kanagawa,
  .home #footer .fNav .link-list-btns #btn-tokyo {
    width: 47%;
    margin: 0;
  }
}

/* footerに「BLOG」追加 */
#footer .fNav .box03 .link02 ul {
  width: 1rem;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }

  #footer .fNav .box03 .link02 ul {
    align-items: center;
    width: 1.6rem;
  }
}

/* chatbot */
@media screen and (max-width: 767px) {
  .page .hachidori_chat_open,
  .archive .hachidori_chat_open {
    bottom: 113px;
  }
}

.home #wrap .sectionVr,
.home #wrap .sectionYoutube {
  padding: 1rem 0 0.56rem;
  background: #fafafa;
}
.home #wrap .sectionVr .txt-wrap,
.home #wrap .sectionYoutube .txt-wrap {
  text-align: center;
}
.home #wrap .sectionVr .txt-wrap p,
.home #wrap .sectionYoutube .txt-wrap p {
  color: #000;
}
.home #wrap .sectionVr .txt-wrap .txt-lg,
.home #wrap .sectionYoutube .txt-wrap .txt-lg {
  font-family: "Noto Serif JP", serif;
  font-size: 0.4rem;
}
.home #wrap .sectionVr .txt-wrap .txt-sm {
  margin: 20px auto 0;
  border: 1px solid #4475c7;
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
}
.home .txt-sm {
  font-size: 0.16rem;
}
.home .txt-xs{
  font-size: 0.1rem;
  color: #000;
  text-align: left
}
.home .txt-md {
  font-size: 0.18rem;
}
.home #wrap .sectionVr .txt-wrap a,
.home #wrap .sectionYoutube .txt-wrap a {
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
}
.home #wrap .sectionVr .txt-wrap a:hover,
.home #wrap .sectionYoutube .txt-wrap a:hover {
  text-decoration: underline;
}
.home #wrap .sectionVr .txt-wrap a img,
.home #wrap .sectionYoutube .iframe-wrap {
  margin-top: 5px;
}
.home #wrap .sectionVr .buken-link,
.home #wrap .sectionYoutube .buken-link {
  border: 1px solid #2d3441;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 62px;
  text-align: center;
  transition: color 0.3s;
  position: relative;
  height: 62px;
  display: inline-block;
  padding: 0 50px;
  margin: 0.56rem auto 0;
  font-weight: bold;
}
.home #wrap .sectionVr .buken-link::before,
.home #wrap .sectionYoutube .buken-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  transition-property: opacity, transform;
  background: #2d3441;
}
.home #wrap .sectionVr .buken-link:hover,
.home #wrap .sectionYoutube .buken-link:hover {
  color: #2d3441;
  text-decoration: none;
}
.home #wrap .sectionVr .buken-link:hover::before,
.home #wrap .sectionYoutube .buken-link:hover::before {
  opacity: 0;
  transform: scale(0.5, 1);
}
.home #wrap .sectionVr .buken-link span,
.home #wrap .sectionYoutube .buken-link span {
  color: #fff;
  position: relative;
}
.home #wrap .sectionVr .buken-link:hover span,
.home #wrap .sectionYoutube .buken-link:hover span {
  color: #2d3441;
}
.home #wrap .sectionVr .buken-link span::before,
.home #wrap .sectionYoutube .buken-link span::before {
  content: "\e901";
  margin: 0 0.16rem 0 0;
  font-family: icomoon;
  font-weight: normal;
}
.home #wrap .sectionVr .buken-link-wrap,
.home #wrap .sectionYoutube .buken-link-wrap {
  text-align: center;
}
.home #wrap .sectionVr .buken-link-wrap a,
.home #wrap .sectionYoutube .buken-link-wrap a {
  margin-bottom: 30px;
}
.home #wrap .sectionVr .buken-link-wrap a:hover,
.home #wrap .sectionYoutube .buken-link-wrap a:hover {
  text-decoration: none;
}

.home #wrap .sectionVr .iframe-wrap,
.home #wrap .sectionYoutube .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.home #wrap .sectionVr .iframe-wrap{
  margin-bottom: 20px;
}
.home #wrap .sectionVr .iframe-wrap iframe,
.home #wrap .sectionYoutube .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #wrap .sectionVr .txt-xs {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.home #wrap .sectionVr .txt-md {
  font-size: 16px;
  margin-bottom: 10px;
}
.home #wrap .sectionVr .vr-outside{
  display: none !important;
}
@media screen and (max-width: 767px) {
  .home #wrap .sectionVr .buken-link,
  .home #wrap .sectionYoutube .buken-link {
    padding: 0;
    width: 100%;
  }
  .home #wrap .sectionVr .link-wrap,
  .home #wrap .sectionYoutube .link-wrap {
    text-align: center;
  }
  .home #wrap .sectionVr .buken-link::before,
  .home #wrap .sectionYoutube .buken-link::before {
    transition: unset;
  }
  .home #wrap .sectionVr .txt-wrap .txt-light,
  .home #wrap .sectionYoutube .txt-wrap .txt-light {
    text-align: left;
  }
  .home #wrap .sectionVr .txt-wrap .txt-sm {
    margin-bottom: 20px;
  }
  .home .txt-sm {
    font-size: 0.26rem;
  }
  .home .txt-md {
    font-size: 0.28rem;
  }
  .home #wrap .sectionVr .txt-xs {
    font-size: 11px;
    text-align: left;
    margin-bottom: 20px;
  }
  .home #wrap .sectionVr .txt-md {
    font-size: 14px;
    text-align: left;
  }
  }
  .home #wrap .sectionVr .vr-outside{
    position: absolute;
    background: #2d3441;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 20px;
    padding: 0 4px 4px 8px;
    bottom: -13px;
    right: 6vw;
    display: block !important;
  }
  .home #wrap .sectionVr .vr-outside::after{
    content: '';
    position: relative;
    right: 0;
    top: 4px;
    background: url(../imgs/ico-outside.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
  .home #wrap .sectionVr .buken-link,
  .home #wrap .sectionYoutube .buken-link {
    font-size: 0.22rem;
  }
  .home #wrap .sectionYoutube .buken-link-wrap a {
    margin-top: 0;
  }
  .home #wrap .sectionYoutube .txt-wrap .txt-lg {
    margin-bottom: 10px;
  }
}
.home #wrap .sectionVr .buken-link-soldout,
.home #wrap .sectionVr .buken-link-soldout::before {
  background: #ff0000;
}
.home #wrap .sectionVr .buken-link-soldout {
  border: 1px solid #ff0000;
}
.home #wrap .sectionVr .buken-link-soldout:hover span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .home #wrap .sectionVr .buken-link-soldout,
  .home #wrap .sectionVr .buken-link-soldout::before {
    line-height: 1.5;
    display: flex !important;
    align-items: center !important;
  }
  .home .topMainVisual-sp {
    background: url(../imgs/mv-sp.jpg) no-repeat;
    background-size: cover;
  }
  .home .topMainVisual-sp-wrap ul {
    display: flex;
  }
  .home .topMainVisual-sp-wrap ul li {
    background: rgba(43, 93, 176, 0.08);
    border-right: 1px solid #fff;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
  .home .topMainVisual-sp-wrap ul li:last-of-type {
    border-right: none;
  }
  .home .topMainVisual-sp-wrap ul li span {
    display: block;
    font-weight: 600;
    margin-top: 1.3vw;
    color: #2b5db0;
    font-size: 0.2rem;
  }
  .home .topMainVisual-sp-wrap ul li a {
    text-align: center;
  }
  .home .topMainVisual-sp-wrap ul li img {
    height: 5.6vw !important;
  }
  .home .topMainVisual-sp-copy {
    width: 47.5%;
  }
  .home .topMainVisual-sp-copy + p {
    margin: 2.6vw 0;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .home .topMainVisual-sp-btn {
    border-color: #2b95a5;
    border-top-color: #4abacb;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-radius: 0.04rem;
    font-size: 0.26rem;
    width: 40.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff !important;
    background: #4abacb;
    max-height: 80px;
    height: 10.6vw;
  }
  .home #main .searchMenu {
    background: none;
    padding: 0;
  }
  .home #main .searchMenu .block01 .item input[type="text"] {
    padding: 0 0.27rem;
    border-radius: 0;
    height: 48px;
    border: none;
  }
  .home #main .searchMenu .block01 .item input[type="submit"] {
    border-radius: 0;
  }
  .home #main .searchMenu .block01 .item form {
    border: 1px solid #4475c7;
  }
}

@media screen and (max-width: 767px) {
  .home .sectionVr iframe {
    height: 61vw;
  }
}

/* 2021/9/6 */
body.facility #main .article .section .inner .btPdf .line03 {
  font-size: 0.12rem;
  width: 85%;
  text-align: right;
  line-height: 1.3;
  color: #4475c7;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body.facility #main .article .section .inner .btPdf .line03 {
    width: 95%;
    margin-top: 5px;
  }
  body.facility #main .article .section .inner .btPdf {
    padding: 1.1rem 0 1rem;
  }
}

/* 2021/9/24 */
.home #wrap .sectionVr .txt-wrap .txt-sm.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .home #wrap .sectionVr .txt-wrap .txt-sm.pc-only {
    display: none;
  }
  .home #wrap .sectionVr .txt-wrap .txt-sm.sp-only {
    display: block;
    font-size: 12px;
  }
}

.home #top-cg{
  margin-top: -120px;
  padding-top: 120px;
}
.home .sectionVr-anker {
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .home  .sectionVr-anker {
    margin-top: -140px;
    padding-top: 140px;
  }
}

/* realtor page */
body.realtor #main .pageHeader01{
  background-image: url(../imgs/mv-realtor.png);
}
body.realtor .bg-gray{
  background: #fafafa;
  text-align: center;
  margin-top: 40px;
  padding: 0.5rem 0.2rem 0.6rem;
  letter-spacing: 0.06em;
}
body.realtor .bg-gray h3{
  color: #4475c7;
  font-size: 0.2rem;
  margin-bottom: 15px;
}
body.realtor .bg-gray h3 + p{
  line-height: 1.875;
}
body.realtor .bg-gray .link{
  position: relative;
  font-weight: bold;
  display: inline-block;
  margin: 0.25rem auto 0 !important;
  border: 1px solid #2d3441;
  font-size: 0.16rem;
  border-radius: 0.06rem;
  color: #fff !important;
  width: 4.5rem !important;
  line-height: calc(.62rem - 2px);
  z-index: 1;
}
body.realtor .bg-gray .link::after{
  content: none !important;
}
body.realtor .bg-gray .link::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
  transition-property: opacity, transform;
  background: #2d3441;
}
html:not(.mobile) body.realtor .bg-gray .link:hover{
  color: #2d3441 !important;
  text-decoration: none !important;
}
html:not(.mobile) body.realtor .bg-gray .link:hover::before{
  opacity: 0;
  transform: scale(0.5, 1);
}
body.realtor .article{
  padding: 1.1rem 0;
}
@media screen and (max-width: 767px){
  body.realtor .article{
    padding: 1.1rem 0 0;
  }
  body.realtor .title01{
    line-height: 1 !important;
    margin-bottom: 0.6rem;
  }
  body.realtor .bg-gray h3{
    font-size: 0.28rem;
  }
  body.realtor .bg-gray h3 + p{
    text-align: left;
    letter-spacing: normal;
  }
  body.realtor .bg-gray{
    padding: 0.7rem 0.3rem 0.38rem;
    width: calc(100% + 3px);
    margin-left: -0.32rem;
    margin-top: 0.1rem;
  }
  body.realtor .bg-gray .link{
    width: 100% !important;
    font-size: 0.26rem !important;
    margin: 0.38rem auto 0 !important;
    letter-spacing: normal;
  }
}

/* ヘッダーにrealtorリンク追加 */
/* #header{
  height: 1.6rem;
}
#main{
  padding: 1.6rem 0 0;
} */
.link-realtor{
  text-align: center;
  font-size: 0.16rem;
  max-width: 1280px;
  margin: 5px auto 18px;
  padding: 0 0.16rem;
  box-sizing: content-box;
  color: #000;
}
.link-realtor a{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.link-realtor a::before{
  content: '';
  background: url(../imgs/ico-realtor.svg) no-repeat;
  background-size: contain;
  width: 0.16rem;
  height: 0.23rem;
  margin-right: 0.12rem;
  position: absolute;
  right: 100%;
  bottom: 0;
}
#header .line02 .dropDownMenu{
  z-index: 1;
}
@media screen and (max-width: 767px){
  .link-realtor{
    font-size: 0.22rem;
    text-align: center;
    margin: 0;
    padding-right: 0;
  }
  .link-realtor a{
    line-height: 1.2;
  }
  .link-realtor a::before{
    margin-right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}

/* 2021/11/05 改修 */

/* フォーム */
.contactForm--new,
.contactForm--newConfirm{
  padding-bottom: 0.65rem;
}
.contactForm--new form dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}
.contactForm--new form dl dt{
  padding-top: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1.55rem;
  height: calc(0.3rem + 18px);
  border-top: 1px solid #eee;
}
.contactForm--new form dl dt:first-of-type,
.contactForm--new form dl dd:first-of-type,
.contactForm--newConfirm form dl dt:first-of-type,
.contactForm--newConfirm form dl dd:first-of-type{
  border-top: none;
}
.contactForm--new form dl dd{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 1.55rem);
  padding: 0.2rem 0;
  border-top: 1px solid #eee;
}
.contactForm--new form dl .inputWrapper{
  width: 2.65rem;
}
.contactForm--new form dl input{
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 0.15rem 0.18rem;
  background: #f5f5f5;
  font-size: 14px;
}
.contactForm--new form dl input::placeholder {
  color: #a9adb5;
}
.contactForm--new form dl dt.required span::after,
.contactForm--newConfirm form dl dt.required span::after{
  content: "＊";
  color: #d63535;
}
.contactForm--new form dl dd .caution{
  width: 100%;
  margin: 0.2rem 0 0;
  line-height: 1;
}
.contactForm--new form dl dd .zip{
  line-height: calc(.3rem + 18px);
}
.contactForm--new form dl dd .zip + .inputWrapper{
  width: 1.18rem;
}
.contactForm--new form dl dd.size03 .inputWrapper:last-of-type{
  width: 3.86rem;
}
.contactForm--new form dl dd.size02 .inputWrapper{
  width: 3.95rem;
}
.contactForm--new form dl select{
  display: block;
  box-sizing: border-box;
  min-width: 3.95rem;
  max-width: 100%;
  padding-right: calc(0.46rem + 8px);
  border-radius: 0.04rem;
  border: 1px solid #eee;
  padding: 0.15rem 0.18rem;
  background: #f5f5f5;
  font-size: 14px;
}
.contactForm--new form dl .selectWrapper{
  position: relative;
}
.contactForm--new form dl .selectWrapper::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0.28rem;
  transform: translate(0, -50%);
}
.contactForm--new form dl textarea{
  display: block;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 0.15rem 0.18rem;
  background: #f5f5f5;
  font-size: 14px;
  width: 100%;
  height: 2rem;
}
#main .article .contactForm--new .lead{
  padding: 0.7rem 0 0.5rem;
}
#main .article .contactForm--new .lead p{
  padding: 0;
}
#main .article .contactForm--new .lead .caution{
  color: #ff0000;
  margin-bottom: 0.2rem;
}
.contactForm--new .note{
  line-height: 1.8571428571;
  padding: 0.1rem 0 0;
}
.contactForm--new .note em{
  color: #d63535;
  font-style: normal;
}
.contactForm--new .privacyPolicy .label {
  padding: 0.36rem 0.26rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.contactForm--new .privacyPolicy .term {
  box-sizing: border-box;
  height: 2.72rem;
  border: 1px solid #eee;
  padding: 0.34rem 0.3rem;
  background: #f5f5f5;
  overflow-y: scroll;
}
#main .article .contactForm--new .privacyPolicy h2 {
  font-size: 1em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}
#main .article .contactForm--new .privacyPolicy p,
#main .article .contactForm--new .privacyPolicy ol,
#main .article .contactForm--new .privacyPolicy h3{
  padding: 0.16rem 0 0;
}
#main .article .contactForm--new .privacyPolicy p + h2,
#main .article .contactForm--new .privacyPolicy ol + h2{
  padding: 0.32rem 0 0;
}
.contactForm--new .privacyPolicy .term dl{
  line-height: 1.8571428571;
  display: block;
  border: none;
  padding: 0.16rem 0 0;
}
.contactForm--new .privacyPolicy .term dl dt,
.contactForm--new .privacyPolicy .term dl dd{
  display: block;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
}
.contactForm--new .privacyPolicy .term dl::before,
#main .article .contactForm--new .privacyPolicy ol::before{
  margin-bottom: -0.4285714286em;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.contactForm--new .privacyPolicy .text{
  line-height: 1.8571428571;
  padding: 0.38rem 0 0.26rem;
  text-align: center;
}
.contactForm--new .privacyPolicy .agree{
  display: block;
  box-sizing: border-box;
  width: 1.68rem;
  border: 1px solid #eee;
  margin: 0 auto;
  padding: 0.12rem 0 0.12rem 0.27rem;
  position: relative;
  background: #f5f5f5;
  line-height: .24rem;
}
.contactForm--new .privacyPolicy .agree label::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contactForm--new .privacyPolicy .agree input{
  box-sizing: border-box;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.14rem 0 0;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  vertical-align: top;
}
.contactForm--new .btns,
.contactForm--newConfirm .btns,
.contactForm--newThanks .btns{
  display: flex;
  margin: 0.48rem 0 0;
  justify-content: center;
}
.contactForm--new .btns button,
.contactForm--newConfirm .btns button,
.contactForm--newThanks .btns .btHome{
  position: relative;
  width: 2.4rem;
  box-sizing: border-box;
  border: 1px solid #2d3441;
  padding: 0;
  background: #fff;
  border-radius: 0.04rem;
  color: #fff !important;
  font-size: .16rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  line-height: calc(.64rem - 2px);
  transition: color .3s;
  z-index: 1;
}
.contactForm--new .btns button::before,
.contactForm--newConfirm .btns button::before,
.contactForm--newThanks .btns .btHome::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
  transition-property: opacity, transform;
}
.contactForm--new .btns button[type=reset],
.contactForm--newConfirm .btns button.btBack{
  border-color: #7c818a;
}
.contactForm--new .btns button[type=reset]::before,
.contactForm--newConfirm .btns button.btBack:before{
  background: #7c818a;
}
.contactForm--new .btns button + button,
.contactForm--newConfirm .btns button + button{
  margin: 0 0 0 0.18rem;
}
.contactForm--new .btns button[type=submit]::before,
.contactForm--newConfirm .btns button.btSubmit::before,
.contactForm--newThanks .btns .btHome::before{
  background: #2d3441;
}
.contactForm--new .btns button[type=submit]::after,
.contactForm--newConfirm .btns button.btSubmit::after,
.contactForm--newThanks .btns .btHome::after,
.home #wrap .sectionVr .buken-link-wrap a::after{
  content: '';
  display: block;
  width: 0.43rem;
  height: 0.03rem;
  background: url(../imgs/blt-btn.png) 0 0/auto 100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  transition: transform .3s;
}
.contactForm--new .btns button[type=reset]:hover,
.contactForm--newConfirm .btns button.btBack:hover{
  color: #7c818a !important;
  border-color: #7c818a;
}
.contactForm--new .btns button:hover::before,
.contactForm--newConfirm .btns button:hover::before,
.contactForm--newThanks .btns .btHome:hover::before{
  opacity: 0;
  transform: scale(0.5, 1);
}
.contactForm--new .btns button[type=submit]:hover::after,
.contactForm--newConfirm .btns button.btSubmit:hover::after,
.contactForm--newThanks .btns .btHome:hover::after{
  transform: translate3d(50%, -50%, 0);
}
.contactForm--new .btns button[type=submit]:hover,
.contactForm--newConfirm .btns button[type=submit]:hover,
.contactForm--newThanks .btns .btHome:hover{
  color: #2d3441 !important;
  text-decoration:none !important;
}
.contactForm--new form dl dd .error,
.contactForm--new .privacyPolicy .agree .error{
  display: block;
  width: 100%;
  margin: 0.14rem 0 0;
  color: #d63535;
  line-height: 1;
  font-size: 93%;
}

/* 確認画面 */
#main .article .contactForm--newConfirm .lead p{
  padding: 0;
}
#main .article .contactForm--newConfirm .lead{
  padding: 0.7rem 0 0.5rem;
}
.contactForm--newConfirm form dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}
.contactForm--newConfirm form dl dt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1.55rem;
  height: auto;
  padding: 0.2rem 0;
  border-top: 1px solid #eee;
}
.contactForm--newConfirm form dl dd{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 1.55rem);
  padding: 0.2rem 0;
  border-top: 1px solid #eee;
}
/* サンクス画面 */
.contactForm--newThanks{
  padding-bottom: 0.65rem;
}
#main .article .contactForm--newThanks .lead{
  padding: 0.7rem 0 0.5rem;
}
#main .article .contactForm--newThanks .lead p{
  padding: 0;
}
#main .article .contactForm--newThanks .lead p + p{
  padding: 0.2rem 0 0;
}
.contactForm--newThanks .btns .btHome {
  width: 3.4rem;
}
.contactForm--newThanks .btns{
  margin-top: 0;
}


/* 空き家・その他不動産全般の無料ご相談 */
body.consultation #main .pageHeader01{
  background-image: url(../imgs/mv-consultation.png);
  background-position: right;
}

/* 苦情・要望・その他のご相談について */
body.requests #main .pageHeader01{
  background-image: url(../imgs/mv-requests.png);
}

/* 現在準備中の物件お問い合わせ */
body.preparationrequests #main .pageHeader01{
  background-image: url(../imgs/mv-requests.png);
}

/* 業者専用お問い合わせについて */
body.vendors #main .pageHeader01{
  background-image: url(../imgs/mv-vendors.png);
  background-position: left;
}

/* フッター */
#footer .contact .list .item:not(.item03) .tel a::before{
  width: 0.18rem;
  background-image: url(../imgs/ico-tel.svg);
}

#footer .contact .list .item05 .label{
  background-image: url(../imgs/img-contact05.jpg);
}
#footer .contact .list .item06 .label{
  background-image: url(../imgs/img-contact06.jpg);
}
#footer .contact .list .item07 .label{
  background-image: url(../imgs/img-contact07.jpg);
}
#footer .contact .list .item01{
  order: 1;
}
#footer .contact .list .item02{
  order: 3;
}
#footer .contact .list .item03{
  order: 2;
}
#footer .contact .list .item05{
  order: 4;
}
#footer .contact .list .item06{
  order: 5;
}
#footer .contact .list .item07{
  order: 6;
}

@media screen and (min-width: 350px) {
  .header-navbtns li a br{
    display: none;
  }
}

@media screen and (max-width: 750px) {
  /* 共通 */
  #header{
    height: auto;
  }
  #header .line01{
    height: 0.78rem;
  }
  #header .line02 .btMenu{
    padding: 0.2rem 0.32rem;
  }
  #header .line02 nav{
    height: calc(100vh - 2rem);
  }
  #main{
    padding: 1.7rem 0 0;
  }
  .header-btns{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 3px;
  }
  .header-btns li{
    width: calc((100% - 15px) / 6);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    background: #eff5fc;
  }
  .header-btns li span{
    display: block;
    font-weight: 600;
    margin-top: 1.3vw;
    color: #2b5db0;
    font-size: 0.18rem;
    white-space: pre;
  }
  .header-btns li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0.22rem 0;
  }
  .header-btns li img{
    width: 0.35rem;
  }

  .header-navbtns{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 0.36rem);
    gap: 6.5px;
    margin: 0 auto 0.18rem;
  }
  .header-navbtns li{
    width: calc((100% - 26px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #007AFF;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%) inset;
    border-radius: 0.08rem;
  }
  .header-navbtns li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    color: #fff !important;
    padding: 0.22rem 0;
    font-size: 0.20rem;
  }

  body.home #main .searchMenu .block02 .item,
  body.search #main .searchMenu .block02 .item{
    padding: 0.25rem 0 0.07rem;
    box-shadow: none;
    background-position: 0 0.26rem;
    margin: 0;
  }
  body.home #main .searchMenu .block02 .item.line,
  body.search #main .searchMenu .block02 .item.line{
    background-position: 0 0.18rem;
  }
  body.home #main .searchMenu .block02 .item.area,
  body.search #main .searchMenu .block02 .item.area{
    padding-top: 0.66rem;
    background-position: 0 0.66rem;
  }
  body.home #main .searchMenu .block02 .item .label,
  body.search #main .searchMenu .block02 .item .label{
    padding: 0 0.26rem 0 0.48rem;
  }
  body.home #main .searchMenu .block02 .item .link a,
  body.search #main .searchMenu .block02 .item .link a{
    width: 3.3rem;
  }
  body.home #main .searchMenu .block02 .item .en,
  body.search #main .searchMenu .block02 .item .en{
    display: none;
  }
  body.home .block-search-btns,
  body.search .block-search-btns{
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
  }
  body.home .block-search-btns a,
  body.search .block-search-btns a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4abacb;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0px 0.03rem 0px #2b95a5;
    padding: 0.25rem 0;
    border-radius: 0.08rem;
  }
  body.home .block-search-btns a{
    width: calc((100% - 0.5rem) / 6);
  }
  body.search .block-search-btns a{
    width: calc((100% - 0.4rem) / 3)
  }
  #header .userMenu{
    display: none;
  }
  #footer .contact .list .item .tel a::before{
    width: 0.36rem;
    margin: 0 0.16rem 0 0;
  }
  #footer .contact .list{
    display: flex;
    flex-direction: column;
  }
  #footer .contact .list .item04{
    order: 4;
  }
  #wrap .cv.pc-only{
    display: none;
  }
  #wrap .cv.sp-only{
    width: 100%;
  }
  #wrap .cv.sp-only a{
    padding: 0;
  }
  #wrap .cv.sp-only .btn01{
    width: 66.66666667%;
    background: #ff8c00;
    font-size: 24px;
    position: relative;
  }
  #wrap .cv.sp-only .btn01::before{
    content: '';
    display: inline-block;
    background: url(../imgs/ico-mail03.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 14px;
    margin-right: 0.14rem;
  }
  #wrap .cv.sp-only .btn02{
    background: #4abacb;
    width: calc(100% - 66.66666667%);
    position: relative;
  }
  #wrap .cv.sp-only .btn02::before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    mask: url(../imgs/ico-tel.svg) no-repeat;
    -webkit-mask: url(../imgs/ico-tel.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    background-position: center;
    width: 0.38rem;
    height: 0.43rem;
  }
  #wrap .cv.sp-only .btn03{
    font-size: 18px;
    background: #f77577;
    width: 100%;
    text-decoration: underline;
  }
  .home #main .searchMenu,
  .search #main .searchMenu{
    margin-top: 0.3rem;
  }

  /* TOP */
  .home .topMainVisual-sp-copy{
    margin-left: 0.1rem;
    width: 49%;
  }
  .home .topMainVisual-sp-copy img{
    width: 100%;
  }
  body.home .block-search-btns {
    padding: 0.3rem 0.2rem;
    text-align: center;
    gap: 0.1rem;
  }
  body.home .block-search-btns a{
    padding: 0.18rem 0;
    font-size: 0.18rem;
  }
  .home .topMainVisual-sp{
    padding: 0.45rem 0.32rem;
  }
  .topMainVisual-sp-lead{
    font-size: 0.22rem;
    display: block;
    margin-bottom: 0.2rem;
  }
  .home .topMainVisual-sp-copy{
    font-size: 0.4rem;
    font-weight: normal;
    width: 100%;
    line-height: 1.2;
  }
  .home .topMainVisual-sp-copy span{
    display: block;
    font-size: 0.34rem;
  }
  .home #main .searchMenu .block02{
    margin-top: -0.7rem;
    margin-bottom: 0.7rem;
  }
  .home #main .searchMenu .block02 .item{
    background-color: transparent;
  }
  .block-price .block-price-btns{
    display: grid;
    gap: 0.2rem;
    grid-template-areas:
      "areaA areaB areaC"
      "areaD areaE areaF"
      "areaG areaH areaH";
  }
  .block-area .block-area-btns{
    display: grid;
    gap: 0.2rem;
    grid-template-columns: calc((100% - 20px) / 3) calc((100% - 20px) / 3) calc((100% - 20px) / 3);
    grid-template-areas:
      "areaA areaB areaC"
      "areaD areaE areaF"
      "areaG areaH areaI";
  }
  .block-price .block-price-btns .btn-price,
  .block-area .block-area-btns .btn-area{
    white-space: normal;
    border-radius: 0.08rem;
    border: none;
    background: #eff5fc;
    color: #4475c7;
    font-weight: bold;
    box-shadow: 0px 0.03rem 0px #d3dded;
    font-size: 0.24rem;
    line-height: 1.5;
    padding: 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .block-price .block-price-btns .btn-price input,
  .block-area .block-area-btns .btn-area input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .block-area .block-area-btns .btn-area{
    flex-direction: column;
    padding: 0.3rem 0.1rem 0.15rem;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(1){
    grid-area: areaA;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(2){
    grid-area: areaB;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(3){
    grid-area: areaC;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(4){
    grid-area: areaD;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(5){
    grid-area: areaE;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(6){
    grid-area: areaF;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(7){
    grid-area: areaG;
  }
  .block-price .block-price-btns .btn-price:nth-of-type(8){
    grid-area: areaH;
    background: #4475c7;
    box-shadow: 0px 0.03rem 0px #2b5db0;
    color: #fff;
  }
  .block-price .price-label,
  .block-area .area-label{
    display: block;
    font-weight: bold;
    margin: 0.3rem 0;
  }
  .block-area .area-label-note{
    display: block;
    color: #4475C7;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
    margin-top: -0.2rem;
  }
  .block-price .block-price-btns .btn-price.active{
    background: #4475c7;
    box-shadow: 0px 0.03rem 0px #2b5db0;
    color: #fff;
  }
  .block-price .block-price-btns .btn-price.inactive{
    background: #eff5fc;
    box-shadow: 0px 0.03rem 0px #d3dded;
    color: #4475c7;
  }
  .block-area .block-area-btns .btn-area .btn-txt-sm{
    font-size: 0.16rem;
    font-weight: normal;
  }
  .block-area{
    margin-top: 0.47rem;
  }
  .label-price-area,
  .block-label-new,
  .label-ttl{
    position: relative;
    font-size: 0.3rem;
    font-weight: bold;
    padding-left: 0.6rem;
  }
  .label-price-area::before{
    position: absolute;
    content: '';
    background: url(../imgs/ico-price-area.png) no-repeat;
    background-size: contain;
    width: 0.47rem;
    height: 0.44rem;
    margin-right: 0.14rem;
    left: 0;
  }
  .block-label-new::before{
    position: absolute;
    content: '';
    background: url(../imgs/ico-old.png) no-repeat;
    background-size: contain;
    width: 0.47rem;
    height: 0.44rem;
    margin-right: 0.14rem;
    left: 0;
  }
  .block-search-new{
    margin-top: 0.3rem;
  }
  .block-search-new .link {
    display: flex;
    flex-direction: column;
    margin-top: 0.25rem;
  }
  .block-search-new .link a:not(:first-of-type){
    margin-top: 0.2rem;
  }
  .block-search-new .link a{
    color: #fff !important;
    text-align: center;
    font-size: .28rem;
    border-radius: 0.08rem;
    line-height: calc(.96rem - 2px);
    font-weight: bold;
    border: none;
  }
  .block-search-new .link .link01{
    background: #4475c7;
    box-shadow: 0px 0.03rem 0px #2b5db0;
  }
  .block-search-new .link .link02{
    background: #4abacb;
    box-shadow: 0px 0.03rem 0px #2b95a5;
  }
  .searchMenu .block01 .item {
    box-shadow: none !important;
  }
  .searchMenu .block01 form {
    box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.04);
  }
  .searchMenu .block01 .block-label-new {
    margin-bottom: 0.3rem;
    display: block;
  }
  .block-search-keyword {
    margin: 1em 0 3em;
    width: 100%;
  }
  .block-search-keyword .block-items {
    display: flex;
  }
  .block-old{
    margin-top: 0.7rem;
  }
  .block-old .link .link02{
    background: #4abacb;
    box-shadow: 0px 0.03rem 0px #2b95a5;
  }
  #main .searchMenu .block01 .item{
    padding: 0;
    margin: 0.3rem 0 0.5rem;
  }
  .home #main .searchMenu .block01 .item form{
    border: 3px solid #4475c7;
  }
  .home .topMainVisual-sp-btn{
    background: #4475c7;
    border: none;
    box-shadow: 0px 0.03rem 0px #2b5db0;
    border-radius: 0.08rem;
    position: relative;
    width: 52.93vw;
  }
  .home .topMainVisual-sp-btn::before{
    content: '';
    mask: url(../imgs/ico-search02.svg) no-repeat;
    -webkit-mask: url(../imgs/ico-search02.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    width: 0.34rem;
    height: 0.32rem;
    margin-right: 0.2rem;
  }

  /* SEARCH */
  body.search #section-theme{
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
  body.search #section-news{
    margin-top: -1.5rem;
    padding-top: 1.5rem;
  }
  body.search #main .searchMenu{
    background: none;
    padding: 1rem 0 .36rem;
  }
  body.search #main .searchMenu .block01 form{
    border: 3px solid #4475c7;
  }
  body.search .block-search-btns{
    background: #eff5fc;
    padding: 0.32rem;
    width: 100%;
    margin-left: -0.32rem;
    margin-bottom: 0.6rem;
  }
  body.search #main .searchMenu .block01 .item #uform2 input[type="text"],
  body.search #main .searchMenu .block01 .item #uform2 input[type="submit"] {
    border-radius: 0;
    border: none;
  }
  body.search #main .searchMenu .block01 .item #uform2 input[type="text"]{
    padding: 0 .2rem 0 .27rem;
  }

  /* フォーム */
  .contactForm--new form dl{
    display: block;
  }
  .contactForm--new form dl dt{
    display: block;
    width: auto;
    height: auto;
  }
  .contactForm--new form dl dd{
    width: auto;
    border-top: none;
  }
  .contactForm--new form dl .size01 .inputWrapper{
    width: calc(50% - 0.1rem);
  }
  .contactForm--new form dl dd.size02 .inputWrapper{
    width: 100%;
  }
  .contactForm--new form dl dd .caution{
    line-height: 1.5;
  }
  .contactForm--new form dl dd .zip + .inputWrapper{
    width: calc(50% - 0.1rem);
    margin: 0 0 0 1em;
  }
  .contactForm--new form dl dd.size03 .inputWrapper:last-of-type{
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .contactForm--new form dl dd.size03{
    justify-content: flex-start;
  }
  #main .article .contactForm--new .privacyPolicy p,
  #main .article .contactForm--new .privacyPolicy ol{
    padding: 0.3rem 0 0;
    line-height: 1.8571428571;
  }
  .contactForm--new .privacyPolicy .text{
    text-align: left;
  }
  .contactForm--new .privacyPolicy .agree{
    width: 3rem;
    padding: 0.3rem 0;
    text-align: center;
  }
  .contactForm--new .btns button,
  .contactForm--newConfirm .btns button{
    width: calc(50% - 0.1rem);
    font-size: .3rem;
    line-height: 1.2rem;
  }
  .contactForm--new form dl .selectWrapper,
  .contactForm--new form dl select{
    width: 100%;
    color: #000;
  }

  /* 確認画面 */
  .contactForm--newConfirm form dl{
    flex-direction: column;
  }
  .contactForm--newConfirm form dl dt,
  .contactForm--newConfirm form dl dd{
    width: 100%;
  }
  .contactForm--newConfirm form dl dt{
    padding-bottom: 0;
  }
  .contactForm--newConfirm form dl dd{
    border-top: none;
  }

  /* サンクス画面 */
  .contactForm--newThanks .btns .btHome{
    width: 100%;
    font-size: .3rem;
    line-height: 1.2rem;
  }

  /* フッター */
  #footer .contact .list .item:not(.item03) .tel a::before{
    width: 0.36rem;
    text-align: right;
  }
}

/* 無断転用文言追加 */
.footer-warning{
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .footer-warning{
    width: 4.26rem;
    margin: 10px 0 0 calc(100% - 4.26rem);
  }
}

@media screen and (min-width: 751px){
  #footer .contact .list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px calc((100% - 10.96rem) / 3);
  }
  #footer .contact .list .item05 .label,
  #footer .contact .list .item07 .label{
    background-position: right;
  }
  #footer .contact .list .item06 .label{
    background-position: left;
  }
  #footer .contact .list .item04{
    order: 7;
  }
}
.sketchfab-embed-wrapper p{
  display: none;
}

/* 2022/02/02 */
.buken-links-wrap{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sectionVr .vr-explanation{
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 15px 30px;
  text-align: left;
  background: #fff;
  font-size: 0.16rem;
  line-height: 1.7;
}
.sectionVr .vr-explanation ul{
  padding-left: 0;
}
.sectionVr .vr-explanation .bold{
  font-weight: bold;
}
.home #wrap .sectionVr .txt-wrap a:hover, .home #wrap .sectionYoutube .txt-wrap a:hover{
  text-decoration: none;
}
@media screen and (max-width: 767px){
  .buken-links-wrap{
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
  .home #wrap .sectionYoutube .buken-links-wrap a{
    margin: 0 0 10px;
  }
  .sectionVr .vr-explanation{
    flex-direction: column;
    gap: 10px;
    font-size: 0.26rem;
    padding: 15px;
  }
  .home #wrap .sectionVr .buken-link, .home #wrap .sectionYoutube .buken-link{
    line-height: unset;
  }
  .home #wrap .sectionVr .buken-link span, .home #wrap .sectionYoutube .buken-link span{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .home #wrap .sectionVr .buken-link span::before, .home #wrap .sectionYoutube .buken-link span::before{
    margin: 0;
  }
}

#header .line02 nav #gNav{
  font-size: .14rem;
}

/* 2022/4/5 モデルハウスページ */
body.home .top-bnr{
  text-align: center;
  margin: -80px auto 80px;
}
body.home .top-bnr img{
  width: 100%;
  max-width: 800px;
}
body.home .top-bnr a:not(:last-child) img{
  margin-bottom: 30px;
}
body.modelhouse #main .pageHeader01{
  background-image: url(../imgs/mv-modelhouse.jpg);
}
.modelhouse-content{
  text-align: center;
}
.modelhouse-content h2{
  margin: 1.2rem auto 0.38rem;
}
.modelhouse-content .title01{
  font-size: 0.18rem;
  margin: 0.98rem auto 0.48rem;
  font-weight: bold;
}
.modelhouse-content .title01 a{
  padding: 0 20px;
}
.modelhouse-content .title01 a:not(:first-of-type){
  border-left: 1px solid #DFDFDF;
}
.modelhouse-content .title01 a:hover{
  text-decoration: underline;
}
.modelhouse-content .sec-ttl{
  background-color: #E7EDF5;
  background-image: url(../imgs/img-modelhouse-num1.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 70px 40px;
}
.modelhouse-content .sec-ttl1{
  background-image: url(../imgs/img-modelhouse-num1.svg);
}
.modelhouse-content .sec-ttl2{
  background-image: url(../imgs/img-modelhouse-num2.svg);
}
.modelhouse-content .sec-ttl h3{
  font-size: 0.26rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #CFDAE8;
}
.modelhouse-content figcaption{
  text-align: left;
  margin-top: 0.24rem;
}
.modelhouse-content .buken-link-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #4475C7;
  padding: 0.2rem 0.3rem;
  margin: 0.4rem 0;
}
#wrap .modelhouse-content .buken-link{
  position: relative;
  color: #fff;
  width: 42.85%;
  padding: 20px 0;
  border-radius: 4px;
  border: 1px solid #4475C7;
  overflow: hidden;
}
#wrap .modelhouse-content .buken-link:hover{
  text-decoration: none;
}
#wrap .modelhouse-content .buken-link:hover::before{
  opacity: 0;
  transform: scale(0.5, 1);
}
.modelhouse-content .buken-link::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  transition-property: opacity, transform;
  background: #4475C7;
}
#wrap .modelhouse-content .buken-link span{
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 0.16rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
#wrap .modelhouse-content .buken-link:hover span{
  color: #4475C7;
}
#wrap .modelhouse-content .buken-link span::before{
  display: inline-block;
  background-color: currentColor;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../imgs/icon_data.svg);
  mask-image: url(../imgs/icon_data.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  margin-right: 10px;
}
.modelhouse-content .sec-content{
  background: #F7F7F7;
  padding: 0.5rem 0.7rem 0.58rem;
  margin-bottom: 0.8rem;
}
.modelhouse-content .buken-link-wrap .tel{
  width: 50%;
}
.modelhouse-content .buken-link-wrap .tel span{
  display: block;
  font-weight: bold;
  margin-top: 0.1rem;
}
.modelhouse-content .buken-imgs{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.modelhouse-content .buken-imgs img{
  width: calc((100% - 20px) / 2);
}
.modelhouse-content .sec-txt{
  font-weight: bold;
  font-size: 0.2rem;
}
.modelhouse-content .sec-txt{
  margin-bottom: 0.94rem;
}
.modelhouse-content .sec-txt span{
  color: #4475C7;
}
@media screen and (max-width: 767px){
  body.home .top-bnr{
    margin: 0 0 50px;
  }
  body.modelhouse #main .pageHeader01 {
    background-image: url(../imgs/mv-modelhouse-sp.jpg);
  }
  .modelhouse-content h2{
    width: 80%;
    margin: 1.26rem auto 0.64rem;
  }
  .modelhouse-content p{
    font-size: 0.28rem;
    line-height: 1.7;
  }
  .modelhouse-content .title01{
    font-size: 0.32rem;
    margin: 0.96rem auto 0.64rem;
  }
  .modelhouse-content .title01 a{
    padding: 0;
    display: block;
    margin-bottom: 0.32rem;
  }
  .modelhouse-content .sec-ttl{
    padding: 40px 16px 30px;
    background-size: 69px 46px;
  }
  .modelhouse-content .sec-ttl h3{
    font-size: 0.44rem;
  }
  .modelhouse-content .sec-content{
    padding: 24px 20px 28px;
  }
  .modelhouse-content figcaption{
    font-size: 0.28rem;
    line-height: 1.7;
  }
  .modelhouse-content .buken-link-wrap{
    flex-direction: column;
    padding: 15px;
  }
  #wrap .modelhouse-content .buken-link{
    width: 100%;
    padding: 14px 0;
  }
  .modelhouse-content .buken-link-wrap .tel{
    width: 74%;
    margin-top: 20px;
  }
  .modelhouse-content .buken-link-wrap .tel span{
    font-size: 0.24rem;
  }
  #wrap .modelhouse-content .buken-link span{
    font-size: 0.28rem;
  }
  .modelhouse-content .buken-imgs{
    gap: 16px;
  }
  .modelhouse-content .buken-imgs img{
    width: 100%;
  }
  .modelhouse-content .sec-txt{
    font-size: 0.32rem;
  }
  .modelhouse-content .title01 a:not(:first-of-type){
    border: none;
  }
}
/* 2022/10/27 準備中物件ページ */
body.preparation #main .pageHeader01{
  background-image: url(../imgs/mv-preparation.jpg);
}
.preparation-content{
  text-align: center;
}
.preparation-content .repeater{
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px 2%;

}
.preparation-content .repeater li{
  font-size: 0.18rem;
  width: 32%;
  text-align: left;
  margin: 5px 0;
}
.preparation-content .repeater a{
  color: #4476c7 !important;
}
.preparation-content .sec-txt{
  font-weight: bold;
  font-size: 0.2rem;
  color: #4475c7;
  margin-top: 1rem;
}
.preparation-content .link-light{
  display: block;
  position: relative;
  z-index: 1;
  width: 5rem;
  border: 1px solid #4475c7 !important;
  border-radius: 0.06rem;
  color: #fff !important;
  font-size: .18rem;
  line-height: calc(.62rem - 2px);
  text-align: center;
  transition: color .3s;
  margin: 20px auto 0.9rem !important;
}
.preparation-content .link-light:hover{
  text-decoration: none !important;
  color: #4475c7 !important;
  background: #fff !important;
}
.preparation-content .link-light::before{
  display: block;
  background: #4475c7 !important;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
  transition-property: opacity, transform;
}
.preparation-content .link-light:hover::before{
  opacity: 0;
  transform: scale(.5, 1);
}
@media screen and (max-width: 767px){
  .preparation-content .repeater li{
    width: 100%;
    font-size: 0.28rem;
    margin: 0;
  }
}

/* 2023/04/17 TOP　CGパース, 2023/11/02 TOP YouTube */
.home #wrap .sectionYoutube .buken-link-wrap .buken-link,
.home #wrap .sectionVr .buken-link-wrap .buken-link {
  margin-top: 50px;
  margin-bottom: 30px;
}
.home #wrap .sectionVr .buken-img-link {
  margin: 0 !important;
}

.home .link-orange{
  border: 1px solid #f27d07 !important;
}
.home .link-orange::before{
  background: #f27d07 !important;
}
.home .link-orange:hover{
  color: #f27d07 !important;
}
.home .buken-link-light{
  border: 1px solid #4475C7 !important;
  margin-bottom: 20px !important;
}
.home .buken-link-light::before{
  background: #4475C7 !important;
}
.home .buken-link-light:hover span{
  color: #4475C7 !important;
}
.home .txt-light{
  color: #4475C7 !important;
  font-weight: bold;
  font-size: 16px;
}
.home .sectionYoutube .txt-lg,
.home .sectionVr .txt-lg{
  color: #4475C7 !important;
}
@media screen and (max-width: 767px){
  .home .txt-light{
    font-size: 14px;
  }
}
body.search #main .pageHeader01 .propertyNumbers .line03{
  margin-top: 14px;
  margin-right: -0.3rem;
  font-size: 10px;
}
body.search #main .pageHeader01 .propertyNumbers .line01{
  flex-wrap: wrap;
  height: auto;
  line-height: unset;
  padding: 0 0 7px 0;
}
body.search #main .pageHeader01 .propertyNumbers-btn{
  display: block;
  min-width: 100%;
  text-align: center;
}
body.search #main .pageHeader01 .propertyNumbers-btn a{
  background: #fff;
  border-radius: 7px;
  color: #000;
  padding: 5px 37px;
  border: 2px solid #000;
  font-weight: bold;
  text-decoration: none;
}
body.search #main .pageHeader01 .propertyNumbers .line02{
  justify-content: space-between;
}
body.search #main .pageHeader01 .propertyNumbers .line02 .tokyo,
body.search #main .pageHeader01 .propertyNumbers .line02 .kanagawa{
  position: relative;
  width: 46%;
}
body.search #main .pageHeader01 .propertyNumbers-btn-tokyo,
body.search #main .pageHeader01 .propertyNumbers-btn-kanagawa{
  position: absolute;
  left: 0;
  bottom: -5px;
}
body.search #main .pageHeader01 .propertyNumbers-btn-tokyo a,
body.search #main .pageHeader01 .propertyNumbers-btn-kanagawa a{
  border: 2px solid #BBA986;
  background: #F5F2EB;
  padding: 5px 0;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  display: block;
  width: 100%;
  white-space: nowrap;
}
body.search #main .pageHeader01 .propertyNumbers-btn-kanagawa a{
  border: 2px solid #4475C7;
  background: #D3E6FB;
}
@media screen and (min-width: 768px){
  body.search #main .pageHeader01 .propertyNumbers{
    width: 4.5rem;
  }
  body.search #main .pageHeader01 .propertyNumbers .line02 .kanagawa{
    background: url(../imgs/img-kangawa.png) 0 12px/0.9rem auto no-repeat;
    padding: 30px 0 0 0.8rem;
  }
  body.search #main .pageHeader01 .propertyNumbers .line02 .tokyo{
    background: url(../imgs/img-tokyo.png) 0.06rem 15px/1.15rem auto no-repeat;
    padding: 30px 0 0 1rem;
  }
  #main .pageHeader01 .propertyNumbers .line02 .area{
    padding: 30px 0 0 1.01rem;
  }
  body.search #main .pageHeader01 .propertyNumbers{
    padding: 0.1rem 0.36rem 0.06rem;
  }
}
@media screen and (max-width: 767px){
  body.search #main .pageHeader01 .propertyNumbers{
    top: 78%;
  }
  body.search #main .searchMenu {
    padding: 2.4rem 0 0.36rem;
  }
  body.search #main .pageHeader01 .propertyNumbers-btn-tokyo,
  body.search #main .pageHeader01 .propertyNumbers-btn-kanagawa{
    bottom: -34px;
  }
  body.search #main .pageHeader01 .propertyNumbers .line03{
    margin-right: 0;
    margin-top: 42px;
  }
  body.search #main .pageHeader01 .propertyNumbers .line02 .tokyo,
  body.search #main .pageHeader01 .propertyNumbers .line02 .kanagawa{
    width: 50%;
  }
  body.search #main .pageHeader01 .propertyNumbers{
    padding: 0.1rem 0.1rem 0.06rem;
    bottom: auto;
  }
  body.search #main .pageHeader01 .propertyNumbers-btn-tokyo a,
  body.search #main .pageHeader01 .propertyNumbers-btn-kanagawa a{
    display: inline-block;
    width: auto;
    padding: 5px;
  }
}

#footer .fNav .box03 .link02 ul{
  width: auto;
  align-items: center;
  gap: 20px;
}
#footer .fNav .box03 .link02 ul li.line{
  width: 85px;
}
@media screen and (max-width: 767px){
  #footer .fNav .box03 .link02 .sp{
    width: 100%;
  }
  #footer .fNav .box03 .link02{
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #footer .fNav .box03 .link02 ul{
    gap: 15px;
    margin-top: 0.3rem;
  }
}

#footer .contact .list .item.item01 .tel a::before,
#footer .contact .list .item.item02 .tel a::before,
#footer .contact .list .item.item05 .tel a::before{
  background: url("../imgs/ico-freedial.svg") 0 50%/100% auto no-repeat;
  width: 0.27rem;
}
@media screen and (max-width: 750px){
  #footer .contact .list .item.item01 .tel a::before,
  #footer .contact .list .item.item02 .tel a::before,
  #footer .contact .list .item.item05 .tel a::before{
    width: 0.36rem;
  }

  #header .line02 nav #gNav{
    font-size: .28rem;
  }
}

@media screen and (max-width: 750px){
  .block-label-price::before{
    background: url(../imgs/ico-star.svg) no-repeat;
    background-size: contain;
  }
  .block-label-price + .link{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 0.25rem;
    gap: 20px;
    font-size: 1.25em;
    font-weight: bold;
  }
  .block-label-price + .link a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70.8%;
    background: #000028;
    border-radius: 8px;
    color: #fff !important;
    line-height: 0.8rem;
    box-shadow: 0px 2px 1px #2B5DB0;
  }
}

/* 住みたい街情報　CTA追加 */
.area_pick_up #main .post .postBody .cta {
  margin: 0.5rem 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.area_pick_up #main .post .postBody .cta-lead {
  font-size: .22rem;
  line-height: .3rem;
  letter-spacing: .03em;
  position: relative;
  width: 16em;
  margin: 0 auto;
}
.area_pick_up #main .post .postBody .cta-lead::before,
.area_pick_up #main .post .postBody .cta-lead::after {
  position: absolute;
  top: 0.2em;
  height: 1em;
  content: '';
}
.area_pick_up #main .post .postBody .cta-lead::before {
  border-left: solid 2px;
    left: 0;
    transform: rotate(-40deg);
}
.area_pick_up #main .post .postBody .cta-lead::after {
  border-right: solid 2px;
    right: 0.5em;
    transform: rotate(35deg);
}

.area_pick_up #main .post .postBody .cta-btn {
  margin-top: .3rem;
  padding: 0.15rem 1.2rem;
  font-size: .26rem;
  line-height: 1.5;
  letter-spacing: .02em;
  background: #34b500;
  color: #fff;
  border-radius: 0.08rem;
  display: inline-block;
  font-weight: 600;
  transition: filter .3s;
}
.area_pick_up #main .post .postBody .cta-btn::after {
  content: "";
  display: inline-block;
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.12rem 0.18rem;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0.3em 0 0 0.5em;
}
.area_pick_up #main .post .postBody .cta-btn:hover {
  text-decoration: none;
  filter: brightness(110%);
}
@media screen and (max-width: 750px){
  .area_pick_up #main .post .postBody .cta-lead {
    font-size: .32rem;
  }
  .area_pick_up #main .post .postBody .cta-btn {
    font-size: .36rem;
    padding: 0.4rem 0;
    width: 95%;
    border-radius: 0.18rem;
  }
}
/* 住みたい街情報　目次追加 */
#toc_container {
	box-sizing: border-box;
  display: block !important;
	font-size: 95%;
	line-height: 1.4;
	margin: 0 auto 60px;
	padding: 0;
	width: 70% !important;
}
.toc_title {
	background: #4475c7;
  color: #fff;;
	font-weight: bold;
	padding: 0.5em 1em;
	text-align: left;
  font-size: 115%;
}
.toc_toggle {
  position: relative;
  left: calc(100% - 3em);
  color: #4475c7;
}
.toc_toggle a {
  position: relative;
}
.toc_toggle a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(50%) rotate(-45deg);
  position: absolute;
  top: 0;

}
.contracted .toc_toggle a::before{
  transform: translateY(0) rotate(135deg);
}
.toc_brackets {
	display: none;
}
.toc_list,
.toc_list * {
	margin: 0;
	padding: 0;
}
.toc_list {
  border: 2px solid #4475c7;
	padding: 2em;
  width: 100% !important;
  box-sizing: border-box;
}
.toc_list a {
	text-decoration: none;
	color: #444;
}
.toc_list > li > a { /* h2 */
	font-size: 110%;
  font-weight: bold;
}
.toc_list ul {
	padding: 0.6em 0 0 1em;
}
.toc_list li {
	margin-bottom: 0.6em;
  text-indent: -1em;
  padding-left: 1em;
}
.toc_list > li::before {
  content: "";
  margin-right: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  top: -2px;
  position: relative;
}
.toc_list > li > ul > li::before {
  content: "";
  margin-right: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  top: -1px;
  position: relative;
}
.area_pick_up span[id^="i"] {
  padding-top: 2rem;
}
@media screen and (max-width: 750px){
  #toc_container {
    width: 95% !important;
  }
}


/* イーカム厳選！住みたい街特集 */
#wrap #main .column_type-new .postBody p {
  font-size: calc(2rem / 10);
  line-height: 2;
  letter-spacing: 0.4px;
  margin-bottom: calc(4.3rem / 10);
}
@media screen and (max-width: 750px){
  .area_pick_up #wrap #main .pageTitle .ja,
  #wrap #main .column_type-new .pageTitle .ja {
    font-size: 0.46rem;
  }
  .area_pick_up #main .pageTitle .ja{
    margin-top: 0.4rem;
  }
  #wrap #main .column_type-new .postBody p {
    font-size: calc(1.5rem / 5);
    line-height: 1.67;
    letter-spacing: 0.3px;
    margin-bottom: calc(3rem / 5);
  }
}
#wrap #main .column_type-new .postBody p a {
  color: #3f87ea;
  word-break: break-all;
}

#wrap #main .column_type-new .postBody h2 {
  font-size: calc(3.2rem / 10);
  line-height: 1.56;
  letter-spacing: -0.13px;
  padding: 0 0 calc(1rem / 10) 0;
  margin: 0 0 calc(3.7rem / 10) 0;
  border-bottom: solid 5px #6a98e3;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody h2 {
    font-size: calc(2rem / 5);
    line-height: 1.5;
    letter-spacing: -0.08px;
    position: relative;
    border: none;
    padding: 0 0 calc(1.3rem / 5) 0;
    margin-bottom: calc(1.8rem / 5);
  }
}
#wrap #main .column_type-new .postBody h2::before {
  content: none;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody h2::before {
    content: "";
    display: block;
    width: calc(100% + (0.32rem * 2));
    height: 3px;
    background: #e5e5e5;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -0.32rem;
    background-color: #6a98e3;
  }
}
#wrap #main .column_type-new .postBody h3 {
  font-size: calc(2.6rem / 10);
  padding-left: calc(1.7rem / 10);
  border-left: solid 3px #3F87EA;
  margin-bottom: calc(4rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody h3 {
    font-size: calc(2rem / 5);
    margin-bottom: calc(3.3rem / 5);
  }
}
#wrap #main .column_type-new .postBody h4 {
  font-size: calc(2.6rem / 10);
  font-weight: normal;
  margin-bottom: calc(3rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody h4 {
    font-size: calc(1.5rem / 5);
    margin-bottom: calc(1.5rem / 5);
  }
}
#wrap #main .column_type-new .postBody .wp-block-image {
  margin-bottom: calc(4rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody .wp-block-image {
    width: calc(100% + ((4rem / 5) * 2));
    max-width: none;
    margin-left: calc(-4rem / 5);
    margin-bottom: calc(3rem / 5);
  }
}

#wrap #main .column_type-new .postBody p + ul,
#wrap #main .column_type-new .postBody p + ol {
  margin-top: calc(-3rem / 10);
  margin-bottom: calc(4.3rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody p + ul,
  #wrap #main .column_type-new .postBody p + ol {
    margin-top: calc(-1.8rem / 5);
    margin-bottom: calc(3rem / 5);
  }
}
#wrap #main .column_type-new .postBody li {
  font-weight: bold;
  font-size: calc(2rem / 10);
  line-height: 1.5;
  letter-spacing: 0.4px;
  padding-left: 1.25em;
  position: relative;
}
#wrap #main .column_type-new .postBody li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #FFE3E3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .5em;
  display: block;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody li {
    font-size: calc(1.5rem / 5);
    line-height: 1.67;
    letter-spacing: 0.3px;
  }
}


#wrap #main .column_type-new .postBody #toc_container {
  width: 100% !important;
  padding: calc(3.5rem / 10);
  border: solid 1px #707070;
  margin-bottom: calc(6rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody #toc_container {
    margin-bottom: calc(3rem / 5);
  }
}
#wrap #main .column_type-new .postBody .toc_title {
  font-size: calc(2rem / 10);
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  background: transparent;
  color: #696969;
  padding: 0;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody .toc_title {
    font-size: calc(2rem / 5);
  }
}

#wrap #main .column_type-new .postBody .toc_toggle a {
  color: #fff;
}
#wrap #main .column_type-new .postBody .toc_toggle a::before {
  color: #707070;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody .toc_toggle a::before{
    border-width: 2px;
    width: .6em;
    height: .6em;
  }
}
#wrap #main .column_type-new .postBody ul.toc_list {
  margin-top: calc(2.6rem / 10);
  margin-bottom: 0;
  border: none;
  padding: calc(1.5rem / 10) 0 0 2em;
  border-top: solid 1px #707070;
}
#wrap #main .column_type-new .postBody ul.toc_list li {
  font-size: calc(2.2rem / 10);
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  margin: .14rem 0 0;
  text-indent: 0;
  list-style: disc outside;
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody ul.toc_list li {
    font-size: calc(1.5rem / 5);
  }
}
#wrap #main .column_type-new .postBody ul.toc_list li::before {
  content: none;
}
#wrap #main .column_type-new .postBody ul.toc_list > li > a {
  font-size: 100%;
}
#wrap #main .column_type-new .postBody ul.toc_list li ul {
  padding-top: 0;
}
#wrap #main .column_type-new .postBody ul.toc_list li ul li {
  font-size: calc(2rem / 10);
}
@media screen and (max-width: 750px){
  #wrap #main .column_type-new .postBody ul.toc_list li ul li {
    font-size: calc(1.4rem / 5);
  }
}






.block-speechBubble {
  display: grid;
  grid-template-columns: calc(13.2rem / 10) 1fr;
  align-items: center;
  gap: calc(1.6rem / 10);
  margin-bottom: calc(4rem / 10);
}
@media screen and (max-width: 750px){
  .block-speechBubble {
    grid-template-columns: 1fr;
    gap: calc(4rem / 5);
    margin-bottom: calc(3rem / 5);
  }
}

.block-speechBubble_img img {
  width: calc(13.2rem / 10);
  height: calc(13.2rem / 10);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
@media screen and (max-width: 750px){
  .block-speechBubble_img {
    order: 2;
    text-align: center;
  }
  .block-speechBubble_img img {
    width: calc(9.2rem / 5);
    height: calc(9.2rem / 5);
  }
}
.block-speechBubble_text {
  font-size: calc(2.6rem / 10);
  line-height: 1.42;
  padding: calc(7rem / 10) calc(5.5rem / 10);
  border-radius: calc(4.1rem / 10);
  background-color: #eaf8ff;
  position: relative;
  display: flex;
  align-items: center;
  max-width: calc(100% - (6.4rem / 10));
  margin-left: calc(6.4rem / 10);
}
.block-speechBubble_text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: calc(2.7rem / 10) solid transparent;
  border-bottom: calc(2.7rem / 10) solid transparent;
  border-right: calc(6.4rem / 10) solid #eaf8ff;
  border-left: 0;
  position: absolute;
  left: calc(-6.4rem / 10);
}
@media screen and (max-width: 750px){
  .block-speechBubble_text {
    border-radius: calc(6.5rem / 5);
    margin-left: 0;
    max-width: none;
    padding: calc(2.7rem / 5) calc(3.8rem / 5);
    font-size: calc(1.3rem / 5);
  }
  .block-speechBubble_text::before {
    border-right: calc(3.2rem / 5 )solid transparent;
    border-left: calc(3.2rem / 5 )solid transparent;
    border-top: calc(5.5rem / 5 )solid #eaf8ff;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-2.8rem / 5);
  }
}
