@media screen and (max-width:751px) {
:root {
  --color-main: rgb(114, 50, 235);
  --color-sub: #3800a2;
  --color-point: #d79525;
}
  .industry__list li {
    width: 100%;
    gap: 20px;
  }
  ul.industry__list {
    gap: 20px;
    padding: 40px 20px;
  }
  .industry__list li img {
    width: 50px;
    height: 50px;
  }
#company_archive_custom iframe {
  /* max-width: 90%; */
}
#company_archive_custom {
  max-width: calc(100vw - 32px);
  margin-right: auto;
  margin-left: auto;
}
#company_archive_custom iframe {
  width: 100%;
}
#company_archive_custom .map__txt {
  max-width: 90%;
}
#footer_menu .footer_menu a {
  font-size: 14px;
}
.offer {
  background-position: right;
}
.single-service #post_image2_wrap,.single-project #post_image2_wrap,.single-company #post_image2_wrap {
  display: none;
}
.dp-footer-bar {
background-color: var(--color-main);
}
#dp-footer-bar a.footer_button.num1 {
font-weight: bold;
font-size: 18px;
}
#footer_logo img {
width: 22%;}
.square_headline .headline {
font-size: 16px;
}
#company_archive_custom .contactus {
width: calc(100vw - 40px);
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
#page_discover_top #page_square_headline {
z-index: 1000;
   width: 120px;
            height: 120px;
            top: -60px;
            margin-bottom: -20px;
}
.offer .ttl {
font-size: 26px;
}
.industry__list li .ttl {
font-size: 16px;
}
.offer__btn {
max-width: 240px;
height: 50px;
line-height: 48px;
}
#cb_content_2 {
margin-top: 35px;
}
#company_archive_custom h2 {
font-size: 22px;
padding-top: 50px;
}
#company_archive_custom h3 {
font-size: 18px;
}
.forPC {
display: none;
}

.forSP {
display: inline-block;
}
}