.space .d-flex {
  margin-bottom: 30px;
}
.space .flex__item2 {
  margin-bottom: 20px;
}
.space img {
  object-fit: cover;
}

.access img {
  object-fit: cover;
}
.access .flex-map {
  width: 55%;
  margin-bottom: 20px;
}
.access .flex-building {
  width: 40%;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .access .flex-map {
    width: 100%;
  }
  .access .flex-building {
    width: 100%;
  }
}
.osaka-office {
  padding-bottom: 30px;
  overflow-x: hidden;
}

.osaka-office__txt {
  margin-bottom: 80px;
}

.building__img {
  margin: 10px;
}

.work-imgs {
  margin-top: 50px;
}
.work-imgs img {
  height: auto;
  padding-bottom: 10px;
}
.work-imgs .left, .work-imgs .right {
  width: 24%;
}
.work-imgs .center {
  width: 49%;
}

@media (max-width: 700px) {
  .work-imgs {
    margin-top: 0px;
  }
  .work-imgs img {
    height: auto;
    padding-bottom: 10px;
  }
  .work-imgs .left, .work-imgs .right {
    width: 100%;
  }
  .work-imgs .center {
    width: 100%;
  }
}
.contact {
  margin-bottom: 0px;
}
.contact .contact__ttl {
  font-weight: normal;
}

@media (max-width: 700px) {
  .contact {
    padding: 30px 0;
  }
  .contact .contact__ttl {
    font-size: 24px;
  }
}
.homeNews {
  padding: 20px 0;
  margin: 0 auto;
  background: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 70px;
}
.homeNews .inner {
  width: 100%;
  max-width: 890px;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}
.homeNews .secTit {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 50px 0 14px;
  margin: 0px 53px 0 0;
  border-right: 1px solid #707070;
  font-weight: 500;
}
.homeNews .list {
  width: calc(100% - 270px);
}
.homeNews .list .item .txt {
  background: url(../image/arrow-r.png) no-repeat right center;
  background-size: 9px;
  background-position: left;
  padding-left: 20px;
}
.homeNews .list .item a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.homeNews .list .item a .date {
  margin: 0;
  background-size: 9px;
  flex-shrink: 0;
  padding-right: 20px;
}
.homeNews .p-top_news__ttl {
  margin-bottom: 15px;
}
.homeNews .btnMore a {
  padding: 0 0 0 20px;
  background: url(../image/arrow-r.png) no-repeat left center;
  background-size: 9px;
  padding-bottom: 2px;
}

@media (max-width: 700px) {
  .homeNews {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .homeNews .inner {
    padding: 0;
    display: block;
  }
  .homeNews .secTit {
    display: block;
    padding: 0 0 10px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .homeNews .list {
    width: 100%;
  }
  .homeNews .btnMore {
    display: table;
    font-size: 14px;
    height: auto;
    position: static;
    margin: 0px 0 0 auto;
  }
  .homeNews .list .item .txt {
    margin-left: 20px;
    margin-top: 10px;
  }
  .homeNews .list .item a .date {
    margin-top: 10px;
  }
  .homeNews .p-top_news__ttl {
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  .homeNews .p-top_news__ttl::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: black;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jigyou {
  margin-left: 30px;
  margin-right: 30px;
}

.jigyou__items {
  display: flex;
  flex-wrap: wrap;
}
.jigyou__items a:hover {
  opacity: 1;
}
.jigyou__items .jigyou__item {
  width: 25%;
  position: relative;
}
.jigyou__items span {
  position: absolute;
  color: white;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 26px;
}

.jigyou__items-sp {
  display: none;
}
.jigyou__items-sp .jigyou__ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}
.jigyou__items-sp .jigyou__item {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .jigyou {
    margin-left: 0;
    margin-right: 0;
  }

  .jigyou__items {
    display: none;
  }

  .jigyou__items-sp {
    display: block !important;
  }
}
.solution {
  text-align: center;
}
.solution img {
  max-width: 110px;
  height: auto;
  margin-bottom: 10px;
}
.solution img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.solution span {
  display: block;
  color: #046F3E;
  font-size: 18px;
  margin-bottom: 30px;
}
.solution a {
  margin: 0 auto;
}
.solution .solution-point {
  font-weight: 500;
}

@media (max-width: 700px) {
  .solution .section__ttl-center {
    margin-bottom: 0;
  }
  .solution img {
    width: 90px;
    height: 90px;
  }
  .solution .flex__item3 {
    padding: 30px 0;
    position: relative;
  }
  .solution .flex__item3:nth-last-of-type(3)::after, .solution .flex__item3:nth-last-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background: #C4C4C4;
    width: 150px;
  }
}
@media (max-width: 700px) {
  .jigyou__items .jigyou__item {
    width: 100%;
  }
  .jigyou__items span {
    font-size: 20px;
  }

  .solution {
    text-align: center;
  }
  .solution img {
    max-width: 110px;
    height: auto;
    margin-bottom: 10px;
  }
  .solution img:hover {
    transform: scale(1.1);
    transition: 0.5s;
  }
  .solution span {
    display: block;
    color: #046F3E;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .solution a {
    margin: 0 auto;
  }
}
.topics {
  margin-left: 30px;
  margin-right: 30px;
}
.topics span {
  display: block;
  margin-top: 20px;
}
.topics .topics-tags {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.topics .topics-tags a {
  color: #046F3E;
  border: 1px solid;
  padding: 7px;
  width: 140px;
  text-align: center;
  border-radius: 5px;
  margin: 10px;
}
.topics .link__btn {
  margin-top: 20px;
}

@media (max-width: 700px) {
  .topics {
    margin-left: 0;
    margin-right: 0;
  }
  .topics .topics-tags a {
    width: 100px;
    font-size: 14px;
    margin: 5px;
    padding: 2px;
  }
}
.product .product-category {
  font-weight: 500;
}

@media (max-width: 700px) {
  .product {
    margin-bottom: 80px;
  }
  .product .single-item {
    margin-top: -30px;
  }
}/*# sourceMappingURL=style.css.map */