/* Scss Document */
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  text-align: center;
}
#global-header .inner .logo a {
  display: inline-block;
  padding: 12px 0;
  font-weight: bold;
}
#global-header .inner #global-navi {
  width: 50%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  font-size: 1.4em;
  padding: 14px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  background: #333;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi ul {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 100%;
  }
  #global-header .inner .logo {
    width: 25%;
  }
}
@media screen and (max-width: 1112px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
    padding: 10.5px 0;
  }
  #global-header .inner .logo a img {
    width: auto;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner .logo a {
    padding: 15px 0;
    width: 100%;
    font-size: 0.8em;
  }
}

main#container .page-header {
  text-align: center;
  margin-bottom: 40px;
}
main#container .page-header h2 .h-inner {
  display: inline-block;
  height: 130px;
  margin: 0 auto;
  padding-left: 60px;
  background: url(../images/midashi.png) no-repeat left center;
}
main#container .page-header h2 .h-inner .ja {
  display: inline-block;
  padding-top: 46px;
  padding-right: 18px;
  font-size: 1.8em;
  font-weight: bold;
}
main#container .page-header h2 .h-inner .en {
  display: inline-block;
  padding-right: 18px;
  font-size: 0.8em;
  letter-spacing: 0.25em;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

/* Scss Document */
#key-visual img {
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: bottom;
}
#key-visual h2 {
  position: absolute;
  color: #fff;
  font-size: 4em;
  margin: -12% 0 0 63%;
}
@media screen and (max-width: 834px) {
  #key-visual {
    height: 300px;
  }
  #key-visual img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  #key-visual h2 {
    margin: -20% 0 0 70%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual {
    height: 250px;
  }
  #key-visual h2 {
    position: absolute;
    color: #fff;
    font-size: 4em;
    margin: -40% 0 0 43%;
  }
}

.wrap_bg_top {
  background: #f9f9f9;
}

.wrap_bg {
  background: #fff;
}

.sub_title {
  margin-top: 15%;
}
.sub_title h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}
.sub_title h2 span {
  font-size: 0.4em;
  color: #666666;
}
@media screen and (max-width: 415px) {
  .sub_title h2 {
    font-size: 2em;
  }
}

.sub_left {
  width: 800px;
  margin: 2% auto 0 auto;
  text-align: left;
}
.sub_left h2 {
  font-size: 2em;
  margin-bottom: 5%;
  line-height: 1.2em;
}
.sub_left h2 span {
  font-size: 0.8em;
  color: #666666;
}
.sub_left.contact_sub_left {
  width: 800px;
}
@media screen and (max-width: 1112px) {
  .sub_left.contact_sub_left {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .sub_left {
    width: 95%;
  }
  .sub_left h2 {
    font-size: 2.8em;
  }
  .sub_left h2 span {
    font-size: 0.6em;
  }
}

.btn {
  border: solid #1a1a1a 1px;
  padding: 10px;
  width: 100px;
  position: relative;
}
.btn a {
  text-align: center;
  font-size: 14px;
  font-family: "Shin Go Regular";
  line-height: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin: 0 auto;
  display: block;
}
.btn a:hover {
  color: #ffffff;
  transition: 0.5s;
  padding: 3px;
}
.btn a img {
  position: absolute;
  width: 10px;
  height: 13px;
  margin: -5px 0 0 -15px;
}
.btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  transition: 0.5s;
}

.flex {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 415px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
}

.kasen_es {
  border-bottom: solid 1px #333;
  width: 800px;
  margin: 5% auto 0 auto;
}
.kasen_es img {
  margin: 0 0 0 auto;
  display: block;
}
.kasen_es.contact {
  width: 800px;
}
.kasen_es.estate {
  width: 1000px;
}
@media screen and (max-width: 1112px) {
  .kasen_es.contact {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .kasen_es.estate {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .kasen_es {
    width: 95%;
  }
}

footer {
  background: #fff;
  padding: 5% 0 2.5%;
}
footer .footer_inner {
  width: 60%;
  margin: 0 auto;
}
footer .footer_inner h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
footer .footer_inner ul {
  margin: 5% auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
footer .footer_inner ul li {
  width: 100%;
  font-size: 1.2em;
  padding: 1%;
  text-align: center;
}
footer .footer_inner ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer_inner ul li a span {
  font-size: 1.3em;
}
@media screen and (max-width: 800px) {
  footer .footer_inner ul {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  footer .footer_inner {
    width: 80%;
  }
  footer .footer_inner ul {
    width: 100%;
  }
}
footer p {
  text-align: center;
}

.contents_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.contents_wrap .sub_lay {
  text-align: center;
}

.sub_title {
  margin-top: 0;
}

.contents-box {
  padding: 120px 0;
}
.contents-box.estate-box {
  background: #f3f3f3;
}
@media screen and (max-width: 415px) {
  .contents-box {
    padding: 64px 0;
  }
}

.realestate_wrap {
  width: 49%;
  margin: 0 auto;
  display: block;
}
.realestate_wrap ul {
  display: flex;
  flex-direction: row;
}
.realestate_wrap ul li {
  padding: 2%;
}
.realestate_wrap ul li .espic_1 a {
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.6s ease;
}
.realestate_wrap ul li .espic_1 a img {
  vertical-align: bottom;
}
.realestate_wrap ul li .espic_1 a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.realestate_wrap ul li .espic_2 a {
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.6s ease;
}
.realestate_wrap ul li .espic_2 a img {
  vertical-align: bottom;
}
.realestate_wrap ul li .espic_2 a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.realestate_wrap ul li p {
  text-align: center;
  font-size: 1.4em;
  margin-top: 10%;
}
.realestate_wrap ul li img {
  width: 100%;
}
.realestate_wrap ul li .btn_lay {
  margin: 3% auto 0 auto;
}
@media screen and (max-width: 415px) {
  .realestate_wrap ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1112px) {
  .realestate_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .realestate_wrap {
    width: 100%;
  }
}

.company_wrap {
  width: 1200px;
  height: 400px;
  margin: 80px auto;
  display: flex;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.company_wrap .flex {
  width: 100%;
}
.company_wrap .flex .co_pic {
  width: 30%;
}
.company_wrap .flex .co_pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 415px) {
  .company_wrap .flex .co_pic {
    width: 100%;
  }
}
.company_wrap .flex .co_txt {
  width: 70%;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.company_wrap .flex .co_txt h3 {
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 415px) {
  .company_wrap .flex .co_txt h3 {
    margin-top: 20%;
  }
}
.company_wrap .flex .co_txt p {
  text-align: center;
  font-size: 1.1em;
}
.company_wrap .flex .co_txt .btn_lay {
  margin: 5% auto 0;
}
.company_wrap .flex .co_txt .btn_lay img {
  width: 40%;
  margin-left: 13%;
}
@media screen and (max-width: 415px) {
  .company_wrap .flex .co_txt {
    width: 100%;
    margin: -2% auto;
  }
}
@media screen and (max-width: 1112px) {
  .company_wrap {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .company_wrap {
    margin: 40px auto;
  }
  .company_wrap .flex .co_pic {
    height: 200px;
  }
  .company_wrap .flex .co_pic img {
    width: 100%;
    height: auto;
  }
  .company_wrap .flex .co_txt {
    height: 200px;
  }
  .company_wrap .flex .co_txt h3 {
    margin-top: 3%;
  }
}

.contact_wrap {
  width: 100%;
  margin: 80px auto 0;
}
.contact_wrap .contact {
  display: flex;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
.contact_wrap .contact .con_left {
  width: 50%;
  background: #2a2a2a;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}
.contact_wrap .contact .con_left p {
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 0.15em;
}
.contact_wrap .contact .con_right {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
}
.contact_wrap .contact .con_right a {
  font-size: 1.8em;
}
.contact_wrap .contact .con_right a:hover {
  transition: 0.5s;
  background: #f0f0f0;
}
@media screen and (max-width: 834px) {
  .contact_wrap .contact .con_left p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  .contact_wrap {
    margin: 40px auto;
  }
  .contact_wrap .contact {
    display: block;
  }
  .contact_wrap .contact .con_left {
    width: 100%;
  }
  .contact_wrap .contact .con_right {
    width: 100%;
    padding: 50px 0;
  }
}

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