/* common */

.forsp {
  display: none !important;
}

.sec_title p {
  position: relative;
  /*  top: 22px; */
  font-size: 66px;
}

.sec_title .slash {
  height: 46px;
  margin-left: 26px;
  margin-right: 14px;
}

.sec_title_text {
  vertical-align: middle;
  font-size: 14px;
  /*12*/
}


/*sample*/

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


/* header logo */

.left_logo1 {
  left: 30px;
  top: 50px;
  width: 121px;
  top: 62px;
  width: 210px;
}

.left_logo1 img {
  width: 100%;
}

.left_logo2 {
  left: 165px;
  top: 50px;
  width: 62px;
}

.left_logo2 img {
  width: 100%;
}

.scroll {
  right: 30px;
}


/*header menu*/

.menu_wrap {
  top: 24px;
  right: 0;
}

.menu_item {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  margin-right: 40px;
  /* padding: 0 10px; */
  /* vertical-align: middle; */
  font-size: 14px;
  /*12*/
  color: #44AF35;
}

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

x.menu_item::before {
  display: block;
  box-sizing: border-box;
  content: "";
  background: #44AF35;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -12px;
  width: 135%;
  height: 100%;
  z-index: -1;
  transform-origin: center center;
  transform: skew(-70deg);
  transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

x.menu_item:hover::before {
  opacity: 1;
  transform: skew(-20deg);
}

.menu_item:hover::before {
  display: none !important;
}

.menu_item:hover {
  color: #fff;
}

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

.white {
  color: #fff;
}

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

.menu_item.white::before {
  background: #fff;
}

.white:hover {
  color: #44AF35;
}

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

.white2 {
  color: #fff;
}

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

.white2:hover::before {
  display: block;
  box-sizing: border-box;
  content: "";
  background: #44AF35;
  position: absolute;
  top: 0;
  left: -8px;
  width: 135%;
  height: 100%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: skew(-20deg);
}

.link_contact_form {
  left: 2px;
  position: relative;
  /* top: 17px; */
  top: 50%;
  transform: translateY(41%);
  display: inline-block;
/*?  width: 176px; */
  width: 212px;
  height: 46px;
  padding: 16px 20px 10px 43px;
  color: #fff;
  font-size: 14px;
  /*12*/
  overflow: hidden;
  cursor: pointer;
  /*  transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);  easeOutExpo */
}

_::-webkit-full-page-media, _:future, :root .link_contact_form {
  /* safari */
  transform: translateY(0);
}

.link_contact_form .cont_cov {
  display: block;
  box-sizing: border-box;
  content: "";
  border: solid 1px #44AF35;
  background: #44AF35;
  position: absolute;
  top: 0;
  right: 0;
  width: 99%;
  height: 96%;
  z-index: -1;
  transform-origin: 0% 100%;
  transform: skew(-15deg);
}

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

x.link_contact_form:hover .cont_cov {
  background-color: #fff;
}

.link_contact_form:hover {
  color: #44AF35;
}

.link_contact_form:hover::after {
  background-image: url(../img/right_arrow_g.svg);
}

.green {
  color: #44AF35;
}

.green .cont_cov {
  display: block;
  box-sizing: border-box;
  content: "";
  border: solid 1px #fff;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 96%;
  z-index: -1;
  transform-origin: 0% 100%;
  transform: skew(-20deg);
}

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

x.green:hover .cont_cov {
  background-color: #44AF35;
}

.green:hover {
  color: #fff;
}

.green:hover::after {
  background-image: url(../img/right_arrow_w.svg);
}

@media screen and (max-width: 880px) {
  .menu_inner .menu_item:nth-child(4) {
    margin-right: 0;
  }
  .link_contact_form {
    margin-left: 10px;
  }
}


/* kv */

.center_logo {
  width: 400px;
  width: 420px;
}

.center_logo img {
  width: 100%;
}

.center_logo p {
  margin-top: 18px;
  font-size: 22px;
}


/* message */

.message {
  padding: 400px 100px;
}

.message_title {
  margin-bottom: 84px;
  font-size: 40px;
  line-height: 150%;
}

.message_text {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 2.67;
}


/* service */

.service_fix_wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50vh;
  padding-bottom: 50vh;
  width: 50%;
  min-height: 640px;
}

[scroll_p="service"] .service .service_fix_wrap {
  opacity: 0;
  pointer-events: none;
}

.service_fix_inner {
  position: absolute;
  top: 25%;
  right: 84px;
  width: 430px;
  max-width: 430px;
  padding-left: 10px;
}

.sec_title img {
  width: 204px;
}

.service_fix_inner .sec_title_text {
  vertical-align: middle;
  font-size: 14px;
  /*12*/
}

.for_service_content_1 h2, .for_service_content_2 h2 {
  margin: 58px 0 44px;
  line-height: 1.74;
  font-size: 27px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.for_service_content_1 h2+h2, .for_service_content_2 h2+h2 {
  margin-bottom: 44px;
}

.for_service_content_1 p, .for_service_content_2 p {
  line-height: 3.4;
  font-size: 14px;
  /*12*/
  letter-spacing: 0.1em;
}

.service_content {
  float: right;
}

.service_content_1, .service_content_2 {
  width: 100%;
}

.service_content {
  width: 50%;
  padding-top: 400px;
  padding-left: 36px
}

.service_content_1 {
  height: 100vh;
  width: 100%;
}

.service_content_1_talbe {
  margin-right: 10px;
  margin-bottom: 50px;
  border-spacing: 0px 12px;
}

.service_content_1_talbe img {
  width: 84px;
  width: 180px;
}

.service_content_1_talbe td:first-child {
  width: 190px;
  height: 60px;
  font-size: 15px;
  line-height: 1.3;
}

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

.service_content_1_talbe td:nth-child(2) {
  width: 87px;
  height: 60px;
}

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

.service_content_1_talbe td:last-child {
  width: 190px;
  height: 60px;
  font-size: 15px;
  line-height: 1.3;
}

.service_content_list {
  max-width: 480px;
}

.service_content_list li {
  width: 230px;
  height: 60px;
  margin: 25px 10px 36px 0;
  line-height: 60px;
}

.service_plas_text {
  max-width: 480px;
  font-size: 14px;
  /*12*/
  letter-spacing: 0.1em;
}

.service_text {
  max-width: 480px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.service_content_2 {
  height: 70vh;
}

.service_content_2_inner {
  width: 80%;
  max-width: 480px;
}

.service_content_2_inner img {
  width: 100%;
}

.service_content2_img {
  position: relative;
}

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

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

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

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

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

.green_sqr {
  position: relative;
  top: -195px;
  width: 262px;
  height: 114px;
  background-color: rgba(68, 175, 53, 0.18);
  border: 1px solid #44AF35;
  margin: 0 auto;
}

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

.green_tri_up {
  position: absolute;
  top: 106px;
  left: 122px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #44AF35;
}

.left_arrow {
  position: absolute;
  top: -140px;
  left: -196px;
  width: 164px;
  height: 107px;
  border-left: 1px solid #44AF35;
  border-bottom: 1px solid #44AF35;
  width: 150px;
  height: 90px;
}

.sc_bord_3 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 59px;
  height: 1px;
}

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

.rifht_arrow {
  position: absolute;
  top: -254px;
  top: -222px;
  left: 138px;
  width: 111px;
  height: 120px;
  height: 88px;
  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: 0px;
  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: 54px;
  left: 205px;
  width: 41px;
  height: auto;
}

.left_message {
  position: absolute;
  width: 200px;
  bottom: 18px;
  left: -197px;
  text-align: left;
  line-height: 1.67;
  font-size: 14px;
  /*12*/
}

.right_message {
  width: 160px;
  position: absolute;
  top: -307px;
  top: -277px;
  left: 90px;
  text-align: right;
  line-height: 1.66;
  font-size: 14px;
  /*12*/
}


/* case */

.case {
  padding-top: 200px;
}

.case_inner {
  max-width: 1105px;
}

.case_logo_wrap {
  padding-top: 220px;
  padding-bottom: 200px;
  padding-right: 30px;
}

.case_logo .sec_title p {
  font-size: 66px;
  letter-spacing: -0.037em;
}

.case_logo .slash {
  height: 46px;
  margin-left: 39px;
  margin-right: 19px;
  border-left: 1px solid #000;
}

.case_logo .sec_title_text {
  vertical-align: middle;
  font-size: 14px;
  /*12*/
}

body>.case_logo_wrap {
  position: fixed;
  z-index: 50;
  /*  display: none; */
  pointer-events: none;
  opacity: 0;
}

.case_section {
  min-height: 100vh;
}

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

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

.buil_info {
  width: 434px;
  top: 100px;
  left: 217px;
  padding-top: 81.5px;
  padding-left: 126px;
  padding-bottom: 75px;
}

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

.buil_address {
  margin-bottom: 18px;
  padding-top: 33.5px;
  font-size: 12px;
  /*10*/
}

.buil_address img {
  width: 10px;
  height: auto;
  margin-right: 10px;
}

.buil_access {
  margin-bottom: 30px;
  font-size: 12px;
  /*10*/
  line-height: 1.9;
}

.buil_map {
  font-size: 14px;
  /*12*/
}

.case_section[case_section="1"] {
  padding-bottom: 700px;
}

.case_section[case_section="2"] {
  padding-bottom: 600px;
}

.case_section[case_section="3"] {
  padding-bottom: 600px;
}

.case_section .logo {
  position: absolute;
  top: 41px;
  left: 278px;
  width: 73px;
}

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

.case_section .logoplus {
  position: absolute;
  top: 41px;
  left: 366px;
}

.case_section .logoplus img {
  width: 73px;
  vertical-align: baseline;
}

.case_section .logoplus .plus {
  position: relative;
  left: 0px;
  top: 3px;
  width: 23px;
  color: #44AF35;
  vertical-align: baseline;
  font-size: 32px;
  line-height: 0;
}

.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;
}

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

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

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

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

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

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

.case_section ul {
  width: 170px;
  padding: 26px 0 19px;
  background-color: #E0EBDF;
}

.case_section li {
  width: 124px;
  height: 35px;
  margin: 0 auto 9px;
  background-color: #44AF35;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}

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

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

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

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

.case_section_desc {
  width: 399px;
  margin: 75px 0 50px 0px;
  padding: 70px 46px 45px 30px;
  padding: 45px 30px 42px 30px;
  padding: 45px 27px 42px;
  background-color: #44AF35;
  color: #fff;
}

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

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

.ourpattern {
  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;
  background-color: #E0EBDF;
}

.case_interior_img {
  width: 399px;
}

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


/* maps */

.case_mapspad {
  height: 500px;
}

.case_maps {
  width: 90%;
  height: 100vh;
  /* easeOutExpo */
  /*  background-image: url("../img/case0.png"); */

  transform: translate(0,0) scale(1,1);
}


/*
[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");
}
*/
.case_maps {
position: absolute;
top:0;
left:0;
}

body:not([case_p="0"]) .case_maps, body[case_p="1"] .case_maps, body[case_p="2"] .case_maps, body[case_p="3"] .case_maps {
  /*  width: 70%; */
  /*  transform: translateX( calc(50vw - 50%)) scale(0.9, 0.9); */
/*  transform: translateX(50vw) translateX( -50%) scale(0.9, 0.9); */



  transform: translate(350px,0) scale(0.9, 0.9);
/*  transform: translateX(50vw) translateX( -50%) scale(0.9, 0.9);  */

  /* right: 30px; */
}


/*sample_property*/

.property {
  max-width: 1005px;
  margin: -200px auto 0;
  padding-top: 200px;
  padding-bottom: 182px;
  overflow: hidden;
}

.property_logo_wrap {
  float: left;
}

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

.property_buttons {
  display: flex;
  float: right;
  margin-top: 15px;
}

.property_button {
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: 15px;
  border-radius: 21px;
  background-color: #44AF35;
  color: #fff;
  text-align: center;
  line-height: 38px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}

.property_button .hover_arrow {
  position: absolute;
  opacity: 0;
}

.property_button:hover {
  background: #fff;
  border: 1px solid #44AF35;
}

.property_button:hover .hover_arrow {
  opacity: 1;
}

.property_button img {
  position: absolute;
  left: 43%;
  top: 40%;
}

s.menu_item img {
  position: absolute;
  left: 43%;
  top: 43%;
}

.property_slides {
  width: 1005px;
  padding-top: 75px;
  overflow: hidden;
  margin-right: 10px;
}

.property .slick-track>div {
  width: 612px;
  margin-right: 28px;
}

.property_slide {
  position: relative;
}

.property_slide_content {
  position: relative;
  /* display: flex; */
  width: 611px;
  height: 390px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin: 10px 40px 20px 0;
  z-index: 11;
}

.slide_img {
  display: inline-block;
  width: 267px;
  height: 390px;
}

.property_box {
  display: inline-block;
  width: 344px;
  padding: 63px 25px 0 32px;
  padding-top: 33px;
}

.property_box h4 {
  display: flex;
  margin-bottom: 14px;
  font-size: 15px;
}

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

.property_box .floor {
  margin-bottom: 22px;
  color: #646464;
  font-size: 12px;
  /*10*/
}

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

.property_box .address img {
  width: 9px;
  height: auto;
  margin-right: 8px;
  height: 12.59px;
}

.property_box .comment {
  border-top: 1px solid #000;
  padding-top: 22.5px;
  margin-bottom: 28px;
  font-size: 13px;
  /*12*/
  line-height: 1.9;
}

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

.property_box .figure span {
  background-color: #44AF35;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  /*12*/
}

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


/* flow */

.flow {
  margin-top: -200px;
  padding-top: 200px;
}

.flow_wrapper {
  width: 100%;
}

.flow_inner {
  position: relative;
  max-width: 1005px;
  padding: 140px 0 175px;
  margin: 0 auto;
}

.flow_logo_wrap {
  position: absolute;
  top: -36px;
  right: 0;
}

.flow_items {
  display: flex;
  max-width: 1005px;
  /* width: 1005px; */
  margin: 0 auto;
  color: #fff;
}

.flow_items h4 {
  margin-bottom: 28px;
  margin-bottom: 10px;
}

.flow_items p {
  font-size: 12px;
  /*10*/
  line-height: 1.5;
}

.flow_item_inner span {
  font-size: 20px;
  margin-right: 20px;
}

.trapezoid_left {
  position: relative;
  width: 305px;
  height: 0;
  border-top: 124px solid #44AF35;
  border-right: 35px solid transparent;
  padding: 0px 18px;
  text-align: center;
}

.trapezoid_left .flow_item_inner {
  position: absolute;
  top: -100px;
}

.trapezoid {
  width: 268px;
  transform: skewX(-15deg);
  padding: 25px 18px 0;
  background: #44AF35;
  text-align: center;
}

.trapezoid.left {
  margin-right: 12px;
}

.trapezoid .flow_item_inner {
  transform: skewX(15deg);
}

.trapezoid_right {
  position: relative;
  width: 305px;
  height: 0;
  padding: 0 30px;
  border-bottom: 124px solid #44AF35;
  border-left: 35px solid transparent;
  text-align: center;
}

.trapezoid_right .flow_item_inner {
  position: absolute;
  top: 25px;
  right: 15%;
  right: 8%;
}


/* contact */

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

.contact h2 {
  margin-top: 12px;
  font-size: 66px;
}

.contact .sub_title {
  margin-bottom: 77px;
  font-size: 14px;
  /*12*/
}

.contact .contact_text {
  margin-bottom: 20px;
  font-size: 15px;
}

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

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


/* pagetop */

.pagetop {
  position: relative;
  padding: 22px 0 22px;
  text-align: center;
}

.pagetop .uparrow img {
  width: 100%;
  height: 100%;
}

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


/* footer */

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

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

.footer_logo img {
  width: 100%;
}

.footer small {
  font-size: 12px;
  /*10*/
}


/*add animation*/

.for_service_content_1, .for_service_content_2 {
  margin-top: 58px;
}

.for_service_content_1 h2, .for_service_content_2 h2 {
  margin-top: 0px;
}

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

.flow_item {
  position: relative;
}

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

.trapezoid_left.flow_item:before {
  top: auto;
  bottom: 0;
}

.trapezoid_right.flow_item:before {
  left: auto;
  right: 0;
}

.flow_items {
  overflow: hidden;
}

.trapezoid:nth-child(2), .trapezoid:nth-child(3) {
  overflow: hidden;
}

.case_inner .case_maps_wrap {
  opacity: 0;
  pointer-events: none;
}

body>.case_maps_wrap {
  transform-origin: center center;
  transform: translate(0, 300px) scale(0.9, 0.9);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.380, 0.010, 0.000, 1.000);
  transition: all 900ms cubic-bezier(0.380, 0.010, 0.000, 1.000);
  /* custom */
}

body.case_fixing>.case_maps_wrap {
  transform: translate(0, 0px) scale(1, 1);
  opacity: 1;
}

.flow_logo .sec_title {
  display: inline-block;
  transform: translateY(30%);
}

.case_interior_img a {
  display: block;
}


/*prop_scroll*/

.property_slides {
  width: 100vw;
  overflow: auto;
}

.property {
  overflow: visible;
}

.property_box .comment {}

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

.property_buttons {
  z-index: 2;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.property_slide .shadow, .property_slide_content {
  height: 390px;
  width: 611px;
}

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

.property_slide .shadow {
  top: 20px;
  left: 10px;
}

.link_index {
  margin-top: 60px;
}

.property_scroll {
  margin-top: 60px;
  width: 100%;
  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;
}


/*message*/

.message {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 200px 100px 0px;
}

.case_maps, .case_map {
  background-size: contain;
  background-repeat: no-repeat;
/*  background-position: center right; */
  background-position: 100% 50%;
}


body:not([case_p="0"]) .case_maps, body:not([case_p="0"]) .case_map {
/*  background-position: center center; */
  background-position: 50% 50%;
}

.case_logo_wrap {
  z-index: 10;
  padding-bottom: 50vh;
}

.buil_img {
  top: 230px;
}

.buil_info {
  top: 330px;
}

.case {
  padding-top: 0px;
}

.service_content {
  padding-top: 34vh;
}

.service_content_2_inner {
  padding-top: 75px;
}

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

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

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

.property_slide .shadow, .property_slide_content {
  transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
  /* easeOutExpo */
}

.property-list .property_slide_content:hover, .indexpage .property_slide_content:hover {
  transform: translate(-3px, -3px);
}

.property_slide .shadow {
  position: absolute;
  top: 20px;
  left: 11px;
  width: 611px;
  height: 390px;
  background-color: #44AF35;
  z-index: 10;
}

.property_slide .shadow {
  opacity: 0;
  top: 10px;
  left: 0px;
}

.property_slide:hover .shadow {
  opacity: 1;
  transform: translate(3px, 3px);
}

x.service_content_1 {
  mix-blend-mode: multiply;
}


/*menu_cov*/

.menu_cov {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 30px);
  height: 104%;
  opacity: 1;
  transform: skew(-15deg);
  z-index: 2;
  overflow: hidden;
}

.menu_cov:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #44AF35;
  transform: translate(-103%, 0);
}

body:not(.loaded_2) .menu_item span, body:not(.loaded_2) .menu_item:after {
  opacity: 0;
}

@keyframes menu_cov_an {
  0% {
    transform: translate(-103%, 0);
  }
  30% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}

@keyframes menu_span_an {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.loaded_1:not(.loaded_2) .menu_cov:before {
  animation: menu_cov_an 1.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.loaded_1:not(.loaded_2) .menu_item:after, .loaded_1:not(.loaded_2) .menu_item span {
  animation: menu_span_an 1.4s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.loaded_1:not(.loaded_2) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:after, .loaded_1:not(.loaded_2) .menu_item span {
  animation-duration: 0.5s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(1) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(1):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(1) span {
  animation-delay: 0.3s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(2) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(2):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(2) span {
  animation-delay: 0.4s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(3) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(3):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(3) span {
  animation-delay: 0.5s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(4) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(4):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(4) span {
  animation-delay: 0.6s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(5) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(5):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(5) span {
  animation-delay: 0.7s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(6) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(6):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(6) span {
  animation-delay: 0.8s;
}

.loaded_1:not(.loaded_2) .menu_item:nth-child(7) .menu_cov:before, .loaded_1:not(.loaded_2) .menu_item:nth-child(7):after, .loaded_1:not(.loaded_2) .menu_item:nth-child(7) span {
  animation-delay: 0.9s;
}

.loaded_2 .menu_cov {
  z-index: -1;
}

.menu_cov:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #44AF35;
  transform: translate(-101%, 0);
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.menu_item:hover .menu_cov:after {
  transform: translate(0%, 0);
}

.menu_item.white .menu_cov:after {
  background: #fff;
}

.cont_cov {
  overflow: hidden;
}

body:not(.loaded_1) .link_contact_form {
  color: rgba(255, 255, 255, 0);
}

body:not(.loaded_1) .link_contact_form:after {
  opacity: 0;
}

.link_contact_form .cont_cov {
  transform-origin: 0% 100%;
  transform: skew(-15deg) scale(0, 1);
}

body:not(.loaded_2).loaded_1 .link_contact_form .cont_cov {
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-delay: 0.9s;
}

.loaded_1 .link_contact_form .cont_cov {
  transform-origin: 0% 100%;
  transform: skew(-15deg) scale(1, 1);
}

body:not(.loaded_2) .link_contact_form, body:not(.loaded_2) .link_contact_form:after {
  transition: all 351ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-delay: 1.1s;
}

.cont_cov:after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: all 351ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translate(-101%, 0);
}

.loaded_2 .cont_cov:after {
  opacity: 1;
}

.link_contact_form:hover .cont_cov:after {
  transform: translate(0%, 0);
}

.cont_cov:after {
  background: #fff;
}

.green:hover .cont_cov:after {
  background-color: #44AF35;
}

.link_index {
  border: 1px solid #44AF35;
}

.link_index:hover {
  border: 1px solid #44AF35;
  color: #44AF35;
}

.link_index {
  overflow: hidden;
}

.link_index::before {
  z-index: 2;
}

.link_index span {
  z-index: 2;
  position: relative;
}

.link_index::after {
  background-color: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-101%, 0);
  transition: all 351ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.link_index:hover::after {
  transform: translate(0%, 0);
}

.link_index:hover::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 42px;
  top: 23px;
  width: 8px;
  height: 8px;
  background-image: url(../img/right_arrow_g.svg);
}

.contact .link_form {
  overflow: hidden;
  border: 1px solid #fff;
}

.contact .link_form:hover {
  border: 1px solid #fff;
  color: #fff;
}

.contact .link_form:hover:before {
  background-image: url(../img/right_arrow_w.svg);
}

.contact .link_form::after {
  background-color: #44AF35;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-101%, 0);
  transition: all 351ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.contact .link_form:hover::after {
  transform: translate(0%, 0);
}

.contact .link_form::before {
  z-index: 2;
}

.contact .link_form span {
  z-index: 2;
  position: relative;
}

.pagetop a {
  display: inline-block;
  position: relative;
  padding-top: 40px;
}

.pagetop a:hover .uparrow {
  transform: translate(-50%, 0px);
}

.pagetop .uparrow {
  transition: all 351ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  top: 0;
  width: 18px;
  height: 9px;
  background-image: url(../img/up_arrow_b.svg);
}


/*property-list*/

.property-list .property_slide .shadow {
  position: absolute;
  top: 30px;
  left: 0px;
}

.sec_title_propl {
  display: inline-block;
}

.img_content {
  height: 285px;
}

.link_proprerty_list a:hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 22px;
  width: 8px;
  height: 8px;
  background-image: url(../img/left_arrow_g.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rsl_link_before {
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  content: "";
  border: solid 1px #44AF35;
  background: #44AF35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: skew(-20deg);
}

.property_slide_content .link_form:before {
  display: none !important;
}

.rsl_link_before:before {
  display: block;
  content: "";
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background: #fff;
  opacity: 1;
  z-index: 10;
  transform: translate(-103%, 0);
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.rsl_link:hover .rsl_link_before:before {
  transform: translate(0%, 0);
}

.search_button:before {
  display: none !important;
}

.search_button {}

.search_button .rsl_link_before {
  box-sizing: border-box;
  background: #fff;
}

.search_button .rsl_link_before:before {
  background: #44AF35;
}

.big_img a:hover {
  background: #fff;
  opacity: 0;
  animation: big_img_a_an 0.2s ease-in-out 0s 1 normal;
  animation-fill-mode: forwards;
}

.buil_info.slash_ap_wrap *.buil_map {
  opacity: 1 !important;
  animation-delay: 0s !important;
  animation-duration: 0s !important;
  transition-delay: 0s !important;
}

.buil_info.slash_ap_wrap *.buil_map:hover {
  text-decoration: underline;
  opacity: 1;
  animation: big_img_a_an2 0.2s ease-in-out 0s 1 normal !important;
  animation-duration: 0.15s !important;
  animation-fill-mode: forwards;
}

@keyframes big_img_a_an {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes big_img_a_an2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.case_interior_img a img {
  opacity: 1 !important;
  animation-delay: 0s !important;
  animation-duration: 0s !important;
  transition-delay: 0s !important;
}

.case_interior_img a:hover img {
  opacity: 1;
  animation: big_img_a_an2 0.2s ease-in-out 0s 1 normal !important;
  animation-duration: 0.15s !important;
  animation-fill-mode: forwards;
}

.menu_item {
  top: 0%;
}

body.indexpage {
  background-image: url(../img/bg.jpg);
  background-size: 100vw 100vh;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

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

body.indexpage .sec_title p {
  position: relative;
  /*
  top: 15px;
  padding-top: 15px;
  */
  padding-right: 5px;
  line-height: 0;
  vertical-align: baseline;
  top: 17px;
}

_::-webkit-full-page-media, _:future, :root body.indexpage .sec_title p {
  line-height: 100% !important;
}


body:not(.indexpage) .sec_title p {
  position: relative;
  top: 8px;
  padding-top: 15px;
  padding-right: 5px;
  vertical-align: baseline;
}

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

body:not(.indexpage) .sec_title.sec_title_propd p {
  position: relative;
  top: 8px;
  padding-top: 3px;
  padding-top: 0;
  padding-right: 5px;
  vertical-align: baseline;
  overflow: visible;
}

.conditions_box label:hover, .conditions_text:hover, .conditions_select:hover {
  filter: brightness(106%);
}

.search_title {
  pointer-events: none;
}

.property-detail .sec_title {
  padding-right: 4px;
}


/* d_message_text */

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

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

.message_title {
  margin-top: 60px;
  -webkit-font-smoothing: antialiased;
  font-size: 42px;
}

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

.property_box .figure span {
  margin-bottom: 6px;
}

.property_box .comment {
  line-height: 1.6;
}

x.kv {
  opacity: 0;
}

.for_service_content_12 {
  white-space: nowrap;
}

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

.sec_title {
  padding-top: 4px;
}


/*1202*/

.left_logo2 {
  display: none !important
}

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

.property_box h4 img {
  opacity: 0 !important;
}

.n_logo_2 {
  display: block;
  width: 170px;
  margin: 20px 0;
}

.quick_area_header img {
  display: none !important;
}

.bisie .quick_area_header .slash_ap {
  display: none;
}

.bisie .menu_item {
  top: 10px;
}




/*2107*/


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

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

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

.option_box{
  float: left;
  width:300px;
  position: relative;
}

.option_box + .option_box{
  margin-left: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;
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
  border:solid 1px #44AF35;
}

.option_box_cont_button:hover{
  background:#fff;
}

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

transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
.option_box_cont_button:hover .option_box_cont_button_in{
transform: rotate(90deg) scale(1.2);
}


.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%);
  transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

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



.option_box_cont_button:hover .option_box_cont_button_in:before,
.option_box_cont_button:hover .option_box_cont_button_in:after{
   background:#44AF35;
}


/*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: 514px;
background:#fff;
width:1106px;
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:10px;
  top:10px;
}

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

.opp_box_img{
  width:500px;
  height: auto;
  display: block;
  position: absolute;
  top:50px;
  left: 50px;
}

.opp_box_cont_area_dgs{

  width:500px;
  height: auto;
  display: block;
  position: absolute;
  top:50px;
  left: 50px;
  min-height: 100px;

}
.opp_box_cont_area_dgs:after{
  display: block;
  content:"";
  width:100%;
  height: 50px;
}
.opp_box_cont_area{
  position: absolute;
  height: 100%;
  width:417px;
  width:100%;
  right:0px;
  top:0;
  overflow: auto;
}

.opp_box_cont_area_in{
  position: relative;
  padding:80px 80px  50px 0;
    width:497px;
    margin-left:auto;

}

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

.opp_box_title{
  font-size: 20px;
	font-size: 17px;
  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{
  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_lr:hover{
    background:#44AF35;
  }
  .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;
  }

  .option_box_lr:hover .hover_arrow2{
    opacity: 1;
  }
  .option_box_lr:hover .hover_arrow{
    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: 372px;
   background:#EDEDED;
   top:80px;
   right:27px;
    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:1005px;
  margin:0 auto;
  text-align: right;
}

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

.flow_logo_wrap {
    right: auto;
    left:0;
}

.voice{
  padding-bottom:200px;
}


.voice_mid{
  margin:80px auto 0;
  text-align: left;
  font-size: 0;
  width:1050px;
}

.voice_box_w{
  display: inline-block;
  width:349px;
  height: 500px;
}
.voice_box{
  font-size: 20px;
  width:307px;
  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;
}

a:hover .voice_box_bottom img{
transform: translate(3px,0);
}
.voice_box_th{
 transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}
a:hover .voice_box_th{
transform: scale(1.05);
}



.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_more:hover{
  color:#444;
}

.voice_more:hover .voice_more_c{
  transform: scale(1.05) rotate(90deg);
}

.voice_mid{
  max-height: 480px;
  overflow: hidden;
transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
}

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


/*voic_child*/

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

.voc_photo{
  position: absolute;
  top:0;
  right: 0;
height: 100%;
width:65%;

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

.voc_head{
 background:#fff;
 overflow: hidden;

}


.voc_head_cont{
  position: absolute;
  bottom:12%;
  left: 9%;
z-index: 5;
width:24.15%;
min-width:330px;
}
.voc_head_cont *{
  color: #fff !important;
}



.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:4px !important;
    }

    .voc_head_title{
      padding-top:42px;
      font-size: 24px;
      line-height: 50px;
      font-weight: 100;
      -webkit-font-smoothing: antialiased;

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

    }

    .voice_head_com{
      padding-top:52px;
      font-size: 14px;
    }

    .voice_head_name{
      padding-top:12px;
      font-size: 12px;
    }
    .voice_url{
      padding-top:12px;
      font-size: 12px;
		display:inline-block;
    }

    .voice_url a{
				text-decoration:underline;
}
    .voc_head_bg{
      position: absolute;
      right:50%;
      top:0;
      transform-origin: 100% 0;
     transform: translate(-100px,0) skew(-15deg);
    background:#44AF35;
z-index: 2;
width:100%;
height: 100%;
    }

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

}
.voc_photo{
  opacity: 0;
  width:calc(65% + 100px);

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

}



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

}

.voc_main_midashi{
  width:735px;
  margin:0 auto;
  color: #44AF35;
  position: relative;
  dominant-baseline: 18px;
  margin-top:100px;
line-height: 140%;
padding-bottom:20px;
  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:735px;
  margin:0 auto;
  padding-left: 34px;
  font-size: 14px;
  line-height: 35px;

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

.voc_main_image{
/*  width:1005px; */
	max-width:735px;
  height: auto;
  display: block;
  margin:100px auto;
}

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

}

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

/*voc_oth*/
.voc_oth{
padding-top:55px;
padding-bottom:70px;
}
body.voice-detail .voc_oth .sec_title p {
    position: relative;
    padding-right: 5px;
    line-height: 0;
    vertical-align: baseline;
    top: 17px;
}
.voc_oth_head{
  width:1005px;
  margin:0 auto;
}


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


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

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

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


  .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;
}
