@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/realestate/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/realestate/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/realestate/NotoSansJP-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/realestate/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Corporate Logo";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/realestate/Corporate-Logo-Bold-ver3.woff2") format("woff2");
  font-display: swap;
}
/********************************************
/* common
********************************************/
.orange {
  color: #fa7807;
}

.line {
  font-weight: bold;
  padding: 0 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(0%, #fff134));
  background: linear-gradient(transparent 48%, #fff134 0%);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .line {
    padding: 0 0.3846153846vw 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .line {
    padding: 0 1.3333333333vw 2vw;
  }
}

/********************************************
/* Wrap
********************************************/
.sec_inner {
  position: relative;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
}

.sec_style {
  padding: 80px 0 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_style {
    padding: 6.1538461538vw 0 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec_style {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
}

/********************************************
/* title
********************************************/
.title_h2_wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap {
    margin-bottom: 6vw;
  }
}
.title_h2_wrap .title_h2 {
  -webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
  position: relative;
  color: #000;
  font-size: 32px;
  font-family: "Corporate Logo", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    font-size: 2.4615384615vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 5.6vw;
  }
}

/********************************************
* text
********************************************/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
}

/********************************************
* animation
********************************************/
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/********************************************
/* pattern
********************************************/
.pattern1 {
  background-size: auto auto;
  background-color: rgb(253, 248, 244);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(251, 239, 227) 10px, rgb(251, 239, 227) 20px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern1 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.7692307692vw, rgb(251, 239, 227) 0.7692307692vw, rgb(251, 239, 227) 1.5384615385vw);
  }
}
@media (max-width: 750px) {
  .pattern1 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.3333333333vw, rgb(251, 239, 227) 1.3333333333vw, rgb(251, 239, 227) 2.6666666667vw);
  }
}

.pattern2 {
  background-size: auto auto;
  background-color: #e9f6fc;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #e2f1f8 15px, #e2f1f8 30px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern2 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.1538461538vw, #e2f1f8 1.1538461538vw, #e2f1f8 2.3076923077vw);
  }
}
@media (max-width: 750px) {
  .pattern2 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2vw, #e2f1f8 2vw, #e2f1f8 4vw);
  }
}

.pattern3 {
  background-size: auto auto;
  background-color: #003e81;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #00387b 10px, #00387b 20px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern3 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.7692307692vw, #00387b 0.7692307692vw, #00387b 1.5384615385vw);
  }
}
@media (max-width: 750px) {
  .pattern3 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.3333333333vw, #00387b 1.3333333333vw, #00387b 2.6666666667vw);
  }
}

/********************************************
/* header
********************************************/
.header {
  padding: 30px 0;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header {
    padding: 2.3076923077vw 0;
  }
}
@media (max-width: 750px) {
  .header {
    padding: 4.8vw 0;
  }
}
.header .logo {
  width: 549px;
  height: 54px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .logo {
    width: 42.2307692308vw;
    height: 4.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .logo {
    width: 82.5333333333vw;
    height: 8.2666666667vw;
  }
}

/********************************************
/* sec1
********************************************/
.sec1 {
  position: relative;
  height: 420px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec1 {
    height: 32.3076923077vw;
  }
}
@media (max-width: 750px) {
  .sec1 {
    height: 105.7333333333vw;
  }
}
.sec1 .sec_inner {
  position: static;
}
.sec1 .main_img {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  width: 1002px;
  height: 445px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec1 .main_img {
    top: -0.8461538462vw;
    width: 77.0769230769vw;
    height: 34.2307692308vw;
  }
}
@media (max-width: 750px) {
  .sec1 .main_img {
    top: auto;
    bottom: -2.6666666667vw;
    width: 80vw;
    height: 98.9333333333vw;
  }
}

/********************************************
/* campaign_sec
********************************************/
.campaign_sec {
  background-color: #fff134;
}
.campaign_sec .sec_inner {
  padding-top: 19px;
  padding-bottom: 19px;
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .campaign_sec .sec_inner {
    padding-top: 1.4615384615vw;
    padding-bottom: 1.4615384615vw;
    max-width: 84.6153846154vw;
  }
}
@media (max-width: 750px) {
  .campaign_sec .sec_inner {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
.campaign_sec .campaign_title {
  width: 813px;
  height: 30px;
  margin-left: 165px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .campaign_sec .campaign_title {
    width: 62.5384615385vw;
    height: 2.3076923077vw;
    margin-left: 12.6923076923vw;
  }
}
@media (max-width: 750px) {
  .campaign_sec .campaign_title {
    width: 71.8666666667vw;
    height: 9.2vw;
    margin: 0 auto;
  }
}
.campaign_sec .campaign_bakudan {
  position: absolute;
  top: -48px;
  left: 50px;
  width: 137px;
  height: 137px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .campaign_sec .campaign_bakudan {
    top: -3.6923076923vw;
    left: 3.8461538462vw;
    width: 10.5384615385vw;
    height: 10.5384615385vw;
  }
}
@media (max-width: 750px) {
  .campaign_sec .campaign_bakudan {
    top: -11.4666666667vw;
    left: 6.6666666667vw;
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
}
.campaign_sec .campaign_bakudan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/campaign_bakudan.webp);
  background-size: cover;
}

/********************************************
/* banner_sec
********************************************/
.banner_sec {
  padding: 50px 0 38px;
  background-color: #ecf9ff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .banner_sec {
    padding: 3.8461538462vw 0 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .banner_sec {
    padding: 8vw 0 6.6666666667vw;
  }
}
.banner_sec .banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .banner_sec .banner_list {
    gap: 2.3076923077vw 0;
  }
}
@media (max-width: 750px) {
  .banner_sec .banner_list {
    gap: 5.3333333333vw 0;
  }
}
.banner_sec .banner_list .banner_block {
  width: 535px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .banner_sec .banner_list .banner_block {
    width: 41.1538461538vw;
  }
}
@media (max-width: 750px) {
  .banner_sec .banner_list .banner_block {
    width: 82.9333333333vw;
  }
}

/********************************************
/* sec2
********************************************/
.sec2 {
  background-color: #fff;
}
.sec2 .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec2 .sec_inner {
    max-width: 84.6153846154vw;
  }
}
@media (max-width: 750px) {
  .sec2 .sec_inner {
    padding: 0 2.6666666667vw;
  }
}
.sec2 .img01 {
  width: 862px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec2 .img01 {
    width: 66.3076923077vw;
  }
}
@media (max-width: 750px) {
  .sec2 .img01 {
    width: 90.8vw;
  }
}

/********************************************
/* sec3
********************************************/
.sec3 .sec_inner {
  max-width: 1160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .sec_inner {
    max-width: 89.2307692308vw;
  }
}
.sec3 .point_title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_title {
    font-size: 1.8461538462vw;
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.sec3 .point_title span {
  font-weight: 800;
}
.sec3 .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .sec3 .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.sec3 .point_list .point_block {
  position: relative;
  width: 340px;
  overflow: hidden;
  border-radius: 20px;
  padding: 45px 0 40px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block {
    width: 26.1538461538vw;
    padding: 3.4615384615vw 0 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block {
    width: 72.5333333333vw;
    padding: 7.3333333333vw 0 6.6666666667vw;
    margin: 0 auto;
  }
}
.sec3 .point_list .point_block .label {
  position: absolute;
  top: 11px;
  left: -23px;
  width: 94px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fa7807;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .label {
    top: 0.8461538462vw;
    left: -1.7692307692vw;
    width: 7.2307692308vw;
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .label {
    top: 2.5333333333vw;
    left: -4.8vw;
    width: 20vw;
    font-size: 2.6666666667vw;
  }
}
.sec3 .point_list .point_block .img {
  width: 340px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .img {
    width: 26.1538461538vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .img {
    width: 100%;
  }
}
.sec3 .point_list .point_block .title {
  width: 310px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 42px;
  margin: 15px auto 0;
  background-size: 310px 46px;
  background-image: url(../../images/realestate/point_title_bg.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .title {
    width: 23.8461538462vw;
    height: 3.5384615385vw;
    font-size: 1.7692307692vw;
    line-height: 3.2307692308vw;
    background-size: 23.8461538462vw 3.5384615385vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .title {
    width: 66.6666666667vw;
    height: 9.6vw;
    font-size: 4.9333333333vw;
    line-height: 8.8vw;
    background-size: 66.6666666667vw 9.6vw;
  }
}
.sec3 .point_list .point_block .info_box {
  margin-top: 15px;
  padding: 0 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .info_box {
    margin-top: 1.1538461538vw;
    padding: 0 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .info_box {
    margin-top: 2vw;
    padding: 0 6.6666666667vw;
  }
}
.sec3 .point_list .point_block .info_box .sub_title {
  color: #fa7807;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .info_box .sub_title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .info_box .sub_title {
    font-size: 4.2666666667vw;
  }
}
.sec3 .point_list .point_block .info_box .text {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.625;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec3 .point_list .point_block .info_box .text {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec3 .point_list .point_block .info_box .text {
    margin-top: 1.3333333333vw;
    font-size: 3.3333333333vw;
  }
}

/********************************************
/* btn
********************************************/
.more_btn a {
  position: relative;
  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;
  width: 442px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #004082;
  -webkit-box-shadow: 4px 4px 0 #d3d1d1;
          box-shadow: 4px 4px 0 #d3d1d1;
  padding: 11px;
  border: 2px solid #004082;
  margin: 0 auto;
  border-radius: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a {
    width: 34vw;
    font-size: 1.8461538462vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #d3d1d1;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #d3d1d1;
    padding: 0.8461538462vw;
    border: 0.1538461538vw solid #004082;
    border-radius: 2.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn a {
    width: 82.6666666667vw;
    font-size: 4.5333333333vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0 #d3d1d1;
            box-shadow: 0.8vw 0.8vw 0 #d3d1d1;
    padding: 2.4vw;
    border: none;
    border-radius: 6.9333333333vw;
  }
}
.more_btn a .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  margin-top: 2px;
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-top: 0.1538461538vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: 0.5333333333vw;
    margin-right: 4vw;
  }
}
.more_btn a .icon:before, .more_btn a .icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
.more_btn a .icon:after {
  opacity: 0;
}
.more_btn a .icon.icon_mail {
  height: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon.icon_mail {
    height: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon.icon_mail {
    height: 4.2666666667vw;
  }
}
.more_btn a .icon.icon_mail:before, .more_btn a .icon.icon_mail:after {
  height: 16px;
  background-size: 20px 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon.icon_mail:before, .more_btn a .icon.icon_mail:after {
    height: 1.2307692308vw;
    background-size: 1.5384615385vw 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon.icon_mail:before, .more_btn a .icon.icon_mail:after {
    height: 4.2666666667vw;
    background-size: 5.3333333333vw 4.2666666667vw;
  }
}
.more_btn a .icon.icon_mail:before {
  background-image: url(../../images/realestate/icon_mail.svg);
}
.more_btn a .icon.icon_mail:after {
  background-image: url(../../images/realestate/icon_mail_hover.svg);
}
.more_btn a .icon.icon_loupe {
  height: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon.icon_loupe {
    height: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon.icon_loupe {
    height: 4.8vw;
  }
}
.more_btn a .icon.icon_loupe:before, .more_btn a .icon.icon_loupe:after {
  height: 18px;
  background-size: 20px 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon.icon_loupe:before, .more_btn a .icon.icon_loupe:after {
    height: 1.3846153846vw;
    background-size: 1.5384615385vw 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon.icon_loupe:before, .more_btn a .icon.icon_loupe:after {
    height: 4.8vw;
    background-size: 5.3333333333vw 4.8vw;
  }
}
.more_btn a .icon.icon_loupe:before {
  background-image: url(../../images/realestate/icon_loupe.svg);
}
.more_btn a .icon.icon_loupe:after {
  background-image: url(../../images/realestate/icon_loupe_hover.svg);
}
@media (min-width: 751px) {
  .more_btn a:hover {
    color: #004082;
    background-color: #fff;
  }
  .more_btn a:hover .icon:before {
    opacity: 0;
  }
  .more_btn a:hover .icon:after {
    opacity: 1;
  }
}
.more_btn.orange_btn a {
  background-color: #fa7807;
  border-color: #fa7807;
}
@media (min-width: 751px) {
  .more_btn.orange_btn a:hover {
    color: #fa7807;
    background-color: #fff;
  }
}

/********************************************
/* sec4
********************************************/
.sec4 {
  background-color: #fff;
}
.sec4 .sec_inner {
  max-width: 1000px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .sec_inner {
    max-width: 76.9230769231vw;
  }
}
.sec4 .more_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .sec4 .more_btn_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw 0;
  }
}
.sec4 .tel_content {
  text-align: center;
  margin-top: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content {
    margin-top: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content {
    margin-top: 8vw;
  }
}
.sec4 .tel_content .tel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 15px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .tel_block {
    gap: 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .tel_block {
    display: block;
    gap: 0 4vw;
  }
}
.sec4 .tel_content .tel_block .caption {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .tel_block .caption {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .tel_block .caption {
    font-size: 3.2vw;
  }
}
.sec4 .tel_content .tel_block .number {
  display: block;
  text-decoration: none !important;
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .tel_block .number {
    font-size: 2.4615384615vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .tel_block .number {
    font-size: 6vw;
    margin-top: 2.6666666667vw;
  }
}
.sec4 .tel_content .tel_block .number .large {
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .tel_block .number .large {
    font-size: 3.0769230769vw;
    margin-left: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .tel_block .number .large {
    font-size: 7.4666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.sec4 .tel_content .time_block {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .time_block {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .time_block {
    margin-top: 2.6666666667vw;
  }
}
.sec4 .tel_content .time_block .time {
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec4 .tel_content .time_block .time {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .sec4 .tel_content .time_block .time {
    font-size: 2.2666666667vw;
  }
}

/********************************************
/* sec5
********************************************/
.sec5 .sec_inner {
  max-width: 1150px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec_inner {
    max-width: 88.4615384615vw;
  }
}
.sec5 .sec5_title_wrap {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec5_title_wrap {
    margin-bottom: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .sec5 .sec5_title_wrap {
    margin-bottom: 9.3333333333vw;
  }
}
.sec5 .sec5_title_wrap .sec5_title {
  color: #fff134;
  font-family: "Corporate Logo", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-left: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec5_title_wrap .sec5_title {
    font-size: 3.6923076923vw;
    margin-left: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec5 .sec5_title_wrap .sec5_title {
    text-align: left;
    font-size: 7.4666666667vw;
    line-height: 1.2;
    margin-left: 37.3333333333vw;
  }
}
.sec5 .sec5_title_wrap .sec5_sub_title {
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec5_title_wrap .sec5_sub_title {
    font-size: 2.2307692308vw;
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .sec5 .sec5_title_wrap .sec5_sub_title {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
  }
}
.sec5 .sec5_title_wrap .bakudan {
  position: absolute;
  top: -120px;
  left: -13px;
  width: 296px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec5_title_wrap .bakudan {
    top: -9.2307692308vw;
    left: -1vw;
    width: 22.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec5 .sec5_title_wrap .bakudan {
    top: -10.6666666667vw;
    left: -6.6666666667vw;
    width: 42.6666666667vw;
  }
}
.sec5 .sec5_title_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  width: 610px;
  margin: 0 auto;
  border-bottom: 5px dotted #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .sec5_title_wrap::after {
    width: 46.9230769231vw;
    bottom: -2.1538461538vw;
    border-bottom: 0.3846153846vw dotted #fff;
  }
}
@media (max-width: 750px) {
  .sec5 .sec5_title_wrap::after {
    width: 81.3333333333vw;
    bottom: -5.3333333333vw;
    border-bottom: 1.0666666667vw dotted #fff;
  }
}
.sec5 .read {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .read {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec5 .read {
    font-size: 3.4666666667vw;
  }
}
.sec5 .img01 {
  margin-top: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec5 .img01 {
    margin-top: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .sec5 .img01 {
    width: 82.6666666667vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/********************************************
/* sec6
********************************************/
.sec6 .sec_inner {
  max-width: 950px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .sec_inner {
    max-width: 73.0769230769vw;
  }
}
@media (max-width: 750px) {
  .sec6 .sec_inner {
    padding: 0 6vw;
  }
}
.sec6 .sec6_title_wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .sec6_title_wrap {
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .sec6 .sec6_title_wrap {
    margin-bottom: 10.6666666667vw;
  }
}
.sec6 .sec6_title_wrap .sec6_title {
  position: relative;
  display: inline-block;
  color: #004082;
  font-size: 29px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .sec6_title_wrap .sec6_title {
    font-size: 2.2307692308vw;
    padding: 0 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec6 .sec6_title_wrap .sec6_title {
    font-size: 5.0666666667vw;
    padding: 0 2.6666666667vw;
    line-height: 1.2;
  }
}
.sec6 .sec6_title_wrap .sec6_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 5px dotted #004082;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .sec6_title_wrap .sec6_title::after {
    bottom: -2vw;
    border-bottom: 0.3846153846vw dotted #004082;
  }
}
@media (max-width: 750px) {
  .sec6 .sec6_title_wrap .sec6_title::after {
    bottom: -5.3333333333vw;
    border-bottom: 1.0666666667vw dotted #004082;
  }
}
.sec6 .img01 {
  width: 100%;
}
.sec6 .img01 .caption {
  color: #515151;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  margin-left: 30px;
}
.sec6 .img01 .caption a {
  color: #515151;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .img01 .caption {
    font-size: 0.9230769231vw;
    margin-top: 0.7692307692vw;
    margin-left: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .sec6 .img01 .caption {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    margin-left: 2vw;
  }
}
.sec6 .img02 {
  width: 746px;
  margin: 80px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec6 .img02 {
    width: 57.3846153846vw;
    margin: 6.1538461538vw auto 0;
  }
}
@media (max-width: 750px) {
  .sec6 .img02 {
    width: 84.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}

/********************************************
/* sec7
********************************************/
.sec7 .sec_inner {
  max-width: 1616px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec7 .sec_inner {
    max-width: 124.3076923077vw;
  }
}
.sec7 .title_h2_wrap .img01 {
  width: 147px;
  margin: 0 auto 11px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec7 .title_h2_wrap .img01 {
    width: 11.3076923077vw;
    margin: 0 auto 0.8461538462vw;
  }
}
@media (max-width: 750px) {
  .sec7 .title_h2_wrap .img01 {
    width: 23.4666666667vw;
    margin: 0 auto 1.4666666667vw;
  }
}
.sec7 .img02 {
  width: 100%;
}

/********************************************
/* sec8
********************************************/
.sec8 .sec_inner {
  max-width: 945px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec_inner {
    max-width: 72.6923076923vw;
  }
}
.sec8 .sec8_title {
  text-align: center;
  width: 833px;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_title {
    width: 64.0769230769vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_title {
    width: 82.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.sec8 .sec8_block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 {
    display: block;
  }
}
.sec8 .sec8_block1 .profile_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 269px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .profile_box {
    width: 20.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .profile_box {
    width: 83.4666666667vw;
    margin: 0 auto;
  }
}
.sec8 .sec8_block1 .info_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 545px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box {
    width: 41.9230769231vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box {
    width: 82.6666666667vw;
    margin: -3.3333333333vw auto 0;
  }
}
.sec8 .sec8_block1 .info_box .balloon_box {
  position: relative;
  padding: 19px 0 19px 15px;
  border-radius: 13px;
  background-color: #fa7807;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box .balloon_box {
    padding: 1.4615384615vw 0 1.4615384615vw 1.1538461538vw;
    border-radius: 1vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box .balloon_box {
    padding: 3.0666666667vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.sec8 .sec8_block1 .info_box .balloon_box .text {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box .balloon_box .text {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box .balloon_box .text {
    font-size: 3.2vw;
  }
}
.sec8 .sec8_block1 .info_box .balloon_box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  width: 23px;
  height: 26px;
  margin: auto 0;
  background-color: #fa7807;
  clip-path: polygon(23px 50%, 0% 0%, 0% 26px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box .balloon_box::before {
    right: -1.6923076923vw;
    width: 1.7692307692vw;
    height: 2vw;
    clip-path: polygon(1.7692307692vw 50%, 0% 0%, 0% 2vw);
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box .balloon_box::before {
    right: auto;
    bottom: auto;
    top: -3.3333333333vw;
    left: 9.3333333333vw;
    width: 3.8666666667vw;
    height: 3.4666666667vw;
    clip-path: polygon(50% 0%, 0% 3.4666666667vw, 3.8666666667vw 3.4666666667vw);
  }
}
.sec8 .sec8_block1 .info_box .title {
  text-align: center;
  color: #fa7807;
  font-size: 21px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box .title {
    font-size: 1.6153846154vw;
    margin-top: 1.9230769231vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box .title {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec8 .sec8_block1 .info_box .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec8 .sec8_block1 .info_box .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .sec8 .sec8_block1 .info_box .text {
    font-size: 2.9333333333vw;
  }
}

/********************************************
/* sec9
********************************************/
.sec9 .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec9 .sec_inner {
    max-width: 84.6153846154vw;
  }
}
@media (max-width: 750px) {
  .sec9 .sec_inner {
    padding: 0 2.6666666667vw;
  }
}
.sec9 .read {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec9 .read {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .sec9 .read {
    font-size: 2.9333333333vw;
  }
}
.sec9 .more_btn {
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec9 .more_btn {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .sec9 .more_btn {
    margin-top: 8vw;
  }
}

/********************************************
/* footer
********************************************/
.footer {
  position: relative;
  padding-top: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer {
    padding-top: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .footer {
    padding-top: 24vw;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1870px;
  height: 155px;
  margin: 0 auto;
  background-size: 1870px 155px;
  background-image: url(../../images/realestate/footer_illust.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer::before {
    width: 143.8461538462vw;
    height: 11.9230769231vw;
    background-size: 143.8461538462vw 11.9230769231vw;
  }
}
@media (max-width: 750px) {
  .footer::before {
    content: none;
  }
}
.footer .footer_inner {
  padding: 75px 0;
  background-position: center bottom;
  background-size: cover;
  background-image: url(../../images/realestate/footer_bg.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner {
    padding: 5.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner {
    padding: 12vw 0;
    background-image: url(../../images/realestate/sp/sp_footer_bg.webp);
  }
}
.footer .service_btn {
  width: 680px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn {
    width: 52.3076923077vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn {
    width: 100%;
  }
}
.footer .service_btn .service_btn_inner {
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 50px 0 55px;
  border-radius: 22px;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
  background-color: #fff134;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .service_btn_inner {
    padding: 3.8461538462vw 0 4.2307692308vw;
    border-radius: 1.6923076923vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .service_btn_inner {
    padding: 6.6666666667vw 0 8vw;
    border-radius: 5.8666666667vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0 #000;
            box-shadow: 0.8vw 0.8vw 0 #000;
  }
}
.footer .service_btn .tel_content {
  text-align: center;
}
.footer .service_btn .tel_content .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .title {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .title {
    font-size: 3.4666666667vw;
  }
}
.footer .service_btn .tel_content .tel_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 15px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .tel_block {
    gap: 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .tel_block {
    display: block;
    gap: 0 2.6666666667vw;
  }
}
.footer .service_btn .tel_content .tel_block .number {
  text-decoration: none !important;
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .tel_block .number {
    font-size: 2.7692307692vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .tel_block .number {
    font-size: 6vw;
    margin-top: 1.3333333333vw;
  }
}
.footer .service_btn .tel_content .tel_block .number .large {
  font-size: 48px;
  font-weight: bold;
  margin-left: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .tel_block .number .large {
    font-size: 3.6923076923vw;
    margin-left: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .tel_block .number .large {
    font-size: 7.4666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.footer .service_btn .tel_content .time_block {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .time_block {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .time_block {
    margin-top: 2.6666666667vw;
  }
}
.footer .service_btn .tel_content .time_block .time {
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .tel_content .time_block .time {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .tel_content .time_block .time {
    font-size: 2.2666666667vw;
  }
}
.footer .service_btn .btn a {
  position: relative;
  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;
  width: 486px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  background-color: #004082;
  -webkit-box-shadow: 4px 4px 0 #d3d1d1;
          box-shadow: 4px 4px 0 #d3d1d1;
  padding: 17px;
  border: 2px solid #004082;
  margin: 30px auto 0;
  border-radius: 41px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .btn a {
    width: 37.3846153846vw;
    font-size: 1.6923076923vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #d3d1d1;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #d3d1d1;
    padding: 1.3076923077vw;
    border: 0.1538461538vw solid #004082;
    margin: 2.3076923077vw auto 0;
    border-radius: 3.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .btn a {
    width: 74.6666666667vw;
    font-size: 4.5333333333vw;
    padding: 2.4vw;
    margin: 4vw auto 0;
    -webkit-box-shadow: 0.8vw 0.8vw 0 #d3d1d1;
            box-shadow: 0.8vw 0.8vw 0 #d3d1d1;
    border-radius: 7.2vw;
  }
}
.footer .service_btn .btn a .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  margin-top: 2px;
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .btn a .icon {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    margin-top: 0.1538461538vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .btn a .icon {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    margin-top: 0.5333333333vw;
    margin-right: 4vw;
  }
}
.footer .service_btn .btn a .icon:before, .footer .service_btn .btn a .icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .btn a .icon:before, .footer .service_btn .btn a .icon:after {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    background-size: 1.5384615385vw 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .btn a .icon:before, .footer .service_btn .btn a .icon:after {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 5.3333333333vw 4.2666666667vw;
  }
}
.footer .service_btn .btn a .icon:before {
  background-image: url(../../images/realestate/icon_mail.svg);
}
.footer .service_btn .btn a .icon:after {
  background-image: url(../../images/realestate/icon_mail_hover.svg);
  opacity: 0;
}
@media (min-width: 751px) {
  .footer .service_btn .btn a:hover {
    color: #004082;
    background-color: #fff;
  }
  .footer .service_btn .btn a:hover .icon:before {
    opacity: 0;
  }
  .footer .service_btn .btn a:hover .icon:after {
    opacity: 1;
  }
}
.footer .service_btn .chara {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .service_btn .chara {
    top: -8.4615384615vw;
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .footer .service_btn .chara {
    top: -19.3333333333vw;
    width: 20vw;
  }
}
.footer .copy {
  padding: 15px 0;
  background-color: #004082;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy {
    padding: 1.1538461538vw 0;
  }
}
@media (max-width: 750px) {
  .footer .copy {
    padding: 2.6666666667vw 0;
  }
}
.footer .copy .text {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy .text {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .copy .text {
    font-size: 2.4vw;
  }
}

@-webkit-keyframes chara_up {
  0% {
    top: -110px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -129px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes chara_up {
  0% {
    top: -110px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -129px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes chara_down {
  0% {
    top: -129px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -110px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes chara_down {
  0% {
    top: -129px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -110px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}