@charset "UTF-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pro", "Yu Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1 {
  margin: 0;
  padding: 0;
}

#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

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

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

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

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

@media screen and (min-width: 1059px) {
  .tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
  .pc-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
  .sp-pc {
    display: none;
  }
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

/*----------------------------------------------------
	common
----------------------------------------------------*/
/*----------------------------------------------------
	#page
----------------------------------------------------*/
.bl-title {
  text-align: center;
}
.bl-title .j {
  font-size: 28px;
  line-height: 1.4;
}
.bl-title .e {
  font-size: 14px;
  color: #999;
}

.h-mainimg {
  background-image: url("../images/mainimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.h-mainimg .container {
  height: 700px;
}
@media screen and (max-width: 767px) {
  .h-mainimg .container {
    height: 500px;
  }
}
.h-mainimg .top_text {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h-mainimg .top_text {
    font-size: 10px;
  }
}
.h-mainimg .logo {
  position: absolute;
  left: 20px;
  top: 80px;
  width: 400px;
  height: auto;
}
.h-mainimg .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .h-mainimg .logo {
    width: 120px;
  }
}
.h-mainimg .lead {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .h-mainimg .lead {
    top: 150px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h-mainimg .lead {
    top: 120px;
    font-size: 18px;
  }
}

.h-navi .container {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .h-navi .container {
    height: auto;
    padding: 0;
  }
}
.h-navi ul {
  font-size: 0;
}
.h-navi ul li {
  display: inline-block;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .h-navi ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .h-navi ul li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
}
.h-navi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  text-decoration: none;
  color: #333;
}
.h-navi ul li a:hover {
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h-navi ul li a {
    padding: 0;
  }
}
.h-navi ul li .bl-title .j {
  font-size: 18px;
}
.h-navi ul li .bl-title .e {
  font-size: 10px;
}

.index-lead {
  background-color: #000;
  background-image: url("../images/lead_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .index-lead {
    background-position: left -485px center;
  }
}
@media screen and (max-width: 767px) {
  .index-lead {
    background-image: none;
  }
}
.index-lead .container {
  height: 598px;
  padding: 100px 20px 0 380px;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .index-lead .container {
    padding-left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .index-lead .container {
    height: auto;
    padding: 40px 20px;
  }
}
.index-lead .lead_text {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .index-lead .lead_text {
    text-align: center;
    font-size: 22px;
  }
}
.index-lead p {
  margin: 20px auto;
}
.index-lead .line {
  height: 1px;
  background-color: #fff;
  margin: 35px auto;
}
.index-lead .bl-title {
  text-align: left;
  font-size: 0;
}
.index-lead .bl-title .j {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
  font-size: 24px;
  line-height: 1;
}
.index-lead .bl-title .e {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
}

.index-service {
  border-bottom: 1px solid #ccc;
}
.index-service .container {
  padding: 60px 20px 50px;
}
.index-service .bl-title {
  margin: 0 auto 30px;
}
.index-service p {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1059px) {
  .index-service p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.index-service ul.service-ul {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1059px) {
  .index-service ul.service-ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.index-service ul.service-ul li {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0 15px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .index-service ul.service-ul li {
    padding: 0 10px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-service ul.service-ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.index-service ul.service-ul li .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
}
.index-service ul.service-ul li .p {
  width: 160px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 10px 20px 10px 10px;
}
@media screen and (max-width: 767px) {
  .index-service ul.service-ul li .p {
    width: 96px;
    height: 58.8px;
  }
}
.index-service ul.service-ul li .text {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .index-service ul.service-ul li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-service ul.service-ul li .text {
    font-size: 14px;
  }
}


.index-info {
  border-bottom: 1px solid #ccc;
  padding: 80px 0;
}
.index-info .bl-title {
  margin-bottom: 40px;
}
.info-ul {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-ul li{
  margin: 0;
  margin-right: 20px;
}
.info-ul li:last-child{
  margin-right: 0px;
}
.info-ul li img{
  display:block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .info-ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .info-ul li{
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .info-ul li:nth-child(2n){
    margin-right: 0px;
  }
}



.index-company .container {
  padding: 60px 20px 80px;
}
@media screen and (max-width: 1059px) {
  .index-company .container {
    padding: 60px 0 0;
  }
}
.index-company .bl-title {
  margin: 0 auto 40px;
}
.index-company .box {
  position: relative;
}
.index-company .box dl {
  margin: 0 auto;
}
.index-company .box dl dt {
  float: left;
}
.index-company .box dl dd {
  margin: 0 0 25px 110px;
  text-align: left;
}
.index-company .box dl dd.nm {
  margin-bottom: 0;
}
@media screen and (max-width: 1059px) {
  .index-company .box dl {
    padding: 0 20px;
  }
  .index-company .box dl dt {
    float: none;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
  }
  .index-company .box dl dd {
    margin: 0 auto 20px;
    font-size: 16px;
  }
}
.index-company .box .gmap {
  position: absolute;
  right: 0;
  top: 0;
  width: 430px;
  height: 100%;
  background-color: #eee;
}
@media screen and (max-width: 1059px) {
  .index-company .box .gmap {
    position: static;
    width: 100%;
    height: 400px;
    margin: 40px auto 0;
  }
}
.index-company .box .gmap iframe {
  width: 430px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1059px) {
  .index-company .box .gmap iframe {
    width: 100%;
  }
}

.index-contact {
  background-color: #eee;
}
.index-contact .container {
  padding: 40px 20px;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.index-contact .container img {
  margin: 0 auto;
}
.index-contact .container a {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
}
.index-contact .container a:hover img {
  -webkit-filter: brightness(110%);
}

input {
  display: inline-block;
  vertical-align: middle;
  /* height: 20px; */
  padding: 8px 6px;
  margin: 0 0 0 0;
  background-color: white;
  border: 1px solid #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 16px;
  /* line-height: 20px; */
  color: #333;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 16px;
  }
}

textarea {
  display: inline-block;
  vertical-align: middle;
  height: 200px;
  padding: 8px 6px;
  margin: 0 0 0 0;
  background-color: white;
  border: 1px solid #999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 16px;
  /* line-height: 20px; */
  color: #333;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
  }
}

.contact-main {
  background-color: #eee;
}
.contact-main .container {
  padding: 60px 20px 80px;
}
.contact-main p {
  text-align: center;
}
.contact-main .caution {
  color: #f00;
  font-size: 10px;
}
.contact-main .table {
  width: 100%;
  max-width: 640px;
  margin: 40px auto;
}
.contact-main .table table {
  width: 100%;
}
.contact-main .table table th {
  width: 240px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-main .table table th {
    display: block;
  }
}
.contact-main .table table td {
  text-align: left;
  padding: 2px 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .contact-main .table table td {
    display: block;
    margin: 0 auto 10px;
  }
}
.contact-main .table table td.long1 input, .contact-main .table table td.long1 .formError.inline {
  width: 100px;
}
.contact-main .table table td.long2 input, .contact-main .table table td.long2 .formError.inline {
  width: 50%;
}
.contact-main .table table td.long3 input, .contact-main .table table td.long3 .formError.inline {
  width: 75%;
}
.contact-main .table table td.long4 input, .contact-main .table table td.long4 .formError.inline {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-main .table table td.long1 input, .contact-main .table table td.long1 .formError.inline {
    width: 100px;
  }
  .contact-main .table table td.long2 input, .contact-main .table table td.long2 .formError.inline {
    width: 100%;
  }
  .contact-main .table table td.long3 input, .contact-main .table table td.long3 .formError.inline {
    width: 100%;
  }
  .contact-main .table table td.long4 input, .contact-main .table table td.long4 .formError.inline {
    width: 100%;
  }
}
.contact-main .table table td textarea {
  width: 100%;
}
.contact-main .table table td .formErrorContent {
  background-color: #231815;
  line-height: 1.4;
  font-size: 14px;
}
.contact-main .table table td .formError {
  z-index: 10;
}
.contact-main .submit-box {
  padding: 100px 0;
}
.contact-main .submit-box em {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin: 0 auto 20px;
}
.contact-main .submit-box p {
  text-align: center;
}
.contact-main .contact-navi {
  font-size: 0;
  text-align: center;
}
.contact-main .contact-btn {
  display: inline-block;
  width: 200px;
  height: 40px;
  margin: 0 20px;
  border: 1px solid #999;
  background-color: #fff;
  font-size: 16px;
  line-height: 38px;
  color: #333;
}
.contact-main .contact-btn:hover {
  cursor: pointer;
  border: 1px solid #231815;
  background-color: #231815;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-main .contact-btn {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.contact-main a.contact-btn {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.f-navi {
  border-top: 15px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .f-navi {
    display: none;
  }
}
.f-navi .container {
  height: 40px;
}
.f-navi ul {
  font-size: 0;
}
.f-navi ul li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  font-size: 14px;
}
.f-navi ul li a {
  text-decoration: none;
  color: #333;
}
.f-navi ul li a:hover {
  color: #999;
}

@media screen and (max-width: 767px) {
  .f-main {
    border-top: 15px solid #231815;
  }
}
.f-main .container {
  height: 110px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .f-main .container {
    padding: 40px 20px 0;
    height: auto;
  }
}
.f-main .logo {
  position: absolute;
  width: 200px;
  height: auto;
  left: 20px;
  bottom: 0;
}
.f-main .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .f-main .logo {
    position: static;
    width: 120px;
    height: auto;
    margin: 0 auto 20px;
  }
}
.f-main .address {
  position: absolute;
  left: 235px;
  bottom: 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .f-main .address {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .f-main .address {
    position: static;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.f-main .lisence {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .f-main .lisence {
    display: block;
    margin-left: 0;
  }
}

.f-copy .container {
  padding: 40px 20px 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .f-copy .container {
    padding: 20px 0;
    font-size: 10px;
  }
}


.australia-top {
  margin: 80px 0;
}
.australia-top .bl-title {
  margin-bottom: 40px;
}
.australia-flex-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.australia-flex-item {
  width: calc(33.33% - 26.66px);
  margin-right: 40px;
  margin-bottom: 30px;
}
.australia-flex-item:nth-child(3n) {
  margin-right: 0;
}
.australia-flex-item img {
  width: 100%;
  height: auto;
}
.australia-flex-item p {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .australia-flex-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .australia-flex-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .australia-flex-item:nth-child(2n+1){
    margin-right: 20px;
  }
}

.property {
  margin: 80px 0;
}
.property .bl-title {
  margin-bottom: 30px;
}
.slider {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.slider li img {
  width:100%;
  height: auto;
}
.thumb {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.thumb li {
  display: block;
  position: relative;
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
.thumb li.is-active::before{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:2px solid rgb(36, 149, 255);
  box-sizing: border-box;
}
.thumb li:hover{
  cursor: pointer;
  opacity:0.8;
}
.thumb li:nth-child(5n) {
  margin-right: 0;
}
.thumb li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .thumb li {
    display: block;
    position: relative;
    width: 100px;
    flex-shrink: 0;
  }
  .thumb li:nth-child(5n) {
    margin-right: 10px;
  }
}
.map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 300px;
  }
}

.property-button {
  padding-bottom: 10px;
}
.property-button .button {
  display: inline-block;
  padding: 10px;
  border: 2px solid #005BAC;
  background-color: #005BAC;
  color: #ffffff;
  text-decoration: none;
}
.property-button .button:hover {
  cursor: pointer;
  border: 2px solid #005BAC;
  background-color:  #ffffff;
  color: #005BAC;  
  font-weight: bold;
}


