@charset "UTF-8";
/*
.hoge {
  z-index: map-get($layer, "header");
}
*/
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #2d2d2d;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}
html {
  font-size: 62.5%;
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2.5rem;
}

.content {
  max-width: 1140px;
  padding: 8rem 15px;
  margin-right: auto;
  margin-left: auto;
}
.content__consultation {
  padding: 0rem 15px 8rem;
}
.content__tel-fax {
  padding: 0rem 15px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.header__inner {
  padding-left: 5rem;
  margin-right: auto;
  margin-left: auto;
}
.header-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
.header-logo-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.header-logo-area__logo--img {
  width: 28.5rem;
}
.header-nav-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9rem 0;
  height: 10rem;
}
.header-tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0095ff;
  padding-right: 3.7rem;
}
.header-icon-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%;
  background-color: #0077cc;
  height: 10rem;
  padding-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
.header-icon-area:hover, .header-icon-area:focus {
  opacity: 0.6;
}
.header-icon-area .mail-icon {
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.header .text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
}
.header-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header-nav__link {
  position: relative;
  display: block;
  padding: 0 1.5rem;
  border-bottom: 0.4rem solid transparent;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header-nav__link:hover {
  color: #0077cc;
}
.header #stay,
.header .stay {
  color: #0077cc;
}
.header #stay::after,
.header .stay::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.3rem;
  background-color: #0077cc;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-active {
  width: 17.1rem;
  background-color: #0077cc;
  color: #fff;
  padding: 1.2rem;
}
.sp-header__button .icon:before {
  top: -0.8rem;
}
.sp-header__button .icon:after {
  top: 0.8rem;
}
.sp-header .sp-tel {
  margin-top: 2rem;
  display: inline-block;
  color: #0077cc;
  border: 2px solid #0077cc;
  border-radius: 1rem;
  padding: 1rem 2rem;
  line-height: 1.5;
}
.sp-header .sp-number {
  font-size: 2rem;
}

.footer {
  padding: 5rem 0;
}
.footer--common {
  background-color: #efefef;
}
.footer__inner {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer__company-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .address {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.footer .tel {
  font-size: 2.4rem;
  font-weight: bolder;
  margin-bottom: 1rem;
}
.footer .tel:last-of-type {
  margin-bottom: 0;
}
.footer-tel {
  display: inline-block;
  margin-right: 2.5rem;
}
.footer-name {
  margin-bottom: 2rem;
}
.footer-poppo {
  display: inline-block;
  margin-bottom: 2rem;
  width: 40rem;
}
.footer-poppo:focus, .footer-poppo:hover {
  opacity: 0.5;
}
.footer__tel-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.copyright__area {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 3rem 0 1.5rem;
}
.copyright__area .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem;
}
.copyright__area .footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.copyright__area .footer-nav__link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1.3;
}
.copyright__area .footer-nav__link:focus, .copyright__area .footer-nav__link:hover {
  opacity: 0.5;
}
.copyright__area .footer-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-nav__item:last-child .footer-nav__link::after {
  content: none;
}

.mv {
  background-color: #fff;
  padding-top: 10rem;
}
.mv-jumbotron {
  background-color: #0095ff;
  height: 30rem;
}
.mv-jumbotron__inner {
  position: relative;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.mv-jumbotron__inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  letter-spacing: 0.1rem;
}
.mv .blog-h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.mv .blog-h2__mb-1 {
  margin-bottom: 1rem;
}
.mv .news-lead {
  color: #fff;
  font-size: 2rem;
}

.h2__title {
  font-size: 3.6rem;
  font-weight: bold;
}
.h2__entitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #0077cc;
  border-bottom: 1px solid #0095ff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.h3-title {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  position: relative;
}
.h3-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0.5rem;
  width: 6rem;
  height: 0.5rem;
  background-color: #cceaff;
}

.btn {
  display: inline-block;
  width: 33rem;
  max-width: 100%;
  padding: 1.5rem 1rem;
  background-color: #0077cc;
  border: 0.2rem solid transparent;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn:focus, .btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #0077cc;
}
.btn__wrapper {
  text-align: center;
}
.btn__tips {
  font-weight: bold;
  margin-right: 6rem;
  margin-bottom: 2rem;
}
.btn__tips:last-child {
  margin-right: 0;
}
.btn--top-tel {
  width: 100%;
  font-size: 4rem;
  font-weight: bold;
}
.btn--top-mail {
  width: 100%;
  background-color: #0095ff;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
.btn--top-mail .text-size {
  font-size: 3rem;
  vertical-align: 0.2rem;
}

.intro .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .half-media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.33333%;
          flex: 0 1 48.33333%;
  margin-right: 3.33333%;
}
.intro .half-media .mark__wrapper {
  text-align: center;
}
.intro .half-media__img {
  display: inline-block;
}
.intro .half-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro .half-media__body > *:last-child {
  margin-bottom: 0;
}
.intro .half-media__title {
  color: #0077cc;
  font-size: 6rem;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
.intro .half-media__text {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 5rem;
}

.top-direction {
  background-color: #cceaff;
}
.top-direction__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-direction__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  width: 100%;
  padding: 3rem 3.5rem;
  margin-right: 6rem;
}
.top-direction__btn:last-child {
  margin-right: 0rem;
}
.top-direction__btn:focus, .top-direction__btn:hover {
  opacity: 0.5;
}
.top-direction__btn .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-direction__btn .text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0077cc;
}
.top-direction__btn .search-icon {
  width: 5rem;
  margin-right: 2rem;
}
.top-direction__btn .fa-arrow-alt-circle-right {
  font-size: 4rem;
  color: #0077cc;
}

.top-buy .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-buy .half-media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
  margin-right: 2%;
}
.top-buy .half-media__img {
  width: 7rem;
}
.top-buy .half-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 5rem;
}
.top-buy .half-media__body > *:last-child {
  margin-bottom: 0;
}
.top-buy .half-media__title {
  color: #0077cc;
  font-size: 4rem;
  font-weight: 600;
}
.top-buy .half-media .text-bk {
  color: #cceaff;
  font-size: 10rem;
  font-weight: bolder;
  line-height: 1;
  margin-top: -4rem;
  position: absolute;
  z-index: -1;
}
.top-buy .half-media__text {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 5rem;
}

.top-flow {
  background-color: #cceaff;
}
.top-flow .title__wrapper {
  text-align: center;
}
.top-flow__title {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.top-flow__en-title {
  font-size: 8rem;
  font-weight: bolder;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
.top-flow .card {
  position: relative;
  background-color: #fff;
}
.top-flow .card__img-wrapper {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.top-flow .card__img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-flow .card__body {
  padding: 1.5rem;
}
.top-flow .card__body > *:last-child {
  margin-bottom: 0;
}
.top-flow .card__title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.top-flow .card__badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 7rem;
  height: 7rem;
  background-color: #0077cc;
}
.top-flow .card__badge-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.top-flow .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-flow .cards--col3 {
  margin-bottom: -3rem;
}
.top-flow .cards--col3 > .cards__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 3rem;
}
.top-flow .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

.top-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 15rem;
}
.top-vision__body {
  background: #0095ff;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 15rem;
  width: calc(50% + 15rem);
  margin-left: -15rem;
  padding: 5rem;
  padding-left: 8rem;
  z-index: 1;
}
.top-vision__body .text {
  font-size: 2rem;
  color: #fff;
  padding: 2.5rem;
}
.top-vision__thumb {
  width: calc(50% + 10rem);
  background: #dfdfdf;
  position: relative;
}
.top-vision__thumb .title {
  color: #0077cc;
  font-size: 4rem;
  font-weight: 600;
  position: absolute;
  top: 70%;
  z-index: 5;
}
.top-vision__thumb .title__wrapper {
  position: absolute;
  top: 15%;
  left: 20%;
}
.top-vision__thumb .title__img {
  width: 10rem;
}
.top-vision__thumb .text-bk {
  color: #cceaff;
  font-size: 10rem;
  font-weight: bolder;
  line-height: 1;
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.top-map {
  background-color: #fff9cf;
}
.top-map .access-map {
  position: relative;
  padding-top: 28.5714285714%;
}
.top-map .access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-contact {
  background-image: url(../images/top-contact-bk.png);
}
.top-contact .title__wrapper {
  text-align: center;
}
.top-contact .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-contact .half-media-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 4%;
}
.top-contact .half-media-wrapper:last-child {
  margin-right: 0;
}
.top-contact .txt-white {
  color: #fff;
}
.top-contact__en-title {
  font-size: 8rem;
  font-weight: bolder;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
.top-contact__title {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.top-contact__text {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  margin: 3rem 0 4rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

.estate-intro {
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
.estate-intro .intro-box {
  border-top: solid 0.5rem #5989cf;
  border-bottom: solid 0.5rem #5989cf;
  padding: 5rem;
  margin: 0;
  background: #fff;
}
.estate-intro .intro-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.borrow-buy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #cceaff;
  padding: 5rem;
}
.borrow-buy .item {
  width: 100%;
  min-height: 15rem;
  background-color: #fff;
  margin-right: 3rem;
  padding: 3rem 2rem;
  position: relative;
}
.borrow-buy .item:last-child {
  margin-right: 0;
}
.borrow-buy .item__tips {
  width: 50rem;
}
.borrow-buy .text {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.borrow-buy .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 0.8rem solid #cceaff;
}
.borrow-buy .parts:focus, .borrow-buy .parts:hover {
  background-color: #cceaff;
}
.borrow-buy .parts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 5;
}
.borrow-buy .parts__img {
  height: 6rem;
  margin-bottom: 1rem;
}
.borrow-buy .parts__text {
  font-size: 1.8rem;
  font-weight: bold;
}
.borrow-buy .list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  position: relative;
  z-index: 5;
}
.borrow-buy .caption {
  text-align: right;
}
.borrow-buy .logo__img {
  display: inline-block;
  margin-right: 3rem;
}
.borrow-buy .logo__img:focus, .borrow-buy .logo__img:hover {
  opacity: 0.5;
}
.borrow-buy .logo__img img {
  height: 8rem;
}
.borrow-buy .deco {
  position: absolute;
  bottom: 0;
  right: 3rem;
  color: #cceaff;
  font-size: 8rem;
  font-weight: bold;
  color: #cceaffae;
}
.borrow-buy .house-bk {
  display: block;
  height: 6rem;
  margin-left: auto;
}
.borrow-buy .process-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background: #cceaff;
  border-bottom: solid 0.2rem #aaa;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.9rem;
  font-weight: bold;
}
.borrow-buy .process-title {
  width: 20rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  border-right: 1px solid #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.borrow-buy .process-txt {
  padding-left: 3rem;
}
.borrow-buy .triangle {
  margin: 1rem auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 2.5rem;
  border-color: #0077cc transparent transparent transparent;
}

.consultation {
  position: relative;
}
.consultation__list {
  font-size: 2rem;
  position: relative;
  line-height: 1.8;
  text-indent: 2.5rem;
}
.consultation__list::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 2rem;
  height: 1rem;
  border-left: 0.3rem solid #9c9c9c;
  border-bottom: 0.3rem solid #9c9c9c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.consultation .jid__link {
  color: #0077cc;
  text-decoration: underline;
}
.consultation .jid__link:focus, .consultation .jid__link:hover {
  opacity: 0.5;
}
.consultation .half-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consultation .half-media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.33333%;
          flex: 0 1 48.33333%;
  margin-right: 3.33333%;
}
.consultation .half-media__img {
  width: 100%;
}
.consultation .half-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consultation .half-media__body > *:last-child {
  margin-bottom: 0;
}
.consultation .half-media__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.consultation .consul__img {
  width: 27rem;
}
.consultation .consul__img-wrapper {
  position: absolute;
  top: 10%;
  left: 50%;
}

.tips-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tips-link__wrapper:last-child {
  margin-bottom: -2rem;
}

.search {
  background-color: #cceaff9e;
}
.search .text-white {
  color: #fff;
}
.search .card__last {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.search .card__body {
  padding: 3rem;
}
.search .card__body > *:last-child {
  margin-bottom: 0;
}
.search .card__title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #0095ff;
}
.search .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search .cards > .cards__item {
  background-color: #fff;
}
.search .cards--col2 {
  margin-bottom: -6rem;
}
.search .cards--col2 > .cards__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 47%;
  margin-right: 6%;
  margin-bottom: 6rem;
}
.search .cards--col2 > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}

.greeting .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.greeting .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin-right: 5%;
}
.greeting .media__img {
  width: 100%;
}
.greeting .media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
.greeting .media__body > *:last-child {
  margin-bottom: 0;
}
.greeting .media__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.greeting .horizontal-table__inner {
  width: 100%;
  font-size: 1.8rem;
}
.greeting .horizontal-table__header {
  width: 20%;
  padding: 1rem 2rem;
  border-bottom: 0.2rem solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}
.greeting .horizontal-table__header:last-child {
  border-right-width: 0;
}
.greeting .horizontal-table__text {
  padding: 1rem;
  border-right: 0.2rem solid #ddd;
  border-bottom: 0.2rem solid #ddd;
  vertical-align: middle;
}
.greeting .horizontal-table__text:last-child {
  border-right-width: 0;
}
.greeting .horizontal-table__text--mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.greeting .horizontal-table .center {
  margin: 0 auto;
}
.greeting .faq > *:last-child {
  margin-bottom: 0;
}
.greeting .faq__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 4.5rem;
  padding-left: 6rem;
}
.greeting .faq__row--question {
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-weight: bold;
}
.greeting .faq__row--answer {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.greeting .faq__question-text {
  padding-top: 1rem;
}
.greeting .faq__icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-weight: normal;
  line-height: 4rem;
  text-align: center;
}
.greeting .faq__icon--question {
  background-color: #0077cc;
  color: #fff;
}
.greeting .faq__icon--answer {
  background: #efefef;
  color: #0077cc;
}
.greeting .faq__answer-body {
  padding-top: 1rem;
}
.greeting .faq__answer-body > *:last-child {
  margin-bottom: 0;
}
.greeting .faq__answer-text {
  margin-bottom: 2rem;
}

.company .horizontal-table__inner {
  width: 100%;
  font-size: 1.8rem;
}
.company .horizontal-table__header {
  width: 20%;
  padding: 2rem;
  border-bottom: 0.2rem solid #0095ff;
  font-weight: bold;
  vertical-align: middle;
}
.company .horizontal-table__header:last-child {
  border-right-width: 0;
}
.company .horizontal-table__text {
  padding: 2rem 1rem;
  border-right: 0.2rem solid #ddd;
  border-bottom: 0.2rem solid #ddd;
  vertical-align: middle;
}
.company .horizontal-table__text:last-child {
  border-right-width: 0;
}
.company .horizontal-table__text--mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company .horizontal-table .center {
  margin: 0 auto;
}

.map {
  background-color: #cceaff9e;
}
.map .access-map {
  position: relative;
  padding-top: 56.25%;
}
.map .access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tel-fax {
  background-color: #cceaff;
}
.tel-fax__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.5rem 1.5rem 5.5rem 0;
  padding: 3rem;
  height: 20rem;
  color: #444;
  background-color: #fff;
}
.tel-fax__box--right {
  margin: 5.5rem 0 5.5rem 1.5rem;
}
.tel-fax .tel-img {
  width: 10rem;
}
.tel-fax .tel-textbox {
  margin-left: 3rem;
}
.tel-fax .tel-number {
  font-size: 4rem;
  font-weight: bolder;
  margin-bottom: 1rem;
  line-height: 1;
}
.tel-fax .tel-txt {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.tel-fax .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tel-fax .cards--tel-fax {
  background-color: #cceaff;
  padding: 1rem 0;
}
.tel-fax .cards--col2 {
  margin-bottom: -3rem;
}
.tel-fax .cards--col2-tel-contact {
  max-width: 99.2rem;
  margin: 0 auto;
}
.tel-fax .cards--col2 > .cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.3333%;
          flex: 0 1 48.3333%;
  margin-right: 3.3333%;
  margin-bottom: 3rem;
}
.tel-fax .cards--col2 > .cards__item--tel-fax {
  margin-bottom: 0;
}
.tel-fax .cards--col2 > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}

.mail-form__text {
  margin-bottom: 1.5rem;
}
.mail-form .form-p {
  display: inline-block;
}
.mail-form .form-input {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem;
  width: 80%;
}
.mail-form .form-input--shortbox {
  width: 30%;
}
.mail-form .label {
  display: inline-block;
  background-color: #c42e2e;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
}
.mail-form .privacy-policy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.mail-form .box-scroll {
  width: 100%;
  height: 24rem;
  padding: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 3rem;
  background-color: #fff;
}
.mail-form .privacy-wrapper {
  text-align: center;
  margin-bottom: 3rem;
}
.mail-form .send-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mail-form .send-btn {
  display: inline-block;
  background-color: #0077cc;
  color: #fff;
  font-size: 1.8rem;
  border: 0.2rem solid transparent;
  font-weight: bold;
  padding: 1.2rem 1.5rem;
  width: 40rem;
  text-align: center;
}
.mail-form .horizontal-table {
  margin-bottom: 4rem;
}
.mail-form .horizontal-table__inner {
  width: 100%;
}
.mail-form .horizontal-table__header {
  width: 30%;
  padding: 3rem 0.5rem 1rem;
  border-bottom: 1px solid #0077cc;
  font-weight: bold;
  vertical-align: bottom;
}
.mail-form .horizontal-table__header--mail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mail-form .horizontal-table__text {
  padding: 3rem 0.5rem 1rem 1.5rem;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  background-color: #fff;
}
.mail-form .horizontal-table__text--mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mail-form .privacy-btn {
  display: inline-block;
  background-color: #0077cc;
  color: #fff;
  padding: 2rem 1rem;
  width: 50rem;
}
.mail-form .privacy-btn__wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#house,
#room,
#need,
#consul,
#roan,
#buy {
  margin-top: -130px;
  padding-top: 130px;
}

/*　ここまで
------------------------------------------------------------------*/
.company-policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-policy-h2-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0095ff;
}
.company-policy-text {
  font-size: 2.1rem;
  margin-bottom: 3rem;
}
.company-policy-text:last-child {
  margin-bottom: 0rem;
}

.message {
  background-color: #fff9cf;
}
.message-content {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 15px 20rem;
}
.message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 4rem 5rem;
}
.message .ceo-id {
  font-size: 1.8rem;
  font-weight: bold;
}
.message .ceo-name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.message .ceo-en-name {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 2rem;
}
.message .img-logo {
  width: 18rem;
}

.vehicles .card__img-wrapper {
  overflow: hidden;
}
.vehicles .card__img {
  width: 100%;
}
.vehicles .card__body {
  padding: 1rem 0.5rem;
}
.vehicles .card__body > *:last-child {
  margin-bottom: 0;
}
.vehicles .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vehicles .cards--col3 {
  margin-bottom: -3rem;
}
.vehicles .cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 3rem;
}
.vehicles .cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}
.vehicles .vertical-table {
  border: 1px solid #ddd;
}
.vehicles .vertical-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.vehicles .vertical-table__header-row {
  background-color: #efefef;
}
.vehicles .vertical-table__header {
  padding: 1.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.vehicles .vertical-table__header:last-child {
  width: 20%;
  border-right-width: 0;
}
.vehicles .vertical-table__text {
  padding: 1.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.vehicles .vertical-table__text:last-child {
  border-right-width: 0;
}
.vehicles .vertical-table__body-row:last-child .vertical-table__text {
  border-bottom-width: 0;
}
.vehicles .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vehicles .media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
  margin-right: 3%;
}
.vehicles .media__img {
  width: auto;
}
.vehicles .media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
.vehicles .media__body > *:last-child {
  margin-bottom: 0;
}
.vehicles .media__text {
  margin-top: 1rem;
}

/*　swiper
------------------------------------------------------------------*/
.sp-box {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: 10rem;
}

.swiper-slide img {
  width: 100%;
}

/*キャッチコピー
------------------------------------------------------------------*/
.catch {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 70;
  line-height: 1.2;
}

.sub-catch {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 70;
  line-height: 1.2;
}
.sub-catch-title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25), -2px 2px 5px rgba(0, 0, 0, 0.25), 2px -2px 5px rgba(0, 0, 0, 0.25), -2px -2px 5px rgba(0, 0, 0, 0.25), 2px 0px 5px rgba(0, 0, 0, 0.25), 0px 2px 5px rgba(0, 0, 0, 0.25), -2px 0px 5px rgba(0, 0, 0, 0.25), 0px -2px 5px rgba(0, 0, 0, 0.25);
}

/*スクロール
------------------------------------------------------------------*/
.scroll {
  position: absolute;
  top: 32vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 90;
}

.scroll p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.2vw;
  color: #fff;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.2vw;
  height: 1.2vw;
  margin-left: -0.6vw;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-1vw, 1vw);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-2vw, 2vw);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-1vw, 1vw);
            transform: rotate(-45deg) translate(-1vw, 1vw);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-2vw, 2vw);
            transform: rotate(-45deg) translate(-2vw, 2vw);
    opacity: 0;
  }
}
/*==================================================
カタログ用画像
===================================*/
.photo-ofi {
  height: 0;
  display: block;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/*==================================================
ページング
===================================*/
div.paging {
  text-align: center;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #0095ff;
  border: 1px solid #636;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.photo-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 0.5rem 0;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 50%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #333;
  /*矢印の色*/
  border-right: 2px solid #333;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thumbnail__link {
  cursor: pointer;
  outline: none;
  background: #333;
  margin-top: 1.5rem;
  width: 15% !important;
  margin-right: 2%;
}
.thumbnail__link:nth-of-type(6n) {
  margin-right: 0;
}

.thumbnail__link img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.thumbnail__link.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.thumbnail .slick-track {
  width: 100% !important;
  /*サムネイル画像が縮小表示されないようにする設定*/
}

/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/
.wrapper {
  width: 100%;
  max-width: 111rem;
  margin: 0 auto 5rem;
}

/* 固定メニュー
---------------------------------------------------- */
.fix-header-logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: 15%;
  top: 15%;
}

.fix-header-menu {
  position: absolute;
  top: 0;
  right: 5%;
  width: 40%;
  top: 25%;
}

#navibar {
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.cb-header {
  position: fixed;
  /* 固定 */
  top: 0;
  /* 上から0の位置に固定 */
  left: 0;
  /* 左から0の位置に固定 */
  /* 非表示 */
  text-align: center;
  /*ロゴとメニューをfloatするときは消す*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sc {
  width: 100%;
  margin: 0 auto;
}

/* フェード */
.fadein {
  opacity: 0;
  -webkit-animation: fadein 1s ease forwards;
          animation: fadein 1s ease forwards;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*以下遅延の指定*/
.sp-txt1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.sp-txt2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.sp-txt3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.sp-active {
  background-color: #0077cc;
  color: #fff;
  padding: 0.5rem 0;
  width: 21rem;
}

.current {
  border: 0.4rem solid #53e7df;
}
.current:focus, .current:hover {
  opacity: 1;
  color: #fff;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (max-width: 767px) {
  .mb-2 {
    margin-bottom: 1rem;
  }
  .mb-3 {
    margin-bottom: 1.5rem;
  }
  .mb-5 {
    margin-bottom: 2.5rem;
  }
  .mb-6 {
    margin-bottom: 3rem;
  }
  .mb-8 {
    margin-bottom: 4rem;
  }
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
  .content {
    padding: 3rem 15px;
  }
  .header-utilities {
    display: block;
    text-align: center;
  }
  .header-logo-area__logo--img {
    width: 24rem;
  }
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 8rem;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.5rem 1.5rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .sp-header__wrapper {
    max-width: 100%;
  }
  .sp-header__logo {
    height: 4.5rem;
  }
  .sp-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    width: 7.5rem;
    height: 7.5rem;
    background-color: transparent;
    z-index: 100;
  }
  .sp-header__button .icon {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 2.4rem;
    height: 0.2rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .sp-header__button .icon:before, .sp-header__button .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp-header-gnav {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 10;
  }
  .sp-header-gnav__link {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.4;
    display: block;
  }
  .sp-header-gnav__wrapper {
    margin-top: 0vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-header-gnav__item {
    margin-bottom: 2rem;
  }
  .open .sp-header__button .icon {
    background-color: transparent;
  }
  .open .sp-header__button .icon:before, .open .sp-header__button .icon:after {
    top: 0;
  }
  .open .sp-header__button .icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open .sp-header__button .icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open .sp-header-gnav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top .icon {
    background-color: #555;
  }
  .top .icon:before, .top .icon:after {
    background-color: #555;
  }
  .top.open .icon {
    background-color: transparent;
  }
  .top.open .icon:before, .top.open .icon:after {
    background-color: #333;
  }
  .footer {
    padding: 4rem 0 1.5rem;
  }
  .footer__inner-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 1.5rem;
  }
  .footer__company-area {
    text-align: center;
  }
  .footer .address {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer .tel {
    font-size: 1.6rem;
    text-align: center;
  }
  .footer-tel {
    margin-right: 0rem;
  }
  .footer-name {
    display: inline-block;
    width: 27rem;
  }
  .footer__img {
    width: 27rem;
  }
  .footer-poppo {
    display: inline-block;
    width: 27rem;
  }
  .footer__tel-area {
    margin-top: 2rem;
    margin-left: 2rem;
  }
  .copyright__area .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright__area .footer-nav__item {
    margin-bottom: 1rem;
  }
  .copyright__area .footer-nav__link::after {
    display: none;
  }
  .mv {
    padding-top: 8rem;
  }
  .mv-jumbotron {
    height: 15rem;
  }
  .mv-jumbotron__inner-wrapper {
    text-align: center;
  }
  .mv .blog-h2 {
    font-size: 2.4rem;
  }
  .mv .news-lead {
    font-size: 1.7rem;
  }
  .h2__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .h2__entitle {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    line-height: 1.5;
  }
  .h3-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .h3-title::after {
    bottom: -1.5rem;
  }
  .btn {
    width: 100%;
  }
  .btn__tips {
    width: 100%;
    margin-right: 0;
  }
  .btn--top-tel {
    font-size: 2.5rem;
  }
  .btn--top-mail {
    font-size: 2.5rem;
  }
  .btn--top-mail .text-size {
    font-size: 2rem;
  }
  .intro .half-media {
    display: block;
  }
  .intro .half-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .intro .half-media__img {
    width: 60%;
  }
  .intro .half-media__title {
    font-size: 3rem;
    text-align: center;
  }
  .intro .half-media__text {
    font-size: 1.6rem;
  }
  .top-direction__wrapper {
    display: block;
  }
  .top-direction__btn {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .top-direction__btn:last-child {
    margin-bottom: 0rem;
  }
  .top-direction__btn .text {
    font-size: 1.7rem;
  }
  .top-direction__btn .search-icon {
    width: auto;
    height: 3.2rem;
  }
  .top-direction__btn .fa-arrow-alt-circle-right {
    font-size: 3rem;
  }
  .top-buy .half-media {
    display: block;
  }
  .top-buy .half-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-buy .half-media__img {
    width: 3.5rem;
  }
  .top-buy .half-media__body {
    background-color: unset;
    padding-left: 0rem;
  }
  .top-buy .half-media__title {
    font-size: 2rem;
  }
  .top-buy .half-media .text-bk {
    font-size: 4.6rem;
    margin-top: -2rem;
  }
  .top-buy .half-media__text {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .top-flow__title {
    font-size: 2rem;
  }
  .top-flow__en-title {
    font-size: 4.6rem;
    margin-top: -2rem;
  }
  .top-flow .card__title {
    font-size: 1.8rem;
  }
  .top-flow .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-flow .cards--col3 {
    margin-bottom: -2rem;
  }
  .top-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .top-vision__body {
    display: block;
    width: 100%;
    position: unset;
    height: unset;
    margin: 0;
    padding: 2rem 0rem 0rem;
  }
  .top-vision__body .text {
    font-size: 1.6rem;
    padding: 0 1.5rem 3rem;
  }
  .top-vision__thumb {
    position: unset;
    width: 100%;
    background: #0095ff;
  }
  .top-vision__thumb .title {
    color: #fff;
    position: unset;
    font-size: 2rem;
  }
  .top-vision__thumb .text-bk {
    position: unset;
    font-size: 4.6rem;
    margin-top: -2rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .top-map .access-map {
    position: relative;
    padding-top: 75%;
  }
  .top-map .access-map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .top-contact .half-media {
    display: block;
  }
  .top-contact .half-media-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .top-contact .half-media-wrapper:last-child {
    margin-bottom: 0;
  }
  .top-contact .txt-white {
    font-size: 2.2rem;
  }
  .top-contact__en-title {
    font-size: 4.6rem;
    margin-top: -2rem;
  }
  .top-contact__text {
    margin: 2rem 0;
    font-size: 1.6rem;
  }
  .estate-intro .intro-box {
    padding: 2.5rem;
  }
  .estate-intro .intro-text {
    font-size: 1.7rem;
  }
  .borrow-buy__box {
    display: block;
    padding: 2rem;
  }
  .borrow-buy .item {
    height: 100%;
    padding: 2rem 1rem;
  }
  .borrow-buy .parts {
    width: 13rem;
    height: 13rem;
  }
  .borrow-buy .parts__img {
    height: 4rem;
  }
  .borrow-buy .parts__text {
    font-size: 1.6rem;
  }
  .borrow-buy .caption {
    text-align: center;
    margin: 1rem 0;
  }
  .borrow-buy .logo__wrapper {
    text-align: center;
  }
  .borrow-buy .logo__img {
    margin-bottom: 1rem;
  }
  .borrow-buy .logo__img img {
    height: 6rem;
  }
  .borrow-buy .house-bk {
    height: 4rem;
  }
  .borrow-buy .process-box {
    display: block;
  }
  .borrow-buy .process-title {
    width: 17rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    text-align: left;
    border-right: unset;
    border-left: 0.5rem solid #0077cc;
  }
  .borrow-buy .process-txt {
    padding-left: 0rem;
  }
  .borrow-buy .triangle {
    border-width: 1.5rem 1.5rem 0 1.5rem;
  }
  .consultation__list {
    font-size: 1.6rem;
  }
  .consultation .half-media {
    display: block;
  }
  .consultation .half-media__img-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .consultation .half-media__text {
    font-size: 1.6rem;
  }
  .consultation .consul__img {
    display: none;
  }
  .search .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .search .cards--col2 {
    margin-bottom: -2rem;
  }
  .greeting .media {
    display: block;
  }
  .greeting .media__img-wrapper {
    text-align: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .greeting .media__img {
    width: 70%;
    margin: 0 auto;
  }
  .greeting .horizontal-table__inner {
    font-size: 1.6rem;
    border-top: 0.2rem solid #ddd;
  }
  .greeting .horizontal-table__header {
    background-color: #efefef;
  }
  .greeting .horizontal-table__header--mail {
    width: 100%;
    border-right: 0;
  }
  .greeting .horizontal-table__text--mail {
    width: 100%;
  }
  .greeting .horizontal-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .horizontal-table__inner {
    font-size: 1.6rem;
    border-top: 0.2rem solid #ddd;
  }
  .company .horizontal-table__header {
    background-color: #efefef;
  }
  .company .horizontal-table__header--mail {
    width: 100%;
    border-right: 0;
  }
  .company .horizontal-table__text--mail {
    width: 100%;
  }
  .company .horizontal-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel-fax__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.5rem;
    padding: 1.5rem;
    height: auto;
    text-align: center;
  }
  .tel-fax__box--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.5rem;
    padding: 1.5rem;
  }
  .tel-fax .tel-img {
    width: 6rem;
  }
  .tel-fax .tel-textbox {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .tel-fax .tel-number {
    font-size: 2.8rem;
  }
  .tel-fax .tel-txt {
    font-size: 1.6rem;
  }
  .tel-fax .cards {
    display: block;
    width: 100%;
  }
  .tel-fax .cards--col2 {
    margin-bottom: -2rem;
  }
  .tel-fax .cards--col2 > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .mail-form__text {
    margin-bottom: 0;
  }
  .mail-form .form-input {
    width: 100%;
  }
  .mail-form .form-input--shortbox {
    width: 72%;
  }
  .mail-form .send-btn__wrapper {
    display: block;
    text-align: center;
  }
  .mail-form .send-btn {
    font-size: unset;
    width: 100%;
    padding: 1rem;
    margin-right: unset;
    margin-bottom: 2rem;
  }
  .mail-form .horizontal-table {
    font-size: unset;
    margin-bottom: 1rem;
  }
  .mail-form .horizontal-table__header--mail {
    width: 100%;
    border-right: 0;
  }
  .mail-form .horizontal-table__text--mail {
    width: 100%;
    padding-top: 1rem;
  }
  .mail-form .horizontal-table__row--mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mail-form .horizontal-table .pt-0 {
    padding-top: 0;
  }
  .mail-form .privacy-btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .mail-form .privacy-btn__wrapper {
    margin-bottom: 1.5rem;
  }
  .company-policy-h2-title {
    font-size: 2.2rem;
  }
  .company-policy-text {
    font-size: 1.6rem;
  }
  .message-content {
    padding: 3rem 2rem;
  }
  .message__wrapper {
    display: block;
    width: 100%;
    padding: 2rem;
  }
  .message .ceo-text {
    margin-bottom: 2rem;
  }
  .message .img__wrapper {
    text-align: center;
  }
  .message .img-logo {
    display: inline-block;
  }
  .vehicles .cards > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .vehicles .cards--col3 {
    margin-bottom: -2rem;
  }
  .vehicles .vertical-table {
    border-right-width: 0;
    overflow-x: auto;
  }
  .vehicles .vertical-table__inner {
    width: auto;
    min-width: 100%;
  }
  .vehicles .vertical-table__header, .vehicles .vertical-table__text {
    white-space: nowrap;
  }
  .vehicles .vertical-table__header:last-child, .vehicles .vertical-table__text:last-child {
    border-right-width: 1px;
  }
  .vehicles .media {
    display: block;
  }
  .vehicles .media__img-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .sp-box {
    margin-top: 8rem;
    height: 35rem;
  }
  .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 35rem;
  }
  .catch {
    width: 90vw;
    top: 35vw;
    left: 50%;
    text-align: center;
  }
  .sub-catch {
    width: 100vw;
    top: 51vw;
    text-align: center;
    line-height: 1.5;
  }
  .sub-catch-title {
    font-size: 1.8rem;
  }
  .scroll {
    top: 69vw;
  }
  .scroll p {
    font-size: 1.6rem;
  }
  .scroll span {
    width: 2vw;
    height: 2vw;
    top: 6.5vw;
  }
  .wrapper {
    max-width: 34rem;
    margin: 0 auto 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 0.625vw;
  }
}

@media (max-width: 767px) and (max-width: 360px) {
  .sp-header__logo {
    height: 3.5rem;
  }
}

@media (max-width: 1199px) {
  .top-vision__thumb .title__wrapper {
    left: 10%;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .top-vision__thumb .title__wrapper {
    position: unset;
    text-align: center;
    padding: 3rem 1.5rem 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.scroll {
    display: none;
  }
}

@media (max-width: 360px) {
  .wrapper {
    max-width: 29rem;
  }
}
