.breadcum {
  font-size: 16px;
  font-weight: bold;
  color: #acacac;
  /* padding-top: 40px; */
  max-width: 1200px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 44px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}
.breadcum a {
  text-decoration: none;
  color: #acacac;
}
.banner-header {
  height: 478px;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(img/studio_top.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-position: center; */
}

.banner-content {
  /* margin-bottom: 3.125vw; */
  margin: 0 auto;
  width: 1100px;
  /* padding: 20px 50px; */
  padding: 3.125vw 1.5vw;
  background-color: rgba(255, 255, 255, 0.8);
}

.block-2-header img {
  width: 40px;
  height: 45px;
  margin-right: 20px;
}
.banner-tit,
.block-2-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.banner-tit::after,
.block-2-title::after {
  background-color: #11985f;
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-1 {
  padding-top:50px;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 5.2vw;
  height: 100%;
}
.block-1-header,
.block-2-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2vw;
}
.block-1-header .title {
  padding-right: 25px;
}
.block-1-header .title,
.block-2-header .title {
  font-size: 30px;
  font-weight: bold;
}
.block-1-header img {
  width: 39px;
  height: 39px;
  margin-right: 28px;
}
.block-1-list {
  display: flex;
  margin-bottom: 70px;
}
.block-1-item:nth-of-type(1){
  width: 300px;
  margin-right: 55px;
}
.block-1-item:nth-of-type(2){
  width: 390px;
  margin-right: 55px;

}
.block-1-item:nth-of-type(3){
  width: 300px;
}
.block-1-item-md {
  width: 35%;
}
.block-1-item img {
  height: 10.5vw;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block-1-item-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #11985f;
  text-align: center;
  font-weight: bold;
}
.block-1-sub-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.7vw;
}
.block-1-sub-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #bbbbbb;
  border: 1px solid #edfaf8;
  padding: 1.5vw 2vw;
}
.block-1-sub-text {
  margin-bottom: 1.5vw;
}
.block-1-sub-text-1 {
  color: #11985f;
  font-weight: bold;
}
.block-2 {
  background-color: #f8f8f8;
  padding: 5.2vw 0;
}
.block-wrap {
  width: 1100px;
  margin: 0 auto;
  /* padding-left: 50px;
  padding-right: 50px; */
}
.block-2-img {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.block-2-img-content {
  width: 42vw;
  position: relative;
}
.block-opacity {
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
}
/* .block-2-img-content img {
  width: 100%;
  height: 24vw;
} */
.block-2-background1 {
  height: 24vw;
  background-image: url(img/studio_ocean.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.block-2-background2 {
  height: 24vw;
  background-image: url(img/studio-forest1.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.block-2-img1-text,
.block-2-img2-text {
  padding: 1.67vw 0;
}
.block-2-img1-text {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.block-2-img1-text::before {
  content: "";
  background-color: #5a7db2;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: -1;
}

.block-2-img2-text {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.block-2-img2-text::before {
  content: "";
  background-color: #acba9a;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: -1;
}
.img-text-1 {
  font-size: 40px;
  color: #ffffff;
  font-family: 'DM Sans';
  font-weight: bold;
}
.img-text-2 {
  color: #ffffff;
}
.block-2-table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.block-2-table-item {
  width: calc(50% - 7px);
  box-shadow: 0px 0px 10px 0px #bbbbbb;
  background-color: #ffffff;
  padding: 2vw 1vw;
  border: 1px solid #edfaf7;
}
.block-2-table-text-1 {
  display: flex;
  margin-bottom: 1vw;
  align-items: center;
}
.text-1-number {
  font-family: 'DM Sans';
  font-size: 32px;
  font-weight: bold;
  padding-right: 15px;
  color: #11985f;
  position: relative;
  /* align-self: center; */
  /* top: 6px; */
}
.text-1-content {
  font-weight: bold;
}
.block-2-table-text-2{
  line-height: 1.5;
}
.block-3 {
  position: relative;
  padding-top: 5.1vw;
}
.block-3-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  /* font-size: 1.14vw; */
}
.block-3-content-tit {
  font-weight: bold;
  padding-bottom: 1.5vw;
  width: 30vw;
}
.block-3-content-text {
  width: 30vw;
}
.block-3-content-item {
  padding-left: 22px;
  position: relative;
}
.block-3-content-item::before {
  content: "▶︎";
  left: 0px;
  top: -1px;
  font-size: 19px;
  position: absolute;
  color: #567eb9;
}
.right-slide .block-3-content-item::before {
  content: "▶︎";
  left: 0px;
  top: -1px;
  font-size: 19px;
  position: absolute;
  color: #acba9a;
}
.studio-ocean-text {
  font-size: 5.9vw;
  color: #567eb9;
  font-weight: bold;
  font-family: 'DM Sans';
  line-height: 1;
}
.left-slide .block-3-content-text {
  width: 100%;
  padding-right: 21.3vw;
}
.right-slide span,
.right-slide .studio-ocean-text {
  font-family: 'DM Sans';
  font-weight: bold;
  color: #acba9a;
}

.right-slide .block-3-content {
  left: 0;
  width: 50vw;
  /* margin-left: 11.7vw; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-slide .block-3-content-tit,
.right-slide .block-3-content-text {
  /* padding-left: 9.6vw; */
}
.right-slide .studio-ocean-text {
  padding-top: 1.56vw;
  text-align: right;
  position: relative;
}
/* SLIDER START  */

.left-slide .slick-list {
  margin-left: 8.17vw;
}
.right-slide .slick-list {
  margin-left: 52vw;
}
.slick-list {
  width: 40vw;
  /* height: 23.5vw; */
  height: 100%;
}
.slick-track {
  height: 100%;
  /* height: 23.5vw; */
  background-color: #fff;
}
.slick-slide {
  margin: 0 1px;
  width: 40vw;
}
.slick-prev, .slick-next {
  display: none !important;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-dots {
  height: 8.5vw;
  bottom: auto;
}
.left-slide .slick-dots {
  background-color: #5A7DB2;
}
.right-slide .slick-dots {
  background-color: #ACBA9A;
}
.slick-dots li {
  width: 15vw;
  height: 8.5vw;
  margin: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 0.5;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.left-slide .slick-dots {
  text-align: start;
  padding-left: 31.5vw;
}
.right-slide .slick-dots {
  text-align: start;
  padding-left: 8.17vw;
}
.left-slide .slick-dots li:nth-of-type(1){
  background-image: url(img/studio-ocean1.png);
}

.left-slide .slick-dots li:nth-of-type(2){
  background-image: url(img/studio-ocean2.png);
}
.left-slide .slick-dots li:nth-of-type(3){
  background-image: url(img/studio-ocean3.png);
}

.left-slide .slick-dots li:nth-of-type(4){
  background-image: url(img/studio-ocean4.png);
}
.right-slide .slick-dots li:nth-of-type(1){
  background-image: url(img/studio-forest1.png);
}
.right-slide .slick-dots li:nth-of-type(2){
  background-image: url(img/studio-forest2.png);
}
.right-slide .slick-dots li:nth-of-type(3){
  background-image: url(img/studio-forest3.png);
}
.right-slide .slick-dots li:nth-of-type(4){
  background-image: url(img/studio-forest4.png);
}
.left-slide .slick-dots li:nth-of-type(1),
.left-slide .slick-dots li:nth-of-type(2),
.left-slide .slick-dots li:nth-of-type(3),
.left-slide .slick-dots li:nth-of-type(4),
.right-slide .slick-dots li:nth-of-type(1),
.right-slide .slick-dots li:nth-of-type(2),
.right-slide .slick-dots li:nth-of-type(3),
.right-slide .slick-dots li:nth-of-type(4) {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  /* transform: translateY(-12%); */
}
/* SLIDER END  */

.service {
  background-color: #f0f0f0;
  padding: 100px 0 15vh 0;
}

.service .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 330px;
  height: 100%;
  padding-top: 40px;
}

.service .service-text {
  text-align: center;
  font-size: 18px;
}

.studio_question_button {
  width: 540px;
  height: 60px;
  margin:0 auto;
  margin-bottom: 40px;
}
.studio_question_button .button__text {
  text-align: center;
}
/* Responsive SP START */
@media screen and (max-width: 1024px) {
  .banner-header {
    height: 538px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  .studio_device_tab .tab a {
    font-size: 16px;
  }
  .banner-header {
    height: fit-content;
    padding: 8vw 4vw;
    background-attachment:initial;
  }
  .banner-content {
    width: 100%;
    padding: 8vw 3.2vw;
  }
  .banner-tit,
  .block-2-title {
    font-size: 30px;
    margin-bottom: 8vw;
  }
  .block-1 {
    width:100%;
    padding: 0 4vw;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .block-1-header .title {
    padding-left: 0;
  }
  .block-1-header .title,
  .block-2-header .title {
    font-size: 22px;
  }
  .block-1-list,
  .block-2-img,
  .block-2-table {
    flex-direction: column;
  }
  .block-1 .block-1-item,
  .block-2-table-item {
    width: 100% ;
    margin-bottom: 30px;
    padding: 30px 12.5px;
  }
  .block-1 .block-1-item {
    margin-right: 0;
  }
  .block-1-item-title {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: left;
  }
  .block-1-sub-title {
    margin-bottom: 30px;
    text-align: left;
  }
  .block-1-sub-content {
    padding: 30px 12.5px;
  }
  .block-1-item img {
    height: 202px;
    margin-bottom: 23px;
  }
  .block-2 {
    padding: 30px 0;
  }
  .block-2-title {
    margin: 0 auto;
    margin-bottom: 41px;
  }
  .block-2-img-content {
    width: 100%;
    margin-bottom: -6px;
  }
  .block-2-img1-text,
  .block-2-img2-text {
    padding: 25px 0;
  }
  .img-text-1 {
    font-size: 35px;
  }
  .block-wrap {
    padding: 0 4vw;
    width: 100%;
  }
  .block-2-img {
    margin-bottom: 13.3vw;
  }
  .block-2-table {
    margin-bottom: 0;
  }
  .block-2-table-text-1 {
    display: flex;
  }
  .text-1-number {
    font-size: 23px;
    padding-right: 12px;
  }
  .text-1-content ,
  .block-2-table-text-2  {
    font-size: 16px;
  }
  /* .block-2-img-content img {
    height: 400px;
  } */
  .block-2-background1 {
    height: 400px;
  }
  .block-2-background2 {
    height: 400px;
    background-position: 55%;
  }

  .right-slide {
    margin-bottom: 0;
  }
  .block-3-content {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .right-slide .studio-ocean-text {
    padding-left: 0;
    padding-top: 0;
    text-align: left;
  }
  .left-slide .block-3-content-text {
    padding-right: 0;
  }
  .studio-ocean-text {
    font-size: 50px;
  }
  .block-3-content :nth-of-type(1) {
    order: 2;
    width: 100%;
  }
  .block-3-content :nth-of-type(2) {
    order: 3;
  }
  .left-slide .block-3-content,
  .right-slide .block-3-content {
    margin-left: 0;
    left: 0;
    padding: 0 4vw;
    width: 100%;
    align-items: initial;
  }

  .right-slide .block-3-content-tit,
  .right-slide .block-3-content-text {
    padding-left: 0;
  }
  .block-3-content-text {
    width: 100%;
    font-size: 16px;
  }
/*  */

.left-slide .slick-list,
.right-slide .slick-list  {
  margin-left: 0;
}
.slick-list {
  width: 100%;
  height: 56vw;
}
.slick-track {
  height: 56vw;
}
.slick-slide {
  margin: 0 0;
  margin-right: 0.1px;
  width: 100vw !important;
}
.slick-slide img {
  /* max-width: 120%; */
  width: 100%;
  height: 100%;
}
.slick-dots {
  height: 22vw;
}
.left-slide .slick-dots,
.right-slide .slick-dots {
  padding-left: 0;
}
.slick-dots li {
  width: 25vw;
  height: 14vw;
}

/*  */
  .service .wrap {
    padding: 55px 15px;
  }
  .service .block-title {
    padding: 0 40px;
    font-size: 30px;
    margin-bottom:0 ;
    padding-bottom: 10px;
  }
  /* .service .block-title::after {
    bottom: -20%;
  } */
  .service-block-btn {
    margin: 0;
    padding: 0;
    margin-top: 6vh;
  }

  .service-text {
    padding: 0 15px;
    margin-top: 30px;
  }
  .block-1-header img {
    margin: 8px;
  }
  .breadcum {
    display: none;
  }
  .block-1-sub-text {
    margin-bottom: 30px;
  }
  .studio_report .report_title {
    color: #fff;
  }
  .studio_question_button {
    width: 100%;
    margin-bottom: 60px;
  }


}

@media screen and (max-width: 767px) {
  /* .block-2-img-content img {
    min-height: auto;
  } */
  
  .service .service-text {
    text-align: justify;
  }
}
/* Ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  /* Styles */
  .text-1-number {
    /* line-height: 3vw; */
  }
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-1-number {
    /* line-height: 1.7vw; */
    /* line-height: 2.7vw; */
  }
  .studio-ocean-text {
    padding-top: 10px;
  }
  .right-slide .studio-ocean-text {
    padding-top: 35px;
  }
}
/* Responsive SP END */


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.fnt_35 {
  font-size: 35px;
}
.fw_bold {
  font-weight: bold;
}
.studio_framered {
  width: 1100px;
  background-color: #cc283b;
  margin: auto;
  color: #fff;
  padding-bottom: 9px;
  margin: 100px auto;
}
.studio_framered_title {
  text-align: center;
  padding-top: 35px;
}
.studio_framered_title p:nth-child(2) {
  padding-bottom:35px;
  padding-top: 15px;
}
.studio_framered_content {
  width: 98.5%;
  background-color: #fff;
  margin: auto;
  color: #383838;
  padding: 35px 20px;
  overflow: auto;
  margin-top: 20px;
}
.studio_framered_row {
    width: 33.33%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    float: left;
    height: 260px;
    padding: 11px;
}
.studio_map {
  width: 1100px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content_title_line {
  width: 30px;
  height: 3px;
  bottom: 0;
  margin: auto;
  background-color: #cc283b;
  margin-bottom: 36px;
}
.studio_map_title {
  text-align: center;
}
.content_title p:nth-child(2) {
  padding-top: 36px;
}
/* The popup bubble styling. */

.popup-bubble {
  /* Position the bubble centred-above its parent. */
  /* position: absolute; */
  width: 160px;
  top: 0;
  left: 0;
  /* Style the bubble. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */

.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
/* This element draws the tip. */

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: calc(50% - 3px);
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
.map_button {
  width: 540px;
  height: 60px;
  margin: 0 auto;
  margin-top: 37px;
}
.map_button span {
  position: absolute;
  right: 17px;
  font-size: 30px;
}
.map_contact {
  width: 102%;
  margin: auto;
  margin-top: 48px;
  font-size: 18px;
  text-align: left;
}

#map {
  width: 82%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 42px;
}
.studio_map_bg {
  background-color: #f8f8f8;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  height: 100%;
}
.question {
  padding: 60px 0;
}
.block-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.block-title--green::after {
  background-color: #11985f;
}
.block-title::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #395fb5;
  transform: translateX(-50%);
}
.block-title--green::after {
  background-color: #11985f;
}
.question-block + .question-block {
  margin-top: 35px;
}
.question-block {
  position: relative;
}
.question-q {
  background-color: #ffffff;
  padding: 20px 80px 20px 30px;
  display: flex;
  position: relative;
  cursor: pointer;
  color: #333333;
  border: 1px solid #11985f;
}
.question-q__icon-left {
  background-color: #11985f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  /* font-weight: bold; */
  font-weight: 400;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1.5;
  /* font-family: 'DM Sans'; */
  font-family: 'DM+Sans';
}
.question-q__text {
  display: inline-block;
  font-weight: bold;
  margin-left: 30px;
  align-self: center;
}
.question-q__icon-right {
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translateY(-5px);
}
.question-q__icon-right .arrow {
  border-color: #11985f;
  padding: 7px;
}

/* element.style {
} */
.question-q__icon-right .arrow {
  border-color: #11985f;
  padding: 7px;
}
.down {
  transition: all 0.5s;
  transform: rotate(45deg);
}
.question-a {
  background-color: #ffffff;
  padding: 20px 80px 20px 30px;
  border: 1px solid #11985f;
  display: none;
  width: 100%;
}
.question-a__icon {
  background-color: #11985f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  width: 45px;
  display: inline-block;
  height: 45px;
  text-align: center;
  float: left;
  line-height: 45px;
  font-family: 'DM Sans';
  line-height: 1.5;
}
.question-a__text {
  display: inline-block;
  width: calc(100% - 46px);
  font-weight: bold;
  padding-left: 27px;
}
.h_on {
  background-color: #11985f;
  color: #ffffff;
}
.h_on .question-q__icon-right .arrow {
  border-color: #ffffff;
}
.studio_draw_bg {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
.studio_draw_button {
  width: 540px;
  margin: auto;
}
.studio_draw {
  width: 1100px;
  margin: auto;
}
.boder_pc {
  border-right: none;
}
.boder_botton_pc {
  border-bottom: none;
}
.studio_framered_row img {
  width: 85%;
  height: 147px;
  margin: auto;
}
/* start report */
.report_title p {
  text-align: center;
}
.report_content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 28px;
  display: flex;
}
.report_content_row01  {
  padding: 75px 0px 75px 39px;
    background-color: #fff;
}
.op_div {
  opacity: 0.8;
}
.report_content_row01:nth-child(2){
  width: 30%;
}
.report_text p:nth-child(1) {
  color: #11985f;
}
.report_text p:nth-child(2) {
  padding-left: 10px;
}
.report_text {
  display: flex;
  padding: 10px 0px;
}
.report_icon img {
  width: 58px;
}
.report_icon {
  width: 50%;
  text-align: center;
}
.report_w {
  width: 100%;
}
.report_content_row01 {
    width: 35%;
}
.report_content_row01{
  position: relative;
  /* right:-45px; */
  z-index: 1;
}
.report_content_row01 .background{
  position: absolute;
  left:-45px;
  top:-110px;
  width: 0;
	height: 0;
	border-top: 230px solid transparent;
	border-left: 92px solid #f0f0f0;
	border-bottom: 230px solid transparent;	
}
.report_icon {
  float: left;
}
.studio_report {
  background-image: url("img/bg_device.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.report_title {
    color: #000;
}
.studio_report {
  padding: 100px 0px;
}
.studio_floor {
  padding-bottom: 60px;
}
/* end report */
/* start device */
.device_title {
  text-align: center;
  padding-bottom: 100px;
}
/* tab */

.tab-wrapper ul li:hover > a {
    color: #fff;
}
.tab-wrapper ul li:hover {
    background-position:left bottom;
}
.tab-wrapper ul li{
    /* background-color: #11985f; */
    background: linear-gradient(to left, #fff 50%, #11985f 50%);
    background-size: 201% 100%;
    /* background-position:left bottom; */
    transition:all 0.5s ease;
    float: left;
    list-style: none;
    padding: 6px 20px;
    background-position:right bottom;
    margin-top: 5px;
    border: 1px solid #11985F;
    width: 33.33%;
    height: 56px;
    text-align: center;
}
.tab-wrapper ul li.active {
  background: #11985f;
}
.tab-wrapper ul li.active a {
  color: #fff;
  text-decoration: none;
}
.tab-wrapper ul li.active-tabs {
  background: #11985f;
}
.tab-wrapper ul li.active-tabs a {
  color: #fff;
  text-decoration: none;
}
.tab-wrapper ul li a {
  color: #11985f;
  text-transform: uppercase;
  text-decoration: none;
}
.tab-content {
  padding: 20px;
  border: 2px solid #11985f;
  overflow: auto;
  border-top: 1px solid #11985f;
}
.tab-item {
  display: none;
  overflow: hidden;
}

.studio_tab {
  text-align: center;
  width: 33.33%;
  padding: 2% 5%;
  display: flex;
  flex-direction: column;
  height: 300px;
  margin-bottom: 25px;
}
.studio_tab p {
  height: 20%;
}
.studio_tab_row4 {
  float: left;
  text-align: center;
  justify-content: center;
  width: 25%;
  padding: 20px;
}

.studio_tab img, .studio_tab_row4 img {
    max-height: 150px;
    margin: 0 auto;
}
.studio_device_tab {
  padding-bottom: 100px;
  width: 1100px;
  margin: auto;
}
.tab {
  overflow: auto;
}
/* end tab */
.image_device {
  display: flex;
  align-items: center;
  height: 80%;
  width: auto;
  margin: auto;
  padding-bottom: 23px;
}
.tab-main-info {
  display: flex !important;
  flex-wrap: wrap;
}
/* end device */
/*start meeting */
.meeting_content p:nth-child(1) {
  color: #11985f;
  padding-right: 17px;
}
.meeting_content {
  display: flex;
  width: 1089px;
  margin: auto;
}
.studio_meeting {
  padding: 100px 0px;
}
.studio_meeting_right p {
  font-size: 114px;
  font-weight: bold;
  font-family: 'DM Sans';
  color: #dddddd;
  float: right;
  margin-right: 93px;
}
.studio_meeting_right {
  overflow: auto;
  width: 94%;
  margin-top: -40px;
  overflow: hidden;
}
.meeting_list_img {
    margin-top: -27px;
    display: flex;
    overflow: hidden;
}
.image_meeting {
  width: 100%;
  height: 14.06vw;
}
.display_flex {
  display: flex;
  flex-wrap: wrap;
}
/* end meeting */
/* start floor */
.studio_floor {
  display: flex;
}
.floor_left,
.floor_right {
  width: 20%;
}

.floor_center {
  width: 60%;
}
.floor_image {
  height: 33.33%;
  width: 100%;
}
.floor_image img {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 12;
}
.floor_image p {
  font-size: 0.83vw;
  margin-bottom: 7px;
  text-align: left;
}
.floor_center img:nth-child(5) {
  position: relative;
  object-fit: cover;
  height: 573px;
  width: 486px;
  z-index: 12;
}
#hor {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#cross {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(336deg);
}
#cross2 {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(303deg);
}
.style_line {
  border-top: 3px solid #db5e6f;
  height: 3px;
}
.line1_width {
  width: 245px;
  top: 49px;
}

.line_hor {
  left: -5.7vw;
  position: absolute;
  z-index: 1;
}
.line_hor img {
  width: 100%;
  height: 24px;
}
.line_hor_right {
  position: absolute;
  right: -95px;
  top: 25px;
}
.floor_center {
  position: relative;
}
.line2_width {
  width: 126px;
  top: 216px;
}
.line3_width {
  width: 150px;
  top: 403px;
}
.line4_width {
  width: 235px;
}
.line5_width {
  width: 193px;
  right: -93px;
  bottom: 75px;
  z-index: 11;
}
.line_cross {
  position: absolute;
}
.line6_width img {
  height: 100%;
  width: auto;
}
.line5_width img {
  height: 72px;
  width: 100%;
}
.line6_width {
  width: 247px;
  right: -182px;
  bottom: 111px;
}
.line_hor_right img {
  width: 100%;
  height: 9px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #ccc;
    margin: auto;
    border: 1px solid #888;
    width: 1100px;
    overflow: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #button_modal:hover {
    cursor: pointer;  
  }
  /* slider modal */
  .dot_floor {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .sliderPrev {
    position: absolute;
    float: left;
    padding: 0.7vw 1.5vw;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
  }
  .active {
    background-color: #D90000;
  }
  .sliderNext {
    position: absolute;
    right: 0;
    padding: 0.7vw 1.5vw;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
  }
  .sliderNext:hover, .sliderPrev:hover {
      cursor: pointer;
      background-color: #E9F0F4;
  }
.mySlides_floor {
  display: none;
  width: 90%;
  margin: auto;
  position: relative;
  padding-top: 38px;
}
.mySlides_floor p {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
}
.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}
.text_center {
  text-align: center;
}
.floor_center img {
  object-fit: cover;
  min-width: 100%;
}
.pd_top {
  padding-top: 18px;
}
.slick-dots {
  position: relative;
}
.pd_bottom_no {
  padding-bottom: 0px !important;
}
.width_100 {
  width: 100%;
}
.h_on .question-q__icon-left {
    color: #11985f;
    background: #ffffff;
}
.right-slide .slick-dots {
  text-align: justify;
}
#triangle {
  width: 0;
  height: 0;
  border-top: 209px solid transparent;
  border-left: 53px solid #fff;
  border-bottom: 209px solid transparent;
  position: absolute;
  right: -53px; /* = border left*/
  top: 0;
  z-index: 0;
}
.report_content .report_content_row01:nth-child(3) {
  width: 40%;
}
#triangle_sp {
  width: 0;
    height: 0;
    border-left: 44vw solid transparent;
    border-right: 44vw solid transparent;
    border-top: 13vw solid #fff;
    z-index: 2;
    margin-top: -1px;
}
#triangle {
  display: block;
}
#triangle_sp {
  display: none;
}
.studio_device_tab .tab {
  width: 100%;
  font-size: 25px;
}
.studio_framered_row:nth-child(4), .studio_framered_row:nth-child(5), .studio_framered_row:nth-child(6) {
  padding-top: 40px;
}
.width_100 {
  width: 100% !important;
}
.pdr_40 {
  padding-right: 40px;
}
.pd_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pdl_50 {
  padding-left: 50px;
}
.mdt_5 {
  margin-top: -5px !important;
}
.service .wrap {
  padding-top: 0;
  padding-bottom: 30px;
}
.width_100 {
  width: 100%;
}
.block-1-item-content {
  text-align: center;
}
.bor_left {
  border-left: 2px solid #11985F !important;
}
.bor_top {
  border-top: 2px solid #11985F !important;
}
.bor_right {
  border-right: 2px solid #11985F !important;
}
@media only screen and (width: 768px) and (height: 1024px){
  .mg_bottom {
    margin-bottom: 28px !important;
  }
}

/* end floor */
@media screen and (max-width: 768px) {
  .map_contact a {
    color: #333;
  }
  .block-1-item-content {
    text-align: left;
  }
  .studio_report {
    background-attachment:initial;
  }
  .mg_bottom {
    margin-bottom: 28px !important;
  }
  .mg_bottom_14 {
    margin-bottom: 14px !important;
  }
    .device_title{
      padding-bottom:8vw;
    }
    .studio_draw {
        width: 100%;
    }
    .boder_sp {
        border-right: none;
    }
    .boder_right_sp {
        border-right: 1px solid #ccc;
    }
    .boder_botton_sp {
        border-bottom: 1px solid #ccc;
    }
    .block-title {
        font-size: 22px;
    }
    .studio_draw_button {
        width: 93%;
    }
    .font_30 {
        font-size: 30px;
    }
    .wrap {
        padding: 0px 16px;
    }
    .studio_map {
        width: 92%;
    }
    .map_button {
        width: 100%;
    }
    .map_contact {
        font-size: 16px;
    }
    .studio_framered {
        width: 93%;
    }
    .studio_framered_title p:nth-child(1) {
        font-size: 22px;
    }
    .studio_framered_title p:nth-child(2) {
        font-size: 16px;
        font-weight: normal;
    }
    .studio_framered_row p {
      font-size: 16px;
      padding: 0;
    }
    .studio_framered_content {
        width: 93.5%; 
        padding: 9px 10px;
    }
    #map {
        height: 361px;
    }
    .question-q {
        padding: 10px 35px 10px 15px;
    }
    .question-a__text {
        padding-left: 15px;
    }
    .question-a {
        padding: 20px 5px 30px 17px;
    }
    .content_title {
        font-size: 22px;
    }
    .studio_draw_bg {
        padding: 60px 0;
    }
    .question {
        padding: 60px 0;
    }
    .studio_map {
        padding: 60px 0;
    }
    .studio_framered {
        margin: 60px auto;
    }
    .studio_framered_row img {
        padding-top:8px;
        width: auto;
        height: 18vw;
    }
    /* start report */
    .report_content {
        flex-direction: column;
        padding: 22px 0px;
        width: 88%;
    }
    .report_icon {
        width: 33.33%;
    }
    .pd_bottom {
        padding-bottom: 100px;
    }
    .pd_left {
        padding: 0px 13vw;
    }
    .report_content_row01 {
        font-size: 16px;
        width: 100%;
        right: 0;
    }
    .report_content_row01:first-child {
      padding-top: 10px;
      padding-right: 0;
    }
    .report_content_row01:nth-child(4) {
      padding-left: 0;
      padding-top: 15vw;
      padding-bottom: 7vw;
    }
    .sp_no_pd_top {
      padding-top: 0;
    }
    .report_icon {
        padding: 0px 16px;
    }
    
    /* end report */
    /* start meeting */
    .studio_meeting {
        padding: 60px 0px;
    }
    .studio_meeting_content {
        width: 93%;
        margin: auto;
    }
    .meeting_content {
        width: 100%;
    }
    .meeting_list_img {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        padding-top: 30px
    }
    .image_meeting {
        width: 50%;
        height: 26vw;
    }
    /* end meeting */
    /* start device */
    .studio_device {
        width: 93%;
        margin: auto;
    }
    .device_title p {
      text-align: left;
      padding-left: 4vw;
        font-weight: normal;
    }
    .block-title {
      color:#000;
        margin-bottom: 20px;
    }
    .report_title p{
      font-weight: bold;
    color: #000;
    }
    .tab-wrapper ul li {
        width: 100%;
        height: 44px;
        line-height: 1.5;
        float: none;
        padding: 0;
    }
    .tab-wrapper ul li:hover {
      background-position: right bottom;
    }
    .tab-wrapper ul li:hover > a {
      color: #11985f;
    }
    .tab-wrapper {
        width: 100%;
    }
    .studio_tab , .studio_tab_row4 {
        width: 50%;
        float: none;
        line-height: 1.3;
        padding: 6px;
        height: 200px;
    }
    .tab-item {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .tab .question-a {
        padding: 3px 4px 3px 4px;
    }
    .studio_device_tab {
        width: 93%;
    }
    .question_bg {
        background-color: #11985F;
        color: #fff;
    }
    .image_device {
      /* height: 133px; */
      width: 100%;
      justify-content: center;
      padding: 20px;
      margin: 0;
    }
    .tab-main-info {
        display: flex !important;
    }
    .tab-content {
        padding: 0px;
    }
    .tab .question-q__icon-right .arrow {
        border-color: #fff;
    }
    .tab .question-q__icon-right {
        top: 5px;
    }
    .tab .question-q__text {
        margin: auto;
        font-size: 16px;
    }
    /* end device */
    /* floor */
    .floor_center img {
        height: auto;
        width: auto;
    }
    .floor_center {
      width: 95%;
      margin: auto;
    }
    .modal-content {
        width: 93%;
    }
    .question-q__icon-right {
      right: 9px;
    }
    .report_title p {
      text-align: left;
      padding-left: 6vw;
      font-weight: normal;
    }
    .report_content_row01:nth-child(2) {
        width: 100%;
    }
    .op_div {
        margin-top: -13vw;
    }
    #triangle {
        display: none;
    }
    #triangle_sp {
        display: block;
    }
    .studio_framered_row:nth-child(4), .studio_framered_row:nth-child(5), .studio_framered_row:nth-child(6) {
        padding-top: 8px;
    }
    .width_100 {
        width: auto !important;
    }
    .studio_framered_row {
        width: 50%;
        height: 30vw;
    }
    .service .service-text {
        font-size: 16px;
      }
      .mySlides_floor {
        width: 86%;
      }
      .sliderNext, .sliderPrev {
        padding: 1vw 2.6vw;
      }

}
@media screen and (max-width: 767px) {
    .studio_framered_row {
        height: 195px;
    }
    .sliderNext, .sliderPrev {
      padding: 0vw 2.15vw;
    }
}
@media screen and (max-width: 1156px) and (min-width:769px) {
    .studio_map {
        width: 93%;
    }
    .studio_framered {
        width: 93%;
    }
    .studio_draw {
        width: 100%;
    }
    .meeting_content {
        width: 90%;
    }
    .studio_meeting_right p {
        font-size: 64px;
    }
    .studio_meeting_right {
        width: 98%;
        margin-top: -22px;
    }
    .meeting_list_img {
        margin-top: -16px;
    }
    .studio_framered_row {
        padding: 0px;
        height: 270px;
    }
    .studio_framered_row img {
        width: 145px;
        height: 109px;
    }
    .studio_device_tab {
        width: 93%;
    }
    .tab-wrapper ul li {
        height: auto;
        padding: 10px 0px;
    }
    .display_flex {
        flex-wrap: wrap;
    }
    .studio_floor {
        width: 98%;
        margin: auto;
    }
    .line5_width {
        bottom: 95px;
    }
    #cross2 {
        transform: rotate(290deg);
    }
    .line6_width {
        right: -156px;
        bottom: 210px;
    }
    .floor_center img {
        height: 49.84vw;
        width: 43.31vw;
    }
    .line_hor {
        left: -7.7vw;
    }
    .pd_top {
      padding-top: 0px;
    }
    .report_content {
      width: 77%;
      flex-flow: column;
    }
    .report_content_row01 {
      width: 100%;
      /* margin: auto; */
      padding: 15px 0px 0px 39px;
    }
    .report_content_row01:nth-child(2){
      width: 100%;
      /* margin: auto; */
    }
    .report_w {
      width: 33.33%;
    }
    .report_icon {
      width: 33.33%;
    }
    .report_content_row01:nth-child(3){
      right: 0;
    }
    #triangle {
      display: none;
    }
    #triangle_sp {
      display: block;
    }
    .op_div {
      padding-top: 13vw;
      margin-top: -12vw;
    }
    #triangle_sp {
      border-left: 38vw solid transparent;
      border-right: 38.7vw solid transparent;
      border-top: 11vw solid #fff;
    }
    .report_content_row01:nth-child(4) {
      padding-left: 0;
      padding-bottom: 30px;
    }
    .studio_framered_row:nth-child(4), .studio_framered_row:nth-child(5), .studio_framered_row:nth-child(6) {
      padding-top: 0px;
    }
    .studio_framered_row:nth-child(4), .studio_framered_row:nth-child(5), .studio_framered_row:nth-child(6) {
      padding-top: 63px;
  }
  .sliderNext, .sliderPrev {
    padding: 0.7vw 1.9vw;
  }
}



@media screen and (max-width: 1193px) and (min-width: 769px) {
  .banner-content,
  .block-1,
  .block-wrap {
    width: 93%;
  }
  .tab{
    width: 95vw;
  }
  .studio_map {
    width: 93%;
  }
  .studio_framered {
    width: 93%;
  }
  .studio_draw {
    width: 100%;
  }
  .meeting_content {
    width: 90%;
  }
  .studio_meeting_right p {
    margin-right:30px;
    font-size: 64px;
  }
  .studio_meeting_right {
    width: 98%;
    margin-top: -22px;
  }
  .meeting_list_img {
    margin-top: -16px;
  }
  .studio_framered_row {
    padding: 0px;
    height: 260px;
    padding-top: 41px;
  }
  .studio_framered_row img {
    width: 74%;
    height: 109px;
  }
  .studio_device_tab {
    width: 93%;
  }
  .tab-wrapper ul li {
    width:33.33%;
    height: auto;
    padding: 10px 0px;
    
  }
  .display_flex {
    flex-wrap: wrap;
  }
  .studio_floor {
    width: 98%;
    margin: auto;
  }
  .line5_width {
    bottom: 76px;
  }
  #cross2 {
    transform: rotate(290deg);
  }
  .line6_width {
    right: -156px;
    bottom: 82px;
  }
  .line_hor {
    left: -7.7vw;
  }
  .modal-content {
    width: 93%;
  }
  .line1_width {
    top: 56px;
  }
}
.common-footer {
  margin-top: 0px !important;
}
.pd_question {
  padding: 6px 0px 6px 27px;
}
@media screen and (max-width: 768px) and (min-width: 450px) {
    .studio_tab img, .studio_tab_row4 img {
        max-height: 135px;
        width: auto;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .studio_tab img {
        max-width: 245px;
    }
 }
@media screen and (max-width: 450px) {
    .studio_tab_row4 img {
        max-height: 75px;
    }
    .studio_tab, .studio_tab_row4 {
        height: 170px;
    }
}
@media screen and (max-width: 768px) {
    .studio_tab {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 320px) {
    .studio_framered_row {
        height: 190px;
    }
    .studio_tab_row4 img {
        max-height: 60px;
    }
  }