@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: #eaf1fa;
  width: 100%;
  position: relative; }
  footer.footer .container {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      footer.footer .container {
        text-align: center;
        justify-content: center;
        padding-bottom: 3px; } }
    footer.footer .container .footer-left {
      width: 100%; }
      footer.footer .container .footer-left ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0px;
        height: 115px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          footer.footer .container .footer-left ul {
            justify-content: center;
            flex-flow: wrap;
            padding: 12px 0px;
            height: 140px;
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          footer.footer .container .footer-left ul {
            justify-content: center;
            flex-flow: wrap;
            padding: 12px 0px;
            height: 100px; } }
        footer.footer .container .footer-left ul li {
          font-size: 16px;
          display: block;
          line-height: 27px;
          color: #414141;
          font-family: "YuGothic", sans-serif;
          font-weight: 500; }
          footer.footer .container .footer-left ul li:nth-child(1) {
            padding-left: 0px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            footer.footer .container .footer-left ul li {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            footer.footer .container .footer-left ul li {
              padding: 0px;
              font-size: 10px;
              line-height: 19px; } }
          footer.footer .container .footer-left ul li.only-mobile {
            display: none; }
            @media only screen and (max-width: 767px) {
              footer.footer .container .footer-left ul li.only-mobile {
                display: block; } }
          footer.footer .container .footer-left ul li.logo-footer img {
            width: 100%; }
            @media only screen and (max-width: 767px) {
              footer.footer .container .footer-left ul li.logo-footer img {
                max-width: 177px; } }
          footer.footer .container .footer-left ul li .tel {
            display: block;
            margin-bottom: 10px;
            font-family: "YuGothic", sans-serif; }
            @media only screen and (max-width: 767px) {
              footer.footer .container .footer-left ul li .tel {
                display: inline;
                margin-right: 15px; } }
          footer.footer .container .footer-left ul li .fax {
            display: block;
            margin-bottom: 10px;
            font-family: "YuGothic", sans-serif; }
            @media only screen and (max-width: 767px) {
              footer.footer .container .footer-left ul li .fax {
                display: inline; } }
          footer.footer .container .footer-left ul li.policy a {
            margin-left: 135px; }
            @media only screen and (max-width: 1024px) {
              footer.footer .container .footer-left ul li.policy a {
                margin-left: 0px; } }
          @media only screen and (max-width: 767px) {
            footer.footer .container .footer-left ul li.policy {
              width: 100%; } }
  footer.footer .footer-right {
    text-align: center;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      footer.footer .footer-right {
        display: none; } }
    footer.footer .footer-right ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0px;
      text-align: right; }
      footer.footer .footer-right ul li a {
        font-size: 14px;
        display: block;
        padding: 12px 0px;
        font-family: "Noto Sans JP", sans-serif; }
  footer.footer .copyright {
    text-align: center;
    font-family: "YuGothic", sans-serif;
    color: #707070; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      footer.footer .copyright {
        display: none; } }
    @media only screen and (max-width: 767px) {
      footer.footer .copyright {
        font-size: 10px;
        padding: 10px; } }

.site-header {
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  position: absolute;
  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 (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: #4281B7; }
        .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: #4281B7;
      background: #f5f5f5;
      border: 1px solid #4281B7;
      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: #707070; }

.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: #4281B7; }
  .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-stick .mean-container .menu-navigation a.meanmenu-reveal {
  background-color: #707070; }

.mean-container {
  display: none; }
  @media only screen 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: 768px) and (max-width: 1024px) {
        .mean-container .mean-bar .main-logo-mobile {
          padding: 0px 15px;
          height: 50px;
          top: 20px;
          position: relative; } }
      @media only screen and (max-width: 767px) {
        .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: #707070; }
    .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: #707070; }
    .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: 767px) {
        .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: #707070; }
          .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: #fff;
          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: #fff;
            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: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        height: 100%;
        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: 35px;
            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; }
        .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: #4281B7;
          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;
  box-shadow: 0px 3px 6px #00000029; }

i {
  color: #4281B7;
  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: #4281B7;
    background-color: #4281B7; }
  .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: #4281B7; }

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

.noUi-connect {
  background: #4281B7;
  -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 #4281B7;
  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: #4281B7; }
  .error-404 .page-content {
    padding-top: 1rem; }

@media only screen and (max-width: 767px) {
  .section-header {
    height: 320px; } }
.section-header__top {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: bottom; }
  @media only screen and (max-width: 767px) {
    .section-header__top {
      height: 80vh; } }
  @media only screen and (max-width: 767px) {
    .section-header__top {
      height: 320px; } }
  .section-header__top video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .section-header__top .container {
    position: relative;
    z-index: 2;
    margin-top: -80px; }
    @media only screen and (max-width: 1024px) {
      .section-header__top .container {
        margin-top: 0px; } }
    .section-header__top .container h1 {
      font-size: 42px;
      margin-top: 42px;
      color: #000000;
      font-family: "Yumincho", sans-serif;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .section-header__top .container h1 {
          font-size: 19px;
          margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .section-header__top .container img {
        width: 96px; } }
  .section-header__top .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
@media (pointer: coarse) and (hover: none) {
  .section-header header {
    background: url("https://source.unsplash.com/XT5OInaElMw/1600x900") black no-repeat center center scroll; }
  .section-header header video {
    display: none; } }

.section-title {
  z-index: 1;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-title {
      text-align: center;
      width: 100%; } }
  .section-title .main {
    font-size: 73px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    letter-spacing: 7px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-title .main {
        font-size: 45px; } }
    @media only screen and (max-width: 767px) {
      .section-title .main {
        font-size: 25px; } }
  .section-title .subtitle {
    font-size: 32px;
    font-family: "Yumincho", sans-serif;
    font-weight: 500;
    color: #414141;
    margin-top: 10px;
    display: inline-block; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-title .subtitle {
        font-size: 20px;
        margin-top: 10px;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .section-title .subtitle {
        font-size: 12px; } }
  .section-title.is-show-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-title.is-show-mobile {
        display: block; } }
  @media only screen and (max-width: 767px) {
    .section-title.is-hide-mobile {
      display: none; } }

.view-more {
  text-align: right;
  margin-top: 55px; }
  .view-more a {
    border: 1px solid #4281B7;
    color: #4281B7;
    font-size: 16px;
    font-family: "YuGothic", sans-serif;
    font-weight: 600;
    padding: 13px;
    display: inline-block;
    position: relative;
    width: 210px;
    text-align: left;
    padding-left: 50px;
    transition: all 0.3s; }
    @media only screen and (max-width: 767px) {
      .view-more a {
        color: #4281B7;
        font-size: 12px;
        width: 163px;
        padding-left: 30px; } }
    .view-more a:hover {
      background-color: #4281B7;
      color: #fff; }
      .view-more a:hover:after {
        background-image: url("../images/arrow-right-white.svg"); }
    .view-more a:after {
      content: "";
      background-image: url("../images/arrow-right.svg");
      width: 34px;
      height: 10px;
      position: absolute;
      right: 20px;
      top: 20px; }
      @media only screen and (max-width: 767px) {
        .view-more a:after {
          background-image: url("../images/arrow-right.svg");
          top: 17px; } }

.section-news {
  background-color: #f7f7f7;
  padding-top: 65px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .section-news {
      padding-top: 8px; } }
  .section-news .container {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-flow: wrap; }
    @media only screen and (max-width: 1024px) {
      .section-news .container {
        padding: 20px 27px; } }
    .section-news .container .news__left {
      width: 310px; }
      .section-news .container .news__left .bg {
        position: absolute;
        left: -1036px;
        height: 500px;
        background: #fff;
        top: 0;
        width: 100%;
        margin-top: -65px; }
        @media only screen and (max-width: 1024px) {
          .section-news .container .news__left .bg {
            display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-news .container .news__left {
          text-align: center; } }
      @media only screen and (max-width: 1024px) {
        .section-news .container .news__left {
          width: 100%; } }
    .section-news .container .news__right {
      width: calc(100% - 310px); }
      @media only screen and (max-width: 1024px) {
        .section-news .container .news__right {
          width: 100%; } }
      .section-news .container .news__right .list-new {
        margin-top: 30px;
        clear: both; }
        .section-news .container .news__right .list-new__item {
          display: flex;
          padding: 20px 0px;
          flex-flow: wrap;
          border-bottom: 1px solid #00000016; }
          @media only screen and (max-width: 1024px) {
            .section-news .container .news__right .list-new__item {
              border-bottom: 1px solid #707070; } }
          @media only screen and (max-width: 1024px) {
            .section-news .container .news__right .list-new__item:nth-child(1) {
              border-top: 1px solid #707070; } }
          @media only screen and (max-width: 1024px) {
            .section-news .container .news__right .list-new__item {
              padding: 20px 0px; } }
          .section-news .container .news__right .list-new__item-date {
            width: 120px;
            color: #414141;
            font-family: "Yumincho", sans-serif; }
            @media only screen and (max-width: 1024px) {
              .section-news .container .news__right .list-new__item-date {
                width: 100%;
                font-size: 14px; } }
          .section-news .container .news__right .list-new__item-title {
            width: calc(100% - 120px);
            color: #414141; }
            .section-news .container .news__right .list-new__item-title a {
              font-family: "Yumincho", sans-serif;
              font-weight: 500; }
            @media only screen and (max-width: 1024px) {
              .section-news .container .news__right .list-new__item-title {
                margin-top: 5px;
                width: 100%;
                font-size: 14px; } }
      .section-news .container .news__right .view-more {
        padding-bottom: 30px; }
        @media only screen and (max-width: 1024px) {
          .section-news .container .news__right .view-more {
            text-align: center;
            margin-top: 35px; } }

.section-about {
  position: relative; }
  .section-about .container {
    padding: 165px 0px;
    max-width: 930px;
    position: relative;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-about .container {
        text-align: center;
        padding: 45px !important; } }
    @media only screen and (max-width: 1024px) {
      .section-about .container {
        padding: 50px 0px 45px 0px;
        padding-bottom: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-about .container .section-title {
        width: 100%;
        margin-bottom: 40px; } }
  .section-about__left {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 516px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-about__left {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-about__left {
        width: 100%;
        height: 271px;
        margin-top: 25px;
        background-position: bottom;
        max-width: 320px;
        display: block; } }
  .section-about__right {
    width: 50%;
    padding: 0px 20px 0px 60px; }
    .section-about__right .section-title .main {
      margin-top: -18px; }
      @media only screen and (max-width: 1024px) {
        .section-about__right .section-title .main {
          margin-top: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-about__right {
        width: 50%;
        text-align: left;
        padding: 0px 0px 30px 30px; } }
    @media only screen and (max-width: 767px) {
      .section-about__right {
        width: 100%;
        padding: 25px 30px 30px; } }
    .section-about__right .content {
      margin-top: 80px;
      line-height: 27px;
      color: #414141;
      font-family: "Yumincho", sans-serif;
      font-weight: 500; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-about__right .content {
          margin-top: 0px;
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .section-about__right .content {
          margin-top: 0px;
          font-size: 15px; } }
    .section-about__right .view-more {
      margin-top: 50px; }
      @media only screen and (max-width: 1024px) {
        .section-about__right .view-more {
          text-align: center;
          margin-top: 28px; } }

.section-service {
  padding: 40px 0px 80px;
  padding-top: 25px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .section-service {
      padding: 20px 0px 80px; } }
  .section-service .overlay-fixed {
    max-height: 97%; }
  .section-service .list-service__description {
    text-align: right;
    font-size: 42px;
    font-family: "Yumincho", sans-serif;
    font-weight: 500;
    padding: 20px 0px 60px;
    line-height: 71px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-service .list-service__description {
        line-height: 34px;
        font-size: 20px;
        text-align: right;
        margin-top: -10px;
        padding-top: 0;
        padding: 20px 0px 30px; } }
    @media only screen and (max-width: 767px) {
      .section-service .list-service__description {
        line-height: 34px;
        font-size: 20px;
        text-align: center;
        margin-top: -10px;
        padding: 50px 0px 24px;
        padding-top: 0; } }
  .section-service .list-service__item {
    padding-bottom: 130px;
    transform: skew(0deg, -3.5deg); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-service .list-service__item {
        transform: skew(0deg, -7deg);
        padding-bottom: 10px;
        position: relative;
        z-index: 1; } }
    @media only screen and (max-width: 767px) {
      .section-service .list-service__item {
        transform: skew(0deg, -15deg);
        padding-bottom: 10px;
        position: relative;
        z-index: 1; } }
    .section-service .list-service__item:nth-child(1) {
      z-index: 6; }
      @media only screen and (max-width: 1024px) {
        .section-service .list-service__item:nth-child(1) .list-service__description {
          margin-top: 35px !important; } }
    .section-service .list-service__item .overlay-fixed {
      height: 90%; }
    .section-service .list-service__item:nth-child(odd) {
      background: #f4f9ff 0% 0% no-repeat padding-box; }
    .section-service .list-service__item:nth-child(even) {
      background: #eaf1fa 0% 0% no-repeat padding-box; }
    .section-service .list-service__item.list-nth-2 .services-item:nth-child(odd), .section-service .list-service__item.list-nth-3 .services-item:nth-child(odd) {
      flex-direction: row-reverse; }
    .section-service .list-service__item.list-nth-2 .services-item:nth-child(even), .section-service .list-service__item.list-nth-3 .services-item:nth-child(even) {
      flex-direction: row; }
    .section-service .list-service__item.list-nth-3 {
      padding-bottom: 200px; }
      @media only screen and (max-width: 1024px) {
        .section-service .list-service__item.list-nth-3 {
          margin-bottom: 100px; } }
      @media only screen and (max-width: 543.5px) {
        .section-service .list-service__item.list-nth-3 {
          margin: 0px; } }
    .section-service .list-service__item:nth-child(2) {
      z-index: 4; }
    .section-service .list-service__item:nth-child(3) {
      z-index: 3; }
    .section-service .list-service__item:nth-child(4) {
      z-index: 2; }
    .section-service .list-service__item:nth-child(5) {
      z-index: 1; }
      @media only screen and (max-width: 543.5px) {
        .section-service .list-service__item:nth-child(5) {
          padding-bottom: 100px; } }
  .section-service .list-service .container {
    transform: skew(0deg, 3.5deg);
    padding: 10px 67px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-service .list-service .container {
        transform: skew(0deg, 7deg);
        padding: 50px 24px; } }
    @media only screen and (max-width: 767px) {
      .section-service .list-service .container {
        transform: skew(0deg, 15deg);
        padding: 24px; } }
  .section-service .section-title {
    margin-bottom: -50px;
    z-index: 8;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-service .section-title {
        margin-bottom: -25px; } }
  .section-service .services-item {
    display: flex;
    background-color: #ffffff;
    flex-flow: wrap;
    box-shadow: 0px 3px 6px #00000029; }
    .section-service .services-item:nth-child(even) {
      flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .section-service .services-item:last-child {
        padding-bottom: 20px; } }
    .section-service .services-item__content {
      width: 50%;
      padding: 85px 75px;
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-service .services-item__content {
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        .section-service .services-item__content {
          width: 100%;
          padding: 17px 27px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-service .services-item__content .services-item__bg {
          display: none; } }
      .section-service .services-item__content .align-center {
        justify-content: center;
        text-align: center;
        align-items: center; }
        .section-service .services-item__content .align-center .content {
          text-align: left;
          line-height: 27px;
          font-family: "Yumincho", sans-serif;
          font-weight: 500;
          letter-spacing: 0.5px; }
          @media only screen and (max-width: 767px) {
            .section-service .services-item__content .align-center .content {
              line-height: 26px;
              font-size: 15px;
              color: #414141; } }
        .section-service .services-item__content .align-center .button {
          width: 275px;
          margin: 0 auto;
          margin-top: 30px; }
          @media only screen and (max-width: 543.5px) {
            .section-service .services-item__content .align-center .button {
              width: 100%; } }
          @media only screen and (max-width: 543.5px) {
            .section-service .services-item__content .align-center .button img {
              max-width: 150px; } }
          .section-service .services-item__content .align-center .button a {
            height: 43px;
            display: flex;
            border: 1px solid #414141;
            border-radius: 22px;
            align-items: center;
            justify-content: center;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: bold; }
            .section-service .services-item__content .align-center .button a:hover {
              opacity: 0.5; }
            .section-service .services-item__content .align-center .button a.button-coming-soon {
              font-size: 20px;
              border: 0px;
              color: #707070;
              background-color: #ededed;
              cursor: not-allowed;
              pointer-events: none; }
              @media only screen and (max-width: 767px) {
                .section-service .services-item__content .align-center .button a.button-coming-soon {
                  color: #000000; } }
              .section-service .services-item__content .align-center .button a.button-coming-soon:hover {
                opacity: 1; }
      .section-service .services-item__content h4 .caption {
        font-size: 16px;
        color: #414141;
        font-family: "YuGothic", sans-serif;
        font-weight: 500; }
      .section-service .services-item__content h4 .title {
        font-size: 36px;
        display: block;
        margin-top: 13px;
        width: 100%;
        color: #000000;
        font-family: "YuGothic", sans-serif;
        font-weight: 500;
        white-space: nowrap; }
        @media only screen and (max-width: 1200px) {
          .section-service .services-item__content h4 .title {
            white-space: normal; } }
        @media print {
          .section-service .services-item__content h4 .title {
            white-space: normal; } }
        .ie8 .section-service .services-item__content h4 .title {
          white-space: normal; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .section-service .services-item__content h4 .title {
            font-size: 25px; } }
        @media only screen and (max-width: 767px) {
          .section-service .services-item__content h4 .title {
            font-size: 20px; } }
      .section-service .services-item__content .divider {
        width: 120px;
        height: 2px;
        background-color: #5eafc3;
        display: block;
        text-align: center;
        margin: 24px auto; }
        @media only screen and (max-width: 767px) {
          .section-service .services-item__content .divider {
            width: 100%;
            margin-top: 42px;
            height: 1px;
            margin-bottom: 0px; } }
    .section-service .services-item__bg {
      width: 50%;
      background-size: cover;
      background-position: bottom; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-service .services-item__bg {
          height: 390px; } }
      @media only screen and (max-width: 767px) {
        .section-service .services-item__bg {
          height: 210px;
          width: 100%;
          margin: 20px 0px 36px 0px; } }

@media only screen and (max-width: 1024px) {
  .overlay-fixed {
    display: none; } }

.section-contact .section-title {
  text-align: center; }
.section-contact .description {
  text-align: center;
  margin-top: 60px;
  color: #414141; }
  @media only screen and (max-width: 767px) {
    .section-contact .description {
      text-align: left;
      margin-top: 30px;
      padding: 0 36px;
      line-height: 26px;
      font-size: 15px; } }
.section-contact .overlay-fixed {
  height: 80%; }
.section-contact .contact-info {
  display: flex;
  margin-top: 35px;
  flex-flow: wrap; }
  @media only screen and (max-width: 767px) {
    .section-contact .contact-info {
      flex-direction: column-reverse; } }
  .section-contact .contact-info__left {
    width: 50%;
    text-align: center;
    border-right: 1px solid #707070;
    padding: 20px 0px; }
    @media only screen and (max-width: 767px) {
      .section-contact .contact-info__left {
        width: 100%;
        border-right: 0px; } }
    .section-contact .contact-info__left ul {
      list-style: none; }
      @media only screen and (max-width: 1024px) {
        .section-contact .contact-info__left ul {
          padding-left: 0px; } }
      .section-contact .contact-info__left ul li.tel {
        margin-bottom: 5px; }
        .section-contact .contact-info__left ul li.tel a {
          font-size: 31px; }
  .section-contact .contact-info__right {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
    @media only screen and (max-width: 767px) {
      .section-contact .contact-info__right {
        width: 100%;
        border-right: 0px; } }
    @media only screen and (max-width: 767px) {
      .section-contact .contact-info__right .view-more {
        margin-top: 0px; } }
    .section-contact .contact-info__right .view-more a {
      width: 321px; }
      @media only screen and (max-width: 543.5px) {
        .section-contact .contact-info__right .view-more a {
          width: 280px;
          padding-right: 50px; } }
      @media only screen and (max-width: 767px) {
        .section-contact .contact-info__right .view-more a:hover {
          background-color: #4281b7;
          text-align: center;
          color: #fff; } }
      @media only screen and (max-width: 767px) {
        .section-contact .contact-info__right .view-more a:hover:after {
          content: "";
          top: 22px;
          right: 25px;
          background-image: url(../images/arrow-right-white.svg); } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-contact .contact-info__right .view-more a {
          width: 280px;
          font-size: 16px;
          background-color: #fff;
          color: #4281b7;
          text-align: center;
          padding-right: 15px;
          padding-left: 0px; } }
      @media only screen and (max-width: 767px) {
        .section-contact .contact-info__right .view-more a {
          font-size: 16px;
          background-color: #fff;
          text-align: center;
          color: #4281b7;
          padding-left: 5px; } }
      @media only screen and (max-width: 767px) {
        .section-contact .contact-info__right .view-more a:after {
          content: "";
          top: 22px;
          right: 25px;
          background-image: url(../images/arrow-right.svg); } }

.section-contact {
  margin-top: -150px;
  z-index: 999;
  background-color: #fff;
  transform: skew(0deg, 0deg);
  padding: 50px 0px; }
  @media only screen and (max-width: 1024px) {
    .section-contact {
      margin-top: -300px;
      padding: 30px 0px;
      z-index: 11;
      position: relative; } }
  @media only screen and (max-width: 543.5px) {
    .section-contact {
      margin-top: -140px; } }

.section-corporation_group {
  background-color: #f7f7f7;
  padding: 70px 0px; }
  @media only screen and (max-width: 767px) {
    .section-corporation_group {
      padding: 40px 0px; } }
  .section-corporation_group .section-title {
    text-align: center; }
    .section-corporation_group .section-title .main {
      font-family: "YuGothic", sans-serif;
      font-size: 27px;
      letter-spacing: 0;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .section-corporation_group .section-title .main {
          font-size: 21px; } }
    .section-corporation_group .section-title .subtitle {
      font-size: 16px;
      margin-top: 15px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .section-corporation_group .section-title .subtitle {
          font-size: 12px; } }
  .section-corporation_group .corporation-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
    max-width: 708px;
    margin-top: 30px;
    justify-content: center; }
    .section-corporation_group .corporation-list .corporation-wrap {
      padding: 20px; }
      @media only screen and (max-width: 767px) {
        .section-corporation_group .corporation-list .corporation-wrap {
          padding: 10px; } }
    .section-corporation_group .corporation-list__item {
      width: calc(100% / 2 - 46px);
      max-width: 330px;
      background-color: #fff;
      box-shadow: 0px 3px 6px #00000029;
      position: relative;
      height: 400px;
      margin: 23px; }
      @media only screen and (max-width: 767px) {
        .section-corporation_group .corporation-list__item {
          width: calc(100% / 2 - 14px);
          margin: 7px;
          height: 250px;
          position: relative;
          overflow: hidden; } }
      @media only screen and (max-width: 543.5px) {
        .section-corporation_group .corporation-list__item {
          height: auto;
          padding-bottom: 50px; } }
      .section-corporation_group .corporation-list__item-img {
        text-align: center;
        padding: 38px 0px;
        border-bottom: 1px solid #5181b3; }
        @media only screen and (max-width: 767px) {
          .section-corporation_group .corporation-list__item-img {
            padding: 22px 0px;
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .section-corporation_group .corporation-list__item-img img {
            width: 122px; } }
      .section-corporation_group .corporation-list__item-title {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif; }
        @media only screen and (max-width: 767px) {
          .section-corporation_group .corporation-list__item-title {
            font-size: 12px;
            text-align: center; } }
      .section-corporation_group .corporation-list__item-description {
        padding: 20px;
        color: #414141;
        font-family: "Yumincho", sans-serif; }
        @media only screen and (max-width: 767px) {
          .section-corporation_group .corporation-list__item-description {
            padding: 0px;
            font-size: 12px; } }
      .section-corporation_group .corporation-list__item-link .view-more {
        margin-top: 30px;
        position: absolute;
        bottom: 30px;
        text-align: center;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 767px) {
          .section-corporation_group .corporation-list__item-link .view-more {
            bottom: 0; } }
        .section-corporation_group .corporation-list__item-link .view-more a {
          padding-left: 30px; }
          @media only screen and (max-width: 767px) {
            .section-corporation_group .corporation-list__item-link .view-more a {
              width: 100%;
              padding-left: 30px; } }
          @media only screen and (max-width: 543.5px) {
            .section-corporation_group .corporation-list__item-link .view-more a {
              padding-left: 15px; } }
          @media only screen and (max-width: 1024px) {
            .section-corporation_group .corporation-list__item-link .view-more a:hover:after {
              background-image: url("../images/ionic-ios-arrow-dropright.svg"); } }
          @media only screen and (max-width: 767px) {
            .section-corporation_group .corporation-list__item-link .view-more a:after {
              content: "";
              background-repeat: no-repeat;
              height: 20px;
              right: 10px;
              top: 16px;
              background-image: url("../images/ionic-ios-arrow-dropright-blue.svg"); } }
          @media only screen and (max-width: 543.5px) {
            .section-corporation_group .corporation-list__item-link .view-more a:after {
              content: "";
              right: -7px; } }

/* 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; } }
  @media only screen and (max-width: 767px) {
    .wrap-about .container {
      display: flex;
      flex-direction: column-reverse;
      padding-right: 0px;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-about .container .daito-breadcrumb {
      padding: 10px 15px;
      border-top: 0.5px solid #707070; } }
  .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;
        padding-left: 15px;
        padding-right: 15px; } }
    .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;
      padding-right: 0px;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-contact .container .daito-breadcrumb {
      padding: 10px 15px;
      border-top: 0.5px solid #707070; } }
  .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 75px 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;
          text-align: center;
          padding: 0 30px; } }
    .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; } }
      .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: #4281B7;
          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; } }
  .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: #4281B7; }
          .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: #4281B7; }
          .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: #4281B7; }
          .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: #4281B7;
        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 #4281B7;
      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: #4281B7;
        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: #4281B7;
            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: "Yumincho", 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: #4281B7; }
  .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;
  overflow: hidden; }
  @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;
      padding-right: 0px;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-news .container .daito-breadcrumb {
      padding: 10px 15px;
      border-top: 0.5px solid #707070; } }
  .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: 40px; } }
    @media only screen and (max-width: 767px) {
      .wrap-news .wrap-content {
        flex-flow: wrap;
        flex-direction: column-reverse;
        margin-bottom: 60px; } }
    .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: "Yumincho", sans-serif; }
          @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: "Yumincho", 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: "Yumincho", 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 {
          border: 1px solid #707070;
          width: 110px;
          display: block;
          position: relative;
          padding: 3px;
          padding-left: 35px; }
          .wrap-news .wrap-content__left .return a:hover {
            border: 1px solid #4281B7;
            background-color: #4281B7;
            color: #fff; }
            .wrap-news .wrap-content__left .return a:hover:before {
              content: "";
              background-image: url(../images/arrow-left-white.svg); }
          .wrap-news .wrap-content__left .return a:before {
            content: "";
            width: 34px;
            height: 10px;
            background-image: url(../images/arrow-left-gray.svg);
            position: absolute;
            left: 12px;
            top: 9px; }
      .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: 10px 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: 12px 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: #4281B7;
          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 #4281B7; }
        .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: #4281B7; }
          .wrap-news-single_content .list-news-related .panel-title span:after {
            top: 0;
            content: "";
            right: -30px;
            position: absolute;
            border-left: 30px solid #4281B7;
            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: #4281B7; }
          .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;
      padding-right: 0px;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .wrap-privacy-policy .container .daito-breadcrumb {
      padding: 10px 15px;
      border-top: 0.5px solid #707070; } }
  .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; }
      @media only screen and (max-width: 767px) {
        .wrap-privacy-policy .wrap-content .content {
          padding: 20px 15px; } }
    .wrap-privacy-policy .wrap-content .privacy-policy-items {
      margin-top: 40px; }
      .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .title {
        padding: 3px 15px;
        background-color: #a3d3fc;
        color: #000000;
        text-align: center;
        font-size: 30px; }
        @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 {
            font-size: 18px; } }
      .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .description {
        text-align: left;
        padding: 35px 0px;
        line-height: 27px; }
        @media only screen and (max-width: 767px) {
          .wrap-privacy-policy .wrap-content .privacy-policy-items .privacy-policy-item .description {
            padding: 35px 15px; } }

.text-blue-light {
  color: #3cc3c3; }

.wrap-bellabot {
  font-family: "YuGothic", sans-serif !important; }
  .wrap-bellabot .daito-breadcrumb.is-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .daito-breadcrumb.is-mobile {
        display: block;
        border-top: 1px solid #707070;
        padding: 10px 15px; } }
  @media only screen and (max-width: 1024px) {
    .wrap-bellabot .daito-breadcrumb {
      display: none; } }
  .wrap-bellabot .block-header {
    height: 1150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-header {
        height: 405px; } }
    .wrap-bellabot .block-header__title {
      text-align: center;
      font-size: 43px;
      font-weight: bold;
      font-family: "YuGothic", sans-serif;
      line-height: 74px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-header__title {
          font-size: 16px;
          line-height: 27px; } }
    .wrap-bellabot .block-header__img {
      max-height: 715px;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-header__img {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-header__img img {
          height: 215px; } }
  .wrap-bellabot .block-multiple .block-services {
    max-width: 885px;
    margin: 0 auto;
    padding: 100px 0px; }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-multiple .block-services {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-multiple .block-services {
        padding: 40px 15px; } }
    .wrap-bellabot .block-multiple .block-services__center {
      display: flex; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-multiple .block-services__center {
          flex-flow: wrap;
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__center {
          flex-flow: wrap;
          justify-content: center; } }
    .wrap-bellabot .block-multiple .block-services__message {
      display: flex;
      justify-content: center; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-multiple .block-services__message {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__message {
          display: none; } }
      .wrap-bellabot .block-multiple .block-services__message--bg {
        font-size: 24px;
        text-align: center;
        background-size: contain;
        background-position: center;
        max-width: 400px;
        margin-bottom: -60px;
        width: 100%;
        height: 150px;
        background-repeat: no-repeat;
        font-family: "YuGothic", sans-serif;
        background-image: url("../images/bg-cloud.png"); }
    .wrap-bellabot .block-multiple .block-services__left {
      margin-top: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-multiple .block-services__left {
          margin: 30px 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__left {
          margin-top: 0px; } }
    .wrap-bellabot .block-multiple .block-services__right {
      margin-left: 120px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-multiple .block-services__right {
          margin-left: 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__right {
          margin-left: 0px;
          display: none; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__right img {
          width: 130px; } }
    .wrap-bellabot .block-multiple .block-services__top {
      font-size: 29px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__top {
          font-size: 16px;
          text-align: center; } }
      .wrap-bellabot .block-multiple .block-services__top span {
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-services__top span {
            text-align: left;
            display: inline-block; } }
    .wrap-bellabot .block-multiple .block-services__title {
      font-size: 119px;
      font-weight: 600;
      position: relative;
      text-align: center; }
      @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
        .wrap-bellabot .block-multiple .block-services__title {
          display: flex; } }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-multiple .block-services__title {
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__title {
          font-size: 60px; } }
      .wrap-bellabot .block-multiple .block-services__title span {
        font-family: "YuGothic", sans-serif;
        position: relative;
        padding-right: 10px;
        display: block; }
        @media only screen and (max-width: 1024px) {
          .wrap-bellabot .block-multiple .block-services__title span {
            display: inline; } }
        .wrap-bellabot .block-multiple .block-services__title span:after {
          content: "";
          height: 30px;
          width: 100%;
          background-color: #70C1FD;
          display: block;
          position: absolute;
          bottom: 32px;
          z-index: -1; }
          @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
            .wrap-bellabot .block-multiple .block-services__title span:after {
              position: absolute;
              bottom: 35px;
              z-index: -1; } }
          @media only screen and (min-width: 768px) and (max-width: 895.5px) {
            .wrap-bellabot .block-multiple .block-services__title span:after {
              content: "";
              height: 30px;
              width: 100%;
              background-color: #70C1FD;
              display: block;
              position: absolute;
              bottom: 0px;
              z-index: -1; } }
          @media only screen and (max-width: 767px) {
            .wrap-bellabot .block-multiple .block-services__title span:after {
              height: 15px;
              left: 0;
              bottom: 0; } }
    .wrap-bellabot .block-multiple .block-services__img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__img {
          display: block;
          text-align: center;
          padding: 20px 0px 10px; } }
      .wrap-bellabot .block-multiple .block-services__img img {
        max-height: 300px; }
    .wrap-bellabot .block-multiple .block-services__cats {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services__cats {
          justify-content: center;
          margin-top: 10px; } }
      .wrap-bellabot .block-multiple .block-services__cats--item {
        font-size: 37px;
        width: 127px;
        height: 96px;
        text-align: center;
        background-image: url("../images/bg-blue-cat.png");
        background-size: contain;
        background-position: center;
        color: #ffffff;
        margin-right: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        background-repeat: no-repeat;
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-services__cats--item {
            font-size: 20px;
            width: 70px;
            height: 53px;
            margin-right: 30px; } }
        .wrap-bellabot .block-multiple .block-services__cats--item:last-child {
          margin-right: 0px; }
    .wrap-bellabot .block-multiple .block-services__description {
      font-size: 16px;
      margin-top: 35px;
      line-height: 27px;
      font-family: "YuGothic", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-multiple .block-services.not_has_title {
        padding: 30px 15px; } }
    .wrap-bellabot .block-multiple .block-services.not_has_title .block-services__left {
      margin-top: 0px; }
    .wrap-bellabot .block-multiple .block-services.yellow .block-services__title span:after {
      content: "";
      background-color: #FFE68B; }
    .wrap-bellabot .block-multiple .block-services.yellow .block-services__cats--item {
      background-image: none;
      background-color: #FFE68B;
      border-radius: 50%;
      width: 123px;
      height: 123px;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-services.yellow .block-services__cats--item {
          height: 67px;
          width: 67px; } }
  .wrap-bellabot .block-multiple .block-blogs {
    max-width: 885px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-multiple .block-blogs {
        padding: 0px 15px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-multiple .block-blogs {
        padding: 0px 15px; } }
    .wrap-bellabot .block-multiple .block-blogs .block-blog__item {
      display: flex;
      align-items: center;
      margin-bottom: 75px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-blogs .block-blog__item {
          flex-flow: wrap;
          justify-content: center;
          margin-bottom: 30px; } }
      .wrap-bellabot .block-multiple .block-blogs .block-blog__item:last-child {
        margin-bottom: 0px; }
      .wrap-bellabot .block-multiple .block-blogs .block-blog__item--img {
        width: 362px;
        height: 362px; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-blogs .block-blog__item--img {
            text-align: center;
            width: 277px;
            height: 277px;
            margin-bottom: 45px; } }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-blogs .block-blog__item--img img {
            width: 277px;
            height: 277px; } }
      .wrap-bellabot .block-multiple .block-blogs .block-blog__item--content {
        margin-left: 50px; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-blogs .block-blog__item--content {
            width: 100%;
            margin-left: 0px; } }
      .wrap-bellabot .block-multiple .block-blogs .block-blog__item--title {
        font-size: 22px;
        line-height: 37px;
        color: #70C1FD;
        font-weight: 600;
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-blogs .block-blog__item--title {
            font-size: 18px;
            line-height: 31px; }
            .wrap-bellabot .block-multiple .block-blogs .block-blog__item--title br {
              display: none; } }
      .wrap-bellabot .block-multiple .block-blogs .block-blog__item--description {
        margin-top: 25px;
        font-size: 16px;
        line-height: 27px;
        font-weight: 500;
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-multiple .block-blogs .block-blog__item--description {
            margin-top: 20px; } }
    .wrap-bellabot .block-multiple .block-blogs.yellow .block-blog__item--title {
      color: #FF981F; }
    .wrap-bellabot .block-multiple .block-blogs.yellow .block-blog__item--description {
      line-height: 27px; }
  .wrap-bellabot .block-multiple .block-videos {
    text-align: center;
    margin: 180px 0px; }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-multiple .block-videos {
        margin: 70px 15px; } }
    .wrap-bellabot .block-multiple .block-videos iframe {
      width: 662px;
      height: 317px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-multiple .block-videos iframe {
          width: 100%;
          height: 185px; } }
  .wrap-bellabot .block-specifications {
    background-color: #D0E9FF;
    padding: 120px 0px; }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-specifications {
        padding: 50px 0px 60px; } }
    .wrap-bellabot .block-specifications__title {
      text-align: center; }
      .wrap-bellabot .block-specifications__title h3 {
        text-align: center;
        font-size: 23px;
        position: relative;
        display: inline-block;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-specifications__title h3 {
            font-size: 16px; } }
        .wrap-bellabot .block-specifications__title h3:after {
          content: "";
          height: 5px;
          width: 100%;
          background-color: #ffffff;
          position: absolute;
          bottom: -10px;
          left: 0; }
    .wrap-bellabot .block-specifications__center {
      display: flex;
      justify-content: center;
      margin-top: 50px;
      margin-bottom: 70px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-specifications__center {
          flex-flow: wrap; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-specifications__center {
          flex-flow: wrap;
          margin-bottom: 55px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-specifications__left img {
        max-height: 230px; } }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-specifications__right {
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-specifications__right {
        margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-specifications__right table {
        table-layout: fixed;
        width: 100%; } }
    .wrap-bellabot .block-specifications__right table tr th {
      font-size: 18px;
      background-color: #ffffff;
      font-weight: bold;
      border-right: 1px solid #707070;
      border-bottom: 1px solid #707070;
      padding: 18px 25px;
      width: 215px;
      color: #000000;
      font-family: "YuGothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-specifications__right table tr th {
          width: 150px;
          font-size: 12px;
          padding: 12px 25px;
          border-right: 0px; } }
    .wrap-bellabot .block-specifications__right table tr td {
      font-size: 18px;
      background-color: #F5F5F5;
      border-bottom: 1px solid #707070;
      padding: 18px 25px;
      width: 515px;
      font-family: "YuGothic", sans-serif; }
      @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
        .wrap-bellabot .block-specifications__right table tr td {
          width: 300px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-specifications__right table tr td {
          width: auto;
          font-size: 12px;
          padding: 12px 25px; } }
    .wrap-bellabot .block-specifications__right table tr:last-child td, .wrap-bellabot .block-specifications__right table tr:last-child th {
      border-bottom: 0px; }
    .wrap-bellabot .block-specifications__link {
      text-align: center; }
      .wrap-bellabot .block-specifications__link a {
        background-color: #47A6F7;
        border-radius: 42px;
        padding: 23px 40px;
        font-weight: bold;
        font-size: 23px;
        color: #ffffff;
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-specifications__link a {
            font-size: 15px;
            padding: 12px 40px; } }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-specifications__link a {
            padding: 12px 20px;
            font-size: 14px; } }
        .wrap-bellabot .block-specifications__link a:hover {
          opacity: 0.7;
          transition: all 0.3s; }
    .wrap-bellabot .block-specifications.yellow {
      background-color: #FFEDD0; }
      .wrap-bellabot .block-specifications.yellow .block-specifications__link a {
        background-color: #F7B347; }
  .wrap-bellabot .block-use_scene {
    padding: 182px 0px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-use_scene {
        padding: 70px 0px; } }
    .wrap-bellabot .block-use_scene h3 {
      font-size: 23px;
      color: #000000;
      border-bottom: 2px solid #000000;
      display: inline-block;
      padding-bottom: 10px;
      font-weight: bold;
      font-family: "YuGothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-use_scene h3 {
          font-size: 16px; } }
    .wrap-bellabot .block-use_scene .use_scene__items {
      display: flex;
      margin-top: 85px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-use_scene .use_scene__items {
          flex-flow: wrap;
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-use_scene .use_scene__items {
          flex-flow: wrap;
          justify-content: center;
          margin-top: 38px; } }
    .wrap-bellabot .block-use_scene .use_scene__item {
      padding: 0 15px;
      width: calc(100% / 3); }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-use_scene .use_scene__item {
          width: 50%;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-use_scene .use_scene__item {
          width: 100%;
          margin-bottom: 30px; } }
      .wrap-bellabot .block-use_scene .use_scene__item--title {
        font-size: 30px;
        font-family: "YuGothic", sans-serif;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-use_scene .use_scene__item--title {
            font-size: 15px; } }
      .wrap-bellabot .block-use_scene .use_scene__item--img {
        width: 100%;
        height: 259px; }
  .wrap-bellabot .block-headquaters {
    padding-bottom: 130px; }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-headquaters {
        padding-bottom: 70px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-headquaters {
        padding-bottom: 90px; } }
    .wrap-bellabot .block-headquaters__title {
      text-align: center; }
      .wrap-bellabot .block-headquaters__title h3 {
        font-family: "YuGothic", sans-serif;
        font-size: 23px;
        color: #000000;
        border-bottom: 2px solid #000000;
        display: inline-block;
        padding-bottom: 10px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-headquaters__title h3 {
            font-size: 16px;
            line-height: 27px; } }
        .wrap-bellabot .block-headquaters__title h3 br {
          display: none; }
          @media only screen and (max-width: 767px) {
            .wrap-bellabot .block-headquaters__title h3 br {
              display: block; } }
    .wrap-bellabot .block-headquaters__columns {
      display: flex;
      height: 320px;
      margin-top: 90px;
		justify-content: center;}
      @media only screen and (max-width: 1024px) {
        .wrap-bellabot .block-headquaters__columns {
          flex-flow: wrap;
          height: auto;
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__columns {
          margin-top: 50px; } }
    .wrap-bellabot .block-headquaters__column:nth-child(1) {
      width: 500px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column:nth-child(1) {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column:nth-child(1) {
          width: 100%; } }
    .wrap-bellabot .block-headquaters__column:nth-child(2) {
      width: 280px;
      margin-left: 30px;
      display: flex;
      align-items: flex-end; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column:nth-child(2) {
          width: 50%;
          margin: 15px 0px;
          display: block; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column:nth-child(2) {
          width: 100%;
          display: block;
          margin-left: 0px; } }
    .wrap-bellabot .block-headquaters__column:nth-child(3) {
      width: 25%;
      display: flex;
      align-items: flex-end;
      margin: 0 10px; }
      @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
        .wrap-bellabot .block-headquaters__column:nth-child(3) {
          width: unset;
          margin-top: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column:nth-child(3) {
          width: 50%;
          margin: 0px;
          margin-top: 15px;
          align-items: flex-start;
          padding-left: 15px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column:nth-child(3) {
          width: 100%; } }
    .wrap-bellabot .block-headquaters__column h4 {
      font-size: 23px;
      font-weight: bold;
      font-family: "YuGothic", sans-serif;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column h4.headquarter-title {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column h4.headquarter-title {
          display: none !important; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-headquaters__column--showroom {
        padding: 0 30px; } }
    .wrap-bellabot .block-headquaters__column--showroom img {
      height: 155px;
      width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column--showroom img {
          height: 100%; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column--showroom img {
          height: 100%; } }
    .wrap-bellabot .block-headquaters__column--showroom--info {
      margin-top: 10px;
      font-size: 15px;
      font-family: "YuGothic", sans-serif;
      line-height: 26px; }
      .wrap-bellabot .block-headquaters__column--showroom--info p {
        margin-bottom: 0px;
        font-family: "YuGothic", sans-serif; }
        .wrap-bellabot .block-headquaters__column--showroom--info p span {
          font-family: "YuGothic", sans-serif; }
      .wrap-bellabot .block-headquaters__column--showroom--info h4 {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 895.5px) {
          .wrap-bellabot .block-headquaters__column--showroom--info h4 {
            display: block; } }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-headquaters__column--showroom--info h4 {
            display: block;
            font-size: 17px;
            margin-top: 25px; } }
        @media only screen and (max-width: 543.5px) {
          .wrap-bellabot .block-headquaters__column--showroom--info h4 {
            display: block !important; } }
    .wrap-bellabot .block-headquaters__column--video {
      height: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column--video {
          padding-top: 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column--video {
          display: none; } }
      .wrap-bellabot .block-headquaters__column--video video {
        width: 100%;
        height: 100%; }
        @media only screen and (min-width: 768px) and (max-width: 895.5px) {
          .wrap-bellabot .block-headquaters__column--video video {
            height: 100%;
            margin-top: 0px; } }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-headquaters__column--video video {
            height: 100%;
            margin-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-headquaters__column--map {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-headquaters__column--map {
        width: 100%; } }
    .wrap-bellabot .block-headquaters__column--map iframe {
      width: 285px;
      height: 263px; }
      @media only screen and (min-width: 896.5px) and (max-width: 1024px) {
        .wrap-bellabot .block-headquaters__column--map iframe {
          width: 500px; } }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-headquaters__column--map iframe {
          width: 100%;
          height: 370px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-headquaters__column--map iframe {
          width: 100%;
          margin-top: 30px; } }
  .wrap-bellabot .block-general {
    text-align: center;
    margin-bottom: 240px; }
    @media only screen and (min-width: 768px) and (max-width: 895.5px) {
      .wrap-bellabot .block-general {
        padding: 15px;
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .wrap-bellabot .block-general {
        margin-bottom: 85px; } }
    .wrap-bellabot .block-general__center {
      text-align: center;
      max-width: 800px;
      margin: 0 auto; }
    .wrap-bellabot .block-general__text {
      text-align: left;
      font-size: 20px;
      font-weight: 600;
      font-family: "YuGothic", sans-serif; }
      @media only screen and (min-width: 768px) and (max-width: 895.5px) {
        .wrap-bellabot .block-general__text {
          padding: 0px 30px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__text {
          font-size: 15px;
          padding: 0 15px;
          font-weight: 600; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__text br {
          display: none; } }
    .wrap-bellabot .block-general__button {
      margin: 90px 0px; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__button {
          margin: 54px 15px 40px; } }
      .wrap-bellabot .block-general__button a {
        background-color: #A6E9EB;
        font-size: 34px;
        color: #000000;
        border-radius: 62px;
        padding: 36px 80px;
        padding-right: 100px;
        display: inline-block;
        position: relative;
        font-family: "YuGothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .wrap-bellabot .block-general__button a {
            font-size: 15px;
            font-weight: 600;
            padding: 22px 50px;
            padding-right: 70px; } }
        @media only screen and (max-width: 543.5px) {
          .wrap-bellabot .block-general__button a {
            padding: 22px 20px;
            padding-right: 40px; } }
        .wrap-bellabot .block-general__button a:hover {
          opacity: 0.7;
          transition: all 0.3s; }
        .wrap-bellabot .block-general__button a:after {
          content: "";
          width: 35px;
          height: 20px;
          background-image: url(../images/arrow-right-black.png);
          background-size: contain;
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translate(0px, -50%); }
          @media only screen and (max-width: 767px) {
            .wrap-bellabot .block-general__button a:after {
              right: 15px; } }
          @media only screen and (max-width: 543.5px) {
            .wrap-bellabot .block-general__button a:after {
              right: -5px; } }
    .wrap-bellabot .block-general__contact p {
      font-size: 20px;
      font-weight: 600;
      font-family: "YuGothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__contact p {
          font-size: 15px;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__contact p {
          padding: 0 15px; } }
    .wrap-bellabot .block-general__contact a {
      font-size: 43px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .wrap-bellabot .block-general__contact a {
          font-size: 33px; } }

* {
  font-family: "Yumincho", sans-serif; }

:root {
  font-size: 62.5%; }

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

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

/*****************************************
* 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; }
    @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: #4281B7; }
    .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; } }
@media only screen and (max-width: 767px) {
  .daito-breadcrumb {
    display: block; } }
.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; } }
  .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/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: #4281B7; }
  .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: #4281B7; }
    .wrap-realty .wp-pagenavi span.current,
    .wrap-news .wp-pagenavi span.current {
      background-color: #4281B7;
      color: #ffffff;
      border: solid 1.5px #4281B7;
      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: "Yumincho", 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: #4281B7; }
    .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: #4281B7;
    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: "Yumincho", 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: #4281B7 !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: #4281B7;
        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: #4281B7; }

@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: #4281B7;
  color: #ffffff;
  border: 1px solid #4281B7; }
  @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 #4281B7; }
  .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: "Yumincho", 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; }

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