/* common */

.forpc {
  display: none !important;
}

.vh100 {
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.sec_title img {
  width: 128px;
}

.sec_title p {
  position: relative;
  top: 14px;
  font-size: 40px;
}

.sec_title .slash {
  height: 30px;
  margin-left: 36px;
  margin-right: 13px;
}

.sec_title_text {
  vertical-align: middle;
  font-size: 10px;
}


/*sample*/

* {
  /* outline: solid 1px rgba(255, 0, 0, 0.5) !important; */
}


/* header logo */

.left_logo1 {
  left: 10px;
  top: 22px;
  width: 87px;
  top: 15px;
  width: 160px;
}

.left_logo1 img {
  width: 100%;
}

.left_logo2 {
  left: 107px;
  top: 22px;
  width: 45px;
}

.left_logo2 img {
  width: 100%;
}

.scroll {
  right: 20px;
}


/*header menu*/

.menu_wrap {
  top: 0;
  left: 0;
  background: #44AF35;
  width: 100%;
  height: 100%;
  padding: 130px 0 0;
  transform: translate(0, -100%);
  transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.menu_open .menu_wrap {
  transform: translate(0, 0%);
}

.menu_item {
  display: block;
  padding: 20px 0px 10px 33px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
}

x.menu_item:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 26px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(-45deg);
}

.link_contact_form {
  border-bottom: 1px solid #fff;
  font-size: 25px;
  color: #fff;
}

.menu_opener {
  position: fixed;
  top: 13px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1500;
}

a.target-burger {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_open ul.buns li.bun {
  -webkit-transform: rotate(45deg) translateZ(0) !important;
  transform: rotate(45deg) translateZ(0) !important;
  ;
}

.menu_open ul.buns li.bun:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0) !important;
  ;
  transform: rotate(-45deg) translateZ(0) !important;
  ;
}

.menu_return {
  -webkit-transform: rotate(0) translateZ(0);
  transform: rotate(0) translateZ(0);
}

a.target-burger ul.buns {
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 27px;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1);
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), color 1s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  list-style: none;
}

a.target-burger ul.buns li.bun {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1);
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), background-color 1s cubic-bezier(.23, 1, .32, 1);
}

a.target-burger ul.buns li.bun:last-child {
  -webkit-transform: translateY(3.75px) translateZ(0);
  transform: translateY(3.75px) translateZ(0);
}

body:not([scroll_p="message"]):not([scroll_p="0"]):not(.menu_open) .bun {
  background: #000 !important;
  background-color: #000 !important;
}

.link_contact_form {
  margin-top: 60px;
  display: inline-block;
  margin-right: -200px;
  padding-right: 200px;
  width: 460px;
  height: 0;
  border-bottom: 52px solid #ffffff;
  border-left: 15px solid transparent;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #44AF35;
  float: right;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.link_contact_form:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 27px;
  top: 22px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_g.svg);
}


/* kv */

.center_logo {
  width: 268px;
}

.center_logo img {
  width: 100%;
}

.center_logo p {
  margin-top: 15px;
  font-size: 14px;
}


/* message */

.message {
  padding: 150px 30px 90px;
}

.message_inner {
  max-width: 315px;
  width: 84vw;
  margin: 0 auto;
}

.message_title {
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 380px) {
  .message_title {
    font-size: 8vw;
  }
}

.message_text {
  margin-right: 43px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2.86;
}


/* service */

.service {
  padding-top: 100px;
}

.service_inner {
  width: 315px;
  margin: 0 auto;
}

.service_fix_wrap {
  /* display: none !important; */
  position: relative;
  width: 313px;
  margin: 0 auto;
}

.service_fix_inner .sec_title {
  margin: 90px 0 50px;
}

.service_fix_inner .sec_title img {
  width: 128px;
}

.service_content_1_sp h2, .service_content_2_sp h2 {
  margin: 58px 0 50px;
  line-height: 1.75;
  font-size: 18px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.service_content_1_sp p, .service_content_2_sp p {
  line-height: 3.4;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.service_content {
  width: 100%;
}

.service_content_1 {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.service_content_1_talbe {
  margin: 72px auto 40px;
  border-spacing: 0px 9px;
}

.service_content_1_talbe td:first-child {
  width: 130px;
  height: 40px;
  font-size: 12px;
  line-height: 1.3;
}

.service_content_1_talbe td:nth-child(2) {
  width: 59px;
  height: 40px;
  line-height: 1.3;
}

.service_content_1_talbe td:nth-child(2) img {
  width: 8px;
  height: auto;
}

.service_content_1_talbe td:last-child {
  width: 127px;
  height: 40px;
  font-size: 12px;
  line-height: 1.3;
}

.service_content_1_talbe img {
  width: 70px;
  width: 126px;
}

.service_content_list {
  width: 315px;
  margin: 0 auto;
}

.service_content_list li {
  width: 153px;
  height: 40px;
  margin: 25px 0 30px;
  line-height: 40px;
}

.service_plas_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.service_text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
}

.service_content_2 ul {
  width: 262px;
  margin: 0 auto;
  text-align: center;
}

.service_content_2 li {
  height: 87px;
}

.service_content_2_inner img {
  margin-top: 67px;
  width: 100%;
}

.service_content2_img {
  position: relative;
  margin-top: 100px;
}

.gray_tri {
  position: relative;
  width: 0;
  height: 0;
  border-left: 101px solid transparent;
  border-right: 101px solid transparent;
  border-top: 212px solid #F1F1F1;
  margin: 0 auto;
}

.gray_tri span {
  width: 262px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
}

.gray_tri span:first-child {
  top: -180px;
}

.gray_tri span:nth-child(2) {
  top: -128px;
}

.gray_tri span:nth-child(3) {
  top: -53px;
}

.green_sqr {
  position: absolute;
  top: 50px;
  left: 53px;
  width: 203px;
  height: 89px;
  background-color: rgba(68, 175, 53, 0.18);
  border: 1px solid #44AF35;
}

.green_tri_down {
  position: absolute;
  top: -5px;
  left: 99px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #44AF35;
}

.green_tri_up {
  position: absolute;
  top: 83px;
  left: 99px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #44AF35;
}

.left_arrow {
  position: absolute;
  top: -108px;
  left: -169px;
  width: 135px;
  height: 83px;
  height: 60px;
  border-left: 1px solid #44AF35;
  border-bottom: 1px solid #44AF35;
}

.sc_bord_3 {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 54px;
  height: 1px;
  background-color: #44AF35;
}

.left_arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 48px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #44AF35;
  border-right: 1px solid #44AF35;
  transform-origin: 100% 30%;
  transform: rotateZ(45deg);
}

.rifht_arrow {
  position: absolute;
  top: -199px;
  top: -179px;
  right: -169px;
  width: 58px;
  height: 92px;
  height: 72px;
  border-top: 1px solid #44AF35;
  border-right: 1px solid #44AF35;
  border-bottom: 1px solid #44AF35;
}

.rifht_arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #44AF35;
  border-left: 1px solid #44AF35;
  transform-origin: 0 80%;
  transform: rotateZ(45deg);
}

.service_content_2_inner .service_content2_logo {
  position: absolute;
  top: -12px;
  right: 76px;
  width: 41px;
  height: auto;
}

.left_message {
  position: absolute;
  bottom: -27px;
  bottom: 10px;
  left: -169px;
  text-align: center;
  line-height: 1.67;
  font-size: 12px;
  text-align: left;
  width: 200px;
}

.right_message {
  width: 133px;
  position: absolute;
  top: -255px;
  left: 38px;
  text-align: center;
  line-height: 1.66;
  font-size: 12px;
  text-align: right;
}


/* case */

[scroll_p="case"] .case .case_logo_wrap {
  opacity: 1 !important;
}

.case {
  padding-top: 100px;
}

.case_inner {
  width: 355px;
}

.case_section[case_section="0"] {
  min-height: 160vh;
}

.case_section[case_section="1"] {
  min-height: 100vh;
}

.case_section[case_section="2"] {
  min-height: 160vh;
}

.case_section[case_section="3"] {
  min-height: 160vh;
}

.case_logo_wrap {
  width: 315px;
  position: relative;
  margin: 0 auto;
  padding: 87px 0;
  z-index: 50px;
}

body>.case_logo_wrap {
  display: none;
}

.buil_img {
  width: 260px;
  height: auto;
}

.buil_info {
  width: 335px;
  height: 372px;
  top: 243px;
  left: 20px;
  padding-top: 91.5px;
  padding-left: 54px;
  padding-bottom: 44px;
}

.buil_info h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.buil_address {
  margin-bottom: 30px;
  padding-top: 33.5px;
  font-size: 12px;
}

.buil_address img {
  position: relative;
  width: 10px;
  margin-right: 4px;
}

.buil_access {
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.72;
}

.buil_map {
  font-size: 12px;
}

.case_section[case_section="1"] {
  padding-bottom: 418px;
  width: 315px;
  margin: 0 auto;
}

.case_section[case_section="2"] {
  width: 315px;
  margin: 0 auto;
}

.case_section[case_section="3"] {
  width: 315px;
  margin: 0 auto;
}

.case_section .logo {
  position: absolute;
  top: 20px;
  top: 31px;
  left: 210px;
  width: 73px;
}

.case_section .logo img {
  width: 100%;
}

.case_section .logoplus {
  position: absolute;
  top: 20px;
  top: 31px;
  left: 210px;
  width: 71px;
}

.case_section .logoplus img {
  width: 81%;
  vertical-align: middle;
}

.case_section .logoplus .plus {
  position: absolute;
  left: 57px;
  top: 6px;
  width: 19%;
  color: #44AF35;
  vertical-align: middle;
  font-size: 25px;
}

.case_section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.case_section table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 3px 7px;
  font-size: 12px;
}

.case_section h3 {
  font-size: 30px;
  color: #44AF35;
}

.case_section td:first-child {
  width: 66px;
  height: 27px;
  background-color: #000;
  line-height: 27px;
  color: #fff;
}

.case_section td:last-child {
  width: 80px;
  height: 27px;
  background-color: #E3E3E3;
  line-height: 27px;
  color: #000;
}

.case_section .right_arrow {
  color: #44AF35;
  font-size: 8px;
}

.case_section .right_arrow img {
  width: 8px;
  height: auto;
}

.case_section ul {
  width: 140px;
  padding: 20px 0 14px;
  background-color: #E0EBDF;
}

.case_section li {
  width: 94px;
  height: 27px;
  margin: 0 auto 7px;
  background-color: #44AF35;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 12px;
}

.case_section .annotation {
  margin-top: 10px;
  margin-left: 176px;
  font-size: 10px;
  transform: scale(0.9);
  color: #44AF35;
  transform-origin: 0 0;
}

.ourpattern_left li:nth-child(2) {
  position: relative;
}

.ourpattern_left .ano_side {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 10px;
  transform: scale(0.8);
}

.case_section .plus {
  color: #44AF35;
  font-size: 20px;
}

.case_section_desc {
  width: 315px;
  margin: 50px 0 36px;
  padding: 49px 30px 28px;
  background-color: #44AF35;
  color: #fff;
}

.case_section_desc h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 140%;
}

.case_section_desc p {
  line-height: 2.5;
  font-size: 12px;
}

.ourpattern {
  background-color: #E0EBDF;
  text-align: center;
}

.case_interior_img {
  width: 315px;
}

.case_interior_img img {
  width: 100%;
  display: block;
}


/* maps */

.case_mapspad {
  height: 400px;
}

.case_maps, .case_map {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.case_maps {
  width: 100%;
  height: 300px;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-image: url("../img/case0.png");
}

[case_map="1"] {
  background-image: url("../img/case1.png");
}

[case_map="2"] {
  background-image: url("../img/case2.png");
}

[case_map="3"] {
  background-image: url("../img/case3.png");
}


/* property */

.property {
  max-width: 355px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 83px;
  overflow: hidden;
}

.property_logo_wrap {
  width: 315px;
  margin: 63px auto;
}

.property_logo .sec_title img {
  width: 219px;
}

.property_slide_content {
  height: 500px;
}

.property_buttons {
  display: none;
}

.property_slides {
  width: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.slick-track>div {
  width: 306px;
  width: 330px;
}

.property_slide {
  position: relative;
}

.property_slide .shadow {
  position: absolute;
  top: 24px;
  left: 17px;
  width: 278px;
  height: 551px;
  height: 589px;
  background-color: #44AF35;
  z-index: 10;
  display: block;
}

.property_slide_content {
  position: relative;
  width: 290px;
  height: 558px;
  height: 598px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin: 10px 10px 20px 0;
  z-index: 11;
}

.property_slide_content a {
  display: block;
}

.slide_img {
  width: 290px;
  height: 261px;
  background-position: center;
  /* object-fit: cover; */
}

.property_box {
  padding: 29px 19px 0 20px;
}

.property_box h4 {
  display: flex;
  line-height: 140%;
  margin-bottom: 16px;
  font-size: 15px;
}

.property_box h4 img {
  width: 50px;
  height: auto;
  margin-left: 5px;
  height: 16.92px;
}

.property_box .floor {
  margin-bottom: 17px;
  color: #646464;
  font-size: 10px;
}

.property_box .address {
  display: flex;
  margin-bottom: 18.5px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.property_box .address img {
  width: 9px;
  height: 12.59px;
  display: inline-block;
  margin-right: 7px;
}

.property_box .comment {
  border-top: 1px solid #000;
  padding-top: 15.5px;
  margin-bottom: 21px;
  font-size: 11px;
  line-height: 1.7;
}

.property_box .figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.property_box .figure span {
  background-color: #44AF35;
  padding: 4px 8px 4px 4px;
  margin-right: 3px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 10px;
}

.link_index {
  display: block;
  text-align: center;
  width: 240px;
  height: 53px;
  background-color: #44AF35;
  margin: 23px auto 0;
  color: #fff;
  line-height: 53px;
  text-decoration: none;
}


/* flow */

.flow_inner {
  padding: 77px 0 75px;
}

.flow_logo_wrap {
  margin-bottom: 56px;
  text-align: center;
}

.flow_item {
  background-color: #44AF35;
  margin-bottom: 7px;
  padding: 38px 0;
}

.flow_item h4 {
  margin-bottom: 24px;
  font-size: 15px;
}

.flow_item p {
  font-size: 11px;
  line-height: 1.63;
}


/* contact */

.contact_inner {
  padding: 45px 0;
  text-align: center;
}

.contact h2 {
  margin-bottom: 0px;
  font-size: 40px;
}

.contact .sub_title {
  margin-bottom: 78px;
  font-size: 10px;
}

.contact .contact_text {
  margin-bottom: 28px;
  font-size: 12px;
}

.contact .tel {
  display: block;
  margin-bottom: 83px;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
}

.contact .link_form {
  display: block;
  width: 220px;
  height: 61px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 15px;
  line-height: 61px;
  color: #44AF35;
}

.contact .link_form:before {
  top: 27px;
  left: 27px;
}


/* pagetop */

.pagetop {
  padding: 62px 0 32px;
  text-align: center;
}

.pagetop a {
  color: #000;
}

.pagetop .uparrow {
  left: 47.5%;
  top: 36px;
}

.pagetop p {
  font-size: 12px;
}


/* footer */

.footer {
  padding: 96px 0 18px;
  text-align: center;
}

.footer_logo {
  width: 120px;
  margin: 0 auto 59px;
}

.footer_logo img {
  width: 100%;
}

.footer small {
  font-size: 10px;
  transform: scale(0.8);
}


/*scroll_set*/

.scroll_set {
  z-index: 200;
  width: 15px;
  height: 62px;
  position: fixed;
  bottom: 0;
  right: 10px;
}

.scroll_set:before {
  display: block;
  content: "Scroll";
  position: absolute;
  top: -9px;
  right: 2px;
  color: #fff;
  line-height: 1em;
  transform-origin: 100% 0;
  transform: rotate(90deg);
  font-family: "aGotham-BookItalic";
  font-size: 10px;
}

.scroll_set:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
}

.scroll_point {
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}


/*pd_slide*/

.pd_slide {
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  border: solid 2px #fff;
}

.big_img .pd_slide {
  width: 315px;
  height: 200px;
}

body .quick_area_contents .small_imgs {
  display: block;
  height: 49px;
  width: 315px;
}

.small_imgs .pd_slide {
  height: 49px;
}

.small_imgs * {
  height: 49px;
}

body .quick_area_contents .big_img {
  margin-bottom: 0;
}


/*add animation*/

x.slash_ap {
  left: -120%;
  width: 230%;
}

.service_content_1_sp.slash_ap_wrap *, .service_content_1_sp.slash_ap_wrap .slash_ap:before {
  animation-delay: 0.3s !important;
}

.sec_title_service {
  display: inline-block;
  position: relative;
}

.sec_title_case {
  display: inline-block;
}

.property_logo>* {
  display: inline-block;
}

.flow_item {
  position: relative;
  overflow: hidden;
}

.flow_item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: #f1f1f1;
  opacity: 1;
}

.flow_items {
  overflow: hidden;
}

.flow_items.onscreen .flow_item:before {
  transform: scale(0, 1);
  transition: all 900ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.flow_item_inner {
  opacity: 0;
  transition: all 900ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.flow_items.onscreen .flow_item:nth-child(1):before {
  transition-delay: 0.1s;
}

.flow_items.onscreen .flow_item:nth-child(2):before {
  transition-delay: 0.4s;
}

.flow_items.onscreen .flow_item:nth-child(3):before {
  transition-delay: 0.7s;
}

.flow_items.onscreen .flow_item:nth-child(4):before {
  transition-delay: 1.0s;
}

.flow_items.onscreen .flow_item:nth-child(1) .flow_item_inner {
  transition-delay: 0.4s;
}

.flow_items.onscreen .flow_item:nth-child(2) .flow_item_inner {
  transition-delay: 0.7s;
}

.flow_items.onscreen .flow_item:nth-child(3) .flow_item_inner {
  transition-delay: 1.0s;
}

.flow_items.onscreen .flow_item:nth-child(4) .flow_item_inner {
  transition-delay: 1.3s;
}


/*message*/

.message {
  padding-bottom: 50px;
}


/*prop_sccroll*/

.property_slides {
  width: 100vw;
  overflow: auto;
  padding-top: 0px;
}

.property {
  overflow: visible;
}

.property_box .comment {}

.property_slides .slick-list {
  overflow: visible;
}

.wrapper {
  overflow: hidden;
}

.link_index {
  margin-top: 55px;
}

.property_scroll {
  margin-top: 40px;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  height: 11px;
  position: relative;
}

.property_scroll_bg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 3px;
  background: #DBDBDB;
}

.property_scroll_bar_box {
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.property_scroll_bar {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 5px;
  background: #44AF35;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.property_slides_wrap {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  height: 580px;
  height: 620px;
}

.property_slides {
  box-sizing: border-box;
  height: 660px;
}

.property_mes {
  padding-left: calc(50vw - 172px);
  padding-right: calc(50vw - 172px);
}

.message_inner_end .scroll_set {
  opacity: 0;
  pointer-events: none;
}

.menu_cov {
  display: none;
}

body:not(.indexpage) .bun {
  background: #000 !important;
  background-color: #000 !important;
}

body:not(.indexpage).menu_open .bun {
  background: #fff !important;
  background-color: #fff !important;
}

.pd_slide_arr {
  top: 93px;
}

.menu_open .logo1_1, .menu_open .logo2_1 {
  display: block !important;
}

.menu_open .logo1_2, .menu_open .logo2_2 {
  display: none !important;
}

.menu_wrap {
  z-index: 900;
}

.menu_item:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 24px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_w.svg);
}

.menu_item {
  transform: translate(-100px, 0);
}

.link_contact_form {
  transform: translate(100px, 0);
}

.link_contact_form, .menu_item {
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  opacity: 0;
}

.menu_open a {
  opacity: 1;
  transform: translate(0, 0);
}

.menu_open a:nth-child(1) {
  transition-delay: 0.4s;
}

.menu_open a:nth-child(2) {
  transition-delay: 0.5s;
}

.menu_open a:nth-child(3) {
  transition-delay: 0.6s;
}

.menu_open a:nth-child(4) {
  transition-delay: 0.7s;
}

.menu_open a:nth-child(5) {
  transition-delay: 0.8s;
}


.menu_open a:nth-child(6) {
  transition-delay: 0.9s;
}


.menu_open a:nth-child(7) {
  transition-delay: 1.0s;
}


/*conditions*/

.conditions_title {
  font-size: 12px;
  margin: 18px 0 10px;
}

.conditions_select {
  width: 100%;
  height: 39px;
  background: #E3E3E3;
  position: relative;
  cursor: pointer;
}

.conditions_selected {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}

.conditions_select_item {
  padding: 0 10px;
}

.conditions_select .conditions_select_list {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.conditions_select * {
  width: 100%;
  height: 39px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 39px;
  box-sizing: border-box;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.conditions_toggle.conditions_select .conditions_select_list {
  opacity: 1;
  pointer-events: auto;
}

.conditions_selected:before {
  content: "";
  border: solid 1px #000;
  border-top: none;
  border-left: none;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: center center;
  transform: rotate(45deg);
}

.conditions_toggle .conditions_selected:before {
  transform: rotate(-135deg);
}

.conditions_text {
  width: 100%;
  height: 39px;
  background: #E3E3E3;
  position: relative;
  cursor: pointer;
}

.conditions_text:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 1px;
  background: #000000;
  opacity: 0.3;
}

.conditions_text input {
  font-size: 12px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border: solid 0px rgba(0, 0, 0, 0);
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0 10px;
}

.conditions_text input:nth-child(1) {
  left: 0;
}

.conditions_text input:nth-child(2) {
  right: 0;
}

.conditions_text ::placeholder {
  font-size: 0.6em;
}

.conditions_box [type="checkbox"] {
  display: none;
}

.conditions_box label {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 39px;
  background: #E3E3E3;
  width: calc( 100% - 4px);
  line-height: 38px;
  padding-left: 38px;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
}

.conditions_box {
  position: relative;
}

.conditions_box_d {
  position: relative;
  width: 50%;
  height: 47px;
  float: left;
}

.conditions_box input:checked+label {
  background: #44AF35;
  color: #fff;
}

.conditions_box .conditions_box_d:nth-child(odd) label {
  top: 0;
  left: 0;
}

.conditions_box .conditions_box_d:nth-child(even) label {
  top: 0;
  right: 0;
}

.conditions_box_c {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
  box-sizing: border-box;
  border: solid 1px #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  transform: translate(-50%, -50%);
}

.conditions_box input:checked+label .conditions_box_c {
  border-color: #fff;
}

.conditions_box input:checked+label .conditions_box_c:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 5px;
  height: 3px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
}

.search_button {
  margin: 0 auto;
  display: block !important;
}

.conditions_set {
  padding-bottom: 65px;
}

.case_section h3 {
  position: relative;
  top: -10px;
  padding-top: 10px;
}

.sec_title p {
  position: relative;
  top: 10px;
  padding-top: 10px;
  padding-right: 5px;
}

.contact_inner h2 {
  position: relative;
  top: -10px;
  padding-top: 10px;
}

body #lightcase-overlay {
  opacity: 0.9 !important;
}

body.property-detail .sec_title p {
  position: relative;
  top: 4px;
  padding-right: 8px;
}


/* d_message_text */

.d_message_text {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 170%;
}

@media screen and (max-width:330px) {
  .d_message_text {
    font-size: 15px;
  }
}

.d_message_text_b {
  width: 100%;
  height: 36px;
}

.message_title {
  margin-top: 50px;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
}

.message_inner {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.service_content {
  margin-top: -40px;
}

.ons_x.nw_showr {
  transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  /* linear */
  transition-delay: 0.3s;
}

.service_content_1 h2, .service_content_2 h2 {
  margin-bottom: 0;
}

.service_content_1 h2+h2, .service_content_2 h2+h2 {
  margin-top: 0;
}

.service_content_h2b {
  width: 100%;
  height: 46px;
}


/*1202*/

.left_logo2 {
  display: none !important
}

.case_section .logo, .case_section .logoplus {
  opacity: 0;
}

.property_box h4 img {
  display: none !important;
}

.n_logo_2 {
  display: block;
  width: 150px;
  margin: 15px 0;
}

.quick_area_header img {
  display: none !important;
}





/*2107*/


.option{
  width:100%;
  padding-top:125px;
}

.option_in{
  width:315px;
  margin: 0 auto;
  min-height: 500px;
}

.option .sec_title{
  position: relative;
  display: inline-block;
}

.option_box{
  width:100%;
  position: relative;
}

.option_box + .option_box{
  margin-top:56px;
}

.option_box_wrap{
  margin-top:58px;
}

.option_box_title{
  height: 71px;
  background:#44AF35;
  position: relative;
}
.option_box_title_in{
  color:#fff;
  position: absolute;
  top:50%;
  left: 50%;
  width:100%;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  transform: translate(-50%,-50%);
}
.option_box_cont{
background:#F4F4F4;
position: relative;
padding-top:4px;
height: 383px;
}
.option_box_cont_img{
margin:0 auto;
display: block;
width:calc(100% - 8px);
}

.option_box_cont_text{
  font-size: 12px;
  line-height: 25px;
  padding:25px 19px 0;

}

.option_box_head{
  padding-bottom:5px;
  color:#44AF35;
  font-size: 14px;
  line-height: 100%;
  font-family: "aGotham-Bold";
}

.option_box_cont_spb{
  position: absolute;
  bottom:15px;
  left: 19px;
  line-height: 100%;
  font-size: 10px;
  line-height: 100%;
  opacity: 0.3;
}

.option_box_cont_spb_i{
  position: absolute;
  display: block;
  height: 28px;
  bottom:6px;
  left:91px;
}
.option_box_cont_spb_i img{
  display: block;
  height: 100%;
  width: auto;
}

.option_box_cont_button{
  position: absolute;
  bottom:0;
  right:0;
  width:40px;
  height: 40px;
  background:#44AF35;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}


.option_box_cont_button_in{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}


.option_box_cont_button_in:before,
.option_box_cont_button_in:after{
width:10px;
height: 1px;
background:#fff;
display: block;
content:"";
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}

.option_box_cont_button_in:after{
  transform: translate(-50%,-50%) rotate(90deg);
}





/*opp*/
.opp_wrap{
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  z-index: 1300;
}

.opp_box{
height: calc(100% - 100px);
background:#fff;
width:calc(100% - 60px);
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
border:solid 7px #44AF35;
border-width: 7px 0
}



.opp_box .option_box_cont_button{
  position: absolute;
  bottom:auto;
  right:0px;
  top:0px;
}

.opp_box .option_box_cont_button_in{
  transform: rotate(-45deg) scale(1);
}

.opp_box_img{
  width:100%;
  height: auto;
  display: block;
}

.opp_box_cont_area{
  position: absolute;
  height: 100%;
  width:calc(100% - 60px);

left:10px;
top:0;
overflow: auto;
}

.opp_box_cont_area_in{
  position: relative;
  padding:50px 0  50px;
}

.opp_box_title{
  font-size: 20px;
  line-height: 35px;
  color:#44AF35;
    -webkit-font-smoothing: antialiased;

}
.opp_box_text{
    -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 35px;
  color:#000;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 25px;
}

.opp_box_border{
  width:100%;
  background:#E3E3E3;
  height: 1px;
  margin:40px 0;
  position: relative;
}

.opp_box_head{
  padding-top:25px;
  color:#44AF35;
  font-size: 10px;
  font-family: "aGotham-BookItalic";

}

.opp_box_logo{
  display: block;
  height: 70px;
  position: relative;
  margin-bottom:10px;
}

.opp_box_logo img{
display: block;
height: 100%;
width: auto;
  }

  .option_box_lr{
    z-index: 2;
    width:54px;
    height: 54px;
    border-radius: 100%;
   border:solid 2px #44AF35;
   position: absolute;
   cursor: pointer;
   background:#fff;
       bottom:-27px;
       transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  }

  .option_box_l{
    left:-27px;
  }
  .option_box_r{
    right:-27px;
  }

  .option_box_lr img{
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

   position: absolute;
   top:50%;
   left:50%;
    width: 8px;
    height: auto;

transform: translate(-50%,-50%);
  }

  .hover_arrow2{
    opacity: 0;
  }


  .opp_box_border:before{
    content:"";
    display: block;
    width:125px;
    width:100%;
    height: 1px;
        background:#44AF35;
position: absolute;
right:0;
top:0;
  }

  .option_box_scr{
    position: absolute;
    width:5px;
    height: calc(100% - 100px);
   background:#EDEDED;
   top:60px;
   right:17px;
    border-radius: 5px;
    overflow: hidden;
  }



  .option_box_scr_bar{
    position: absolute;
    width:5px;
    height: 372px;
   background:#44AF35;
   top:0;
   right:0;
    border-radius: 5px;
        transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  }



/*opp_func*/
.opp_box,
  .opp_wrap{
    opacity: 0;
    pointer-events: none;
            transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

  }

  .opp_box{
        transform: translate(-50%,-50%) scale(0.9);

  }




[opp_d="1"] [opp_c="1"],
[opp_d="2"] [opp_c="2"],
[opp_d="3"] [opp_c="3"]{
          transform: translate(-50%,-50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  z-index: 3;

}
[opp_d="1"] .opp_wrap,
[opp_d="2"] .opp_wrap,
[opp_d="3"] .opp_wrap{
  opacity: 1;
  pointer-events: auto;
}

[opp_d="1"] ,
[opp_d="2"] ,
[opp_d="3"] {
  overflow: hidden;
}





/*voice*/

.voice_head{
  width:315px;
  margin:0 auto;
}

.voice_head .sec_title{
  display: inline-block;
}



.voice{
  padding-bottom:100px;
}


.voice_mid{
  margin:50px auto 0;
  text-align: center;
  font-size: 0;
}

.voice_box_w{
  display: inline-block;
  width:100%;
  height: 470px;
}
.voice_box{
  font-size: 20px;
  width:315px;
  min-height: 200px;
margin:0 auto;
text-align: left;
]  -webkit-font-smoothing: antialiased;

}

.voice_box_th{
  width:100%;
  padding-top:62.5%;
  background-size: cover;
  background-position: center center;
}


.voice_box_com{
  font-size: 14px;
  padding-top:24px;
}

.voice_box_name{
  font-size: 12px;
  padding:10px 0 25px;
}

.voice_box_line{
  width:100%;
  height: 1px;
  position: relative;
  background:#E3E3E3;
}


.voice_box_line:before{
  background:#44AF35;
  width:25px;
	width:100%;
  height: 1px;
  position: absolute;
  top:0;
  right:0;
  content: "";
}

.voice_box_title{
  padding-top:20px;
  font-size: 14px;
  line-height: 25px;
  word-wrap:break-word;
    word-break: break-all;
    height: 115px;

}

.voice_box_title br{
  display: none;
}

.voice_box{
  display: block;
  color:#000000;
}

.voice_box_bottom img{
  width:7.67px;
  height: 8.3px;
              transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.voice_box_bottom{
  font-size: 12px;
  color: #44AF35;
}


.voice_box_th{
 transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}




.voice_box_th_w{
  overflow: hidden;
}


.voice_more{
  font-size: 15px;
  height: 15px;
  line-height: 15px;
  width:134px;
margin:0 auto;
letter-spacing: 0.05em;
position: relative;
cursor: pointer;
}

.voice_more_c{
  position: absolute;
top:0px;
right:0;
width:15px;
height: 15px;
 transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
  transform: scale(1) rotate(0.1deg);

}

.voice_more_c:before,
.voice_more_c:after{
width:100%;
height: 1px;
background:#44AF35;
display: block;
content:"";
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
  transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.voice_more_c:after{
  transform: translate(-50%,-50%) rotate(90deg);
}




.voice_mid{
  max-height: 460px;
	  max-height: 1380px;

  overflow: hidden;
transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
}

.voice_mored .voice_mid{
  max-height: 10000px;
  margin-bottom:-50px;
}
.voice_mored .voice_more{
opacity: 0;
pointer-events: none;
height: 0;
}



/*voic_child*/

.voc_head{
  width:100%;
  height: auto;
  position: relative;
}

.voc_photo{
  position: relative;

height: 86.56vw;
width:100vw;

  background-size: cover;
  background-position: center center;
}

.voc_head{
 background:#44AF35;
 overflow: hidden;

}


.voc_head_cont{
  position: relative;
z-index: 5;
width:315px;
margin:0 auto;
padding-top:70px;
min-width:330px;
}
.voc_head_cont *{
  color: #fff !important;
}


.voc_head_cont .sec_title{
  transform: scale(0.8);
  transform-origin: 0 0;
}

.voc_head_cont .sec_title .slash {
    border-left: 1px solid #fff;
    }


.voc_head_cont .sec_title p span{
      font-family: "aGotham-LightItalic";
font-weight: normal;

      margin-left:8px;
      display: inline-block;
    }



.voc_head_cont .sec_title p{
      font-size: 20px !important;
      top:1px !important;
            -webkit-font-smoothing: antialiased;

    }

    .voc_head_title{
      padding-top:12px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 100;
      -webkit-font-smoothing: antialiased;

  word-wrap:break-word;
    word-break: break-all;

    }

    .voice_head_com{
      padding-top:25px;
      font-size: 10px;
    }

    .voice_head_name{
      padding-top:12px;
      font-size: 10px;
    }


    .voice_url{
      padding-top:12px;
      font-size: 10px;

		display:inline-block;
    }
    .voice_url a{
				text-decoration:underline;
}



    .voc_head_bg{
      position: relative;
      left:0;
      top:0;
      transform-origin: 100% 100%;
     transform: translate(0,100px) skewY(-10deg);
    background:#44AF35;
z-index: 2;
width:100vw;
height: 150px;
margin-top:-150px;
    }

.loaded_2 .voc_head_bg{
              transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
       transform: translate(0px,0) skewY(-10deg);

}
.voc_photo{
  opacity: 0;

}
.loaded_2 .voc_photo{
opacity: 1;
              transition: all 2600ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}




body:not(.indexpage).bun_ww .bun {
    background: #fff !important;
    background-color: #fff !important;
}



    /*voc_main*/
        .voc_main{
padding:1px 0 ;
  -webkit-font-smoothing: antialiased;

}

.voc_main_midashi{
  width:315px;
  margin:0 auto;
  color: #44AF35;
  position: relative;
  dominant-baseline: 18px;
padding-bottom:22px;
line-height: 140%;
  margin-top:50px;
  font-size: 18px;
}
.voc_main_midashi:before,
.voc_main_midashi:after{
  position: absolute;
  bottom:0;
  right:0;
  width:100%;
  height: 1px;
  content:"";
  display: block;
}
.voc_main_midashi:before{
  width:100%;
  background:#E3E3E3;
}
.voc_main_midashi:after{
  width:200px;
	width:100%;
  background:#44AF35;
}

.voc_main_text{
  width:315px;
  margin:0 auto;
  padding-left: 24px;
  font-size: 14px;
  line-height: 33px;

}
.voc_main_text a{
 color:#44AF35;
}

.voc_main_image{
  width:100%;
  height: auto;
  display: block;
  margin:50px auto;
}

.voc_main_b{
  width:100%;
  height: 1px;
  margin-top:50px;

}

.voc_main_midashi + .voc_main_text{
  margin-top:12px;
}



/*voc_oth*/
.voc_oth{
padding-top:55px;
padding-bottom:70px;
	overflow:hidden;
}

.voc_oth .slick-list {
	overflow:visible !important;
}


.voc_oth_head{
  width:315px;
  margin:0 auto;
}


body.voice-detail .sec_title{
display: inline-block;
}


body.voice-detail .property_buttons{
margin-top: 0px;
}

.voc_oth_slide{
  width:100%;
  margin:70px auto 0;
}
body.voice-detail .voice_box_w{
  display: block;
}

.voice_box_bottom img {
display: inline-block !important;
  }


.voc_oth .voice_box_w{
}
.voc_oth .voice_box{
  width:315px;
}




  .opp_box_cont_area_mov{
    width:100%;
position: relative;
margin-bottom:30px;
  }
    .opp_box_cont_area_mov:before{
    padding-top:56.25%;
width:100%;
display: block;
content:"";
}
    .opp_box_cont_area_mov iframe{
position: absolute;
top:0;
left:0;
width:100%;
height: 100%;
display: block;
}
