@charset "UTF-8";
/* import */
/* reset.css */
/* global reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* html5tag */
header, footer, nav, section, article, figure, aside {
  display: block;
  margin: 0;
  padding: 0;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, span, ul, ol, li, dl, dt, dd, table, th, td, input, textarea, section, article, nav, a {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header, footer, nav, section, article, figure, aside {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  *overflow: hidden;
  *zoom: 1;
}

/* hides from ie-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* end hide from ie-mac */
.clear {
  clear: both;
}

.color-gold {
  color: #BBA14F;
}

.color-dark-blue {
  color: #00385B;
}

.color-blue {
  color: #004E81;
}

.color-black {
  color: #000000;
}

.show1180 {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show1180 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide1180 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

table {
  font-size: inherit;
  font: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* list */
ol,
ol li,
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, 游明朝, HGS明朝E, serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: normal;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #FDFDFD;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

/* link */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

body:not(.keyboardUser) *:focus {
  outline: none;
}

@media only screen and (max-width: 750px) {
  main {
    overflow: hidden;
  }
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -110px;
  }
}
@media only screen and (max-width: 750px) {
  .anchor.h120 {
    top: -120px;
  }
}

.mgt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .mgt60 {
    margin-top: 30px;
  }
}

.mgt100 {
  margin-top: 100px;
}

.btn-more {
  width: 325px;
  height: 63px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004E81;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FDFDFD;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn-more::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 13px;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(/assets/images/realestate/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more:hover {
  opacity: 1;
  background-color: #00385B;
}
.btn-more:hover::after {
  right: 3px;
}

.txt-center {
  text-align: center;
}

.content-1440 {
  max-width: 1440px;
  width: 95%;
  margin: auto;
}

.content-1376 {
  max-width: 1376px;
  width: 95%;
  margin: auto;
}

.content-1024 {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

/* Header */
header {
  width: 100%;
  background-color: #004E81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 89px;
}
@media only screen and (max-width: 850px) {
  header {
    position: fixed;
    z-index: 6;
  }
}

.header-top {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #FFF;
}
@media only screen and (max-width: 850px) {
  .header-top {
    position: fixed;
    width: 100%;
    z-index: 9;
  }
}
.header-top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
}
@media only screen and (max-width: 850px) {
  .header-top .logo {
    margin-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header-top .logo img {
  width: 124px;
  margin-right: 20px;
}
@media only screen and (max-width: 850px) {
  .header-top .logo img {
    width: 100px;
  }
}

.menu-burger {
  display: none;
}
@media only screen and (max-width: 850px) {
  .menu-burger {
    display: block;
    position: absolute;
    right: 10px;
    background-color: #00385B;
    padding: 15px 10px;
    border-radius: 3px;
    top: -8px;
  }
}

#menu-responsive {
  display: none;
}

.header-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 850px) {
  .header-btm {
    display: none;
  }
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.header-menu ul li {
  widows: 25%;
  white-space: nowrap;
  border-right: 1px solid #FFF;
  padding: 0 15px;
}
.header-menu ul li:last-child {
  border: none;
}

.header-menu ul li a {
  font-weight: 700;
  color: #FFF;
}

.nav-icon {
  width: 35px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 13px;
}

.nav-icon span:nth-child(4) {
  bottom: 0;
}

.nav-icon.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 850px) {
  #menu-responsive {
    display: block;
    opacity: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    visibility: hidden;
  }
}

#menu-responsive.active {
  opacity: 1;
  visibility: visible;
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00385B;
  z-index: 0;
  padding-top: 92px;
}

.menu-responsive ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2352941176);
  position: relative;
}
.menu-responsive ul li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #BBA14F;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.menu-responsive ul li a {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #FFF;
  padding: 20px 0;
}

.menu-responsive ul li a.button {
  width: 70%;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c30007;
}

.menu-responsive ul li a.button img {
  margin-right: 15px;
}

/* MV */
.mv {
  height: 715px;
  background-image: url("/assets/images/realestate/mv.jpg");
  background-size: cover;
  background-position: bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .mv {
    height: 550px;
  }
}
.mv h1 {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 64px;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.36);
  margin-bottom: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .mv h1 {
    font-size: 4rem;
    line-height: 54px;
  }
}
.mv p {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 34px;
  color: #FFFFFF;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .mv p {
    font-size: 2rem;
    line-height: 30px;
  }
}

.banner-topview-thailand {
  width: 100%;
  background-image: url("/assets/images/realestate/banner-bg-thailand.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
@media only screen and (max-width: 750px) {
  .banner-topview-thailand {
    height: 350px;
  }
}
.banner-topview-thailand p {
  display: none;
}

.bg-box-blue {
  background-image: url(/assets/images/realestate/bg-blue.png), url(/assets/images/realestate/bg-blue.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px, 30px;
}
@media only screen and (max-width: 750px) {
  .bg-box-blue {
    background-size: 15px 90%, 15px 90%;
  }
}

.about {
  padding: 80px 60px;
}
@media only screen and (max-width: 750px) {
  .about {
    padding: 40px 30px;
  }
}
.about .txt-line {
  position: relative;
  text-align: center;
  margin-bottom: 140px;
}
@media only screen and (max-width: 750px) {
  .about .txt-line {
    margin-bottom: 50px;
  }
}
.about .txt-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 96px;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .about .txt-line::after {
    height: 40px;
    bottom: -50px;
  }
}
.about .txt-line h2 {
  font-size: 4.8rem;
  font-weight: 800 !important;
  line-height: 5rem;
}
@media only screen and (max-width: 750px) {
  .about .txt-line h2 {
    font-size: 4rem;
  }
}
.about .txt-line .color-blue {
  color: #004E81;
  font-size: 2rem;
  font-weight: 800;
}
.about .txt-box {
  margin: auto;
  max-width: 490px;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .about .txt-box {
    padding: 30px 30px;
  }
}
.about .txt-box::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background-image: url(/assets/images/realestate/frame-l.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: -10px;
}
.about .txt-box::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background-image: url(/assets/images/realestate/frame-r.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  right: -10px;
}
.about .txt-box p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4.5rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media only screen and (max-width: 750px) {
  .about .txt-box p {
    font-size: 2.8rem;
    line-height: 3.8rem;
    -moz-text-align-last: inherit;
         text-align-last: inherit;
  }
}
.about .w600 {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.our-offerings {
  background-color: #00385B;
  padding: 100px 0 200px 0;
}
@media only screen and (max-width: 750px) {
  .our-offerings {
    padding: 60px 0 100px 0;
  }
}
.our-offerings .txt-line {
  position: relative;
  text-align: center;
  margin-bottom: 140px;
}
@media only screen and (max-width: 750px) {
  .our-offerings .txt-line {
    margin-bottom: 70px;
  }
}
.our-offerings .txt-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 96px;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #BBA14F;
}
@media only screen and (max-width: 750px) {
  .our-offerings .txt-line::after {
    height: 40px;
    bottom: -50px;
  }
}
.our-offerings .txt-line h2 {
  font-size: 4.8rem;
  font-weight: 800 !important;
  line-height: 5rem;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  .our-offerings .txt-line h2 {
    font-size: 4rem;
  }
}
.our-offerings .txt-line .color-w {
  color: #FFF;
  font-size: 2rem;
  font-weight: 800;
}
.our-offerings .slide-item {
  padding: 0 15px;
}
.our-offerings .slide-item .cover {
  width: 100%;
  max-width: 405px;
  height: 490px;
}
@media only screen and (max-width: 850px) {
  .our-offerings .slide-item .cover {
    height: 350px;
  }
}
.our-offerings .slide-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-offerings .slide-item .txt-cont {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  max-width: 305px;
  width: 80%;
  padding: 20px;
  margin-top: -30px;
}
.our-offerings .slide-item .txt-cont h3 {
  font-size: 2rem;
  line-height: 3.3rem;
  font-weight: 800;
}

.slick-next, .slick-prev {
  top: inherit !important;
  bottom: -115px;
  width: 32px !important;
  height: 30px !important;
}
@media only screen and (max-width: 850px) {
  .slick-next, .slick-prev {
    bottom: -85px;
  }
}

.slick-next {
  background: url("/assets/images/realestate/icon-arrow-n.svg") no-repeat !important;
  right: 50% !important;
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
}
@media only screen and (max-width: 850px) {
  .slick-next {
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
  }
}

.slick-prev {
  background: url("/assets/images/realestate/icon-arrow-p.svg") no-repeat !important;
  left: 50% !important;
  -webkit-transform: translate(-253px, 0);
          transform: translate(-253px, 0);
}
@media only screen and (max-width: 850px) {
  .slick-prev {
    -webkit-transform: translate(-150px, 0);
            transform: translate(-150px, 0);
  }
}

.mv-dots {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1px;
}
@media only screen and (max-width: 850px) {
  .mv-dots {
    max-width: 200px;
    height: 6px;
    bottom: -70px;
  }
}
.mv-dots li {
  margin: 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .mv-dots li {
    height: 10px;
    margin: 5px 2px;
  }
}
.mv-dots li.slick-active button {
  background-color: #BBA14F;
}
.mv-dots li button {
  width: 80px;
  height: 10px;
  color: transparent;
  background-color: #FFF;
  border: 0;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 850px) {
  .mv-dots li button {
    height: 30px;
  }
}
.mv-dots li button:hover {
  cursor: pointer;
}

.features {
  background-color: #f7f7f7;
}
.features .content-1440 {
  width: 100% !important;
}
.features .strengths-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features,
.strengths {
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .features,
  .strengths {
    padding: 40px 0;
  }
}
.features .btn-more,
.strengths .btn-more {
  margin: auto;
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  .features .btn-more,
  .strengths .btn-more {
    margin-top: 10px;
  }
}
.features .line-h2,
.strengths .line-h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .features .line-h2,
  .strengths .line-h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.features .line-h2 h2,
.strengths .line-h2 h2 {
  font-weight: 800 !important;
}
.features .line-h2::after,
.strengths .line-h2::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #BBA14F;
}
@media only screen and (max-width: 750px) {
  .features .line-h2::after,
  .strengths .line-h2::after {
    width: 90px;
  }
}
.features .item_content,
.strengths .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 750px) {
  .features .item_content,
  .strengths .item_content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .features .strengths-sp-slide,
  .strengths .strengths-sp-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}
.features .slick-dots,
.strengths .slick-dots {
  bottom: 5px !important;
}
.features .slick-dots li button:before,
.strengths .slick-dots li button:before {
  color: #00385B !important;
}
.features .slick-track,
.strengths .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.features .slick-slide,
.strengths .slick-slide {
  height: inherit !important;
}
.features .strengths-item,
.strengths .strengths-item {
  max-width: 399px;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: -4px 6px 8px rgba(0, 0, 0, 0.08), 5px 5px 6px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 6px 8px rgba(0, 0, 0, 0.08), 5px 5px 6px rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
}
@media only screen and (max-width: 750px) {
  .features .strengths-item,
  .strengths .strengths-item {
    margin: auto;
    width: 90%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.features .strengths-item .cover img,
.strengths .strengths-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .strengths-item h3,
.strengths .strengths-item h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  color: #004E81;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .features .strengths-item h3,
  .strengths .strengths-item h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.features .strengths-item .txt,
.strengths .strengths-item .txt {
  padding: 20px 20px 30px 20px;
}
@media only screen and (max-width: 750px) {
  .features .strengths-item .txt,
  .strengths .strengths-item .txt {
    padding: 20px 15px;
  }
}

.distributor {
  position: relative;
  padding-bottom: 200px;
}
.distributor::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/realestate/bg-img-thailand.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .distributor::after {
    width: 100%;
    height: 300px;
    top: inherit;
    bottom: -80px;
    background-image: url("/assets/images/realestate/bg-img-thailand-sp.jpg");
  }
}
.distributor .txt-half-content {
  width: 50%;
  background-color: #FDFDFD;
  padding: 120px 0 80px 0;
}
@media only screen and (max-width: 750px) {
  .distributor .txt-half-content {
    width: 100%;
    padding: 60px 0;
  }
}
.distributor .txt-half-content .txt-content {
  max-width: 533px;
  width: 90%;
  margin: auto;
}
.distributor .txt-half-content .txt-content h2 {
  font-size: 3.2rem;
  font-weight: 800 !important;
  line-height: 3.2rem;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .distributor .txt-half-content .txt-content h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}
.distributor .txt-half-content .txt-content h2::after {
  content: "";
  position: absolute;
  background-color: #BBA14F;
  height: 45px;
  width: 1px;
  left: -10px;
  top: 15%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 750px) {
  .distributor .txt-half-content .txt-content h2::after {
    height: 30px;
    top: 25%;
  }
}
.distributor .txt-half-content .txt-content h3 {
  font-size: 2rem;
  font-weight: 800 !important;
  margin-top: 60px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .distributor .txt-half-content .txt-content h3 {
    margin-top: 30px;
  }
}
.distributor .txt-half-content .txt-content .logo-thailand {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
.distributor .txt-half-content .txt-content .logo-thailand img {
  max-width: 176px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .distributor .btn-more {
    margin: auto;
  }
}

.banner-contact {
  background-color: #004E81;
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .banner-contact {
    padding: 40px 0;
  }
}
.banner-contact .line-h2 {
  color: #FFF;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .banner-contact .line-h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.banner-contact .line-h2 h2 {
  font-weight: 800 !important;
}
.banner-contact .line-h2::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #BBA14F;
}
@media only screen and (max-width: 750px) {
  .banner-contact .line-h2::after {
    width: 90px;
  }
}
.banner-contact .banner-contact_content {
  margin: auto;
}
.banner-contact .banner-contact_content .sns_content {
  position: relative;
  z-index: 2;
  max-width: 1290px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.banner-contact .banner-contact_content .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-contact .banner-contact_content .list-sns .btn-sns-line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #fff;
  background-color: #39cd00;
  border: 1px solid #39cd00;
  line-height: 3.2rem;
  padding: 7px 15px;
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns .btn-sns-line {
    height: 110px;
  }
}
.banner-contact .banner-contact_content .list-sns .btn-sns-line img {
  max-width: 95px;
  width: 100%;
}
@media only screen and (max-width: 1376px) {
  .banner-contact .banner-contact_content .list-sns .btn-sns-line img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns .btn-sns-line img {
    max-width: 55px;
    margin-right: 10px;
  }
}
.banner-contact .banner-contact_content .list-sns a {
  width: 33%;
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns a {
    width: 100%;
  }
}
.banner-contact .banner-contact_content .list-sns li {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 800;
  border: 1px solid #FFF;
  background-color: #FFF;
  margin: 0 0.5rem;
  padding: 19px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1376px) {
  .banner-contact .banner-contact_content .list-sns li {
    font-size: 1.5vw;
    line-height: 2.5vw;
    height: 113px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns li {
    margin: auto;
    font-size: 2rem;
    line-height: inherit;
    margin-bottom: 5px;
    padding: 15px 20px;
    height: 110px;
  }
}
.banner-contact .banner-contact_content .list-sns li .number {
  font-size: 3.2rem;
  font-weight: 800;
  color: #004E81;
}
@media only screen and (max-width: 1376px) {
  .banner-contact .banner-contact_content .list-sns li .number {
    font-size: 2vw;
  }
  .banner-contact .banner-contact_content .list-sns li .number.tel {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1180px) {
  .banner-contact .banner-contact_content .list-sns li .number {
    font-size: 2vw;
  }
  .banner-contact .banner-contact_content .list-sns li .number.tel {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns li .number {
    font-size: 7vw;
    line-height: 10vw;
  }
  .banner-contact .banner-contact_content .list-sns li .number.tel {
    font-size: 9vw;
  }
}
.banner-contact .banner-contact_content .list-sns li .ico-sns {
  position: relative;
  top: -8px;
}
@media only screen and (max-width: 750px) {
  .banner-contact .banner-contact_content .list-sns li .ico-sns {
    width: 20px;
  }
}

footer {
  padding: 20px 0;
  background-color: #00385B;
}
footer .company-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  footer .company-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
footer .company-profile .logo-footer {
  width: 214px;
  margin-left: 113px;
  margin-right: 133px;
}
footer .company-profile .logo-footer img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  footer .company-profile .logo-footer {
    margin-bottom: 40px;
    width: 180px;
  }
}
footer .company-profile .profile {
  max-width: 597px;
  width: 100%;
  color: #FFF;
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  footer .company-profile .profile {
    margin: auto;
    width: 90%;
  }
}
footer .company-profile .profile h3 {
  font-size: 2rem;
  font-weight: 800;
}
@media only screen and (max-width: 750px) {
  footer .company-profile .profile h3 {
    font-size: 1.8rem;
  }
}
footer .company-profile .profile .mgt20 {
  margin-top: 20px;
}
footer .company-profile .profile .profile-list {
  margin-top: 20px;
}
footer .company-profile .profile .profile-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  line-height: 2.6rem;
}
footer .company-profile .profile .profile-list li span {
  max-width: 100px;
  min-width: 100px;
}
footer .company-profile .profile .profile-list li a {
  color: #FFF;
}
footer .company-profile .list-style li {
  margin-bottom: 3px;
  border: none !important;
  padding: 0 !important;
}
footer .company-profile .list-style li::before {
  content: "-";
  padding-right: 8px;
}
footer .footer-sns {
  border-top: 1px solid #FFF;
  padding-top: 20px;
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 750px) {
  footer .footer-sns {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
footer .footer-sns .footer-social {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer-sns .footer-social {
    margin-bottom: 10px;
  }
}
footer .footer-sns .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-sns .footer-social ul li {
  margin: 0 8px;
}
footer .footer-sns .footer-social ul li img {
  width: 44px;
}
@media only screen and (max-width: 750px) {
  footer .footer-sns .footer-social ul li img {
    width: 32px;
  }
}