.page-scene .page_banner_wrap {
  height: auto;
  padding-top: 160px;
  overflow: hidden;
}
.page-scene .page_banner_wrap .container {
  max-width: 1132px;
  display: block;
}
.page-scene .page_title {
  max-width: 526px;
  margin: 0 auto 90px;
}
@media screen and (max-width:767px){
  .page-scene .page_banner_wrap {
    padding-top: 100px;
    z-index: 1;
  }
  .page-scene .page_title {
    margin-bottom: 60px;
  }
}

/* Tab */
.tablist {
  position: relative;
  z-index: 1;
}
.tablist ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.tablist ul li {
  padding: 8px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  width: 140px;
  height: 130px;
  padding-bottom: 25px;
}
.tablist_text {
  font-size: 17px;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tablist_text + .tablist_text {
  margin-top: 6px;
}
.tablist ul li .box_shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width:1279px){
  .tablist ul {
    max-width: 720px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px){
  .tablist ul {
    gap: 8px;
    row-gap: 20px;
  }
  .tablist ul li {
    padding: 4px 8px 10px 8px;
    width: 79px;
    height: 70px;
  }
  .tablist_text {
    font-size: 12px;
  }
  .tablist_text + .tablist_text {
    margin-top: 2px;
  }
}

.tablist ul li .box_shape svg .cls-1 {
  transition: fill 0.3s ease-in-out;
}
.cls-1,
.cls-3 {
  fill: #f0efe7;
}
.cls-2 {
  fill: none;
}
.cls-2,
.cls-3 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.tablist__item.tab-active:nth-child(1) .cls-1,
.tablist__item:hover:nth-child(1) .cls-1 {
  fill: #b46ea5;
}
.tablist__item.tab-active:nth-child(2) .cls-1,
.tablist__item:hover:nth-child(2) .cls-1 {
  fill: #4b87c3;
}
.tablist__item.tab-active:nth-child(3) .cls-1,
.tablist__item:hover:nth-child(3) .cls-1 {
  fill: #e99594;
}
.tablist__item.tab-active:nth-child(4) .cls-1,
.tablist__item:hover:nth-child(4) .cls-1 {
  fill: #7ac5e3;
}
.tablist__item.tab-active:nth-child(5) .cls-1,
.tablist__item:hover:nth-child(5) .cls-1 {
  fill: #f4e63d;
}
.tablist__item.tab-active:nth-child(6) .cls-1,
.tablist__item:hover:nth-child(6) .cls-1 {
  fill: #4ba97c;
}
.tablist__item.tab-active:nth-child(7) .cls-1,
.tablist__item:hover:nth-child(7) .cls-1 {
  fill: #d26938;
}

/* subtitle */
.scene_subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}
.scene_subtitle::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 7.5em);
  background-image: url(/sp/tepra_arekore/scene/img/office/magnify.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width:767px){
  .scene_spot_banner_wrap .scene_subtitle {
    display: none;
  }
}

/* スポットからチェック */
.scene_spot_banner_wrap {
  background-color: #f0efe7;
  padding-top: 142px;
  padding-bottom: 150px;
  margin-top: -50px;
  overflow: hidden;
}
@media screen and (max-width:1279px){
  .scene_spot_banner_wrap {
    padding-top: 250px;
    padding-bottom: 150px;
    margin-top: -215px;
  }
}
@media screen and (max-width:767px){
  .scene_spot_banner_wrap {
    padding-top: 85px;
    padding-bottom: 100px;
    margin-top: -120px;
  }
}

/* Tooltip Banner */
.scene_banner_with_tooltip {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.scene_banner_with_tooltip img {
  width: 100%;
}

.bullets_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bullets_wrapper .tool_content {
  position: relative;
}
.bullets_wrapper .tool .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #b46ea5;
  border: #fff 2px solid;
  display: table;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.bullets_wrapper .tool {
  position: absolute;
}
.bullets_wrapper .tool.a1 {
  bottom: 33%;
  left: 39%;
}
.bullets_wrapper .tool.a2 {
  bottom: auto;
  left: 18%;
  top: 25%;
}
.bullets_wrapper .tool.a3 {
  bottom: 18%;
  left: 47%;
}
.bullets_wrapper .tool.a4 {
  bottom: 32%;
  left: 55%;
}
.bullets_wrapper .tool.a5 {
  bottom: auto;
  left: 48.5%;
  top: 25%;
}
.bullets_wrapper .tool.a6 {
  bottom: auto;
  top: 26%;
  left: 29%;
}
.bullets_wrapper .tool.a7 {
  bottom: auto;
  left: 32%;
  top: 32%;
}
.bullets_wrapper .tool.a8 {
  bottom: auto;
  left: 72%;
  top: 20%;
}
.bullets_wrapper .tool.a9 {
  bottom: auto;
  left: 16%;
  top: 19%;
}
.bullets_wrapper .tool.a10 {
  bottom: auto;
  left: 7%;
  top: 64%;
}
.bullets_wrapper .tool.a11 {
  bottom: auto;
  left: 55%;
  top: 34%;
}
@media (hover: hover) {
  .bullets_wrapper .tool .circle:hover {
    transform: scale(1.2);
    box-shadow: #b46ea5 0px 0px 10px 3px;
  }
}
@media screen and (max-width:767px){
  .bullets_wrapper {
    display: none;
  }
}

/* 吹き出し */
.tooltip_wrapper {
  position: absolute;
  bottom: 60px;
  left: 8px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.tooltip_wrapper.open {
  opacity: 1;
  visibility: visible;
}
.tooltip_wrapper.wrapper--reverse-v {
  bottom: auto;
  top: 60px;
}
.tooltip_wrapper.wrapper--reverse {
  left: auto;
  right: 8px;
  bottom: auto;
  top: 60px;
}
.tooltip_content {
  background-color: #dcb4d7;
  border-radius: 9px 9px 9px 0;
  padding: 30px 30px;
  position: relative;
}
.tooltip_wrapper.wrapper--reverse-v .tooltip_content {
  border-radius: 0 9px 9px 9px;
}
.tooltip_wrapper.wrapper--reverse .tooltip_content {
  border-radius: 9px 0 9px 9px;
}
.tooltip_content::before,
.tooltip_content::after {
  content: "";
  display: block;
  position: absolute;
}
.tooltip_content::before {
  width: 29px;
  height: 25px;
  left: 0;
  bottom: -25px;
  background-image: url(/sp/tepra_arekore/scene/img/office/tooltip-parts.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.tooltip_wrapper.wrapper--reverse-v .tooltip_content::before {
  transform: scale(1,-1);
  bottom: auto;
  top: -25px;
}
.tooltip_wrapper.wrapper--reverse .tooltip_content::before {
  transform: scale(-1,-1);
  left: auto;
  right: 0;
  bottom: auto;
  top: -25px;
}
.tooltip_content::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #000 transparent;
  border-radius: 0 0 9px 0;
}
.tooltip_text {
  margin-bottom: 0;
  white-space: nowrap
}
.tooltip_wrapper .action_wrap {
  margin-top: 24px;
  text-align: center;
}
.tooltip_wrapper .btnStripe {
  min-width: 105px;
  padding: 1px 14px;
}

/* action_wrap button */
.tooltip_wrapper .btnStripe::after {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5) 2px,
    transparent 2px,
    transparent 5px
  );
  top: 3px;
  left: 3px;
}
@media screen and (max-width:767px){
  .tooltip_wrapper {
    display: none;
  }
}


/* 一覧からチェック */
.scene_services_wrap {
  padding-top: 130px;
  padding-bottom: 200px;
}
.scene_services_wrap .scene_subtitle {
  margin-bottom: 100px;
}
.scene_services_wrap .scene_subtitle::before {
  left: auto;
  right: calc(50% - 5.5em);
  transform: translateX(50%) scale(-1,1);
}
@media screen and (max-width:1279px){
  .scene_services_wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width:767px){
  .scene_services_wrap {
    padding-top: 0;
    margin-top: 35px;
}
  .scene_spot_banner_wrap .scene_subtitle {
    margin-bottom: 80px;
  }
  .scene_services_wrap .scene_subtitle::before {
    left: auto;
    right: calc(50%);
    bottom: 40px;
  }
}

.services_list_wrap {
  display: grid;
  grid-template-columns: repeat(3, calc(320px - 15px));
  gap: 92px;
  row-gap: 100px;
}
.services_list_wrap .item {
  cursor: pointer;
}
.services_list_wrap .item .media,
.services_list_media {
  width: 292px;
  margin: 0 auto 48px;
  position: relative;
}

.services_list_wrap .item .media::before,
.services_list_media::before {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #b46ea5;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 3;
}
.services_list_wrap .item .media::after,
.services_list_media::after {
  content: "";
  background-image: repeating-linear-gradient(
    -45deg,
    #b46ea5,
    #b46ea5 2px,
    transparent 2px,
    transparent 5px
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.services_list_wrap .item .media .picture,
.services_list_picture {
  overflow: hidden;
  transition: border 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.services_list_picture img {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.services_list_wrap .item .content p,
.services_list_text {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0px;
}
@media (hover: hover) {
  .services_list_item:hover .services_list_picture {
    border-color: #b46ea5;
  }
  .services_list_item:hover .services_list_picture img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@media screen and (max-width:1279px){
  .services_list_wrap {
    grid-template-columns: repeat(2, calc(320px - 6px));
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px){
  .services_list_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 40px;
    width: auto;
    margin: 0;
  }
  .services_list_wrap .item .media,
  .services_list_media {
    width: 90%;
    margin-bottom: 28px;
  }
  .services_list_wrap .item .media::before,
  .services_list_media::before {
    height: 40px;
    bottom: -20px;
  }
  .services_list_wrap .item .media::after,
  .services_list_media::after {
    top: 5px;
    left: 5px;
  }
  .services_list_wrap .item .content,
  .services_list_text {
    font-size: 14px;
    line-height: 24px;
    white-space: initial;
  }
}
@media screen and (max-width:600px){
  .services_list_wrap .item .media,
  .services_list_media {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .services_list_wrap .item .content,
  .services_list_text {
    text-align: left;
  }
  .services_list_wrap .item .content br,
  .services_list_text br {
    display: none;
  }
}
.fancybox__footer {
  display: none;
}

/* Tab CSS */
.scene_tab_content {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.scene_tab_content.tab-open {
  display: block;
}


/* Factory */
.scene_factory .scene_subtitle::before {
  background-image: url(/sp/tepra_arekore/scene/img/factory/magnify.svg);
}
.scene_factory .bullets_wrapper .tool .circle {
  background-color: #4B87C3;
}
.scene_factory .tooltip_content {
  background-color: #a5c3e6;
}
.scene_factory .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/factory/tooltip-parts.png);
}

.scene_factory .bullets_wrapper .tool.b1 {
  bottom: 27%;
    left: 63%;
}
.scene_factory .bullets_wrapper .tool.b2 {
  bottom: auto;
  left: auto;
    top: 55%;
    right: 18%;
}
.scene_factory .bullets_wrapper .tool.b3 {
  bottom: 50%;
    left: 51%;
}
.scene_factory .bullets_wrapper .tool.b4 {
  bottom: 36%;
  left: 35.5%;
}
.scene_factory .bullets_wrapper .tool.b5 {
  bottom: auto;
  left: 16.5%;
    top: 42%;
}
.scene_factory .bullets_wrapper .tool.b6 {
  bottom: auto;
  top: 64.5%;
  left: auto;
  right: 7%;
}
.scene_factory .bullets_wrapper .tool.b7 {
  bottom: auto;
  left: 14%;
  top: 59%;
}
.scene_factory .bullets_wrapper .tool.b8 {
  bottom: auto;
  left: 67%;
  top: 39%;
}
.scene_factory .services_list_media::before {
  background-color: #4B87C3;
}
.scene_factory .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #4B87C3, #4B87C3 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_factory .bullets_wrapper .tool .circle:hover {
    box-shadow: #4B87C3 0px 0px 10px 3px;
  }
  .scene_factory .services_list_item:hover .services_list_picture {
    border-color: #4B87C3;
  }
}

/* Construction */
.scene_construction .scene_subtitle::before {
  background-image: url(/sp/tepra_arekore/scene/img/construction/magnify.svg);
}
.scene_construction .bullets_wrapper .tool .circle {
  background-color: #e99594;
}
.scene_construction .tooltip_content {
  background-color: #f4cac9;
}
.scene_construction .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/construction/tooltip-parts.png);
}

.scene_construction .bullets_wrapper .tool.c1 {
  bottom: 83%;
    left: 54%;
}
.scene_construction .bullets_wrapper .tool.c2 {
  left: 77%;
  top: auto;
  bottom: 74%;
}
.scene_construction .bullets_wrapper .tool.c3 {
  bottom: 35%;
  left: 55%;
}
.scene_construction .bullets_wrapper .tool.c4 {
  bottom: 37%;
    left: 34%;
}
.scene_construction .bullets_wrapper .tool.c5 {
  left: 45%;
    top: 68%;
}
.scene_construction .bullets_wrapper .tool.c6 {
  left: 69%;
  top: auto;
  bottom: 48%;
}
.scene_construction .bullets_wrapper .tool.c7 {
  left: 16%;
    top: 25%;
}

.scene_construction .services_list_media::before {
  background-color: #F4CAC9;
}
.scene_construction .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #F4CAC9, #F4CAC9 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_construction .bullets_wrapper .tool .circle:hover {
    box-shadow: #e99594 0px 0px 10px 3px;
  }
  .scene_construction .services_list_item:hover .services_list_picture {
    border-color: #e99594;
  }
}


/* Medical */
.scene_medical_care .scene_subtitle::before {
  background-image: url(/sp/tepra_arekore/scene/img/medical/magnify.svg);
}
.scene_medical_care .bullets_wrapper .tool .circle {
  background-color: #7AC5E3;
}
.scene_medical_care .tooltip_content {
  background-color: #bce2f1;
}
.scene_medical_care .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/medical/tooltip-parts.png);
}

.scene_medical_care .bullets_wrapper .tool.d1 {
  bottom: 48%;
  left: 34%;
}
.scene_medical_care .bullets_wrapper .tool.d2 {
  bottom: 52%;
  left: 60%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d3 {
  bottom: 62%;
  left: 53%;
}
.scene_medical_care .bullets_wrapper .tool.d4 {
  bottom: 60%;
  left: 57%;
}
.scene_medical_care .bullets_wrapper .tool.d5 {
  bottom: 55%;
  left: 42.5%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d6 {
  bottom: 32%;
  top: auto;
  left: 74%;
}
.scene_medical_care .bullets_wrapper .tool.d7 {
  bottom: 46%;
  left: 24%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d8 {
  bottom: 47%;
  left: 42%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d9 {
  bottom: 40%;
  left: 72%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d10 {
  bottom: 57%;
  left: 8%;
  top: auto;
}
.scene_medical_care .bullets_wrapper .tool.d11 {
  bottom: 46%;
  left: 8%;
  top: auto;
}

.scene_medical_care .services_list_media::before {
  background-color: #7AC5E3;
}
.scene_medical_care .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #7AC5E3, #7AC5E3 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_medical_care .bullets_wrapper .tool .circle:hover {
    box-shadow: #7AC5E3 0px 0px 10px 3px;
  }
  .scene_medical_care .services_list_item:hover .services_list_picture {
    border-color: #7AC5E3;
  }
}

/* School */
.scene_school .scene_subtitle::before {
  background-image: url(/sp/tepra_arekore/scene/img/school/magnify.svg);
}
.scene_school .bullets_wrapper .tool .circle {
  background-color: #F4E63D;
}
.scene_school .tooltip_content {
  background-color: #f9f297;
}
.scene_school .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/school/tooltip-parts.png);
}

.scene_school .bullets_wrapper .tool.e1 {
  left: 78%;
  bottom: 41%;
}
.scene_school .bullets_wrapper .tool.e2 {
  top: auto;
  left: 66%;
  bottom: 24%;
}
.scene_school .bullets_wrapper .tool.e3 {
  left: 87%;
  bottom: 63%;
}
.scene_school .bullets_wrapper .tool.e4 {
  left: 19%;
  bottom: 64%;
}
.scene_school .bullets_wrapper .tool.e5 {
  left: 38%;
  top: auto;
  bottom: 38%;
}
.scene_school .bullets_wrapper .tool.e6 {
  top: auto;
  left: 9%;
  bottom: 47%;
}
.scene_school .bullets_wrapper .tool.e7 {
  top: auto;
  left: 61.5%;
  bottom: 45%;
}
.scene_school .bullets_wrapper .tool.e8 {
  left: 15%;
  top: auto;
  bottom: 39%;
}
.scene_school .bullets_wrapper .tool.e9 {
  left: 26%;
  top: auto;
  bottom: 39%;
}
.scene_school .bullets_wrapper .tool.e10 {
  top: auto;
  left: 49%;
  bottom: 46%;
}

.scene_school .services_list_media::before {
  background-color: #F4E63D;
}
.scene_school .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #F4E63D, #F4E63D 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_school .bullets_wrapper .tool .circle:hover {
    box-shadow: #F4E63D 0px 0px 10px 3px;
  }
  .scene_school .services_list_item:hover .services_list_picture {
    border-color: #F4E63D;
  }
}


/* Store */
.scene_store .scene_subtitle::before {
  background: url(/sp/tepra_arekore/scene/img/store/magnify.svg) ;
}
.scene_store .bullets_wrapper .tool .circle {
  background-color: #4BA97C;
}
.scene_store .tooltip_content {
  background-color: #a5d4b4;
}
.scene_store .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/store/tooltip-parts.png);
}

.scene_store .bullets_wrapper .tool.f1 {
  left: 29%;
  bottom: 58%;
}
.scene_store .bullets_wrapper .tool.f2 {
  top: 36%;
  left: 18.5%;
}
.scene_store .bullets_wrapper .tool.f3 {
  left: 42%;
  bottom: 28%;
}
.scene_store .bullets_wrapper .tool.f4 {
  left: 60%;
  bottom: 53%;
}
.scene_store .bullets_wrapper .tool.f5 {
  left: 14%;
  top: auto;
  bottom: 34%;
}
.scene_store .bullets_wrapper .tool.f6 {
  left: 7%;
  top: auto;
  bottom: 58%;
}
.scene_store .bullets_wrapper .tool.f7 {
  left: 8.5%;
  top: auto;
  bottom: 43%;
}
.scene_store .bullets_wrapper .tool.f8 {
  left: 26%;
  top: auto;
  bottom: 47%;
}
.scene_store .bullets_wrapper .tool.f9 {
  top: auto;
  left: 82.5%;
  bottom: 36%;
}
.scene_store .bullets_wrapper .tool.f10 {
  top: auto;
  left: 19%;
  bottom: 15%;
}

.scene_store .services_list_media::before {
  background-color: #4BA97C;
}
.scene_store .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #4BA97C, #4BA97C 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_store .bullets_wrapper .tool .circle:hover {
    box-shadow: #4BA97C 0px 0px 10px 3px;
  }
  .scene_store .services_list_item:hover .services_list_picture {
    border-color: #4BA97C;
  }
}

/* Home */
.scene_home .scene_subtitle::before {
  background-image: url(/sp/tepra_arekore/scene/img/home/magnify.svg);
}
.scene_home .bullets_wrapper .tool .circle {
  background-color: #D26938;
}
.scene_home .tooltip_content {
  background-color: #f3cab9;
}
.scene_home .tooltip_content::before {
  background-image: url(/sp/tepra_arekore/scene/img/home/tooltip-parts.png);
}

.scene_home .bullets_wrapper .tool.g1 {
  left: 64%;
  bottom: 62%;
}
.scene_home .bullets_wrapper .tool.g2 {
  left: 87%;
  top: auto;
  bottom: 62%;
}
.scene_home .bullets_wrapper .tool.g3 {
  left: 17%;
  bottom: 12%;
}
.scene_home .bullets_wrapper .tool.g4 {
  left: 32%;
  bottom: 54%;
}
.scene_home .bullets_wrapper .tool.g5 {
  top: auto;
  left: 38%;
  bottom: 67%;
}
.scene_home .bullets_wrapper .tool.g6 {
  top: auto;
  left: 53%;
  bottom: 71%;
}
.scene_home .bullets_wrapper .tool.g7 {
  top: auto;
  left: 83%;
  bottom: 17%;
}
.scene_home .bullets_wrapper .tool.g8 {
  left: 45%;
  top: auto;
  bottom: 47%;
}
.scene_home .bullets_wrapper .tool.g9 {
  left: 54.5%;
  top: auto;
  bottom: 47%;
}
.scene_home .bullets_wrapper .tool.g10 {
  top: auto;
  left: 10%;
  bottom: 17%;
}
.scene_home .bullets_wrapper .tool.g11 {
  left: 30%;
  top: auto;
  bottom: 15%;
}
.scene_home .bullets_wrapper .tool.g12 {
  left: 73%;
  bottom: 32%;
}
.scene_home .bullets_wrapper .tool.g13 {
  left: 17%;
  bottom: 56%;
}

.scene_home .services_list_media::before {
  background-color: #D26938;
}
.scene_home .services_list_media::after {
  background-image: repeating-linear-gradient( -45deg, #D26938, #D26938 2px, transparent 2px, transparent 5px );
}
@media (hover: hover) {
  .scene_home .bullets_wrapper .tool .circle:hover {
    box-shadow: #D26938 0px 0px 10px 3px;
  }
  .scene_home .services_list_item:hover .services_list_picture {
    border-color: #D26938;
  }
}