@charset "UTF-8";

/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/* -----------------------------------------------------------------
Title: reset.css
Created: 2018-12-28
Last Modified: 2018-12-28
------------------------------------------------------------------ */
/*　目次 
-----------------------------------------------------------------

#01-リセット
#02-基本タグの定義
#03-CSSハック

------------------------------------------------------------------ */
/* -----------------------------------------------------------------

#01　リセット

------------------------------------------------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

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

caption,
th {
  text-align: left;
}

ol,
ul,
dl {
  list-style: none;
}

fieldset {
  border: 0;
}

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

/* -----------------------------------------------------------------

#02　基本タグの定義
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Oswald', sans-serif;

------------------------------------------------------------------ */
body {
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

@media all and (-ms-high-contrast: none) {
  body {
    letter-spacing: 0;
  }
}

body#home {
  background-repeat: no-repeat;
}

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

p {
  text-align: left;
  font-size: 1.3em;
}

span {
  font-size: 1em;
  _text-align: left;
}

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

a img {
  border-style: none;
  outline: medium none;
}

object {
  border-style: none;
  outline: medium none;
}

/** anchors */
/**************************************/
a {
  font-size: 1em;
  color: #023461;
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity 0.30s;
  -moz-transition: opacity 0.30s;
  -ms-transition: opacity 0.30s;
  -o-transition: opacity 0.30s;
  transition: opacity 0.30s;
}

a:hover {
  text-decoration: underline;
}

a:link {
  outline: medium none;
}

a:visited {
  outline: medium none;
}

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
.both {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 70;
  opacity: 0.5;
}

.both img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 1040px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .pc {
    display: none;
  }

  .sp {
    display: inherit;
  }
}

/* -----------------------------------------------------------------
common
------------------------------------------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #5081a5;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 16px 0 40px;
  box-sizing: border-box;
  z-index: 20;
}

header img {
  width: 100%;
  height: auto;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo h1 {
  width: 150px;
  margin: 0 32px 0 0;
}

header .logo strong {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

header .sp_link {
  display: none;
}

header .sp_link ul {
  display: flex;
  align-items: center;
}

header .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

header .link ul {
  display: flex;
  height: 100%;
}

header .link ul li {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 6px;
}

header .link ul li:last-child {
  margin: 0;
}

header .link ul li a {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  padding: 0 16px;
}

header .link ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  height: 5px;
  opacity: 0;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
}

header .link ul li a:hover:after {
  opacity: 1;
}

header .link ul li .arealink {
  position: absolute;
  top: 84px;
  left: 0;
  border-radius: 6px;
  background: #5081A5;
  width: 248px;
  height: 0;
  z-index: 10;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
}

header .link ul li .arealink.active {
  height: auto;
  opacity: 1;
}

header .link ul li .arealink dl dd a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  height: 50px;
  padding: 0 0 0 20px;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
}

header .link ul li .arealink dl dd a:after {
  display: none;
}

header .link ul li .arealink dl dd a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #FFFFFF;
  border-right: 0;
  margin: 0 5px 0 0;
}

header .link ul li .arealink dl dd a em {
  font-weight: bold;
  margin: 0 2px 0 0;
}

header .link ul li .arealink dl dd a:hover {
  background: #00487C;
}

header .link ul li .arealink dl dd a:first-child {
  border-radius: 6px 6px 0 0;
}

header .link ul li .arealink dl dd a:last-child {
  border-radius: 0 0 6px 6px;
}

header .link p {
  width: 240px;
  margin: 0 0 0 36px;
}

@media screen and (max-width: 1040px) {
  header {
    height: 14.6666666667vw;
    padding: 0 3.2vw 0 4vw;
  }

  header .logo {
    padding: 0.6666666667vw 0 0 0;
  }

  header .logo h1 {
    width: 29.3333333333vw;
    margin: 0 2.1333333333vw 0 0;
  }

  header .logo strong {
    font-size: 2.6666666667vw;
    margin: -0.6666666667vw 0 0 0;
  }

  header .link {
    display: none;
  }

  header .sp_link {
    display: block;
    padding: 0.6666666667vw 0 0 0;
  }

  header .sp_link ul li {
    width: 10.8vw;
  }

  header .sp_link ul li:first-child {
    margin: 0 2.6666666667vw 0 0;
  }

  header .sp_link .menu_area {
    position: fixed;
    top: 0;
    left: 0;
    background: #5081a5;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }

  header .sp_link .menu_area.active {
    display: block;
    height: 100vh;
  }

  header .sp_link .menu_area div {
    padding: 27.3333333333vw 0 26.6666666667vw 0;
  }

  header .sp_link .menu_area div .btn {
    position: absolute;
    top: 2.4vw;
    right: 3.2vw;
    display: flex;
    justify-content: flex-end;
  }

  header .sp_link .menu_area div .btn a {
    width: 10.8vw;
  }

  header .sp_link .menu_area div .btn2 {
    width: 59.0666666667vw;
    margin: 10.9333333333vw auto 0 auto;
  }

  header .sp_link .menu_area div dl {
    width: 59.0666666667vw;
    padding: 0 0 0 10.4vw;
    margin: 0 auto;
  }

  header .sp_link .menu_area div dl dt {
    margin: 0 0 3.2vw 0;
  }

  header .sp_link .menu_area div dl dt a {
    display: flex;
    align-items: center;
    font-size: 4.5333333333vw;
    line-height: 1.7647058824;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 4.5333333333vw 0;
  }

  header .sp_link .menu_area div dl dt a:last-child {
    margin: 0;
  }

  header .sp_link .menu_area div dl dt a:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.6vw solid #FFFFFF;
    border-right: 0;
    margin: 0 1.6vw 0 0;
  }

  header .sp_link .menu_area div dl dd {
    padding: 0 0 0 4vw;
  }

  header .sp_link .menu_area div dl dd a {
    display: flex;
    align-items: center;
    font-size: 3.3333333333vw;
    line-height: 1.72;
    color: #FFFFFF;
    margin: 0 0 4.5333333333vw 0;
  }

  header .sp_link .menu_area div dl dd a:last-child {
    margin: 0;
  }

  header .sp_link .menu_area div dl dd a em {
    font-weight: bold;
    margin: 0 1.3333333333vw 0 0;
  }

  header .sp_link .menu_area div dl dd a:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
    border-left: 1.2vw solid #FFFFFF;
    border-right: 0;
    margin: 0 1.8666666667vw 0 0;
  }
}

main {
  overflow-x: hidden;
}

main img {
  width: 100%;
  height: auto;
}

main .inner {
  max-width: 1100px;
  margin: 0 auto;
}

footer {
  padding: 0 0 25px 0;
}

footer img {
  width: 100%;
  height: auto;
}

footer .contact_area {
  background: url(/global-real-estate/assets/img/global-real-estate-contact_bg.png) right top no-repeat;
  background-size: cover;
  padding: 64px 0 59px 0;
}

footer .contact_area .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #FFFFFF;
  margin: 0 0 36px 0;
}

footer .contact_area .title h3 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

footer .contact_area .title p {
  font-size: 14px;
  text-align: center;
  margin: -6px 0 0 0;
}

footer .contact_area .textbox {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #FFFFFF;
  margin: 0 0 35px 0;
}

footer .contact_area .textbox .text {
  font-size: 16px;
  line-height: 1.6875;
  text-align: center;
  margin: 0 0 31px 0;
}

footer .contact_area .textbox .tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  letter-spacing: 0.35em;
  margin: 0 0 35px 0;
}

footer .contact_area .textbox .tel span {
  font-size: 25px;
  line-height: 1.6;
}

footer .contact_area .textbox .tel a {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
}

footer .contact_area .textbox .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 60px;
  color: #0b4a7b;
  font-size: 16px;
  width: 370px;
  height: 60px;
  margin: 0 auto;
  text-decoration: none;
}

footer .contact_area .textbox .link a:hover {
  opacity: 0.7;
}

footer .contact_area .textbox .link a img {
  width: 22px;
  margin: 0 12px 0 0;
}

footer .address {
  padding: 56px 0 50px 0;
}

footer .address h4 {
  width: 202px;
  margin: 0 auto 51px auto;
}

footer .address .textbox p {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

footer .address .textbox p:first-child {
  margin: 0 0 18px 0;
}

footer .copy {
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 1040px) {
  footer {
    padding: 0 0 5.0666666667vw 0;
  }

  footer .contact_area {
    background: url(/global-real-estate/assets/img/global-real-estate-contact_bg.png) right top no-repeat;
    background-size: cover;
    padding: 6.6666666667vw 0 8.8vw 0;
  }

  footer .contact_area .title {
    margin: 0 0 6vw 0;
  }

  footer .contact_area .title h3 {
    font-size: 8vw;
  }

  footer .contact_area .title p {
    font-size: 3.2vw;
    margin: 1.4666666667vw 0 0 0;
  }

  footer .contact_area .textbox {
    margin: 0;
  }

  footer .contact_area .textbox .text {
    font-size: 4vw;
    line-height: 1.6666666667;
    margin: 0 0 5.6vw 0;
  }

  footer .contact_area .textbox .tel {
    margin: 0 0 6.8vw 0;
  }

  footer .contact_area .textbox .tel span {
    font-size: 5.2vw;
    line-height: 1.6153846154;
  }

  footer .contact_area .textbox .tel a {
    font-size: 8.4vw;
    line-height: 1;
  }

  footer .contact_area .textbox .link a {
    border-radius: 14.9333333333vw;
    font-size: 4vw;
    width: 92vw;
    height: 14.9333333333vw;
  }

  footer .contact_area .textbox .link a img {
    width: 5.6vw;
    margin: 0 2.9333333333vw 0 0;
  }

  footer .address {
    padding: 12.1333333333vw 0 10.6666666667vw 0;
  }

  footer .address h4 {
    width: 43.4666666667vw;
    margin: 0 auto 10.6666666667vw auto;
  }

  footer .address .textbox {
    margin: 0;
  }

  footer .address .textbox p {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }

  footer .address .textbox p:first-child {
    margin: 0 0 4vw 0;
  }

  footer .copy {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------------
.index
------------------------------------------------------------------ */
.topindex {
  position: relative;
  top: 0;
  left: 0;
}

.topindex #key {
  background: #f3f1ea url(/global-real-estate/assets/img/index/global-real-estate-index-key_bg.png) left top no-repeat;
  background-size: cover;
  height: 570px;
}

.topindex #key .inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.topindex #key .inner h1 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 56px 0 0 0;
}

.topindex #key .inner h1 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  margin: 3px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .topindex #key {
    background: #f3f1ea url(/global-real-estate/assets/img/index/global-real-estate-index-key_bg_sp.png) left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 0 0 0 4vw;
    box-sizing: border-box;
  }

  .topindex #key .inner h1 {
    font-size: 7.4666666667vw;
  }

  .topindex #key .inner h1 span {
    font-size: 3.7333333333vw;
  }
}

.topindex #cont01 {
  position: relative;
  top: 0;
  left: 0;
  background: #f3f1ea url(/global-real-estate/assets/img/index/global-real-estate-index-cont01_bg.png) left top no-repeat;
  background-size: cover;
  padding: 144px 0 155px 0;
}

.topindex #cont01 .inner {
  display: flex;
  justify-content: flex-end;
}

.topindex #cont01 .inner .text {
  width: 42.125vw;
  max-width: 488px;
}

.topindex #cont01 .inner .text p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 36px 0;
}

.topindex #cont01 .inner .text p:last-child {
  margin: 0;
}

.topindex #cont01 .inner .img {
  position: absolute;
  top: 61px;
  left: -9px;
  max-width: 684px;
  width: 53.4375vw;
}

@media screen and (max-width: 1040px) {
  .topindex #cont01 {
    background: #f3f1ea url(/global-real-estate/assets/img/index/global-real-estate-index-cont01_bg_sp.png) left top no-repeat;
    background-size: cover;
    padding: 10.1333333333vw 0 13.8666666667vw 0;
  }

  .topindex #cont01 .inner {
    display: block;
  }

  .topindex #cont01 .inner .text {
    width: 91.4666666667vw;
    margin: 0 auto 9.8666666667vw auto;
  }

  .topindex #cont01 .inner .text p {
    font-size: 3.7333333333vw;
    line-height: 1.8214285714;
    margin: 0 0 6.8vw 0;
  }

  .topindex #cont01 .inner .text p:last-child {
    margin: 0;
  }

  .topindex #cont01 .inner .img {
    position: relative;
    top: 0;
    left: -1.2vw;
    width: 97.3333333333vw;
  }
}

.topindex #cont02 {
  position: relative;
  top: 0;
  left: 0;
  background: #e0e9ee url(/global-real-estate/assets/img/index/global-real-estate-index-cont02_img01.png) right top no-repeat;
  background-size: 1280px auto;
  padding: 77px 0 86px 0;
}

.topindex #cont02::before,
.topindex #cont02::after {
  display: block;
  content: '';
  position: absolute;
}

.topindex #cont02::before {
  top: 0;
  left: 0;
  background: url(/global-real-estate/assets/img/index/global-real-estate-index-cont02_bg.png) left top no-repeat;
  background-size: 100% auto;
  width: 609px;
  height: 540px;
}

.topindex #cont02::after {
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #e0e9ee, transparent);
  width: 100%;
  height: 81%;
}

.topindex #cont02 .inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.topindex #cont02 .inner .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  margin: 0 0 48px 0;
}

.topindex #cont02 .inner .title h2 {
  font-size: 40px;
  color: #0b4a7b;
  letter-spacing: 0.1em;
}

.topindex #cont02 .inner .title p {
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.08em;
}

.topindex #cont02 .inner .subtitle {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #267aa7;
  margin: 0 0 21px 0;
  padding: 0 0 0 19px;
  box-sizing: border-box;
}

.topindex #cont02 .inner .subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/global-real-estate/assets/img/global-real-estate-title_icon.png) left top no-repeat;
  background-size: cover;
  width: 6px;
  height: 40px;
}

.topindex #cont02 .inner .subtitle span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
}

.topindex #cont02 .inner .subtitle strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.14em;
  margin: -6px 0 0 0;
}

.topindex #cont02 .inner .subtitle strong em {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #267aa7;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  letter-spacing: 0.16em;
}

.topindex #cont02 .inner .textbox p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #267aa7;
  letter-spacing: 0.07em;
}

.topindex #cont02 .inner .box01 {
  margin: 0 0 71px 0;
}

.topindex #cont02 .inner .box01 .textbox .img {
  margin: 20px 0 0 0;
}

.topindex #cont02 .inner .box01 .textbox .img ul {
  display: flex;
  justify-content: space-between;
}

.topindex #cont02 .inner .box01 .textbox .img ul li {
  box-shadow: 3px 3px 3px 0px rgba(0, 84, 135, 0.1);
}

.topindex #cont02 .inner .box01 .textbox .img ul li:first-child {
  width: 794px;
}

.topindex #cont02 .inner .box01 .textbox .img ul li:last-child {
  width: 298px;
}

.topindex #cont02 .inner .box02 {
  margin: 0 0 72px 0;
}

.topindex #cont02 .inner .box02 .textbox .list {
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 0;
}

.topindex #cont02 .inner .box02 .textbox .list dl {
  background: #FFFFFF;
  width: 266px;
  padding: 17px 15px 15px 15px;
  box-sizing: border-box;
}

.topindex #cont02 .inner .box02 .textbox .list dl dt {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeef;
  color: #267aa7;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.9545454545;
  height: 50px;
}

.topindex #cont02 .inner .box02 .textbox .list dl dt::before,
.topindex #cont02 .inner .box02 .textbox .list dl dt::after {
  position: absolute;
  left: 0;
  content: '';
  background: #267aa7;
  width: 100%;
  height: 1px;
}

.topindex #cont02 .inner .box02 .textbox .list dl dt:before {
  top: -2px;
}

.topindex #cont02 .inner .box02 .textbox .list dl dt:after {
  bottom: -4px;
}

.topindex #cont02 .inner .box02 .textbox .list dl dd {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4444444444;
  padding: 25px 0 5px 0;
}

.topindex #cont02 .inner .box03 .textbox .img {
  width: 1116px;
  margin: 35px 0 0 0;
}

.topindex #cont02 .inner .box03 .textbox .list {
  display: none;
}

@media screen and (max-width: 1040px) {
  .topindex #cont02 {
    background: #e0e9ee;
    padding: 10vw 0 14.9333333333vw 0;
  }

  .topindex #cont02::before {
    background: url(/global-real-estate/assets/img/index/global-real-estate-index-cont02_bg.png) left top no-repeat;
    background-size: 100% auto;
    width: 81.2vw;
    height: 72vw;
  }

  .topindex #cont02::after {
    width: 100%;
    height: 81%;
  }

  .topindex #cont02 .inner .title {
    width: 91.3333333333vw;
    margin: 0 auto 7.2vw auto;
  }

  .topindex #cont02 .inner .title h2 {
    font-size: 6.4vw;
    letter-spacing: 0.078em;
  }

  .topindex #cont02 .inner .title p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin: 0.8vw 0 0 0;
  }

  .topindex #cont02 .inner .subtitle {
    width: 91.3333333333vw;
    margin: 0 auto 4.2666666667vw auto;
    padding: 0 0 0 4.2666666667vw;
  }

  .topindex #cont02 .inner .subtitle:before {
    width: 1.3333333333vw;
    height: 8.9333333333vw;
    margin: 0 0 0 -0.4vw;
  }

  .topindex #cont02 .inner .subtitle span {
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }

  .topindex #cont02 .inner .subtitle strong {
    font-size: 5.8666666667vw;
    line-height: 1;
    margin: -0.8vw 0 0 0;
  }

  .topindex #cont02 .inner .subtitle strong em {
    font-size: 2.4vw;
    line-height: 1.5;
    padding: 0 0.6666666667vw;
    margin: 0 0 0 0.5333333333vw;
  }

  .topindex #cont02 .inner .textbox {
    width: 91.3333333333vw;
    margin: 0 auto;
  }

  .topindex #cont02 .inner .textbox p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }

  .topindex #cont02 .inner .box01 {
    margin: 0 0 12.6666666667vw 0;
  }

  .topindex #cont02 .inner .box01 .textbox .img {
    margin: 5.3333333333vw 0 0 0;
  }

  .topindex #cont02 .inner .box01 .textbox .img ul {
    display: block;
  }

  .topindex #cont02 .inner .box01 .textbox .img ul li:first-child,
  .topindex #cont02 .inner .box01 .textbox .img ul li:last-child {
    width: 92vw;
  }

  .topindex #cont02 .inner .box01 .textbox .img ul li:first-child {
    margin: 0 0 3.4666666667vw 0;
  }

  .topindex #cont02 .inner .box02 {
    margin: 0 0 12.5333333333vw 0;
  }

  .topindex #cont02 .inner .box02 .textbox .list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3.6vw 0 0 0;
  }

  .topindex #cont02 .inner .box02 .textbox .list dl {
    width: 44.9333333333vw;
    padding: 2.8vw 2.5333333333vw 3.0666666667vw 2.5333333333vw;
    margin: 0 0 2.6666666667vw 0;
  }

  .topindex #cont02 .inner .box02 .textbox .list dl dt {
    font-size: 3.7333333333vw;
    line-height: 1.5357142857;
    height: 8.5333333333vw;
  }

  .topindex #cont02 .inner .box02 .textbox .list dl dd {
    font-size: 3.0666666667vw;
    line-height: 1.4782608696;
    padding: 4vw 0 2.9333333333vw 0;
  }

  .topindex #cont02 .inner .box03 .textbox .img {
    display: none;
  }

  .topindex #cont02 .inner .box03 .textbox .list {
    display: block;
    width: 92vw;
    margin: 3.7333333333vw auto 0 auto;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl {
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 84, 135, 0.1);
    padding: 3.7333333333vw 0 5.0666666667vw 0;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg01 {
    border-top: solid 5px #267AA7;
    margin: 0 0 3.8666666667vw 0;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg01 dt:before {
    background: url(/global-real-estate/assets/img/index/global-real-estate-index-cont03_icon01.png) left center no-repeat;
    background-size: 100% auto;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg01 dd strong {
    color: #267AA7;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg02 {
    border-top: solid 5px #BB8F00;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg02 dt:before {
    background: url(/global-real-estate/assets/img/index/global-real-estate-index-cont03_icon02.png) left center no-repeat;
    background-size: 100% auto;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl.bg02 dd strong {
    color: #BB8F00;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl dt {
    display: flex;
    align-items: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-style: normal;
    border-bottom: 1px solid #CCCCCC;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    width: 84vw;
    margin: 0 auto;
    padding: 0 0 2.9333333333vw 0;
    box-sizing: border-box;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl dt:before {
    content: '';
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: -0.6666666667vw 1.8666666667vw 0 0;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl dd {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    justify-content: space-between;
    align-items: center;
    width: 84vw;
    height: 8.6666666667vw;
    margin: 0 auto;
    padding: 0 2.5333333333vw 0 1.2vw;
    box-sizing: border-box;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl dd strong {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-style: normal;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }

  .topindex #cont02 .inner .box03 .textbox .list dl dd span {
    font-size: 3.2vw;
  }
}

.topindex #cont03 {
  padding: 60px 0 88px 0;
}

.topindex #cont03 .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topindex #cont03 .inner ul li {
  display: flex;
  width: 49.28%;
  max-width: 542px;
  margin: 0 0 17px 0;
}

.topindex #cont03 .inner ul li h2 {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 40px;
  color: #0b4a7b;
  line-height: 1.25;
  padding: 10px 0 0 24px;
  box-sizing: border-box;
  margin: 4px 0 0 0;
}

.topindex #cont03 .inner ul li h2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/global-real-estate/assets/img/index/global-real-estate-index-cont03_icon03.png) left top no-repeat;
  background-size: cover;
  width: 6px;
  height: 105px;
}

@media screen and (max-width: 1040px) {
  .topindex #cont03 {
    padding: 10.4vw 0 14.6666666667vw 0;
  }

  .topindex #cont03 .inner {
    width: 92vw;
  }

  .topindex #cont03 .inner ul {
    display: block;
  }

  .topindex #cont03 .inner ul li {
    width: 100%;
    max-width: none;
    margin: 3.3333333333vw 0 0 0;
  }

  .topindex #cont03 .inner ul li:first-child {
    margin: 0 0 3.3333333333vw 0;
  }

  .topindex #cont03 .inner ul li h2 {
    text-align: center;
    font-size: 6.2666666667vw;
    line-height: 1.3617021277;
    letter-spacing: 0.07em;
    width: 100%;
    margin: 0 0 3.8666666667vw 0;
    padding: 0;
  }

  .topindex #cont03 .inner ul li h2:before {
    display: none;
  }
}

/* -----------------------------------------------------------------
.area
------------------------------------------------------------------ */
.area {
  position: relative;
  top: 0;
  left: 0;
  padding: 80px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .area {
    padding: 14.6666666667vw 0 0 0;
  }
}

.area #key {
  position: relative;
  top: 0;
  left: 0;
}

.area #key .backpath {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 5;
}

.area #key .backpath ul {
  display: flex;
  justify-content: flex-end;
}

.area #key .backpath ul li {
  display: flex;
  align-items: center;
}

.area #key .backpath ul li::after {
  content: '　＞　';
  display: block;
  color: #FFFFFF;
  font-size: 12px;
}

.area #key .backpath ul li:last-child::after {
  display: none;
}

.area #key .backpath ul li a,
.area #key .backpath ul li span {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
}

@media screen and (max-width: 1040px) {
  .area #key .backpath {
    top: 1.8666666667vw;
    right: 4.1333333333vw;
  }

  .area #key .backpath ul li::after {
    font-size: 2.6666666667vw;
  }

  .area #key .backpath ul li a,
  .area #key .backpath ul li span {
    font-size: 2.6666666667vw;
  }
}

.area #cont01 {
  background: #f3f1ea url(/global-real-estate/assets/img/global-real-estate-cont_bg.png) left top no-repeat;
  background-size: cover;
}

.area #cont01 .inner {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 600px;
  padding: 101px 0 0 0;
  box-sizing: border-box;
}

.area #cont01 .inner .text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #333333;
  font-size: 18px;
  line-height: 2.0555555556;
  width: 460px;
}

.area #cont01 .inner .img {
  position: absolute;
  top: -63px;
  right: -110px;
  width: 700px;
}

@media screen and (max-width: 1040px) {
  .area #cont01 {
    background: #f3f1ea url(/global-real-estate/assets/img/global-real-estate-cont_bg-sp.png) left top no-repeat;
    background-size: cover;
  }

  .area #cont01 .inner {
    display: block;
    height: auto;
    padding: 10.8vw 0 12.6666666667vw 0;
  }

  .area #cont01 .inner .text {
    font-size: 3.7333333333vw;
    line-height: 1.8214285714;
    width: 92vw;
    margin: 0 auto 6.1333333333vw auto;
  }

  .area #cont01 .inner .img {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .area #cont01 .inner .img img {
    width: 98.6666666667vw;
    margin: 0 -2.6666666667vw 0 0;
  }
}

.area #cont02 {
  background: #e6eef4;
  padding: 90px 0 68px 0;
}

.area #cont02 .inner .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  margin: 0 0 64px 0;
}

.area #cont02 .inner .title div {
  position: relative;
  top: 0;
  left: 0;
  color: #267aa7;
  margin: 0 0 20px 0;
  padding: 20px 0 0 16px;
}

.area #cont02 .inner .title div:has(strong) {
  padding: 0 0 0 16px;
}

.area #cont02 .inner .title div:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/global-real-estate/assets/img/global-real-estate-title_icon.png) left top no-repeat;
  background-size: cover;
  width: 6px;
  height: 40px;
}

.area #cont02 .inner .title div strong {
  font-size: 14px;
  letter-spacing: 0;
}

.area #cont02 .inner .title div h3 {
  font-size: 26px;
  line-height: 1;
  margin: -4px 0 0 0;
}

.area #cont02 .inner .title p {
  color: #267aa7;
  font-size: 16px;
}

.area #cont02 .inner .subtitle {
  display: flex;
  align-items: flex-end;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #333333;
  margin: 0 0 32px 0;
}

.area #cont02 .inner .subtitle div {
  margin: 0 31px 0 0;
}

.area #cont02 .inner .subtitle div strong {
  font-size: 12px;
  line-height: 1;
}

.area #cont02 .inner .subtitle div h4 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: -3px 0 0 0;
}

.area #cont02 .inner .subtitle p {
  font-size: 16px;
  margin: 0 0 -6px 0;
}

.area #cont02 .inner .list ul {
  display: flex;
  flex-wrap: wrap;
}

.area #cont02 .inner .list ul li {
  position: relative;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 352px;
  min-height: 440px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0 22px 27px 0;
}

.area #cont02 .inner .list ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.30s;
  -moz-transition: opacity 0.30s;
  -ms-transition: opacity 0.30s;
  -o-transition: opacity 0.30s;
  transition: opacity 0.30s;
}

.area #cont02 .inner .list ul li a:hover {
  opacity: 1;
}

.area #cont02 .inner .list ul li:nth-child(3n) {
  margin: 0 0 24px 0;
}

.area #cont02 .inner .list ul li.commingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area #cont02 .inner .list ul li.commingsoon .text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #267aa7;
  font-size: 20px;
}

.area #cont02 .inner .list ul li .box {
  padding: 20px 20px 16px 20px;
}

.area #cont02 .inner .list ul li .box .place_title {
  margin: 0 0 12px 0;
}

.area #cont02 .inner .list ul li .box .place_title em {
  display: inline-block;
  border-radius: 3px;
  background: #267aa7;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.8;
  padding: 1px 8px;
  margin: 0 0 7px 0;
}

.area #cont02 .inner .list ul li .box .place_title strong {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.area #cont02 .inner .list ul li .box .place_title p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.18em;
}

.area #cont02 .inner .list ul li .box dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.area #cont02 .inner .list ul li .box dl.first {
  border-top: 1px solid #e6e6e6;
}

.area #cont02 .inner .list ul li .box dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  width: 60px;
  padding: 6px 0;
  box-sizing: border-box;
}

.area #cont02 .inner .list ul li .box dl dd {
  font-size: 14px;
  line-height: 1.4285714286;
  width: 252px;
  padding: 6px 0;
}

.area #cont02 .inner .list ul li .box dl dd span {
  display: block;
  text-indent: -10px;
  padding: 0 0 0 10px;
}

.area #cont02 .inner .list ul li .box dl dd span em {
  font-size: 7px;
  line-height: 2.8571428571;
  vertical-align: top;
}

.area #cont02 .inner .list ul li .box .text {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .area #cont02 {
    padding: 12.9333333333vw 0 13.8666666667vw 0;
  }

  .area #cont02 .inner {
    width: 92vw;
  }

  .area #cont02 .inner .title {
    margin: 0 0 7.0666666667vw 0;
  }

  .area #cont02 .inner .title div {
    margin: 0 0 3.7333333333vw 0;
    padding: 0 0 0 4.2666666667vw;
  }

  .area #cont02 .inner .title div:before {
    width: 1.3333333333vw;
    height: 8.9333333333vw;
  }

  .area #cont02 .inner .title div strong {
    font-size: 2.6666666667vw;
  }

  .area #cont02 .inner .title div h3 {
    font-size: 5.8666666667vw;
    margin: -0.6666666667vw 0 0 0;
  }

  .area #cont02 .inner .title p {
    font-size: 3.7333333333vw;
  }

  .area #cont02 .inner .subtitle {
    display: block;
    margin: 0 0 4.2666666667vw 0;
  }

  .area #cont02 .inner .subtitle div {
    margin: 0 4.1333333333vw 0 0;
  }

  .area #cont02 .inner .subtitle div strong {
    font-size: 2.6666666667vw;
  }

  .area #cont02 .inner .subtitle div h4 {
    font-size: 5.8666666667vw;
    margin: -0.4vw 0 0 0;
  }

  .area #cont02 .inner .subtitle p {
    font-size: 3.7333333333vw;
    margin: 3.7333333333vw 0 0 0;
  }

  .area #cont02 .inner .list ul {
    justify-content: space-between;
  }

  .area #cont02 .inner .list ul li {
    width: 45.2vw;
    min-height: 28.8vw;
    box-shadow: 0.4vw 0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.1);
    margin: 0 0 1.6vw 0;
  }

  .area #cont02 .inner .list ul li:nth-child(3n) {
    margin: 0 0 1.6vw 0;
  }

  .area #cont02 .inner .list ul li.commingsoon .text {
    font-size: 3.6vw;
  }

  .area #cont02 .inner .list ul li .box {
    padding: 2.1333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }

  .area #cont02 .inner .list ul li .box .place_title {
    margin: 0 0 1.4666666667vw 0;
  }

  .area #cont02 .inner .list ul li .box .place_title em {
    font-size: 1.6vw;
    line-height: 1.8333333333;
    padding: 0.2666666667vw 1.3333333333vw;
    margin: 0 0 9px 0;
  }

  .area #cont02 .inner .list ul li .box .place_title strong {
    font-size: 2.6666666667vw;
    line-height: 1.25;
  }

  .area #cont02 .inner .list ul li .box .place_title p {
    font-size: 2.4vw;
    line-height: 1.3888888889;
  }

  .area #cont02 .inner .list ul li .box dl {
    display: block;
  }

  .area #cont02 .inner .list ul li .box dl dt {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    width: 100%;
    padding: 1.7333333333vw 0 0 0;
    margin: 0 0 0.5333333333vw 0;
  }

  .area #cont02 .inner .list ul li .box dl dd {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 0 0 1.7333333333vw 0;
  }

  .area #cont02 .inner .list ul li .box dl dd span {
    text-indent: -1.6vw;
    padding: 0 0 0 1.6vw;
  }

  .area #cont02 .inner .list ul li .box dl dd span em {
    font-size: 1.3333333333vw;
    line-height: 2.5;
  }

  .area #cont02 .inner .list ul li .box .text {
    font-size: 2.4vw;
    margin: 1.3333333333vw 0 0 0;
  }
}

.area #cont03 {
  background: #e6eef4;
  padding: 0 0 102px 0;
}

.area #cont03 .inner .title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  margin: 0 0 34px 0;
}

.area #cont03 .inner .title div {
  position: relative;
  top: 0;
  left: 0;
  color: #267aa7;
  margin: 0 0 20px 0;
  padding: 20px 0 0 16px;
}

.area #cont03 .inner .title div:has(strong) {
  padding: 0 0 0 16px;
}

.area #cont03 .inner .title div:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/global-real-estate/assets/img/global-real-estate-title_icon.png) left top no-repeat;
  background-size: cover;
  width: 6px;
  height: 40px;
}

.area #cont03 .inner .title div strong {
  font-size: 14px;
  letter-spacing: 0;
}

.area #cont03 .inner .title div h3 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: -6px 0 0 0;
}

.area #cont03 .inner .title p {
  color: #267aa7;
  font-size: 16px;
}

.area #cont03 .inner .subtitle {
  display: flex;
  align-items: flex-end;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #333333;
  margin: 0 0 32px 0;
}

.area #cont03 .inner .subtitle div {
  margin: 0 31px 0 0;
}

.area #cont03 .inner .subtitle div strong {
  font-size: 12px;
  line-height: 1;
}

.area #cont03 .inner .subtitle div h4 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: -3px 0 0 0;
}

.area #cont03 .inner .subtitle p {
  font-size: 16px;
  margin: 0 0 -6px 0;
}

.area #cont03 .inner .list ul {
  display: flex;
  flex-wrap: wrap;
}

.area #cont03 .inner .list ul li {
  position: relative;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 352px;
  min-height: 440px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0 22px 27px 0;
}

.area #cont03 .inner .list ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.30s;
  -moz-transition: opacity 0.30s;
  -ms-transition: opacity 0.30s;
  -o-transition: opacity 0.30s;
  transition: opacity 0.30s;
}

.area #cont03 .inner .list ul li a:hover {
  opacity: 1;
}

.area #cont03 .inner .list ul li:nth-child(3n) {
  margin: 0 0 24px 0;
}

.area #cont03 .inner .list ul li.commingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area #cont03 .inner .list ul li.commingsoon .text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  color: #267aa7;
  font-size: 20px;
}

.area #cont03 .inner .list ul li .box {
  padding: 20px 20px 16px 20px;
}

.area #cont03 .inner .list ul li .box .place_title {
  margin: 0 0 12px 0;
}

.area #cont03 .inner .list ul li .box .place_title em {
  display: inline-block;
  border-radius: 3px;
  background: #267aa7;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.8;
  padding: 1px 8px;
  margin: 0 0 7px 0;
}

.area #cont03 .inner .list ul li .box .place_title strong {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.area #cont03 .inner .list ul li .box .place_title p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.18em;
}

.area #cont03 .inner .list ul li .box dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.area #cont03 .inner .list ul li .box dl.first {
  border-top: 1px solid #e6e6e6;
}

.area #cont03 .inner .list ul li .box dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  width: 60px;
  padding: 6px 0;
  box-sizing: border-box;
}

.area #cont03 .inner .list ul li .box dl dd {
  font-size: 14px;
  line-height: 1.4285714286;
  width: 252px;
  padding: 6px 0;
}

.area #cont03 .inner .list ul li .box dl dd span {
  display: block;
  text-indent: -10px;
  padding: 0 0 0 10px;
}

.area #cont03 .inner .list ul li .box dl dd span em {
  font-size: 7px;
  line-height: 2.8571428571;
  vertical-align: top;
}

.area #cont03 .inner .list ul li .box .text {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .area #cont03 {
    padding: 0 0 12.9333333333vw 0;
  }

  .area #cont03 .inner {
    width: 92vw;
  }

  .area #cont03 .inner .title {
    margin: 0 0 7.2vw 0;
  }

  .area #cont03 .inner .title div {
    margin: 0 0 3.7333333333vw 0;
    padding: 0 0 0 4.2666666667vw;
  }

  .area #cont03 .inner .title div:before {
    width: 1.3333333333vw;
    height: 8.9333333333vw;
  }

  .area #cont03 .inner .title div strong {
    font-size: 2.6666666667vw;
  }

  .area #cont03 .inner .title div h3 {
    font-size: 5.8666666667vw;
    margin: -0.6666666667vw 0 0 0;
  }

  .area #cont03 .inner .title p {
    font-size: 3.7333333333vw;
  }

  .area #cont03 .inner .subtitle {
    display: block;
    margin: 0 0 4.2666666667vw 0;
  }

  .area #cont03 .inner .subtitle div {
    margin: 0 4.1333333333vw 0 0;
  }

  .area #cont03 .inner .subtitle div strong {
    font-size: 2.6666666667vw;
  }

  .area #cont03 .inner .subtitle div h4 {
    font-size: 5.8666666667vw;
    margin: -0.4vw 0 0 0;
  }

  .area #cont03 .inner .subtitle p {
    font-size: 3.7333333333vw;
    margin: 3.7333333333vw 0 0 0;
  }

  .area #cont03 .inner .list ul {
    justify-content: space-between;
  }

  .area #cont03 .inner .list ul li {
    width: 45.2vw;
    min-height: 28.8vw;
    box-shadow: 0.4vw 0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.1);
    margin: 0 0 1.6vw 0;
  }

  .area #cont03 .inner .list ul li:nth-child(3n) {
    margin: 0 0 1.6vw 0;
  }

  .area #cont03 .inner .list ul li.commingsoon .text {
    font-size: 3.6vw;
  }

  .area #cont03 .inner .list ul li .box {
    padding: 2.9333333333vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }

  .area #cont03 .inner .list ul li .box .place_title {
    margin: 0 0 1.6vw 0;
  }

  .area #cont03 .inner .list ul li .box .place_title em {
    font-size: 1.6vw;
    line-height: 1.8333333333;
    padding: 0.2666666667vw 1.3333333333vw;
    margin: 0 0 1.2vw 0;
  }

  .area #cont03 .inner .list ul li .box .place_title strong {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    letter-spacing: 0.13em;
  }

  .area #cont03 .inner .list ul li .box .place_title p {
    font-size: 2.4vw;
    line-height: 1.3888888889;
    letter-spacing: 0.1em;
  }

  .area #cont03 .inner .list ul li .box dl {
    display: block;
  }

  .area #cont03 .inner .list ul li .box dl dt {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    width: 100%;
    padding: 1.7333333333vw 0 0 0;
    margin: 0 0 0.5333333333vw 0;
  }

  .area #cont03 .inner .list ul li .box dl dd {
    font-size: 2.6666666667vw;
    line-height: 1.25;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 0 0 1.7333333333vw 0;
  }

  .area #cont03 .inner .list ul li .box dl dd span {
    text-indent: -1.6vw;
    padding: 0 0 0 1.6vw;
  }

  .area #cont03 .inner .list ul li .box dl dd span em {
    font-size: 1.3333333333vw;
    line-height: 2.5;
  }

  .area #cont03 .inner .list ul li .box .text {
    font-size: 2.4vw;
    margin: 1.3333333333vw 0 0 0;
  }
}

/* -----------------------------------------------------------------
.sale
------------------------------------------------------------------ */
.sale {
  position: relative;
  top: 0;
  left: 0;
  padding: 80px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .sale {
    padding: 14.6666666667vw 0 0 0;
  }
}

.sale #key {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 0 91px 0;
}

.sale #key .backpath {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 40px 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.sale #key .backpath ul {
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0;
}

.sale #key .backpath ul li {
  display: flex;
  align-items: center;
}

.sale #key .backpath ul li::after {
  content: '　／　';
  display: block;
  color: #999999;
  font-size: 12px;
}

.sale #key .backpath ul li:last-child::after {
  display: none;
}

.sale #key .backpath ul li a,
.sale #key .backpath ul li span {
  display: block;
  color: #999999;
  font-size: 12px;
}

.sale #key .title {
  text-align: center;
  margin: 0 0 47px 0;
}

.sale #key .title p {
  display: inline-block;
  border-radius: 3px;
  background: #267aa7;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.8;
  padding: 1px 8px;
  margin: 0 0 3px 0;
}

.sale #key .title h1 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 -10px 0;
}

.sale #key .title strong {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  text-align: center;
  font-size: 20px;
}

.sale #key .slide {
  max-width: 1100px;
  margin: 0 auto;
}

.sale #key .slide .slider-for {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 20px 0;
}

.sale #key .slide .slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  text-indent: -9999px;
  width: 52px;
  height: 52px;
  z-index: 10;
  margin: -26px 0 0 0;
}

.sale #key .slide .slider-for .slick-arrow.slick-next {
  right: -26px;
  background: url(/global-real-estate/assets/img/global-real-estate-slide_right.png) left center no-repeat;
  background-size: 100% auto;
}

.sale #key .slide .slider-for .slick-arrow.slick-prev {
  left: -26px;
  background: url(/global-real-estate/assets/img/global-real-estate-slide_left.png) left center no-repeat;
  background-size: 100% auto;
}

.sale #key .slide .slider-nav {
  width: 980px;
  margin: 0 auto;
}

.sale #key .slide .slider-nav .slick-slide {
  margin: 0 8px;
}

@media screen and (max-width: 1040px) {
  .sale #key {
    padding: 1.6vw 0 12.4vw 0;
  }

  .sale #key .backpath {
    width: 92vw;
    margin: 0 auto 6.2666666667vw auto;
    padding: 0;
  }

  .sale #key .backpath ul {
    letter-spacing: 0;
  }

  .sale #key .backpath ul li::after {
    font-size: 2.6666666667vw;
  }

  .sale #key .backpath ul li a,
  .sale #key .backpath ul li span {
    font-size: 2.6666666667vw;
  }

  .sale #key .title {
    margin: 0 0 8vw 0;
  }

  .sale #key .title p {
    font-size: 1.8666666667vw;
    line-height: 1.7857142857;
    padding: 0.2666666667vw 1.0666666667vw;
    margin: 0 0 1.7333333333vw 0;
  }

  .sale #key .title h1 {
    font-size: 7.3333333333vw;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0;
  }

  .sale #key .title strong {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }

  .sale #key .slide {
    width: 100%;
  }

  .sale #key .slide .slider-for {
    margin: 0 0 2.2666666667vw 0;
  }

  .sale #key .slide .slider-for .slick-arrow {
    width: 9.6vw;
    height: 9.6vw;
    margin: -4.8vw 0 0 0;
  }

  .sale #key .slide .slider-for .slick-arrow.slick-next {
    right: 1.8666666667vw;
    background: url(/global-real-estate/assets/img/global-real-estate-slide_right.png) left center no-repeat;
    background-size: 100% auto;
  }

  .sale #key .slide .slider-for .slick-arrow.slick-prev {
    left: 1.8666666667vw;
    background: url(/global-real-estate/assets/img/global-real-estate-slide_left.png) left center no-repeat;
    background-size: 100% auto;
  }

  .sale #key .slide .slider-nav {
    width: 86.4vw;
  }

  .sale #key .slide .slider-nav .slick-slide {
    margin: 0 1.0666666667vw;
  }
}

.sale #cont01 {
  padding: 0 0 129px 0;
}

.sale #cont01 .inner .list {
  border-top: 1px solid #e6e6e6;
  width: 750px;
  margin: 0 auto 78px auto;
}

.sale #cont01 .inner .list dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.sale #cont01 .inner .list dl dt {
  display: flex;
  justify-content: space-between;
  width: 152px;
  padding: 9px 15px 4px 15px;
  box-sizing: border-box;
}

.sale #cont01 .inner .list dl dt span {
  display: block;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

.sale #cont01 .inner .list dl dd {
  font-size: 18px;
  line-height: 2;
  padding: 9px 15px 4px 15px;
  box-sizing: border-box;
}

.sale #cont01 .inner .nav ul {
  display: flex;
  justify-content: space-between;
  width: 612px;
  margin: 0 auto;
}

.sale #cont01 .inner .nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #267aa7;
  border: 1px solid #267aa7;
  border-radius: 60px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  text-decoration: none;
  width: 220px;
  height: 60px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
}

.sale #cont01 .inner .nav ul li a:hover {
  background: #FFFFFF;
  color: #267aa7;
}

.sale #cont01 .inner .nav ul li:first-child a {
  background: #267aa7 url(/global-real-estate/assets/img/sale/global-real-estate-sale-left.png) left 22px center no-repeat;
  background-size: 10px auto;
  width: 170px;
}

.sale #cont01 .inner .nav ul li:first-child a:hover {
  background: #FFFFFF url(/global-real-estate/assets/img/sale/global-real-estate-sale-left_hover.png) left 22px center no-repeat;
  background-size: 10px auto;
}

.sale #cont01 .inner .nav ul li:last-child a {
  background: #267aa7 url(/global-real-estate/assets/img/sale/global-real-estate-sale-right.png) right 22px center no-repeat;
  background-size: 10px auto;
  width: 170px;
}

.sale #cont01 .inner .nav ul li:last-child a:hover {
  background: #FFFFFF url(/global-real-estate/assets/img/sale/global-real-estate-sale-right_hover.png) right 22px center no-repeat;
  background-size: 10px auto;
}

@media screen and (max-width: 1040px) {
  .sale #cont01 {
    padding: 0 0 12vw 0;
  }

  .sale #cont01 .inner .list {
    width: 92vw;
    margin: 0 auto 8.8vw auto;
  }

  .sale #cont01 .inner .list dl {
    display: block;
  }

  .sale #cont01 .inner .list dl dt {
    justify-content: flex-start;
    width: 100%;
    padding: 2.4vw 2.6666666667vw 0vw 3.0666666667vw;
  }

  .sale #cont01 .inner .list dl dt span {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }

  .sale #cont01 .inner .list dl dd {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    margin: -0.6666666667vw 0 0 0;
    padding: 0vw 5.3333333333vw 2.8vw 6.9333333333vw;
  }

  .sale #cont01 .inner .nav ul {
    width: 92vw;
  }

  .sale #cont01 .inner .nav ul li a {
    font-size: 2.6666666667vw;
    width: 33.0666666667vw;
    height: 8.9333333333vw;
  }

  .sale #cont01 .inner .nav ul li:first-child a {
    background: #267aa7 url(/global-real-estate/assets/img/sale/global-real-estate-sale-left.png) left 2.9333333333vw center no-repeat;
    background-size: 1.6vw auto;
    width: 25.6vw;
  }

  .sale #cont01 .inner .nav ul li:last-child a {
    background: #267aa7 url(/global-real-estate/assets/img/sale/global-real-estate-sale-right.png) right 2.9333333333vw center no-repeat;
    background-size: 1.6vw auto;
    width: 25.6vw;
  }
}

.grayOt {
  background: #99a0a46e !important;
  border: 1px solid #cacaca !important;
}

li.disabled {
  pointer-events: none;
}

/* 20251208 cta section added  */
/* Cta */
.thailand-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px;
  justify-content: space-between;
  display: none;
  background: rgba(55, 55, 55, 0.55);
  z-index: 90;
}

.thailand-cta a {
  background: #d35165;
  border-radius: 5px;
  color: #fff;
  display: block;
  /*width: 48.5%;*/
  width: 40%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.thailand-cta .thailand-cta_tel {
  width: 15%;
}


.thailand-cta .thailand-cta_seminar {
  color: #fff;
  background-color: #bf9f00;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 9px 0 0;
  position: absolute;
  bottom: 76px;
  left: 15px;
}

.thailand-cta-pc {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 20;
}

.thailand-cta-pc a {
  display: block;
  width: 250px;
  padding: 15px 0;
  text-align: center;
  border: 2px solid #d35165;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
}

.thailand-cta-pc a:hover {
  text-decoration: unset;
}

.thailand-cta-pc a.thailand-cta_contact {
  background-color: #fff;
  color: #d35165;
}

.thailand-cta-pc a.thailand-cta_contact img {
  margin-left: 15px;
}

.thailand-cta-pc a.thailand-cta_seminar {
  color: #d35165;
  background: #fff;
}

.thailand-cta-pc .thailand-cta_seminar_balloon,
.secondNav_seminar_balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-13px);
  width: 180px;
  margin: -30px auto 0;
  padding: .2em 0;
  border: 2px solid #bf9f00;
  border-radius: 20px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
  background-color: #bf9f00;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.secondNav_seminar_balloon {
  transform: translateY(2px);
}

.thailand-cta-pc .thailand-cta_seminar_balloon:before,
.thailand-cta-pc .thailand-cta_seminar_balloon:after,
.secondNav_seminar_balloon:before,
.secondNav_seminar_balloon:after {
  position: absolute;
  top: 100%;
  content: '';
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.thailand-cta-pc .thailand-cta_seminar_balloon:before,
.secondNav_seminar_balloon:before {
  width: 16px;
  height: 8px;
  background-color: #bf9f00;
  background: #bf9f00;
}

.thailand-cta-pc .thailand-cta_seminar_balloon:after,
.secondNav_seminar_balloon:after {
  width: 12px;
  height: 6px;
  background-color: #bf9f00;
  background: #bf9f00;
}

.secondNav_seminar_balloon._240326 {
  margin-top: -68px;
  text-align: center;
  width: 186px;
}

.thailand-cta-pc .thailand-cta_seminar_balloon,
.thailand-cta .thailand-cta_seminar {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {

  /* Cta */
  .thailand-cta-pc {
    display: none;
  }

  .thailand-cta {
    display: flex;
    box-sizing: border-box;
  }

  .thailand-cta a {
    width: 100%;
  }
}

:not(hr):not(legend) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topindex #cont01 .inner .text h2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333333;
  font-size: 27px;
  line-height: 2.0555555556;
}

.topindex #cont02 .inner .box02 h3 {
  font-weight: 700;
  font-size: 22px;
}

@media screen and (max-width: 1040px) {
  .topindex #cont01 .inner .text h2 {
    font-size: 5.6vw;
    line-height: 1.8214285714;
  }

  .topindex #cont02 .inner .box02 h3 {
    font-size: 3.7333333333vw;
    line-height: 1.5357142857;
  }
}

#cont01 .inner .list .block {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

#cont01 .inner .list .block .column {
  width: 100%;
}

#cont01 .inner .list .block h2 {
  padding: 9px 15px 4px 15px;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  max-width: 152px;
  flex: 0 0 152px;
}

#cont01 .inner .list .block dl:last-child {
  border-bottom: none;
}

.sale #cont01 .inner .list dl dt h3 {
  display: flex;
  justify-content: space-between;
  width: 152px;
  /* padding: 9px 15px 4px 15px; */
  box-sizing: border-box;
}

footer .contact_area .title h2 {
  font-size: 14px;
  text-align: center;
  margin: -6px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .sale #cont01 .inner .list dl dt h3 {
    justify-content: flex-start;
    width: 100%;
    /* padding: 2.4vw 2.6666666667vw 0vw 3.0666666667vw; */
  }

  #cont01 .inner .list .block h2 {
    width: 100%;
    padding: 2.2vw 0vw 0vw 3.0666666667vw;
    flex: 0 0 100%;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    max-width: 23vw;
  }

  footer .contact_area .title h2 {
    font-size: 3.2vw;
    margin: 1.4666666667vw 0 0 0;
  }
}

#cont03 .inner li a {
  position: relative;
}

#cont03 .inner li a h3 {
  background: url(../img/index/global-real-estate-index-text-bg.jpg) no-repeat center;
  background-size: cover;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30.25px;
  line-height: 28px;
  letter-spacing: .017em;
  position: absolute;
  color: #FFF;
  width: 100%;
  max-width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 16px;
}

#cont03 .inner li a h3 span {
  /* font-family: "Hiragino Mincho ProN", sans-serif; */
  display: block;
  font-size: 16.6px;
  letter-spacing: .107em;
}

@media screen and (max-width: 1040px) {
  #cont03 .inner li a h3 {
    font-size: 5vw;
    line-height: 1.4;
    max-width: 30vw;
    left: 3vw;
  }

  #cont03 .inner li a h3 span {
    font-size: 2.7vw;
  }
}

.area #key .mv {
  position: relative;
}

.area #key .mv .title {
  background: url(../img/index/global-real-estate-index-title-bg.jpg) no-repeat center;
  background-size: cover;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 100%;
  max-width: 29.6vw;
  max-height: 29vw;
  left: 4.7vw;
  top: 50%;
  transform: translateY(-50%);
  /* font-size: 46px;
  line-height: 42px; */
  font-size: 3.5vw;
  line-height: 1.3;
  letter-spacing: .031em;
}

.area #key .mv .title span {
  /* font-family: "Hiragino Mincho ProN", sans-serif; */
  display: block;
  /* font-size: 22px; */
  font-size: 1.9vw;
  letter-spacing: .112em;
}

.area #key .mv .title .small {
  /* font-size: 16px; */
  font-size: 1.1vw;
}

@media screen and (max-width: 960px) {
  .area #key .mv .title {
    background: url(../img/index/global-real-estate-index-text-bg.jpg) no-repeat center;
    background-size: cover;
    max-width: 49vw;
    max-height: 49vw;
    left: 8vw;
    font-size: 6vw;
    line-height: 1.4;
  }

  .area #key .mv .title span {
    font-size: 3vw;
  }

  .area #key .mv .title .small {
    font-size: 3vw;
  }
}

/*# sourceMappingURL=global-real-estate-layout.css.map */