@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap");
.inv-inc {
  padding-top: 0;
}
.inv-inc .p-design .main-visual {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .main-visual {
    padding-top: 48px;
  }
}
.inv-inc .p-design .main-visual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #0099ff 0%, #0099ff 16.667%, #e53494 16.667%, #e53494 33.333%, #3b56aa 33.333%, #3b56aa 50%, #7bc231 50%, #7bc231 66.667%, #f7b402 66.667%, #f7b402 83.333%, #9c68ae 83.333%, #9c68ae 100%);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .main-visual:before {
    height: 48px;
  }
}
.inv-inc .p-design .main-visual figcaption {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #000;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .main-visual figcaption {
    font-size: 6.5px;
  }
}
.inv-inc .p-design .block-outline .block-lead {
  padding: 140px 20px 100px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-outline .block-lead {
    padding: 40px 20px;
  }
}
.inv-inc .p-design .block-outline .block-lead .lead {
  font-size: 32px;
  font-weight: 700;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-outline .block-lead .lead {
    font-size: 20px;
  }
}
.inv-inc .p-design .block-outline .block-lead .body {
  margin-top: 50px;
  font-size: 19px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-outline .block-lead .body {
    margin-top: 35px;
    font-size: 12px;
  }
}
.inv-inc .p-design .block-outline .eyecatch {
  position: relative;
}
.inv-inc .p-design .block-outline .eyecatch figcaption {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-outline .eyecatch figcaption {
    font-size: 6.5px;
  }
}
.inv-inc .p-design .bg-blue {
  background: #05aaec;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .bg-blue {
    padding: 40px 0;
  }
}
.inv-inc .p-design .sec-facade {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6.25%;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade {
    display: block;
  }
}
.inv-inc .p-design .sec-facade .img {
  position: relative;
  width: 54.6875%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .img {
    width: 100%;
  }
}
.inv-inc .p-design .sec-facade .img figure {
  display: block;
  position: relative;
}
.inv-inc .p-design .sec-facade .img figure figcaption {
  position: absolute;
  left: 10px;
  bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .img figure figcaption {
    left: initial;
    right: 10px;
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-facade .text {
  width: 29.296875%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .text {
    width: 100%;
    margin-top: 40px;
  }
}
.inv-inc .p-design .sec-facade .en {
  font-size: 31px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .en {
    text-align: center;
    font-size: 20px;
  }
}
.inv-inc .p-design .sec-facade .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .lead {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
  }
}
.inv-inc .p-design .sec-facade .body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-facade .body {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
}
.inv-inc .p-design .sec-approach {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 6.25%;
  max-width: 1920px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach {
    display: block;
  }
}
.inv-inc .p-design .sec-approach .img {
  position: relative;
  width: 54.21875%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .img {
    width: 100%;
  }
}
.inv-inc .p-design .sec-approach .img figure {
  display: block;
  position: relative;
}
.inv-inc .p-design .sec-approach .img figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .img figure figcaption {
    left: initial;
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-approach .text {
  width: 29.296875%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .text {
    width: 100%;
    margin-top: 40px;
  }
}
.inv-inc .p-design .sec-approach .en {
  font-size: 31px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .en {
    text-align: center;
    font-size: 20px;
  }
}
.inv-inc .p-design .sec-approach .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .lead {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
  }
}
.inv-inc .p-design .sec-approach .body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-approach .body {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
}
.inv-inc .p-design .block-ryokudo .block-lead {
  padding: 140px 20px 100px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-ryokudo .block-lead {
    padding: 40px 20px;
  }
}
.inv-inc .p-design .block-ryokudo .block-lead .lead {
  font-size: 32px;
  font-weight: 700;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-ryokudo .block-lead .lead {
    font-size: 20px;
  }
}
.inv-inc .p-design .block-ryokudo .block-lead .body {
  margin-top: 50px;
  font-size: 19px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-ryokudo .block-lead .body {
    margin-top: 35px;
    font-size: 12px;
  }
}
.inv-inc .p-design .block-ryokudo .eyecatch {
  position: relative;
}
.inv-inc .p-design .block-ryokudo .eyecatch figcaption {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .block-ryokudo .eyecatch figcaption {
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-view {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view {
    padding-bottom: 40px;
  }
}
.inv-inc .p-design .sec-view .block-lead {
  padding: 60px 10px 30px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .block-lead {
    padding: 50px 10px 20px;
  }
}
.inv-inc .p-design .sec-view .block-lead h2 {
  font-size: 31px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .block-lead h2 {
    font-size: 20px;
  }
}
.inv-inc .p-design .sec-view .block-lead .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 700;
  color: #1a2fa1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .block-lead .lead {
    margin-top: 25px;
    font-size: 15px;
  }
}
.inv-inc .p-design .sec-view .block-lead .body {
  margin-top: 20px;
  font-size: 19px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .block-lead .body {
    margin-top: 15px;
    font-size: 12px;
  }
}
.inv-inc .p-design .sec-view .eyecatch {
  position: relative;
}
.inv-inc .p-design .sec-view .eyecatch figcaption {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .eyecatch figcaption {
    font-size: 6.5em;
  }
}
.inv-inc .p-design .sec-view .img-wrapp {
  position: relative;
  width: 100%;
  max-width: 896px;
  margin-inline: auto;
  overflow: hidden;
}
.inv-inc .p-design .sec-view .img-wrapp .img-in {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .img-wrapp .img-in img {
    width: 166.1428571429vw;
    max-width: initial;
  }
}
.inv-inc .p-design .sec-view .img-wrapp .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-view .img-wrapp .caption {
    padding: 0 5px;
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-common {
  padding: 100px 10px 65px;
  background: rgba(5, 170, 236, 0.1);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common {
    padding: 45px 10px 40px;
  }
}
.inv-inc .p-design .sec-common h2 {
  font-size: 31px;
  font-weight: 600;
  text-align: center;
}
.inv-inc .p-design .sec-common .block-belongings {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  max-width: 880px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings {
    gap: 20px 10px;
  }
}
.inv-inc .p-design .sec-common .block-belongings .each {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings .each {
    width: calc(50% - 5px);
  }
}
.inv-inc .p-design .sec-common .block-belongings .each .img {
  position: relative;
}
.inv-inc .p-design .sec-common .block-belongings .each .img figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings .each .img figcaption {
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-common .block-belongings .each .img figcaption.-white {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.inv-inc .p-design .sec-common .block-belongings .each .name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #1a2fa1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings .each .name {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.inv-inc .p-design .sec-common .block-belongings .each .body {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings .each .body {
    margin-top: 2px;
    font-size: 10px;
  }
}
.inv-inc .p-design .sec-common .block-belongings .each .note {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-belongings .each .note {
    margin-top: 0;
    font-size: 8px;
  }
}
.inv-inc .p-design .sec-common .block-exterminals {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin-inline: auto;
  margin-top: 50px;
}
.inv-inc .p-design .sec-common .block-exterminals .each {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .img {
  position: relative;
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .img {
    width: 50%;
    padding: 8px;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .img figure {
  display: block;
  position: relative;
}
.inv-inc .p-design .sec-common .block-exterminals .each .img figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .img figcaption {
    font-size: 6.5px;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .img figcaption.-white {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
}
.inv-inc .p-design .sec-common .block-exterminals .each .text {
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .text {
    width: calc(50% - 8px);
    padding: 0;
    align-self: center;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .name {
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  color: #1a2fa1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .name {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .body {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .body {
    margin-top: 2px;
    font-size: 10px;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each .note {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each .note {
    margin-top: 0;
    font-size: 8px;
  }
}
.inv-inc .p-design .sec-common .block-exterminals .each:nth-child(n+2) .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background: #333;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-exterminals .each:nth-child(n+2) .img:before {
    left: 8px;
    top: 0;
    width: calc(100% - 16px);
    height: 1px;
  }
}
.inv-inc .p-design .sec-common .block-service {
  max-width: 880px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-service {
    margin-top: 14px;
  }
}
.inv-inc .p-design .sec-common .block-service .each {
  display: flex;
  justify-content: space-between;
  width: calc(66.666% - 20px);
  max-width: 567px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-service .each {
    padding: 10px;
    width: 100%;
  }
}
.inv-inc .p-design .sec-common .block-service .each .img {
  position: relative;
  width: 47.9289940828%;
}
.inv-inc .p-design .sec-common .block-service .each .text {
  width: 47.9289940828%;
}
.inv-inc .p-design .sec-common .block-service .each .name {
  font-weight: 500;
  font-size: 16px;
  color: #1a2fa1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-service .each .name {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.inv-inc .p-design .sec-common .block-service .each .body {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-service .each .body {
    margin-top: 5px;
    font-size: 10px;
  }
}
.inv-inc .p-design .sec-common .block-service .each .note {
  margin-top: 5px;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-design .sec-common .block-service .each .note {
    font-size: 8px;
  }
}/*# sourceMappingURL=design.css.map */