@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Bold.otf") format("truetype");
  font-weight: 900;
  font-style: bold; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: bold; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: bold; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../fonts/NotoSansJP-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: bold; }
@font-face {
  font-family: 'YuGothic';
  src: url("../fonts/Yugothic-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: bold; }
@font-face {
  font-family: 'Yumincho';
  src: url("../fonts/Yumincho-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: bold; }
/*Animate */
/*Vertical text */
footer {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 6px #00000029; }
  @media only screen and (max-width: 767px) {
    footer {
      height: 83px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  footer .container {
    display: flex;
    align-items: center;
    height: 106px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      footer .container {
        flex-direction: column-reverse;
        font-size: 10px;
        height: 40px; } }
    @media only screen and (max-width: 543.5px) {
      footer .container {
        font-size: 9px; } }
    footer .container .description {
      padding-right: 40px; }
      @media only screen and (max-width: 767px) {
        footer .container .description {
          padding-right: 0px;
          font-size: 12px; } }
    footer .container .button-arrow-up {
      position: absolute;
      right: 25px;
      width: 48px;
      cursor: pointer;
      height: 48px;
      background-image: url(../images/arrow-up.svg); }
      @media only screen and (max-width: 767px) {
        footer .container .button-arrow-up {
          display: none; } }

.site-header {
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  position: relative;
  top: 0px;
  z-index: 999;
  width: 100%; }
  .site-header.header-normal {
    position: relative;
    top: 0; }
    .site-header.header-normal .main-logo {
      top: 15px;
      position: relative; }
    .site-header.header-normal .menu-main-menu-container ul li {
      padding: 15px 0px; }
    .site-header.header-normal .site-branding {
      position: relative;
      top: 0px; }
      .site-header.header-normal .site-branding .main-logo {
        padding: 3px 0px;
        display: block; }
        .site-header.header-normal .site-branding .main-logo img {
          height: 30px; }
  .site-header.header-fixed .main-navigation ul li {
    padding: 15px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .site-header {
      display: none; } }
  @media only screen and (max-width: 543.5px) {
    .site-header {
      display: none; } }
  .site-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-header ul li {
      display: inline-block; }
  .site-header .site-branding {
    position: relative;
    top: 17px; }
    .site-header .site-branding .main-logo {
      padding: 3px 0px;
      display: block; }
      .site-header .site-branding .main-logo img {
        height: 30px; }
  .site-header .main-navigation ul {
    text-align: left; }
    .site-header .main-navigation ul li {
      position: relative; }
      .site-header .main-navigation ul li:hover {
        background-color: #2877D5; }
        .site-header .main-navigation ul li:hover a {
          color: #ffffff; }
      .site-header .main-navigation ul li a {
        color: #000000;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        padding: 8px 16px;
        display: block;
        transition: all 0.3s;
        font-family: "Noto Sans JP", sans-serif; }
        .site-header .main-navigation ul li a:hover {
          color: #fff;
          text-decoration: none; }
      .site-header .main-navigation ul li p.menu-description {
        display: none; }
      .site-header .main-navigation ul li ul {
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        position: absolute;
        top: 100%;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 99 !important;
        width: 210px;
        text-align: left;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        .site-header .main-navigation ul li ul li {
          background-color: #ffffff;
          display: block;
          border-bottom: 1px solid #cdcdcd;
          border-left: none;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          .site-header .main-navigation ul li ul li a {
            padding: 10px 26px !important; }
      .site-header .main-navigation ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
  .site-header .header-icon-area {
    float: right;
    padding-left: 25px;
    position: relative;
    font-size: 18px; }
    @media only screen and (max-width: 543.5px) {
      .site-header .header-icon-area {
        display: none; } }
    .site-header .header-icon-area .search-box-area {
      padding-top: 27px;
      padding-bottom: 31px;
      color: #222222;
      float: right; }
    .site-header .header-icon-area .search-box .search-text {
      border-color: #2877D5;
      background: #f5f5f5;
      border: 1px solid #2877D5;
      color: #666666;
      height: 34px;
      left: 0;
      margin-right: 3px;
      opacity: 0;
      visibility: hidden;
      padding: 0;
      position: absolute;
      top: 100%;
      width: 0;
      z-index: 99;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .site-header .header-icon-area .search-box .search-text.active {
        left: -112px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px 0 10px;
        width: 180px; }
    .site-header .header-icon-area .search-box .search-button {
      font-size: 16px; }
      .site-header .header-icon-area .search-box .search-button i {
        color: #222222; }
    .site-header .header-icon-area .search-box .search-close {
      font-size: 14px;
      line-height: 1;
      left: 52px;
      position: absolute;
      top: 111%;
      top: calc(100% + 9px);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .site-header .header-icon-area .search-box .search-close.active {
        opacity: 1;
        visibility: visible; }
      .site-header .header-icon-area .search-box .search-close:link, .site-header .header-icon-area .search-box .search-close:visited {
        color: #002147; }
  .site-header .menu-main-menu-container {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .site-header .menu-main-menu-container {
        display: none; } }
    @media only screen and (max-width: 543.5px) {
      .site-header .menu-main-menu-container {
        display: none; } }
    .site-header .menu-main-menu-container a.menu-expand {
      display: none; }

.page-template-page-homepage .mean-container a.meanmenu-reveal {
  background-color: transparent; }
  .page-template-page-homepage .mean-container a.meanmenu-reveal.mean-close {
    background-color: transparent; }

.tophead {
  background-color: #000000;
  padding: 10px 0;
  font-size: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tophead {
      font-size: 14px;
      display: none; } }
  @media only screen and (max-width: 543.5px) {
    .tophead {
      display: none; } }
  .tophead a,
  .tophead span {
    color: #ffffff;
    padding-top: 11px; }
    .tophead a:hover,
    .tophead span:hover {
      text-decoration: none;
      color: #2877D5; }
  .tophead .tophead-contact {
    float: left; }
    .tophead .tophead-contact ul li {
      margin-right: 10px; }
  .tophead .tophead-address {
    float: right; }

@media only screen and (max-width: 1024px) {
  .mean-container-normal .logo-mobile {
    display: none; } }

.mean-container {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mean-container {
      display: block; } }
  @media only screen and (max-width: 543.5px) {
    .mean-container {
      display: block; } }
  .mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: transparent;
    position: absolute;
    z-index: 12;
    top: 2px; }
  .mean-container .mean-bar {
    border-color: #ffffff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .mean-container .mean-bar .main-logo-mobile {
      padding: 8px 15px;
      height: 40px; }
      @media only screen and (min-width: 1025px) and (max-width: 1366px) {
        .mean-container .mean-bar .main-logo-mobile {
          top: 20px !important;
          height: 40px !important; } }
      @media print {
        .mean-container .mean-bar .main-logo-mobile {
          top: 20px !important;
          height: 40px !important; } }
      .ie8 .mean-container .mean-bar .main-logo-mobile {
        top: 20px !important;
        height: 40px !important; }
      @media only screen and (min-width: 768px) {
        .mean-container .mean-bar .main-logo-mobile {
          padding: 0px 15px;
          height: 50px !important;
          top: 11px !important;
          position: relative; } }
      @media print {
        .mean-container .mean-bar .main-logo-mobile {
          padding: 0px 15px;
          height: 50px !important;
          top: 11px !important;
          position: relative; } }
      .ie8 .mean-container .mean-bar .main-logo-mobile {
        padding: 0px 15px;
        height: 50px !important;
        top: 11px !important;
        position: relative; }
      @media only screen and (max-width: 1024px) {
        .mean-container .mean-bar .main-logo-mobile {
          padding: 0px 15px;
          height: 25px;
          top: 5px;
          position: relative; } }
  .mean-container .menu-navigation {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999; }
    .mean-container .menu-navigation.mean-navigation-normal a.meanmenu-reveal {
      background-color: transparent; }
    .mean-container .menu-navigation a.meanmenu-reveal {
      position: absolute;
      top: 0;
      cursor: pointer;
      text-decoration: none;
      font-size: 16px;
      text-indent: -9999em;
      line-height: 22px;
      font-size: 1px;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .mean-container .menu-navigation a.mean-stick {
      background-color: transparent; }
    .mean-container .menu-navigation a.meanmenu-reveal {
      color: #ffffff;
      right: 0px;
      left: auto;
      text-align: center;
      text-indent: 0px;
      font-size: 18px; }
      @media only screen and (max-width: 1024px) {
        .mean-container .menu-navigation a.meanmenu-reveal {
          width: 52px;
          height: 41px; } }
      .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 42px;
        outline: none;
        padding: 0;
        pointer-events: initial;
        position: relative;
        vertical-align: middle;
        width: 50px;
        z-index: 1110; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu {
            height: 80px;
            width: 80px; } }
        .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu.active {
          background-color: transparent; }
          .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu.active span {
            background-color: transparent;
            transition: background 0.2s ease-out; }
            .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu.active span:before {
              top: 0;
              transform: rotate3d(0, 0, 1, -45deg); }
            .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu.active span:after {
              top: 0;
              transform: rotate3d(0, 0, 1, 45deg); }
        .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span {
          background-color: #767676;
          content: "";
          display: block;
          height: 2px;
          left: calc(50% - 13px);
          position: absolute;
          top: calc(50% - 1px);
          transform-origin: 50% 50%;
          transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
          width: 26px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span {
              width: 40px;
              left: calc(50% - 20px); } }
          .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:before, .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:after {
            background-color: #767676;
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            transform-origin: 50% 50%;
            transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
            width: 26px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:before, .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:after {
                width: 40px; } }
          .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:before {
            top: 7px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:before {
                top: 10px; } }
          .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:after {
            top: -7px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .mean-container .menu-navigation a.meanmenu-reveal .toggle-menu span:after {
                top: -10px; } }
  .mean-container .mean-nav {
    width: 100%;
    background: #ffffff;
    margin-top: 0px; }
    @media only screen and (max-width: 1024px) {
      .mean-container .mean-nav.open {
        top: 0;
        transform: translate(-50%, 0%);
        left: 50%;
        height: 300px;
        position: fixed;
        max-height: 100%;
        background-color: rgba(255, 255, 255, 0.91);
        z-index: 11; } }
    .mean-container .mean-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100% !important; }
      .mean-container .mean-nav ul li {
        border-top: 1px solid #dddddd;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 1024px) {
          .mean-container .mean-nav ul li {
            border-top: 0px;
            margin-bottom: 0px;
            text-align: center; } }
        .mean-container .mean-nav ul li a {
          display: block;
          color: #333333;
          width: 90%;
          padding: 0.5em 5%;
          margin: 0;
          text-align: left;
          text-decoration: none;
          font-weight: 600;
          line-height: 21px; }
          @media only screen and (max-width: 1024px) {
            .mean-container .mean-nav ul li a {
              text-align: center;
              width: 100%;
              font-size: 29px !important; } }
        @media only screen and (max-width: 1024px) {
          .mean-container .mean-nav ul li .menu-description {
            display: block; } }
        .mean-container .mean-nav ul li a {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          color: #002147;
          text-transform: uppercase;
          font-style: normal; }
          @media only screen and (max-width: 1024px) {
            .mean-container .mean-nav ul li a {
              display: none; } }
          @media only screen and (max-width: 1024px) {
            .mean-container .mean-nav ul li a.menu-description {
              display: block;
              font-size: 16px !important;
              margin-top: 15px;
              font-weight: 600; } }
        .mean-container .mean-nav ul li a.menu-expand {
          margin-top: 1px;
          width: 26px;
          height: 27px;
          padding: 10px 34px 0px;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2;
          font-weight: 700;
          background: rgba(255, 255, 255, 0.1);
          border: 0 !important;
          border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
          color: #2877D5;
          font-size: 23px; }
        .mean-container .mean-nav ul li ul.sub-menu {
          display: none; }
          .mean-container .mean-nav ul li ul.sub-menu li {
            text-shadow: none !important;
            visibility: visible; }
            .mean-container .mean-nav ul li ul.sub-menu li a {
              width: 70%;
              padding: 0.5em 15%; }
  .mean-container #menu-main-menu {
    display: none;
    max-height: 762px; }
    @media only screen and (max-width: 1024px) {
      .mean-container #menu-main-menu {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%; } }

.mean-stick .topmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999; }
.mean-stick .menu-navigation {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999; }
.mean-stick .topmenu {
  background-color: #ffffff;
  border-bottom: 2px solid #2877D5; }

i {
  color: #2877D5;
  margin-right: 5px; }
  i:before {
    width: 20px;
    height: 15px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }
  i.mkt-phone:before {
    content: "";
    background-image: url("../images/phone@3x.png"); }
  i.mkt-phone-fill:before {
    content: "";
    background-image: url("../images/phone_2@3x.png"); }
  i.mkt-location:before {
    content: "";
    background-image: url("../images/orange_2@3x.png"); }
  i.mkt-email:before {
    content: "";
    background-image: url("../images/email@3x.png"); }
  i.mkt-clock:before {
    content: "";
    background-image: url("../images/clock@3x.png"); }
  i.mkt-arrow_breadcrumb:before {
    content: "";
    background-image: url("../images/arrow-breadcrumb.png"); }
  i.mkt-acreage:before {
    content: "";
    background-image: url("../images/orange_3@2x.png"); }
  i.mkt-vip:before {
    content: "";
    background-image: url("../images/vip-label@3x.png"); }

.info-real {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .info-real li {
    display: flex;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b7787; }
    .info-real li:before {
      content: "";
      width: 18px;
      height: 18px;
      display: block;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .info-real li.real__address:before {
      background-image: url("../images/add@2x.png"); }
    .info-real li.real__area:before {
      background-image: url("../images/orange_3@2x.png"); }
    .info-real li.real__create-date:before {
      background-image: url("../images/clock@3x.png"); }
    .info-real li.real__view:before {
      background-image: url("../images/show@2x.png"); }

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: center; }
  .pagination-container .wp-pagenavi {
    clear: both;
    display: flex; }
  .pagination-container .wp-pagenavi a,
  .pagination-container .wp-pagenavi span {
    margin: 0 0.6rem;
    min-width: 30px;
    min-height: 30px;
    font-size: 1.5rem;
    line-height: 18px;
    text-align: center;
    padding: 0.4rem 0.9rem;
    text-decoration: none;
    border: 2px solid #dfe3e9;
    color: #cccccc; }
  .pagination-container .wp-pagenavi a:hover,
  .pagination-container .wp-pagenavi span.current {
    color: #ffffff;
    border-color: #2877D5;
    background-color: #2877D5; }
  .pagination-container .wp-pagenavi span.current {
    font-weight: 400; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #2877D5; }

/* Styling;
 */
.noUi-background {
  background: #D6D7D9; }

.noUi-connect {
  background: #2877D5;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 2px; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.noUi-handle:active {
  border: 8px solid #2877D5;
  border: 8px solid rgba(255, 194, 0, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px; }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

.hidden-scroll {
  overflow: hidden; }

/**
 * PAGES
 */
.error-404 {
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px; }
  .error-404 .page-header h1 {
    color: #2877D5; }
  .error-404 .page-content {
    padding-top: 1rem; }

.section-header {
  height: 808px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-header {
      height: 767px; } }
  @media only screen and (max-width: 767px) {
    .section-header {
      height: 367px; } }
  .section-header__box {
    max-width: 1190px;
    z-index: 3;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .section-header__box {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .section-header__box {
        padding: 0px; } }
    .section-header__box-title {
      font-size: 50px;
      line-height: 80px;
      letter-spacing: 0.15rem;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-header__box-title {
          font-size: 21px;
          line-height: 36px;
          margin-top: -95px; } }
      @media only screen and (max-width: 543.5px) {
        .section-header__box-title {
          font-size: 20px; } }
    .section-header__box-description {
      font-size: 31px;
      line-height: 44px;
      margin-top: 35px; }
      @media only screen and (max-width: 767px) {
        .section-header__box-description {
          display: none; } }
      .section-header__box-description-mobile {
        display: none; }
        @media only screen and (max-width: 767px) {
          .section-header__box-description-mobile {
            display: block;
            text-align: center;
            padding: 44px 0px 44px;
            font-size: 14px; } }
  .section-header__bg {
    position: absolute;
    right: 0px;
    height: 782px;
    width: 100%;
    max-width: 930px;
    background-size: cover;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom center; }
    @media only screen and (min-width: 1024px) and (max-width: 1366px) {
      .section-header__bg {
        max-width: 622px !important; } }
    @media print {
      .section-header__bg {
        max-width: 622px !important; } }
    .ie8 .section-header__bg {
      max-width: 622px !important; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-header__bg {
        height: 767px; } }
    @media only screen and (max-width: 767px) {
      .section-header__bg {
        height: 367px; } }
    @media only screen and (min-width: 1528px) {
      .section-header__bg {
        max-width: 1145px; } }
    @media print {
      .section-header__bg {
        max-width: 1145px; } }
    .ie8 .section-header__bg {
      max-width: 1145px; }
    .section-header__bg:after {
      content: "";
      position: absolute; }
  .section-header__overlay {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    max-width: 930px;
    background-color: #5e99de;
    top: 0;
    margin-right: -15px;
    background-size: cover;
    z-index: 1;
    background-position: 100px 5px; }
    @media only screen and (min-width: 1528px) {
      .section-header__overlay {
        max-width: 1145px; } }
    @media print {
      .section-header__overlay {
        max-width: 1145px; } }
    .ie8 .section-header__overlay {
      max-width: 1145px; }
    @media only screen and (min-width: 1024px) and (max-width: 1366px) {
      .section-header__overlay {
        max-width: 622px !important; } }
    @media print {
      .section-header__overlay {
        max-width: 622px !important; } }
    .ie8 .section-header__overlay {
      max-width: 622px !important; }

.section-service {
  height: 853px;
  background-color: #d0eeff;
  position: relative;
  margin-top: -101px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-service {
      overflow: hidden;
      height: 558px;
      z-index: 1;
      padding: 40px 0px 40px;
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .section-service {
      height: 330px;
      margin-top: 0px; } }
  @media only screen and (max-width: 543.5px) {
    .section-service {
      height: 310px; } }
  .section-service .container {
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-service .container {
        padding: 0px; } }
    .section-service .container .section-title {
      padding-top: 35px; }
    .section-service .container .service {
      display: flex;
      padding-top: 0px;
      max-width: 1050px;
      margin: 0 auto;
      height: 672px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-service .container .service {
          height: 520px; } }
      @media only screen and (max-width: 767px) {
        .section-service .container .service {
          padding-top: 35px;
          height: 330px; } }
      @media only screen and (max-width: 543.5px) {
        .section-service .container .service {
          height: 310px; } }
      .section-service .container .service-left {
        width: 445px;
        height: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end; }
        @media only screen and (min-width: 768px) {
          .section-service .container .service-left {
            width: 350px; } }
        @media print {
          .section-service .container .service-left {
            width: 350px; } }
        .ie8 .section-service .container .service-left {
          width: 350px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .section-service .container .service-left {
            width: 260px; } }
        @media only screen and (max-width: 767px) {
          .section-service .container .service-left {
            width: 175px;
            height: 231px;
            background-size: cover;
            position: absolute;
            bottom: 0;
            left: -30px; } }
        @media only screen and (max-width: 543.5px) {
          .section-service .container .service-left {
            width: 158px; } }
        .section-service .container .service-left object {
          max-width: 100%;
          display: none; }
          @media only screen and (max-width: 767px) {
            .section-service .container .service-left object {
              display: block; } }
        .section-service .container .service-left img {
          position: relative;
          height: 573px;
          left: -100px; }
          @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
            .section-service .container .service-left img {
              height: 500px;
              left: 0; } }
          @media only screen and (min-width: 768px) and (max-width: 895.5px) {
            .section-service .container .service-left img {
              height: 380px;
              left: 0px; } }
          @media only screen and (max-width: 767px) {
            .section-service .container .service-left img {
              height: 200px;
              left: 0px;
              display: none; } }
      .section-service .container .service-right {
        width: calc(100% - 445px);
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .section-service .container .service-right {
            width: calc(100% - 350px); } }
        @media print {
          .section-service .container .service-right {
            width: calc(100% - 350px); } }
        .ie8 .section-service .container .service-right {
          width: calc(100% - 350px); }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .section-service .container .service-right {
            width: calc(100% - 260px); } }
        @media only screen and (max-width: 767px) {
          .section-service .container .service-right {
            width: 100%;
            position: relative;
            overflow: hidden; } }
        .section-service .container .service-right .text {
          text-align: center;
          font-size: 23px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .section-service .container .service-right .text {
              font-size: 15px;
              margin-bottom: 6px; } }
          @media only screen and (max-width: 543.5px) {
            .section-service .container .service-right .text {
              font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .section-service .container .service-right img {
            max-width: 364px;
            display: block;
            margin: 0 auto;
            margin-top: 10px; } }
        @media only screen and (max-width: 767px) {
          .section-service .container .service-right img {
            max-width: 264px;
            display: block;
            margin: 0 auto; } }
        .section-service .container .service-right .cirle-box {
          padding-left: 0px;
          margin-left: 0px;
          display: flex;
          flex-flow: wrap;
          justify-content: center;
          margin-top: 50px;
          list-style: none; }
          @media only screen and (max-width: 767px) {
            .section-service .container .service-right .cirle-box {
              margin-top: 34px;
              position: absolute;
              right: -65px; } }
          @media only screen and (max-width: 543.5px) {
            .section-service .container .service-right .cirle-box {
              right: -60px; } }
          .section-service .container .service-right .cirle-box li {
            display: block; }
            .section-service .container .service-right .cirle-box li:nth-child(1) {
              width: 100%;
              display: flex;
              justify-content: center; }
            .section-service .container .service-right .cirle-box li:nth-child(2), .section-service .container .service-right .cirle-box li:nth-child(3) {
              margin-top: -10px; }
            .section-service .container .service-right .cirle-box li .description {
              display: flex;
              align-items: center;
              width: 204px;
              background-color: #fcf432;
              border-radius: 50%;
              height: 204px;
              line-height: 31px;
              font-size: 25px;
              margin: 0px 15px;
              text-align: center;
              justify-content: center;
              font-weight: bold; }
              @media only screen and (min-width: 768px) and (max-width: 1024px) {
                .section-service .container .service-right .cirle-box li .description {
                  height: 160px;
                  width: 160px;
                  font-size: 18px;
                  font-weight: 600;
                  margin: 0 10px;
                  line-height: 24px; } }
              @media only screen and (max-width: 767px) {
                .section-service .container .service-right .cirle-box li .description {
                  height: 95px;
                  width: 95px;
                  font-size: 14px;
                  font-weight: 600;
                  margin: 0 10px;
                  line-height: 18px; } }
              @media only screen and (max-width: 543.5px) {
                .section-service .container .service-right .cirle-box li .description {
                  width: 85px;
                  height: 85px;
                  font-size: 12px; } }

.section-feature {
  background-color: #5e99de;
  padding: 136px 0px 100px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .section-feature {
      padding: 50px 0px 100px; } }
  .section-feature:before {
    content: "";
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    border-top: 80px solid #d0eeff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%); }
    @media only screen and (max-width: 1024px) {
      .section-feature:before {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 23px solid #d0eeff; } }
  .section-feature .points {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .section-feature .points {
        flex-flow: wrap; } }
    .section-feature .points .point-item {
      width: 326px;
      box-shadow: 5px 5px 6px #00000029;
      margin: 32px;
      background-color: #fff;
      counter-increment: section;
      border-bottom-left-radius: 97px;
      border-bottom-right-radius: 97px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .points .point-item {
          margin: 20px;
          width: 328px;
          padding: 5px; } }
      @media only screen and (max-width: 767px) {
        .section-feature .points .point-item {
          margin: 20px 0px;
          width: 335px;
          padding: 5px; } }
      @media only screen and (max-width: 1024px) {
        .section-feature .points .point-item:nth-child(2) .point-item__title, .section-feature .points .point-item:nth-child(3) .point-item__title {
          padding: 0 45px; } }
      .section-feature .points .point-item__number {
        background-color: #f8ef0b;
        width: 66px;
        height: 12px;
        top: 28px;
        position: relative;
        left: 22px; }
        .section-feature .points .point-item__number:before {
          content: "Point ";
          font-size: 19px;
          color: #1f86ff;
          position: absolute;
          font-weight: bold;
          top: -13px; }
        .section-feature .points .point-item__number:after {
          content: counter(section);
          color: #1f86ff;
          font-size: 25px;
          position: absolute;
          font-weight: bold;
          right: 0;
          top: -20px;
          font-family: "Noto Sans JP", sans-serif; }
      .section-feature .points .point-item__title {
        font-size: 22px;
        text-align: center;
        margin-top: 40px;
        letter-spacing: 2px;
        font-weight: 600; }
        @media only screen and (max-width: 1024px) {
          .section-feature .points .point-item__title {
            font-size: 20px;
            letter-spacing: 0px; }
            .section-feature .points .point-item__title br {
              display: none; } }
      .section-feature .points .point-item__description {
        font-size: 16px;
        margin-top: 0px;
        padding: 20px 55px;
        padding-bottom: 45px; }
        @media only screen and (max-width: 1024px) {
          .section-feature .points .point-item__description {
            letter-spacing: -0.3px;
            padding: 7px 20px 40px; } }
  .section-feature .functions {
    max-width: 987px;
    margin: 0 auto; }
    .section-feature .functions .function-title {
      font-size: 29px;
      text-align: center;
      margin-bottom: 13px;
      margin-top: 60px;
      color: #fff; }
      @media only screen and (max-width: 1024px) {
        .section-feature .functions .function-title {
          margin-top: 35px;
          font-size: 20px; } }
    .section-feature .functions .function-list {
      display: flex;
      flex-flow: wrap;
      padding-left: 0px;
      margin-left: 0px;
      list-style: none;
      justify-content: center; }
      .section-feature .functions .function-list .function-list__item {
        width: 290px;
        margin: 50px 19px;
        flex: 1 1 auto; }
        @media only screen and (min-width: 1024px) and (max-width: 1366px) {
          .section-feature .functions .function-list .function-list__item {
            margin-top: 15px;
            width: 270px !important;
            margin: 8px;
            margin-bottom: 70px; } }
        @media print {
          .section-feature .functions .function-list .function-list__item {
            margin-top: 15px;
            width: 270px !important;
            margin: 8px;
            margin-bottom: 70px; } }
        .ie8 .section-feature .functions .function-list .function-list__item {
          margin-top: 15px;
          width: 270px !important;
          margin: 8px;
          margin-bottom: 70px; }
        @media only screen and (min-width: 768px) and (max-width: 895.5px) {
          .section-feature .functions .function-list .function-list__item {
            margin-top: 15px;
            margin: 6px;
            flex: unset;
            display: flex;
            width: 100%;
            margin-bottom: 0px; } }
        @media only screen and (max-width: 767px) {
          .section-feature .functions .function-list .function-list__item {
            margin-top: 15px;
            margin: 6px;
            flex: unset;
            display: flex;
            width: 100%;
            margin-bottom: 0px; } }
        .section-feature .functions .function-list .function-list__item .title {
          font-size: 27px;
          background-color: #ffef77;
          border-top-left-radius: 28px;
          border-top-right-radius: 28px;
          text-align: center;
          height: 55px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fd1a16; }
          @media only screen and (min-width: 768px) and (max-width: 895.5px) {
            .section-feature .functions .function-list .function-list__item .title {
              font-size: 22px;
              border-radius: 0px;
              width: 120px;
              height: 100%;
              margin-right: 6px;
              border-top-left-radius: 14px;
              border-bottom-left-radius: 14px;
              padding: 15px 0px; } }
          @media only screen and (max-width: 767px) {
            .section-feature .functions .function-list .function-list__item .title {
              font-size: 16px;
              border-radius: 0px;
              width: 86px;
              height: 100%;
              margin-right: 6px;
              border-top-left-radius: 14px;
              border-bottom-left-radius: 14px;
              padding: 15px 0px; } }
        .section-feature .functions .function-list .function-list__item .description {
          font-size: 25px;
          background-color: #ffffff;
          padding: 0px 50px;
          height: 100%;
          align-items: center;
          margin-top: 7px;
          display: flex;
          justify-content: center; }
          @media only screen and (min-width: 768px) and (max-width: 895.5px) {
            .section-feature .functions .function-list .function-list__item .description {
              font-size: 20px;
              padding: 15px;
              margin-top: 0px;
              width: calc(100% - 126px);
              justify-content: flex-start; } }
          @media only screen and (max-width: 767px) {
            .section-feature .functions .function-list .function-list__item .description {
              font-size: 15px;
              padding: 15px;
              margin-top: 0px;
              width: calc(100% - 92px);
              justify-content: flex-start; } }
          .section-feature .functions .function-list .function-list__item .description .description-item {
            position: relative; }
            .section-feature .functions .function-list .function-list__item .description .description-item__label {
              padding-left: 15px;
              position: relative; }
              @media only screen and (max-width: 1024px) {
                .section-feature .functions .function-list .function-list__item .description .description-item__label {
                  padding-left: 10px; } }
              .section-feature .functions .function-list .function-list__item .description .description-item__label:before {
                content: "";
                width: 8px;
                height: 8px;
                position: absolute;
                left: 0;
                top: 15px;
                background-color: #fd1a16; }
                @media only screen and (max-width: 1024px) {
                  .section-feature .functions .function-list .function-list__item .description .description-item__label:before {
                    top: 8px;
                    width: 4px;
                    height: 4px; } }
  .section-feature .pricing {
    max-width: 1036px;
    margin: 0 auto;
    margin-top: 108px; }
    @media only screen and (max-width: 1024px) {
      .section-feature .pricing {
        margin-top: 50px; } }
    .section-feature .pricing-title {
      font-size: 29px;
      color: #ffffff;
      text-align: center; }
    .section-feature .pricing-arrow {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .pricing-arrow {
          margin: 0 auto;
          position: relative;
          max-width: 728px; } }
      @media only screen and (max-width: 767px) {
        .section-feature .pricing-arrow {
          margin: 0 auto;
          position: relative;
          max-width: 333px; } }
    .section-feature .pricing-arrow-text {
      height: 70px;
      color: #ffffff;
      font-size: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #88cfb0;
      margin-top: 67px;
      width: 684px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .pricing-arrow-text {
          width: 513px;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .section-feature .pricing-arrow-text {
          margin-top: 30px;
          height: 26px;
          width: 261px;
          font-size: 14px; } }
      .section-feature .pricing-arrow-text:after {
        content: "";
        width: 0;
        height: 0;
        margin: 30px auto;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #88cfb0;
        position: absolute;
        left: 50%;
        bottom: -42px;
        transform: translate(-50%); }
        @media only screen and (max-width: 767px) {
          .section-feature .pricing-arrow-text:after {
            border-left: 7px solid transparent;
            border-right: 5px solid transparent;
            border-top: 7px solid #88cfb0;
            bottom: -37px; } }
    .section-feature .pricing-list {
      margin-top: 27px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .pricing-list {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .section-feature .pricing-list {
          max-width: 333px;
          margin: 0 auto;
          margin-top: 15px; } }
      .section-feature .pricing-list__item {
        display: flex; }
        @media only screen and (max-width: 767px) {
          .section-feature .pricing-list__item {
            justify-content: center; } }
        .section-feature .pricing-list__item:nth-child(2) .column-price .number {
          font-size: 43px; }
        .section-feature .pricing-list__item:nth-child(3) .column-price .plus {
          font-size: 28px;
          margin-left: 10px; }
          @media only screen and (max-width: 767px) {
            .section-feature .pricing-list__item:nth-child(3) .column-price .plus {
              font-size: 13px;
              margin-left: 5px; } }
        .section-feature .pricing-list__item:nth-child(3) .column-price .number {
          font-size: 38px; }
        .section-feature .pricing-list__item .title {
          text-align: center;
          font-size: 31px;
          margin-right: 20px;
          margin-bottom: 20px;
          background-color: #bde6f0;
          width: 333px;
          height: 138px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 400; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .section-feature .pricing-list__item .title {
              width: 200px;
              height: 80px;
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .section-feature .pricing-list__item .title {
              width: 67px;
              font-size: 14px;
              height: 48px;
              margin-bottom: 5px;
              margin-right: 5px; } }
        .section-feature .pricing-list__item .description {
          width: calc(100% - 353px);
          height: 138px;
          background-color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: space-between;
          overflow: hidden;
          position: relative; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .section-feature .pricing-list__item .description {
              width: calc(100% - 200px);
              height: 80px; } }
          @media only screen and (max-width: 767px) {
            .section-feature .pricing-list__item .description {
              width: calc(100% - 67px);
              height: 48px;
              line-height: 18px; } }
          .section-feature .pricing-list__item .description .column-price .number {
            font-size: 36px;
            font-weight: 500;
            margin-right: 2px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .section-feature .pricing-list__item .description .column-price .number {
                font-size: 26px; } }
            @media only screen and (max-width: 767px) {
              .section-feature .pricing-list__item .description .column-price .number {
                font-size: 20px; } }
            @media only screen and (max-width: 543.5px) {
              .section-feature .pricing-list__item .description .column-price .number {
                font-size: 16px; } }
          .section-feature .pricing-list__item .description .column-price.column1 {
            color: #fe330a;
            font-size: 26px;
            text-align: center;
            flex: 1; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .section-feature .pricing-list__item .description .column-price.column1 {
                font-size: 20px;
                line-height: 28px; } }
            @media only screen and (max-width: 767px) {
              .section-feature .pricing-list__item .description .column-price.column1 {
                font-size: 13px; } }
          .section-feature .pricing-list__item .description .column-price.column2 {
            background-color: #ffffff;
            color: #fe330a;
            font-size: 26px;
            text-align: center;
            flex: 1;
            position: relative; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .section-feature .pricing-list__item .description .column-price.column2 {
                font-size: 20px; } }
            @media only screen and (max-width: 767px) {
              .section-feature .pricing-list__item .description .column-price.column2 {
                font-size: 13px; } }
            .section-feature .pricing-list__item .description .column-price.column2:before {
              content: "";
              width: 10px;
              height: 200px;
              position: absolute;
              background-color: #5e99de;
              top: -100%;
              left: -14px;
              transform: rotate(21deg); }
              @media only screen and (max-width: 767px) {
                .section-feature .pricing-list__item .description .column-price.column2:before {
                  width: 5px;
                  top: -24px;
                  height: 115px; } }
    .section-feature .pricing .footer-note {
      text-align: right;
      color: #ffffff;
      font-size: 12px;
      margin-top: -5px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .pricing .footer-note {
          padding: 0 20px;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        .section-feature .pricing .footer-note {
          font-size: 9px;
          max-width: 333px;
          margin: 0 auto; } }
  .section-feature .delivery {
    margin-top: 57px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-feature .delivery {
        max-width: 333px;
        margin: 0 auto;
        margin-top: 42px; } }
    .section-feature .delivery-title {
      color: #ffffff;
      text-align: center;
      font-size: 29px;
      line-height: 48px;
      letter-spacing: 3px;
      margin-bottom: 62px; }
      @media only screen and (max-width: 767px) {
        .section-feature .delivery-title {
          font-size: 18px;
          line-height: 22px;
          max-width: 333px;
          margin: 0 auto;
          margin-bottom: 27px; }
          .section-feature .delivery-title br {
            display: none; } }
    .section-feature .delivery img {
      max-width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-feature .delivery img {
          padding: 0 20px; } }
    .section-feature .delivery a.button-yellow {
      display: block;
      margin: 0 auto;
      margin-top: 110px;
      padding: 15px;
      width: 451px;
      font-size: 25px;
      border: 0px;
      background-color: #ffe348;
      border-radius: 10px; }
      @media only screen and (max-width: 1024px) {
        .section-feature .delivery a.button-yellow {
          width: 231px;
          padding: 12px;
          font-size: 18px;
          margin-top: 35px; } }
      .section-feature .delivery a.button-yellow:hover {
        background-color: #ffc747;
        transition: all 0.3s;
        color: #000; }

.mobile-title {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .mobile-title {
      display: block;
      font-size: 20px;
      text-align: center;
      padding-top: 25px; } }

.section-title {
  text-align: right; }
  @media only screen and (max-width: 1024px) {
    .section-title {
      display: none; } }
  .section-title .main {
    font-size: 63px;
    width: 302px;
    display: flex;
    padding-right: 0px;
    height: 71px;
    color: #4d4d4d;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .section-title .main {
        font-size: 20px;
        height: 29px;
        width: 124px;
        letter-spacing: 3px; } }
    .section-title .main-label {
      margin-right: -10px;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .section-title .main-label {
          margin-right: 2.5px;
          font-weight: 600; } }
  .section-title .subtitle {
    font-size: 26px;
    display: flex;
    color: #2877D5;
    width: 237px;
    padding-right: 15px;
    height: 71px;
    align-items: center;
    position: relative;
    letter-spacing: 3.5px; }
    @media only screen and (max-width: 1024px) {
      .section-title .subtitle {
        font-size: 14px;
        height: 24px;
        width: 89px;
        padding-right: 0px; } }

.section-contact {
  background-color: #2877D5;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    .section-contact {
      height: 127px; } }
  .section-contact a.link-fixed {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .section-contact:after {
    content: "";
    background-color: red;
    width: 100%;
    left: -150%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    opacity: 0;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1; }
  .section-contact:hover:after {
    content: "";
    background-color: #fff;
    width: 180%;
    left: -20%;
    opacity: 1;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    bottom: 0px; }
  .section-contact:hover h2 {
    z-index: 1; }
    .section-contact:hover h2.main-title span.title {
      color: #2877D5; }
    .section-contact:hover h2.main-title span.subtitle {
      color: #2877D5; }
  .section-contact h2.main-title {
    text-align: center;
    z-index: 2; }
    .section-contact h2.main-title span.title {
      font-size: 40px;
      width: 100%;
      display: block;
      color: #ffffff; }
      @media only screen and (max-width: 1024px) {
        .section-contact h2.main-title span.title {
          font-size: 20px; } }
    .section-contact h2.main-title span.subtitle {
      font-size: 26px;
      width: 100%;
      display: block;
      margin-top: 40px;
      color: #ffffff; }
      @media only screen and (max-width: 1024px) {
        .section-contact h2.main-title span.subtitle {
          font-size: 15px;
          margin-top: 20px; } }

.section-news {
  margin-top: 34px;
  box-shadow: 0px 3px 3px #0000000f; }
  @media only screen and (max-width: 1024px) {
    .section-news {
      margin-top: 0px; } }
  @media only screen and (max-width: 1024px) {
    .section-news .section-title {
      padding: 20px 20px 0px;
      margin-bottom: -10px; } }
  .section-news .section-title .subtitle {
    justify-content: flex-start;
    background-color: transparent;
    color: #2877D5; }
    .section-news .section-title .subtitle:after {
      display: none; }
  .section-news .section-title span.main {
    padding-right: 0px;
    justify-content: flex-start;
    background-color: transparent;
    color: #4d4d4d;
    height: auto; }
    .section-news .section-title span.main:after {
      display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-news .section-title span.main {
        font-size: 35px; } }
    @media only screen and (max-width: 1024px) {
      .section-news .section-title span.main {
        padding-right: 36px; } }
  .section-news .wrap-news {
    max-width: 910px;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-news .wrap-news {
        max-width: 650px; } }
    @media only screen and (max-width: 767px) {
      .section-news .wrap-news {
        max-width: 285px;
        padding-top: 0px; } }
  .section-news .list-new {
    display: flex;
    flex-flow: wrap;
    margin-top: 15px; }
    @media only screen and (max-width: 1024px) {
      .section-news .list-new {
        margin-top: 0px; } }
    .section-news .list-new__item {
      width: 100%;
      display: flex;
      flex-flow: wrap;
      font-size: 16px;
      padding: 28px 0px;
      border-bottom: 0.5px solid #707070; }
      @media only screen and (max-width: 1024px) {
        .section-news .list-new__item {
          padding: 17px 0px; } }
      @media only screen and (max-width: 1024px) {
        .section-news .list-new__item-date {
          margin-bottom: 5px; } }
      .section-news .list-new__item-title {
        margin-left: 38px; }
        @media only screen and (max-width: 1024px) {
          .section-news .list-new__item-title {
            margin-left: 0px;
            font-size: 15px; } }
  .section-news .view-more {
    text-align: right;
    margin-top: 17px;
    padding-bottom: 35px;
    padding-right: 70px;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .section-news .view-more {
        padding-bottom: 30px; } }
    .section-news .view-more a:hover:after {
      margin-right: -10px; }
    .section-news .view-more a:after {
      content: "";
      width: 59px;
      position: absolute;
      right: 0;
      top: 7px;
      height: 10px;
      background-image: url(../images/arrow-right-black.svg);
      display: inline-block;
      margin-left: 10px;
      background-repeat: no-repeat;
      transition: all 0.3s; }

.section-about {
  margin-top: 50px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #c6ebfd 100%) 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 1024px) {
    .section-about {
      margin-top: 0px; } }
  .section-about .section-title {
    margin-left: 0px; }
    @media only screen and (max-width: 1024px) {
      .section-about .section-title {
        padding: 20px 20px 0px;
        margin-bottom: -10px; } }
    .section-about .section-title span.subtitle {
      justify-content: flex-start;
      color: #2877D5;
      background-color: transparent; }
      .section-about .section-title span.subtitle:after {
        display: none; }
    .section-about .section-title span.main {
      padding-right: 27px;
      justify-content: flex-start;
      background-color: transparent;
      color: #4d4d4d;
      height: auto;
      margin-bottom: 15px; }
      .section-about .section-title span.main:after {
        display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-about .section-title span.main {
          font-size: 35px; } }
      @media only screen and (max-width: 767px) {
        .section-about .section-title span.main {
          padding-right: 21px; } }
  .section-about h3.text {
    font-size: 29px;
    text-align: center;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1024px) {
      .section-about h3.text {
        margin-top: 53px;
        font-size: 20px;
        margin-bottom: 35px; } }
  .section-about .about-items {
    display: flex;
    flex-flow: wrap;
    max-width: 882px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-about .about-items {
        max-width: 270px; } }
    .section-about .about-items .about-item {
      width: calc(100% / 2 - 40px);
      margin: 0px 20px;
      padding: 37px 0px;
      position: relative;
      border-bottom: 1px solid #9b9b9b;
      color: #3c3c3c; }
      @media only screen and (max-width: 1024px) {
        .section-about .about-items .about-item {
          width: 100%;
          padding: 15px 0px;
          margin: 0px;
          border-bottom: 1px solid #ffffff; } }
      .section-about .about-items .about-item:nth-child(1), .section-about .about-items .about-item:nth-child(2) {
        border-top: 1px solid #9b9b9b; }
        @media only screen and (max-width: 767px) {
          .section-about .about-items .about-item:nth-child(1), .section-about .about-items .about-item:nth-child(2) {
            border-top: 1px solid #ffffff; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-about .about-items .about-item:nth-child(2) {
          border-top: 0px; } }
      .section-about .about-items .about-item .field {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1024px) {
          .section-about .about-items .about-item .field {
            margin-bottom: 15px;
            font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .section-about .about-items .about-item .description {
          font-size: 15px; } }
      .section-about .about-items .about-item .description span {
        padding-left: 15px;
        position: relative; }
        .section-about .about-items .about-item .description span:before {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #5e99de;
          position: absolute;
          top: 9px;
          left: 0;
          border-radius: 50%; }
  .section-about .corporation_group {
    padding-bottom: 130px;
    margin-top: 80px; }
    @media only screen and (max-width: 1024px) {
      .section-about .corporation_group {
        padding-bottom: 82px;
        margin-top: 55px; } }
    .section-about .corporation_group .head {
      text-align: center;
      font-size: 29px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1024px) {
        .section-about .corporation_group .head {
          font-size: 20px;
          margin-bottom: 38px; } }
    .section-about .corporation_group .company-items {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      max-width: 800px;
      margin: 0 auto; }
      .section-about .corporation_group .company-items .company-item {
        background-color: #fff;
        height: 127px;
        width: 369px;
        margin: 15px;
        box-shadow: 0px 3px 6px #00000029;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 1024px) {
          .section-about .corporation_group .company-items .company-item {
            width: 160px;
            margin: 7px;
            height: 72px; } }
        .section-about .corporation_group .company-items .company-item img {
          width: 232px; }
          @media only screen and (max-width: 1024px) {
            .section-about .corporation_group .company-items .company-item img {
              max-width: 132px;
              width: 100%; } }

/* About Page */
.wrap-about {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 24px; }
  @media only screen and (max-width: 1024px) {
    .wrap-about {
      margin-top: 0px; } }
  .wrap-about .wrap-content {
    max-width: 853px;
    margin: 0 auto;
    margin-bottom: 150px;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .wrap-about .wrap-content {
        margin-top: 15px;
        margin-bottom: 50px; } }
    .wrap-about .wrap-content img {
      max-width: 100%; }
    .wrap-about .wrap-content .content {
      padding: 50px 0px;
      line-height: 27px; }
      @media only screen and (max-width: 767px) {
        .wrap-about .wrap-content .content {
          padding: 20px 0px; } }
      .wrap-about .wrap-content .content p {
        margin-bottom: 2px; }
    .wrap-about .wrap-content .company {
      margin-top: 100px; }
      .wrap-about .wrap-content .company-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 50px; }
      .wrap-about .wrap-content .company-items {
        display: flex;
        justify-content: center; }
        .wrap-about .wrap-content .company-items table tr:nth-child(odd) {
          background: #F8FBFD 0% 0% no-repeat padding-box; }
        .wrap-about .wrap-content .company-items table tr td {
          padding: 25px 40px; }
          @media only screen and (max-width: 767px) {
            .wrap-about .wrap-content .company-items table tr td {
              padding: 10px 15px; } }
          .wrap-about .wrap-content .company-items table tr td:nth-child(1) {
            width: 215px;
            text-align: center;
            border-right: 1.5px solid #5181B3; }
            @media only screen and (max-width: 767px) {
              .wrap-about .wrap-content .company-items table tr td:nth-child(1) {
                width: 100px; } }

/* Contact Page */
.wrap-contact {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 24px; }
  @media only screen and (max-width: 1024px) {
    .wrap-contact {
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-contact .container {
      display: flex;
      flex-direction: column-reverse; } }
  .wrap-contact .form-contact {
    max-width: 450px;
    margin: 0 auto;
    padding: 45px 0px 130px 0px; }
    @media only screen and (max-width: 767px) {
      .wrap-contact .form-contact {
        padding: 45px 15px 130px 15px; } }
    .wrap-contact .form-contact .description {
      margin-bottom: 65px;
      color: #414141; }
      @media only screen and (max-width: 767px) {
        .wrap-contact .form-contact .description {
          margin-bottom: 30px; } }
    .wrap-contact .form-contact .wpcf7-response-output {
      padding: 5px; }
    .wrap-contact .form-contact .form-field {
      margin-bottom: 20px; }
      .wrap-contact .form-contact .form-field__label {
        margin-bottom: 15px; }
        .wrap-contact .form-contact .form-field__label span.required {
          color: #FF7600; }
      .wrap-contact .form-contact .form-field.privacy_policy {
        padding: 58px 0px 5px 0px; }
        @media only screen and (max-width: 767px) {
          .wrap-contact .form-contact .form-field.privacy_policy {
            padding: 30px 0px 5px 0px; } }
        .wrap-contact .form-contact .form-field.privacy_policy .wpcf7-list-item {
          margin-left: 0px; }
          @media only screen and (max-width: 767px) {
            .wrap-contact .form-contact .form-field.privacy_policy .wpcf7-list-item .wpcf7-list-item-label {
              padding: 0px 55px 0px 80px;
              display: block; } }
          @media only screen and (max-width: 543.5px) {
            .wrap-contact .form-contact .form-field.privacy_policy .wpcf7-list-item .wpcf7-list-item-label {
              padding: 0px 0px 0px 35px;
              display: block; } }
      .wrap-contact .form-contact .form-field.form_submit {
        text-align: center;
        position: relative; }
        .wrap-contact .form-contact .form-field.form_submit input[type="submit"] {
          padding: 13px;
          width: 181px;
          background-color: #2877D5;
          color: #fff;
          border: 0px; }
        .wrap-contact .form-contact .form-field.form_submit input[type="submit"]:disabled {
          background-color: #717171;
          color: #fff; }
        .wrap-contact .form-contact .form-field.form_submit .ajax-loader {
          position: absolute;
          top: 14px; }
      .wrap-contact .form-contact .form-field input[type="text"],
      .wrap-contact .form-contact .form-field input[type="tel"],
      .wrap-contact .form-contact .form-field textarea {
        width: 100%; }
      .wrap-contact .form-contact .form-field input[type="text"],
      .wrap-contact .form-contact .form-field input[type="tel"] {
        height: 40px;
        border-radius: 4px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 6px #00000029;
        border: 0.5px solid #707070; }
      .wrap-contact .form-contact .form-field input[type="checkbox"] {
        border-radius: 0px;
        height: 22px;
        width: 22px;
        position: relative;
        top: 4px;
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .wrap-contact .form-contact .form-field input[type="checkbox"] {
            position: absolute;
            top: -20px;
            left: 45px; } }
        @media only screen and (max-width: 543.5px) {
          .wrap-contact .form-contact .form-field input[type="checkbox"] {
            position: absolute;
            left: 5px; } }
  .wrap-contact .wrap-content {
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .wrap-contact .wrap-content {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .wrap-contact .wrap-content {
        flex-flow: wrap; } }
    .wrap-contact .wrap-content .content-left {
      width: calc(100% - 670px);
      padding-right: 20px; }
      @media only screen and (max-width: 1024px) {
        .wrap-contact .wrap-content .content-left {
          width: 100%;
          padding-right: 0px; } }
      .wrap-contact .wrap-content .content-left h2 {
        font-size: 23px;
        font-weight: 600;
        color: #1e2731;
        margin-bottom: 10px; }
      .wrap-contact .wrap-content .content-left ul {
        list-style: none;
        padding-left: 0;
        margin: 0px; }
        .wrap-contact .wrap-content .content-left ul li {
          padding: 15px 0px;
          display: flex;
          align-items: center;
          line-height: 1.6; }
          .wrap-contact .wrap-content .content-left ul li a {
            text-decoration: none;
            color: #1e2731; }
          .wrap-contact .wrap-content .content-left ul li:before {
            content: "";
            width: 24px;
            height: 24px;
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 13px; }
          .wrap-contact .wrap-content .content-left ul li.phone:before {
            background-image: url("../images/phone@2x.png"); }
          .wrap-contact .wrap-content .content-left ul li.address:before {
            background-image: url("../images/add@2x.png"); }
          .wrap-contact .wrap-content .content-left ul li.email:before {
            background-image: url("../images/email@2x.png"); }
          .wrap-contact .wrap-content .content-left ul li.website:before {
            background-image: url("../images/website.png"); }
    .wrap-contact .wrap-content .content-right {
      width: 650px; }
      @media only screen and (max-width: 1024px) {
        .wrap-contact .wrap-content .content-right {
          width: 100%; } }
      @media only screen and (max-width: 1024px) {
        .wrap-contact .wrap-content .content-right .form-contact {
          margin-bottom: 30px; } }
      .wrap-contact .wrap-content .content-right .form-contact .input-group {
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 1024px) {
          .wrap-contact .wrap-content .content-right .form-contact .input-group {
            width: 100%;
            flex-flow: wrap; } }
        .wrap-contact .wrap-content .content-right .form-contact .input-group:nth-child(3) {
          justify-content: center; }
        .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item {
          flex: 1;
          margin-right: 20px; }
          @media only screen and (max-width: 1024px) {
            .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item {
              width: 100%;
              flex: none; } }
          .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item:nth-child(3) {
            margin-right: 0px; }
          .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item input {
            border-radius: 8px;
            border: solid 1.5px #dfe3e9;
            height: 55px;
            width: 100%;
            padding: 0 30px;
            margin-right: 20px;
            outline: none; }
            .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item input::placeholder {
              font-size: 15px;
              line-height: 1.6;
              color: #6b7787; }
            @media only screen and (max-width: 1024px) {
              .wrap-contact .wrap-content .content-right .form-contact .input-group .input-item input {
                margin: 10px 0px;
                max-width: none;
                width: 100%; } }
        .wrap-contact .wrap-content .content-right .form-contact .input-group .wpcf7-form-control-wrap {
          width: 100%; }
          .wrap-contact .wrap-content .content-right .form-contact .input-group .wpcf7-form-control-wrap textarea {
            border-radius: 8px;
            border: solid 1.5px #dfe3e9;
            margin: 20px 0px;
            padding: 30px;
            width: 100%; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .wrap-contact .wrap-content .content-right .form-contact .input-group .wpcf7-form-control-wrap textarea {
                height: 80px; } }
            @media only screen and (max-width: 1024px) {
              .wrap-contact .wrap-content .content-right .form-contact .input-group .wpcf7-form-control-wrap textarea {
                margin: 10px 0px;
                max-height: 200px; } }
        .wrap-contact .wrap-content .content-right .form-contact .input-group input[type='submit'] {
          height: 55px;
          border-radius: 8px;
          background-color: #ffc200;
          width: 250px;
          font-size: 22px;
          font-weight: 500;
          text-align: center;
          color: #ffffff;
          border: none;
          box-shadow: none; }
  .wrap-contact .google-map {
    margin-top: 70px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1024px) {
      .wrap-contact .google-map {
        margin-top: 0px; } }
    @media only screen and (max-width: 1024px) {
      .wrap-contact .google-map iframe {
        height: 200px; } }

/*****************************************
* Filter
******************************************/
.form-search-realty {
  max-width: 1280px;
  margin: 0 auto; }
  .form-search-realty .group-filter {
    margin-top: -15px;
    display: flex;
    background-color: #ffffff;
    box-shadow: 1px 0px 3px 3px #6b778714;
    border-radius: 4px;
    height: 60px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .form-search-realty .group-filter {
        flex-flow: wrap;
        height: auto;
        justify-content: center;
        background-color: transparent;
        box-shadow: none;
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .form-search-realty .group-filter {
        flex-flow: wrap;
        height: auto;
        justify-content: center;
        margin: 0px 15px; } }
    .form-search-realty .group-filter .option {
      width: calc(100% / 5);
      border-right: 1px solid #f0f0f0;
      padding: 15px 0px;
      text-align: center;
      font-size: 15px;
      color: #38424f;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 30px;
      background-color: #ffffff;
      cursor: pointer; }
      .form-search-realty .group-filter .option .label-price {
        margin-bottom: 0px; }
      .form-search-realty .group-filter .option button {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        padding-left: 20px;
        box-shadow: none;
        border: none;
        background-color: transparent;
        outline: none;
        cursor: pointer; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .form-search-realty .group-filter .option {
          width: calc(100% / 2 - 32px);
          border: 1px solid #f0f0f0;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .form-search-realty .group-filter .option {
          width: 100%;
          border-right: 0px;
          border-bottom: 1px solid #f0f0f0;
          height: 50px; } }
      .form-search-realty .group-filter .option .popup-price {
        display: none;
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        background: #ffff;
        padding: 30px 15px;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 25px 0px;
        width: 300px; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .popup-price {
            padding: 0; } }
        .form-search-realty .group-filter .option .popup-price .header-popup {
          display: none; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-price .header-popup {
              display: block;
              padding: 15px;
              border-bottom: 1px solid #dcdcdc; } }
          .form-search-realty .group-filter .option .popup-price .header-popup .btn-close-popup {
            display: none; }
            @media only screen and (max-width: 767px) {
              .form-search-realty .group-filter .option .popup-price .header-popup .btn-close-popup {
                position: absolute;
                right: 15px;
                top: 15px;
                display: block; } }
            .form-search-realty .group-filter .option .popup-price .header-popup .btn-close-popup img {
              width: 15px; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .popup-price .wrap-popup {
            padding: 15px; } }
        .form-search-realty .group-filter .option .popup-price button.btn-choose {
          height: 45px;
          background: #ffc200;
          left: 0;
          margin: 25px 0px 0px 0;
          color: #fff;
          position: absolute;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          font-weight: 600;
          font-size: 16px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-price button.btn-choose {
              bottom: 0;
              height: 55px; } }
        @media only screen and (max-width: 1024px) {
          .form-search-realty .group-filter .option .popup-price {
            width: 82%;
            z-index: 1; } }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .popup-price {
            width: 100%;
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 10; } }
        .form-search-realty .group-filter .option .popup-price.active {
          display: block; }
        .form-search-realty .group-filter .option .popup-price:before {
          content: "";
          border: 12px solid transparent;
          display: block;
          position: absolute;
          z-index: 2;
          border-bottom-color: #ffff;
          left: 50px;
          top: -23px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-price:before {
              display: none; } }
        .form-search-realty .group-filter .option .popup-price .price {
          display: flex;
          margin-bottom: 15px;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          white-space: nowrap; }
          .form-search-realty .group-filter .option .popup-price .price .from,
          .form-search-realty .group-filter .option .popup-price .price .to {
            font-weight: 600; }
          .form-search-realty .group-filter .option .popup-price .price span {
            margin: 0 5px; }
        .form-search-realty .group-filter .option .popup-price .label-price-range {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
          font-size: 12px; }
        .form-search-realty .group-filter .option .popup-price #slider-range {
          margin: 0 5px;
          border: none;
          height: 2px;
          margin-top: 20px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-price #slider-range {
              height: 4px; } }
          .form-search-realty .group-filter .option .popup-price #slider-range .ui-slider-range {
            background: transparent; }
          .form-search-realty .group-filter .option .popup-price #slider-range .ui-slider-handle {
            top: -10px;
            border-radius: 50%;
            background: #fff; }
            @media only screen and (max-width: 767px) {
              .form-search-realty .group-filter .option .popup-price #slider-range .ui-slider-handle {
                top: -8px; } }
      .form-search-realty .group-filter .option .popup-area {
        display: none;
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        background: #ffff;
        padding: 30px 15px;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 25px 0px;
        width: 300px;
        z-index: 88; }
        @media only screen and (max-width: 1024px) {
          .form-search-realty .group-filter .option .popup-area {
            width: 82%;
            z-index: 1; } }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .popup-area {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 10;
            padding: 0px; } }
        .form-search-realty .group-filter .option .popup-area.active {
          display: block; }
        .form-search-realty .group-filter .option .popup-area:before {
          content: "";
          border: 12px solid transparent;
          display: block;
          position: absolute;
          z-index: 2;
          border-bottom-color: #ffff;
          left: 50px;
          top: -23px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-area:before {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .popup-area .wrap-popup {
            padding: 15px; } }
        .form-search-realty .group-filter .option .popup-area .header-popup {
          display: none; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-area .header-popup {
              display: block;
              padding: 15px;
              border-bottom: 1px solid #dcdcdc; } }
          .form-search-realty .group-filter .option .popup-area .header-popup .btn-close-popup {
            display: none; }
            @media only screen and (max-width: 767px) {
              .form-search-realty .group-filter .option .popup-area .header-popup .btn-close-popup {
                position: absolute;
                right: 15px;
                top: 15px;
                display: block; } }
            .form-search-realty .group-filter .option .popup-area .header-popup .btn-close-popup img {
              width: 15px; }
        .form-search-realty .group-filter .option .popup-area .area {
          display: flex;
          margin-bottom: 15px;
          color: #000;
          font-size: 14px;
          font-weight: 600;
          white-space: nowrap; }
          .form-search-realty .group-filter .option .popup-area .area .from,
          .form-search-realty .group-filter .option .popup-area .area .to {
            font-weight: 600; }
          .form-search-realty .group-filter .option .popup-area .area span {
            margin: 0 5px; }
        .form-search-realty .group-filter .option .popup-area button.btn-choose {
          height: 45px;
          background: #ffc200;
          left: 0;
          margin: 25px 0px 0px 0;
          color: #fff;
          position: absolute;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          font-weight: 600;
          font-size: 16px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-area button.btn-choose {
              bottom: 0;
              height: 55px; } }
        .form-search-realty .group-filter .option .popup-area .label-area-range {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
          font-size: 12px; }
        .form-search-realty .group-filter .option .popup-area #slider-range-area {
          margin: 0 5px;
          border: none;
          height: 2px;
          margin-top: 20px; }
          @media only screen and (max-width: 767px) {
            .form-search-realty .group-filter .option .popup-area #slider-range-area {
              height: 4px; } }
          .form-search-realty .group-filter .option .popup-area #slider-range-area .ui-slider-range {
            background: transparent; }
          .form-search-realty .group-filter .option .popup-area #slider-range-area .ui-slider-handle {
            top: -10px;
            border-radius: 50%;
            background: #fff; }
      .form-search-realty .group-filter .option:after {
        content: "";
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        display: inline-block;
        height: 7px;
        right: 25px;
        position: absolute;
        top: 50%;
        width: 7px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) translate(-50%, -50%);
        color: #99a5b5; }
      .form-search-realty .group-filter .option:last-child {
        border-right: 0px; }
        .form-search-realty .group-filter .option:last-child:after {
          content: "";
          display: none; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .form-search-realty .group-filter .option:last-child {
            height: 50px;
            width: 100%;
            max-width: 200px;
            margin: 22px; } }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option:last-child {
            height: 50px; } }
      .form-search-realty .group-filter .option .group-select .province-select {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
        max-height: 500px;
        overflow: auto;
        list-style: none;
        text-align: left;
        background-color: #fff;
        padding-left: 0px;
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 99;
        border-radius: 4px;
        border-top-left-radius: 0;
        width: 340px;
        display: none; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .group-select .province-select {
            width: 100%;
            top: 38px; } }
        .form-search-realty .group-filter .option .group-select .province-select.active {
          display: block; }
        .form-search-realty .group-filter .option .group-select .province-select li {
          text-transform: capitalize;
          padding: 20px;
          border-bottom: 1px solid #f0f0f0;
          position: relative;
          display: block;
          cursor: pointer; }
          .form-search-realty .group-filter .option .group-select .province-select li:hover a {
            color: #2877D5; }
          .form-search-realty .group-filter .option .group-select .province-select li:last-child {
            border-bottom: 0px; }
          .form-search-realty .group-filter .option .group-select .province-select li a {
            text-decoration: none;
            color: #000;
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            padding-left: 16px; }
          .form-search-realty .group-filter .option .group-select .province-select li.has-children:after {
            content: "";
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-right-width: 1px;
            display: inline-block;
            height: 7px;
            right: 5px;
            position: absolute;
            top: 30%;
            width: 7px;
            -moz-transform: rotate(315deg) translate(-50%, 0);
            -ms-transform: rotate(315deg) translate(-50%, 0);
            -webkit-transform: rotate(315deg) translate(-50%, 0);
            transform: rotate(315deg) translate(-50%, 0);
            color: #99a5b5; }
      .form-search-realty .group-filter .option .group-select .province-select-district {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
        max-height: 500px;
        overflow: auto;
        list-style: none;
        text-align: left;
        background-color: #fff;
        padding-left: 0px;
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 99;
        border-radius: 4px;
        border-top-left-radius: 0;
        width: 340px;
        display: none; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .group-select .province-select-district {
            width: 100%;
            top: 37px; } }
        .form-search-realty .group-filter .option .group-select .province-select-district.active {
          display: block; }
        .form-search-realty .group-filter .option .group-select .province-select-district li {
          text-transform: capitalize;
          padding: 10px;
          border-bottom: 1px solid #f0f0f0;
          position: relative;
          display: list-item;
          cursor: pointer; }
          .form-search-realty .group-filter .option .group-select .province-select-district li:hover a {
            color: #2877D5; }
          .form-search-realty .group-filter .option .group-select .province-select-district li:last-child {
            border-bottom: 0px; }
          .form-search-realty .group-filter .option .group-select .province-select-district li.has-children:after {
            content: "";
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-right-width: 1px;
            display: inline-block;
            height: 7px;
            right: 5px;
            position: absolute;
            top: 30%;
            width: 7px;
            -moz-transform: rotate(315deg) translate(-50%, 0);
            -ms-transform: rotate(315deg) translate(-50%, 0);
            -webkit-transform: rotate(315deg) translate(-50%, 0);
            transform: rotate(315deg) translate(-50%, 0);
            color: #99a5b5; }
          .form-search-realty .group-filter .option .group-select .province-select-district li a {
            text-decoration: none;
            color: #000; }
          .form-search-realty .group-filter .option .group-select .province-select-district li:nth-child(1) {
            padding-left: 35px; }
            .form-search-realty .group-filter .option .group-select .province-select-district li:nth-child(1) img {
              fill: #000;
              position: absolute;
              transform: rotate(180deg) translate(0px, 7px);
              left: 0; }
      .form-search-realty .group-filter .option .group-select .province-select-ward {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
        max-height: 500px;
        overflow: auto;
        list-style: none;
        text-align: left;
        background-color: #fff;
        padding-left: 0px;
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 99;
        border-radius: 4px;
        border-top-left-radius: 0;
        width: 340px;
        display: none; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option .group-select .province-select-ward {
            width: 100%;
            top: 37px; } }
        .form-search-realty .group-filter .option .group-select .province-select-ward.active {
          display: block; }
        .form-search-realty .group-filter .option .group-select .province-select-ward li {
          text-transform: capitalize;
          padding: 10px;
          border-bottom: 1px solid #f0f0f0;
          position: relative;
          display: list-item;
          cursor: pointer; }
          .form-search-realty .group-filter .option .group-select .province-select-ward li:hover a {
            color: #2877D5; }
          .form-search-realty .group-filter .option .group-select .province-select-ward li:last-child {
            border-bottom: 0px; }
          .form-search-realty .group-filter .option .group-select .province-select-ward li a {
            text-decoration: none;
            color: #000; }
          .form-search-realty .group-filter .option .group-select .province-select-ward li:nth-child(1) {
            padding-left: 35px; }
            .form-search-realty .group-filter .option .group-select .province-select-ward li:nth-child(1) img {
              fill: #000;
              position: absolute;
              transform: rotate(180deg) translate(0px, 7px);
              left: 0; }
      .form-search-realty .group-filter .option .label-province {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #38424f; }
        .form-search-realty .group-filter .option .label-province:before {
          content: "";
          width: 22px;
          height: 22px;
          background-image: url("../images/icon-address-gray.png");
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin-right: 10px;
          margin-left: 10px; }
      .form-search-realty .group-filter .option .label-realty-type {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #38424f; }
        .form-search-realty .group-filter .option .label-realty-type:before {
          content: "";
          width: 22px;
          height: 22px;
          background-image: url("../images/icon-realty-gray.png");
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin-right: 10px;
          margin-left: 10px; }
      .form-search-realty .group-filter .option .label-price > span {
        display: flex;
        align-items: center; }
        .form-search-realty .group-filter .option .label-price > span:before {
          content: "";
          width: 22px;
          height: 22px;
          background-image: url("../images/icon-price-gray.png");
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin-right: 10px; }
      .form-search-realty .group-filter .option .label-area {
        margin-bottom: 0px; }
        .form-search-realty .group-filter .option .label-area span {
          display: flex;
          align-items: center; }
          .form-search-realty .group-filter .option .label-area span:before {
            content: "";
            width: 22px;
            height: 22px;
            background-image: url("../images/icon-area-gray.png");
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            margin-right: 10px; }
      .form-search-realty .group-filter .option button[type="submit"] {
        background: transparent;
        border: none;
        cursor: pointer;
        position: absolute;
        background-color: #2877D5;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        outline: none;
        border-top-right-radius: 4px;
        font-size: 17px;
        border-bottom-right-radius: 4px; }
        @media only screen and (max-width: 767px) {
          .form-search-realty .group-filter .option button[type="submit"] {
            border-top-right-radius: 0px;
            border-bottom-left-radius: 4px; } }

/*****************************************
* Realty List
******************************************/
.wrap-realty {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap-realty {
      padding: 0 5px;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .wrap-realty {
      padding: 0 10px;
      margin-top: 0px; } }
  .wrap-realty__content {
    width: calc(100% - 296px); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .wrap-realty__content {
        width: calc(100% - 306px); } }
    @media only screen and (max-width: 767px) {
      .wrap-realty__content {
        width: 100%;
        margin-top: 20px; } }
    .wrap-realty__content .panel-title {
      border-bottom: 3px solid #2877D5;
      text-align: center;
      margin-right: 40px; }
      @media only screen and (max-width: 1024px) {
        .wrap-realty__content .panel-title {
          margin: 0px 10px; } }
      .wrap-realty__content .panel-title span {
        background-color: #2877D5;
        max-width: 262px;
        height: 56px;
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 3px;
        position: relative; }
        .wrap-realty__content .panel-title span:after {
          top: 0;
          content: "";
          border-top: 59px solid transparent;
          border-bottom: 0 solid transparent;
          border-left: 30px solid #ffc200;
          position: absolute;
          right: -30px; }
    .wrap-realty__content .gallery-slider {
      max-height: 630px;
      overflow: hidden;
      margin-right: 40px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .wrap-realty__content .gallery-slider {
          padding: 0 10px;
          margin-right: 0px; } }
      .wrap-realty__content .gallery-slider .gallery-item {
        overflow: hidden;
        background-size: cover;
        height: 630px;
        background-position: center;
        background-repeat: no-repeat; }
        .wrap-realty__content .gallery-slider .gallery-item .create-date {
          background-color: rgba(30, 39, 49, 0.56);
          position: absolute;
          bottom: 7px;
          width: 100%;
          display: inline-flex;
          height: 50px;
          justify-content: flex-end;
          align-items: center;
          color: #fff;
          max-width: 945px;
          font-size: 15px; }
          @media only screen and (max-width: 1024px) {
            .wrap-realty__content .gallery-slider .gallery-item .create-date {
              width: 100%;
              bottom: 7px;
              display: inline-block;
              justify-content: flex-end;
              align-items: center;
              max-width: 432px;
              font-size: 13px;
              padding: 12px;
              height: auto; } }
          .wrap-realty__content .gallery-slider .gallery-item .create-date span {
            display: flex;
            color: #fff;
            padding-right: 20px; }
            .wrap-realty__content .gallery-slider .gallery-item .create-date span:before {
              content: "";
              width: 18px;
              height: 18px;
              display: block;
              margin-right: 10px;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              background-image: url(../images/clock@3x.png);
              margin-right: 10px; }
      .wrap-realty__content .gallery-slider img {
        max-width: 100%;
        height: 100vh;
        margin: 0 auto; }
      .wrap-realty__content .gallery-slider .slick-dots {
        position: absolute;
        bottom: 60px;
        display: flex;
        padding-left: 0px;
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none; }
        @media only screen and (min-width: 768px) and (max-width: 895.5px) {
          .wrap-realty__content .gallery-slider .slick-dots {
            display: none !important; } }
        @media only screen and (max-width: 767px) {
          .wrap-realty__content .gallery-slider .slick-dots {
            display: none !important; } }
        .wrap-realty__content .gallery-slider .slick-dots li {
          margin: 0 3px; }
          .wrap-realty__content .gallery-slider .slick-dots li.slick-active button {
            background-color: #2877D5;
            opacity: 1; }
          .wrap-realty__content .gallery-slider .slick-dots li button {
            background-color: #1e2731;
            text-indent: -99999px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            border: none;
            box-shadow: none;
            opacity: 0.48;
            outline: none; }
      .wrap-realty__content .gallery-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        border: none;
        text-indent: -9990px;
        width: 36px;
        height: 72px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .wrap-realty__content .gallery-slider .slick-arrow {
            height: 54px;
            width: 36px; } }
        .wrap-realty__content .gallery-slider .slick-arrow.slick-prev {
          left: 16px;
          background-image: url(../images/arrow-left@2x.png); }
          @media only screen and (max-width: 1024px) {
            .wrap-realty__content .gallery-slider .slick-arrow.slick-prev {
              left: 27px; } }
          .wrap-realty__content .gallery-slider .slick-arrow.slick-prev:hover {
            background-image: url(../images/arrow-left-white@2x.png); }
        .wrap-realty__content .gallery-slider .slick-arrow.slick-next {
          background-image: url(../images/arrow-left@2x.png);
          right: -18px;
          transform: translate(-50%, -50%) rotate(180deg); }
          @media only screen and (max-width: 1024px) {
            .wrap-realty__content .gallery-slider .slick-arrow.slick-next {
              right: -9px; } }
          .wrap-realty__content .gallery-slider .slick-arrow.slick-next:hover {
            background-image: url(../images/arrow-left-white@2x.png); }
    .wrap-realty__content .info-detail {
      margin-right: 40px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1024px) {
        .wrap-realty__content .info-detail {
          padding: 0px 10px;
          margin-right: 0px; } }
      .wrap-realty__content .info-detail h1.main-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        color: #1e2731;
        word-break: break-word;
        letter-spacing: -0.3px;
        margin: 20px 0px; }
      .wrap-realty__content .info-detail .meta-list {
        padding: 0;
        margin: 0; }
        .wrap-realty__content .info-detail .meta-list > li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 0px;
          border-bottom: 1px solid #f0f0f0; }
          @media only screen and (max-width: 1024px) {
            .wrap-realty__content .info-detail .meta-list > li {
              flex-flow: wrap;
              width: 100%; } }
          .wrap-realty__content .info-detail .meta-list > li:last-child {
            border-bottom: 0px; }
          @media only screen and (max-width: 767px) {
            .wrap-realty__content .info-detail .meta-list > li.row-price {
              white-space: nowrap; } }
          .wrap-realty__content .info-detail .meta-list > li .price {
            font-size: 26px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #e02020; }
            @media only screen and (max-width: 767px) {
              .wrap-realty__content .info-detail .meta-list > li .price {
                font-size: 18px; } }
          .wrap-realty__content .info-detail .meta-list > li .phone {
            display: flex;
            border-radius: 4px;
            background-color: #f5f6f8;
            font-size: 15px;
            font-weight: 500;
            color: #1e2731;
            padding: 7px 15px;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #1e2731; }
            .wrap-realty__content .info-detail .meta-list > li .phone:before {
              content: "";
              background-image: url("../images/phone@2x.png");
              width: 22px;
              height: 22px;
              display: block;
              background-size: contain;
              background-repeat: no-repeat;
              margin-right: 15px; }
            .wrap-realty__content .info-detail .meta-list > li .phone span {
              font-weight: 600; }
              .wrap-realty__content .info-detail .meta-list > li .phone span a {
                text-decoration: none;
                color: #000; }
          .wrap-realty__content .info-detail .meta-list > li .address {
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.73;
            letter-spacing: normal;
            text-align: justify;
            color: #38424f; }
            @media only screen and (max-width: 1024px) {
              .wrap-realty__content .info-detail .meta-list > li .address {
                margin-bottom: 10px;
                width: 100%; } }
            .wrap-realty__content .info-detail .meta-list > li .address:before {
              content: "";
              background-image: url("../images/add@2x.png");
              width: 22px;
              height: 22px;
              display: block;
              background-size: contain;
              background-repeat: no-repeat;
              margin-right: 15px; }
          .wrap-realty__content .info-detail .meta-list > li .view {
            display: flex;
            align-items: center; }
            .wrap-realty__content .info-detail .meta-list > li .view:before {
              content: "";
              background-image: url(../images/show@2x.png);
              width: 22px;
              height: 22px;
              display: block;
              background-size: contain;
              background-repeat: no-repeat;
              margin-right: 15px; }
          .wrap-realty__content .info-detail .meta-list > li .description {
            font-family: Montserrat;
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: normal;
            text-align: justify;
            color: #6b7787; }
            .wrap-realty__content .info-detail .meta-list > li .description p {
              margin: 0px; }
            .wrap-realty__content .info-detail .meta-list > li .description a {
              text-decoration: underline; }
              .wrap-realty__content .info-detail .meta-list > li .description a:hover {
                text-decoration: none; }
          .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul {
            padding-left: 0px;
            margin: 0px;
            display: flex;
            flex-flow: wrap;
            list-style: none;
            width: 100%; }
            .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li {
              padding: 9px 0px;
              width: calc(100% / 2);
              font-size: 15px;
              line-height: 1.73;
              text-align: justify;
              color: #38424f;
              position: relative;
              display: flex; }
              @media only screen and (max-width: 1024px) {
                .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li {
                  flex-flow: wrap;
                  width: 100%; } }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li:before {
                width: 22px;
                height: 22px;
                display: block;
                background-size: contain;
                background-repeat: no-repeat;
                margin-right: 15px; }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.area:before {
                content: "";
                background-image: url("../images/orange_3@2x.png"); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.bedrooms:before {
                content: "";
                background-image: url(../images/bedrooms@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.main_door_direction:before {
                content: "";
                background-image: url(../images/main_door_direction@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.bathrooms:before {
                content: "";
                background-image: url(../images/bathrooms@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.floors:before {
                content: "";
                background-image: url(../images/foors@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.type_of_house:before {
                content: "";
                background-image: url(../images/type_of_house@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.legal_papers:before {
                content: "";
                background-image: url(../images/legal_papers@2x.png); }
              .wrap-realty__content .info-detail .meta-list > li.realty-detail-info ul li.property-land:before {
                content: "";
                background-image: url(../images/property-land@2x.png); }
    .wrap-realty__content .real-estate__list {
      display: flex;
      flex-flow: wrap;
      padding-right: 40px; }
      .wrap-realty__content .real-estate__list:last-child .real-estate {
        border-bottom: none; }
      @media only screen and (max-width: 1024px) {
        .wrap-realty__content .real-estate__list {
          padding: 0px 10px; } }
      .wrap-realty__content .real-estate__list .real-estate {
        display: flex;
        flex-flow: wrap;
        border-bottom: 1px solid #f0f0f0;
        padding: 20px 0px;
        width: 100%; }
        .wrap-realty__content .real-estate__list .real-estate__meta {
          width: 180px;
          height: 135px;
          margin-right: 15px;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .wrap-realty__content .real-estate__list .real-estate__meta {
              width: 100%;
              height: 170px;
              margin-right: 0px; } }
          .wrap-realty__content .real-estate__list .real-estate__meta .img {
            overflow: hidden;
            width: 180px;
            height: 135px;
            background-image: url("../images/default-house.png");
            background-size: contain;
            background-position: center; }
            @media only screen and (max-width: 767px) {
              .wrap-realty__content .real-estate__list .real-estate__meta .img {
                width: 100%;
                height: 170px; } }
            .wrap-realty__content .real-estate__list .real-estate__meta .img img {
              max-width: 100%;
              width: 100%;
              height: 135px; }
              @media only screen and (max-width: 767px) {
                .wrap-realty__content .real-estate__list .real-estate__meta .img img {
                  width: 100%;
                  height: 170px; } }
          .wrap-realty__content .real-estate__list .real-estate__meta .price {
            position: absolute;
            bottom: 0;
            width: 180px;
            height: 48px;
            background-color: rgba(30, 39, 49, 0.52);
            display: flex;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 767px) {
              .wrap-realty__content .real-estate__list .real-estate__meta .price {
                width: 100%; } }
            .wrap-realty__content .real-estate__list .real-estate__meta .price span {
              font-family: "Noto Sans JP", sans-serif;
              font-size: 16px;
              font-weight: 600;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: 0.3px;
              text-align: center;
              color: #ffffff; }
        .wrap-realty__content .real-estate__list .real-estate__content {
          width: calc(100% - 195px); }
          @media only screen and (max-width: 767px) {
            .wrap-realty__content .real-estate__list .real-estate__content {
              width: 100%;
              padding: 15px 15px 0px 15px; } }
          .wrap-realty__content .real-estate__list .real-estate__content .title h3 {
            font-size: 17px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            color: #1e2731;
            margin: 0; }
            .wrap-realty__content .real-estate__list .real-estate__content .title h3 a {
              text-decoration: none;
              color: #000; }
              .wrap-realty__content .real-estate__list .real-estate__content .title h3 a:hover {
                color: #2877D5; }
  .wrap-realty__right {
    width: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .wrap-realty__right {
        padding-left: 10px; } }
    @media only screen and (max-width: 767px) {
      .wrap-realty__right {
        width: 100%; } }

/* News Page */
.wrap-news {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 24px;
  padding-bottom: 85px; }
  @media only screen and (max-width: 1024px) {
    .wrap-news {
      margin-top: 0px;
      padding-bottom: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-news .container {
      display: flex;
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 767px) {
    .wrap-news .container .daito-breadcrumb {
      padding-top: 40px; } }
  .wrap-news .wrap-content {
    max-width: 1105px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .wrap-news .wrap-content {
        margin-bottom: 40; } }
    @media only screen and (max-width: 767px) {
      .wrap-news .wrap-content {
        flex-flow: wrap;
        flex-direction: column-reverse;
        margin-bottom: 30px; } }
    .wrap-news .wrap-content__left {
      width: calc(100% - 235px);
      padding-right: 140px;
      padding-left: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .wrap-news .wrap-content__left {
          padding-right: 40px;
          padding-left: 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-news .wrap-content__left {
          width: 100%;
          padding: 20px 15px; } }
      .wrap-news .wrap-content__left .post-wrap {
        border-bottom: 1px solid #707070;
        margin-top: 50px;
        padding-bottom: 40px; }
        @media only screen and (max-width: 1024px) {
          .wrap-news .wrap-content__left .post-wrap {
            margin-top: 0px; } }
        .wrap-news .wrap-content__left .post-wrap h1 {
          padding: 40px 10px;
          border-bottom: 1px solid #b4b4b4;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content__left .post-wrap h1 {
              padding: 20px 10px; } }
        .wrap-news .wrap-content__left .post-wrap .post-date {
          padding: 28px 10px;
          font-family: "Noto Sans JP", sans-serif; }
        .wrap-news .wrap-content__left .post-wrap .post-content {
          line-height: 27px;
          padding: 10px 10px; }
          .wrap-news .wrap-content__left .post-wrap .post-content * {
            font-family: "Noto Sans JP", sans-serif; }
      .wrap-news .wrap-content__left .return {
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 60px; }
        .wrap-news .wrap-content__left .return a {
          width: 110px;
          display: block;
          position: relative;
          padding: 3px;
          padding-left: 35px; }
          .wrap-news .wrap-content__left .return a:hover {
            color: #2877D5; }
            .wrap-news .wrap-content__left .return a:hover:before {
              content: "";
              background-image: url(../images/arrow-left-blue.svg); }
          .wrap-news .wrap-content__left .return a:before {
            content: "";
            width: 59px;
            height: 10px;
            background-image: url(../images/arrow-left-gray.svg);
            position: absolute;
            left: -20px;
            background-repeat: no-repeat;
            top: 10px; }
      .wrap-news .wrap-content__left .list-new {
        margin-top: 30px;
        clear: both; }
        .wrap-news .wrap-content__left .list-new__item {
          display: flex;
          padding: 27px 0px;
          flex-flow: wrap;
          border-bottom: 1px solid #00000016; }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content__left .list-new__item {
              border-bottom: 1px solid #707070; } }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content__left .list-new__item:nth-child(1) {
              border-top: 1px solid #707070; } }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content__left .list-new__item {
              padding: 20px 0px; } }
          .wrap-news .wrap-content__left .list-new__item-date {
            width: 130px;
            color: #414141;
            white-space: nowrap; }
            @media only screen and (max-width: 1024px) {
              .wrap-news .wrap-content__left .list-new__item-date {
                width: 100%;
                font-size: 14px; } }
          .wrap-news .wrap-content__left .list-new__item-title {
            width: calc(100% - 130px);
            color: #414141;
            padding-left: 42px; }
            @media only screen and (max-width: 1024px) {
              .wrap-news .wrap-content__left .list-new__item-title {
                margin-top: 5px;
                width: 100%;
                font-size: 14px;
                padding-left: 0px; } }
    .wrap-news .wrap-content__right {
      width: 235px; }
      @media only screen and (max-width: 767px) {
        .wrap-news .wrap-content__right {
          width: 100%;
          padding: 0 15px; } }
      .wrap-news .wrap-content__right .list-categories {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px; }
        @media only screen and (max-width: 767px) {
          .wrap-news .wrap-content__right .list-categories {
            display: flex;
            flex-flow: wrap; } }
        .wrap-news .wrap-content__right .list-categories .title {
          padding: 5px 12px;
          border: 0.5px solid #bebebe; }
          @media only screen and (max-width: 767px) {
            .wrap-news .wrap-content__right .list-categories .title {
              width: 100%;
              text-align: center;
              background-color: #f4f4f4;
              padding: 5px 12px; } }
        .wrap-news .wrap-content__right .list-categories .category-item {
          display: flex;
          padding: 8px 24px;
          justify-content: space-between;
          border-bottom: 0.5px solid #bebebe;
          border-left: 0.5px solid #bebebe;
          border-right: 0.5px solid #bebebe; }
          @media only screen and (max-width: 767px) {
            .wrap-news .wrap-content__right .list-categories .category-item:nth-child(odd) {
              border-left: 0px; } }
          @media only screen and (max-width: 767px) {
            .wrap-news .wrap-content__right .list-categories .category-item {
              width: 50%;
              justify-content: left; } }
          @media only screen and (max-width: 767px) {
            .wrap-news .wrap-content__right .list-categories .category-item a {
              margin-right: 5px; } }
          @media only screen and (max-width: 767px) {
            .wrap-news .wrap-content__right .list-categories .category-item .label-count-post {
              display: none; } }
    .wrap-news .wrap-content img {
      max-width: 100%; }
    .wrap-news .wrap-content .content {
      padding: 50px 0px;
      line-height: 27px; }
      .wrap-news .wrap-content .content p {
        margin-bottom: 2px; }
    .wrap-news .wrap-content .list-new {
      margin-top: 30px;
      clear: both; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .wrap-news .wrap-content .list-new {
          margin-top: 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-news .wrap-content .list-new {
          margin-top: 0px; } }
      .wrap-news .wrap-content .list-new__item {
        display: flex;
        padding: 27px 0px;
        flex-flow: wrap;
        border-bottom: 1px solid #00000016; }
        @media only screen and (max-width: 1024px) {
          .wrap-news .wrap-content .list-new__item {
            border-bottom: 1px solid #707070; } }
        @media only screen and (max-width: 1024px) {
          .wrap-news .wrap-content .list-new__item:nth-child(1) {
            border-top: 0px !important; } }
        @media only screen and (max-width: 1024px) {
          .wrap-news .wrap-content .list-new__item {
            padding: 20px 0px; } }
        .wrap-news .wrap-content .list-new__item-date {
          width: 120px;
          color: #414141; }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content .list-new__item-date {
              width: 100%;
              font-size: 14px; } }
        .wrap-news .wrap-content .list-new__item-title {
          width: calc(100% - 120px);
          color: #414141; }
          @media only screen and (max-width: 1024px) {
            .wrap-news .wrap-content .list-new__item-title {
              margin-top: 5px;
              width: 100%;
              font-size: 14px; } }

.wrap-news-single {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  overflow: hidden;
  margin: 60px auto; }
  .wrap-news-single_content {
    width: calc(100% - 296px);
    display: flex; }
    @media only screen and (max-width: 543.5px) {
      .wrap-news-single_content {
        width: 100%; } }
    .wrap-news-single_content .post-thumbnail {
      text-align: center; }
      .wrap-news-single_content .post-thumbnail img {
        max-width: 100%; }
    .wrap-news-single_content_title {
      font-size: 22px;
      color: #1E2731;
      letter-spacing: 0;
      line-height: 22px;
      margin: 2rem 0 .8rem; }
    .wrap-news-single_content_date {
      font-size: 15px;
      color: #38424f; }
    .wrap-news-single_content_description {
      font-size: 15px;
      color: #000000; }
      .wrap-news-single_content_description a {
        color: #000000;
        text-decoration: underline; }
        .wrap-news-single_content_description a:hover {
          color: #2877D5;
          text-decoration: none; }
      .wrap-news-single_content_description h2, .wrap-news-single_content_description h3, .wrap-news-single_content_description h4 {
        margin-top: 1.2rem 0; }
      .wrap-news-single_content_description img {
        max-width: 100%; }
      .wrap-news-single_content_description figure {
        display: table; }
        .wrap-news-single_content_description figure figcaption {
          display: table-caption;
          caption-side: bottom;
          text-align: center;
          font-style: italic;
          color: #979797; }
    .wrap-news-single_content .list-news-related {
      margin-top: 40px; }
      .wrap-news-single_content .list-news-related .panel-title {
        text-align: center;
        border-bottom: 3px solid #2877D5; }
        .wrap-news-single_content .list-news-related .panel-title span {
          height: 56px;
          display: flex;
          max-width: 262px;
          font-weight: 600;
          font-size: 2.2rem;
          position: relative;
          text-align: center;
          color: #ffffff;
          align-items: center;
          justify-content: center;
          background-color: #2877D5; }
          .wrap-news-single_content .list-news-related .panel-title span:after {
            top: 0;
            content: "";
            right: -30px;
            position: absolute;
            border-left: 30px solid #2877D5;
            border-top: 59px solid transparent;
            border-bottom: 0 solid transparent; }
    .wrap-news-single_content .list-news {
      margin-top: 2rem; }
      .wrap-news-single_content .list-news .news-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border: none; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .wrap-news-single_content .list-news .news-item {
            padding: 30px 0; } }
        @media only screen and (max-width: 543.5px) {
          .wrap-news-single_content .list-news .news-item {
            display: block;
            padding: 30px 0;
            margin-right: 0px; } }
        @media only screen and (max-width: 543.5px) {
          .wrap-news-single_content .list-news .news-item .news-image {
            text-align: center; } }
        .wrap-news-single_content .list-news .news-item .news-image img {
          max-width: 100%;
          height: 180px;
          width: 298px; }
          @media only screen and (max-width: 767px) {
            .wrap-news-single_content .list-news .news-item .news-image img {
              width: 100%;
              height: auto; } }
        .wrap-news-single_content .list-news .news-item .news-content {
          border: 2px solid #F0F0F0;
          border-radius: 0 0 4px 4px;
          font-family: Helvetica;
          font-size: 15px;
          color: #6B7787;
          letter-spacing: 0;
          padding: 20px 15px; }
          .wrap-news-single_content .list-news .news-item .news-content .news-title {
            font-size: 17px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            min-height: 63px; }
            .wrap-news-single_content .list-news .news-item .news-content .news-title a {
              color: #1e2731; }
              .wrap-news-single_content .list-news .news-item .news-content .news-title a:hover {
                text-decoration: none;
                color: #2877D5; }
          .wrap-news-single_content .list-news .news-item .news-content .news-date {
            font-size: 15px;
            color: #6b7787;
            margin-bottom: 14px; }
            @media only screen and (max-width: 543.5px) {
              .wrap-news-single_content .list-news .news-item .news-content .news-date {
                margin: 0.8rem 0; } }
          .wrap-news-single_content .list-news .news-item .news-content .new-desc {
            font-size: 15px;
            color: #6b7787;
            line-height: 1.6;
            font-weight: normal; }

/* Privacy Policy Page */
.wrap-privacy-policy {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 24px; }
  @media only screen and (max-width: 1024px) {
    .wrap-privacy-policy {
      margin-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-privacy-policy .container {
      display: flex;
      flex-direction: column-reverse; } }
  @media only screen and (max-width: 767px) {
    .wrap-privacy-policy .container .daito-breadcrumb ul {
      padding: 15px; } }
  .wrap-privacy-policy .wrap-content {
    max-width: 853px;
    margin: 0 auto;
    margin-bottom: 150px;
    margin-top: 25px; }
    .wrap-privacy-policy .wrap-content .content {
      padding: 20px 0px;
      line-height: 27px;
      letter-spacing: 0.5px;
      margin-top: 80px;
      padding: 0 15px; }
      @media only screen and (max-width: 767px) {
        .wrap-privacy-policy .wrap-content .content {
          margin-top: 20px; } }
    .wrap-privacy-policy .wrap-content .privacy-policy-items {
      margin-top: 40px; }
      .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .title {
        padding: 4px 0px;
        background-color: #a3d3fc;
        color: #000000;
        text-align: center;
        font-size: 29px; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .title {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .title {
            padding: 10px 0px;
            font-size: 18px; } }
      .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .description {
        text-align: left;
        padding: 35px 15px;
        line-height: 27px; }

.text-blue-light {
  background-color: #fcf432;
  padding: 0 5px; }

* {
  font-family: "Noto Sans JP", sans-serif; }

:root {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important; }

a {
  color: #1E2731; }
  a:hover, a:focus {
    color: #2877D5;
    text-decoration: none; }

.container {
  max-width: 1190px; }

/*****************************************
* Header Page
******************************************/
.wrap-header {
  position: relative; }
  .wrap-header .header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 232px;
    position: relative;
    background-color: #4281b7; }
    .wrap-header .header-bg:after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: url(../images/bg-header-default.svg);
      position: absolute;
      top: 0;
      mix-blend-mode: multiply; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .wrap-header .header-bg {
        height: 200px;
        background-size: cover; } }
    @media only screen and (max-width: 767px) {
      .wrap-header .header-bg {
        height: 140px;
        background-size: cover; } }
    .wrap-header .header-bg img {
      max-width: 100%; }
  .wrap-header .container .bg-logo {
    height: 100%;
    width: 236px;
    position: absolute;
    background-image: url(../images/logo-large@2x.png);
    background-position: bottom;
    bottom: 0;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .wrap-header .container .bg-logo {
        width: 96px;
        height: 96px;
        background-size: contain; } }
  .wrap-header .page-title {
    position: absolute;
    margin: auto;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%; }
    .wrap-header .page-title h1 {
      font-size: 50px;
      font-weight: 400;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
      margin: 10px 0px;
      white-space: nowrap;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 1.5px; }
      @media only screen and (max-width: 767px) {
        .wrap-header .page-title h1 {
          font-size: 26px; } }
    .wrap-header .page-title p.sub_title {
      color: #ffffff;
      text-align: center;
      font-size: 25px; }
      @media only screen and (max-width: 767px) {
        .wrap-header .page-title p.sub_title {
          font-size: 13px; } }
    .wrap-header .page-title #breadcrumbs span {
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
      .wrap-header .page-title #breadcrumbs span[aria-current="page"] {
        color: #2877D5; }
    .wrap-header .page-title #breadcrumbs a {
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }

#breadcrumbs {
  text-align: center; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .daito-breadcrumb {
    position: relative;
    margin-top: 30px; } }
.daito-breadcrumb ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .daito-breadcrumb ul {
      margin-bottom: 0px;
      padding: 15px;
      border-top: 1px solid #707170; } }
  .daito-breadcrumb ul li {
    margin-right: 25px;
    position: relative;
    white-space: nowrap; }
    .daito-breadcrumb ul li:last-child:after {
      display: none; }
    .daito-breadcrumb ul li:after {
      content: "";
      height: 15px;
      width: 15px;
      background-image: url(../images/icon-arrow-right-black.svg);
      background-position: center;
      background-size: contain;
      display: block;
      background-repeat: no-repeat;
      position: absolute;
      top: 6px;
      right: -20px; }

/*******************************************
* Pagination
********************************************/
.wrap-realty .wp-pagenavi,
.wrap-news .wp-pagenavi {
  display: flex;
  justify-content: center;
  clear: both;
  margin: 30px auto; }
  .wrap-realty .wp-pagenavi a,
  .wrap-news .wp-pagenavi a {
    padding: 4px 9px;
    border: solid 1.5px #dfe3e9;
    color: #cccccc; }
    .wrap-realty .wp-pagenavi a:hover,
    .wrap-news .wp-pagenavi a:hover {
      border-color: #2877D5; }
  .wrap-realty .wp-pagenavi span,
  .wrap-news .wp-pagenavi span {
    padding: 4px 9px;
    border: solid 1.5px #dfe3e9;
    color: #cccccc; }
    .wrap-realty .wp-pagenavi span:hover,
    .wrap-news .wp-pagenavi span:hover {
      border-color: #2877D5; }
    .wrap-realty .wp-pagenavi span.current,
    .wrap-news .wp-pagenavi span.current {
      background-color: #2877D5;
      color: #ffffff;
      border: solid 1.5px #2877D5;
      display: flex;
      align-items: center;
      padding: 4px 9px;
      width: 29.19px;
      justify-content: center; }

/*******************************************
* sidebar
********************************************/
.sidebar {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .sidebar {
      margin-top: 0px;
      margin-bottom: 0px; } }
  .sidebar.suggest-blog .wrap-popular {
    padding: 8px 20px; }
    .sidebar.suggest-blog .wrap-popular .popular-blog .blog {
      padding: 15px 0px;
      display: flex !important;
      align-items: center;
      border-bottom: 2px solid #f0f0f0; }
      .sidebar.suggest-blog .wrap-popular .popular-blog .blog__meta {
        width: 104px;
        height: 69px;
        margin-right: 10px;
        overflow: hidden;
        border-radius: 4px; }
        .sidebar.suggest-blog .wrap-popular .popular-blog .blog__meta img {
          max-width: 100%; }
      .sidebar.suggest-blog .wrap-popular .popular-blog .blog__title {
        width: calc(100% - 114px); }
        .sidebar.suggest-blog .wrap-popular .popular-blog .blog__title h3 {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 16px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          color: #1e2731;
          border-radius: 4px;
          margin: 0; }
          .sidebar.suggest-blog .wrap-popular .popular-blog .blog__title h3 a {
            color: #000;
            text-decoration: none;
            outline: none; }
            .sidebar.suggest-blog .wrap-popular .popular-blog .blog__title h3 a:hover {
              color: #2877D5; }
    .sidebar.suggest-blog .wrap-popular .slick-arrow {
      border: none;
      text-indent: -9990px;
      background-image: url(../images/arrow-top.png);
      position: absolute;
      top: -8px;
      width: 60px;
      height: 48px;
      background-repeat: no-repeat;
      left: 50%;
      background-size: contain;
      transform: translate(-50%, 0px);
      background-color: transparent;
      background-position: top center;
      cursor: pointer;
      outline: none;
      z-index: 1; }
      .sidebar.suggest-blog .wrap-popular .slick-arrow.slick-next {
        bottom: -8px;
        top: auto;
        transform: rotate(-180deg) translate(50%, 0px); }
  .sidebar-title h3 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 60px;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #2877D5;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sidebar .wrap-popular {
    border-radius: 4px;
    background-color: #f5f6f8;
    padding: 16px 20px;
    padding-bottom: 10px; }
    .sidebar .wrap-popular .real-estate {
      background-color: #ffffff;
      margin-bottom: 20px;
      border-radius: 8px; }
      .sidebar .wrap-popular .real-estate__title h3 {
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #1e2731;
        padding: 15px;
        margin: 0px; }
        .sidebar .wrap-popular .real-estate__title h3 a {
          color: #fd661e;
          text-decoration: none;
          outline: none;
          text-transform: uppercase;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
          .sidebar .wrap-popular .real-estate__title h3 a:hover {
            color: #fd661ead; }
      .sidebar .wrap-popular .real-estate__meta {
        width: 100%;
        margin-right: 15px;
        position: relative;
        border: 1px solid #ffffff; }
        .sidebar .wrap-popular .real-estate__meta .img {
          overflow: hidden;
          width: 100%;
          height: 192px; }
          .sidebar .wrap-popular .real-estate__meta .img img {
            max-width: 100%;
            height: 100%;
            width: 100%; }
        .sidebar .wrap-popular .real-estate__meta .price {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 48px;
          background-color: rgba(30, 39, 49, 0.52);
          display: flex;
          align-items: center;
          justify-content: center; }
          .sidebar .wrap-popular .real-estate__meta .price span {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.3px;
            text-align: center;
            color: #ffffff; }
      .sidebar .wrap-popular .real-estate__content {
        padding: 15px; }
        .sidebar .wrap-popular .real-estate__content .title h3 {
          font-size: 17px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.29;
          letter-spacing: normal;
          color: #1e2731;
          margin: 0; }
        .sidebar .wrap-popular .real-estate__content .info-real {
          padding: 0px;
          margin: 0px;
          list-style: none; }
          .sidebar .wrap-popular .real-estate__content .info-real li {
            display: flex;
            margin: 10px 0px;
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #6b7787; }
            .sidebar .wrap-popular .real-estate__content .info-real li:before {
              content: "";
              width: 18px;
              height: 18px;
              display: block;
              margin-right: 10px;
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center; }
            .sidebar .wrap-popular .real-estate__content .info-real li.real__address:before {
              background-image: url("../images/add@2x.png"); }
            .sidebar .wrap-popular .real-estate__content .info-real li.real__area:before {
              background-image: url("../images/orange_3@2x.png"); }
            .sidebar .wrap-popular .real-estate__content .info-real li.real__create-date:before {
              background-image: url("../images/clock@3x.png"); }
            .sidebar .wrap-popular .real-estate__content .info-real li.real__view:before {
              background-image: url("../images/show@2x.png"); }
    .sidebar .wrap-popular .slick-arrow {
      border: none;
      text-indent: -9990px;
      background-image: url(../images/arrow-top.png);
      position: absolute;
      top: -16px;
      width: 60px;
      height: 48px;
      background-repeat: no-repeat;
      left: 50%;
      background-size: contain;
      transform: translate(-50%, 0px);
      background-color: transparent;
      background-position: top center;
      cursor: pointer;
      outline: none;
      z-index: 1; }
      .sidebar .wrap-popular .slick-arrow.slick-next {
        bottom: -10px;
        top: auto;
        transform: rotate(-180deg) translate(50%, 0px); }

.group-filter {
  z-index: 1; }

/*******************************************
* overlay loading
********************************************/
.overlay-loading {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: rgba(30, 39, 49, 0.3); }
  .overlay-loading .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .overlay-loading .loading-icon i {
      font-size: 4rem; }
      .overlay-loading .loading-icon i:before {
        height: auto;
        width: auto; }

a.provinceSelected {
  color: #2877D5 !important; }

.wrap-realty__content h2,
.wrap-realty__content h3 {
  font-weight: normal; }

/*******************************************
* Contact section
********************************************/
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 350px; }
  .contact-wrapper .text-content {
    margin: 7.6rem 8.6rem 7.4rem 0;
    width: 404px; }
    @media only screen and (max-width: 1024px) {
      .contact-wrapper .text-content {
        width: 386px; } }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .contact-wrapper .text-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .contact-wrapper .text-content {
        margin: 7rem 0; } }
    .contact-wrapper .text-content h1 {
      font-weight: 600;
      line-height: 42px;
      font-size: 3.4rem;
      font-style: normal;
      font-stretch: normal;
      margin-bottom: 1.7rem;
      color: #1E2731;
      letter-spacing: normal; }
    .contact-wrapper .text-content p {
      font-size: 1.5rem;
      line-height: 1.6;
      font-style: normal;
      font-weight: normal;
      font-stretch: normal;
      color: #6b7787;
      letter-spacing: normal; }
    .contact-wrapper .text-content .phone-number {
      display: flex;
      margin-top: 2.3rem;
      align-items: center; }
      .contact-wrapper .text-content .phone-number i {
        margin-right: 1.5rem; }
        .contact-wrapper .text-content .phone-number i:before {
          width: 28px;
          height: 28px; }
      .contact-wrapper .text-content .phone-number a {
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 32px;
        font-style: normal;
        color: #2877D5;
        font-stretch: normal;
        letter-spacing: normal; }
  .contact-wrapper .wrap-form-contact {
    width: 790px;
    margin: 6rem 0; }
    @media only screen and (max-width: 1024px) {
      .contact-wrapper .wrap-form-contact {
        width: 386px; } }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .contact-wrapper .wrap-form-contact {
        width: 100%; } }
    .contact-wrapper .wrap-form-contact .form-contact .input-group {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .contact-wrapper .wrap-form-contact .form-contact .input-group {
          width: 100%;
          flex-flow: wrap; } }
      .contact-wrapper .wrap-form-contact .form-contact .input-group:nth-child(3) {
        justify-content: center; }
      .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item {
        flex: 1;
        margin-right: 2rem; }
        @media only screen and (max-width: 1024px) {
          .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item {
            width: 100%;
            flex: none; } }
        .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item:nth-child(3) {
          margin-right: 0; }
        .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item input {
          height: 55px;
          width: 100%;
          outline: none;
          border-radius: 8px;
          margin-right: 2rem;
          padding: 1.6rem 2.4rem;
          border: solid 1.5px #dfe3e9; }
          .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item input::placeholder {
            color: #6b7787;
            line-height: 1.6;
            font-size: 1.5rem; }
          @media only screen and (max-width: 1024px) {
            .contact-wrapper .wrap-form-contact .form-contact .input-group .input-item input {
              margin: 1rem 0;
              max-width: none;
              width: 100%; } }
      .contact-wrapper .wrap-form-contact .form-contact .input-group .wpcf7-form-control-wrap {
        width: 100%; }
        .contact-wrapper .wrap-form-contact .form-contact .input-group .wpcf7-form-control-wrap textarea {
          height: 80px;
          width: 100%;
          margin: 2rem 0;
          border-radius: 8px;
          padding: 1.5rem 2.4rem;
          border: solid 1.5px #dfe3e9; }
          @media only screen and (max-width: 1024px) {
            .contact-wrapper .wrap-form-contact .form-contact .input-group .wpcf7-form-control-wrap textarea {
              margin: 10px 0px;
              max-height: 200px; } }
          .contact-wrapper .wrap-form-contact .form-contact .input-group .wpcf7-form-control-wrap textarea:focus {
            outline: none; }
      .contact-wrapper .wrap-form-contact .form-contact .input-group input[type="submit"] {
        height: 55px;
        border-radius: 8px;
        width: 250px;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        border: none;
        box-shadow: none;
        color: #ffffff;
        background-color: #2877D5; }

@media only screen and (max-width: 767px) {
  .is-hide-mobile {
    display: none !important; } }

.is-show-mobile {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .is-show-mobile {
      display: block !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .is-show-tablet {
    display: block !important; } }

.back-to-top {
  position: fixed;
  bottom: 30rem;
  right: 8rem;
  display: none;
  background-color: #2877D5;
  color: #ffffff;
  border: 1px solid #2877D5; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .back-to-top {
      bottom: 6rem;
      right: 6rem; } }
  @media only screen and (max-width: 543.5px) {
    .back-to-top {
      bottom: 10rem;
      right: 2rem; } }
  .back-to-top:hover, .back-to-top:focus {
    background-color: #ffc200ed;
    border: 1px solid #2877D5; }
  .back-to-top:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 198, 44, 0.48); }

.overlay-fixed {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .overlay-fixed {
      display: none; } }

.sticky-arrow {
  position: sticky;
  color: #999;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
  margin-left: -10px;
  z-index: 1;
  white-space: nowrap;
  align-items: center;
  transform: rotate(-90deg);
  transform-origin: left;
  margin-top: 20%;
  top: 40%;
  font-family: "Noto Sans JP", sans-serif; }
  .sticky-arrow:after {
    background-color: #999;
    content: "";
    transform-origin: bottom;
    height: 1px;
    width: 60px;
    display: inline-block;
    margin-left: 10px; }

.rt-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px; }
  .rt-pagination ul li {
    border: 1px solid #707170;
    width: 30px;
    height: 30px;
    margin: 4px; }
    .rt-pagination ul li.active {
      background-color: #707170; }
      .rt-pagination ul li.active a {
        color: #fff; }
    .rt-pagination ul li a i {
      margin-right: 0px;
      font-size: 16px; }

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
