@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ----------------------------------------------------------
 media query
---------------------------------------------------------- */
/* ---------------------------------------------------------------------
settings
--------------------------------------------------------------------- */
/* base
--------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(15px, 0.75vw + 5px, 19.5px);
}

body {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
}

/* responsive
--------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* layout
--------------------------------------------- */
.wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  margin: 0 auto;
}

.inner {
  width: 85%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    min-width: 1100px;
    max-width: 1366px;
  }
  .inner {
    min-width: 920px;
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 85%;
  }
  .inner {
    width: 100%;
  }
}
/* image
--------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* text
--------------------------------------------- */
h2 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
    line-height: 150%;
  }
}

p {
  font-size: 1rem;
  line-height: 200%;
}

.kerning {
  display: inline;
}

.tx_orange {
  color: #FF8811;
}

.tx_yellow {
  color: #F6F700;
}

.tx_grad {
  font-weight: 600;
  background: linear-gradient(180deg, rgb(255, 136, 17) 0%, rgb(255, 208, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.tx_red {
  color: #FF1600;
}

.tx_marker {
  background: linear-gradient(transparent 60%, #FFEF95 60%, #FFEF95 100%);
}

/* list
--------------------------------------------- */
.ul_normal li {
  padding-left: 1em;
  text-indent: -1em;
}

.ul_normal li:before {
  content: "・";
}

.ul_caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.ul_caution li:before {
  content: "※";
}

/* ---------------------------------------------------------------------
firstview
--------------------------------------------------------------------- */
#firstview {
  position: relative;
  padding: 4rem 0;
  color: #FFFFFF;
  background: url(../images/industry_lp/mainvisual/apart-mainvisual.jpg) no-repeat center center/cover;
  overflow-x: hidden;
}
#firstview.clinic-fv {
  background: url(../images/industry_lp/mainvisual/clinic-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.dine-fv {
  background: url(../images/industry_lp/mainvisual/dine-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.retail-fv {
  background: url(../images/industry_lp/mainvisual/retail-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.logi-fv {
  background: url(../images/industry_lp/mainvisual/logi-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.office-fv {
  background: url(../images/industry_lp/mainvisual/office-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.cctv-fv {
  background: url(../images/industry_lp/mainvisual/cctv-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.parking-fv {
  background: url(../images/industry_lp/mainvisual/parking-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.agri-fv {
  background: url(../images/industry_lp/mainvisual/agri-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.factory-fv {
  background: url(../images/industry_lp/mainvisual/factory-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.edu-fv {
  background: url(../images/industry_lp/mainvisual/edu-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.care-fv {
  background: url(../images/industry_lp/mainvisual/care-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.shrine-fv {
  background: url(../images/industry_lp/mainvisual/shrine-mainvisual.jpg) no-repeat center center/cover;
}
#firstview.house-fv {
  background: url(../images/industry_lp/mainvisual/house-mainvisual.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #firstview {
    padding: 1rem 0;
    background: url(../images/industry_lp/mainvisual/apart-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.clinic-fv {
    background: url(../images/industry_lp/mainvisual/clinic-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.dine-fv {
    background: url(../images/industry_lp/mainvisual/dine-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.retail-fv {
    background: url(../images/industry_lp/mainvisual/retail-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.logi-fv {
    background: url(../images/industry_lp/mainvisual/logi-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.office-fv {
    background: url(../images/industry_lp/mainvisual/office-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.cctv-fv {
    background: url(../images/industry_lp/mainvisual/cctv-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.parking-fv {
    background: url(../images/industry_lp/mainvisual/parking-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.agri-fv {
    background: url(../images/industry_lp/mainvisual/agri-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.factory-fv {
    background: url(../images/industry_lp/mainvisual/factory-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.edu-fv {
    background: url(../images/industry_lp/mainvisual/edu-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.care-fv {
    background: url(../images/industry_lp/mainvisual/care-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.shrine-fv {
    background: url(../images/industry_lp/mainvisual/shrine-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.house-fv {
    background: url(../images/industry_lp/mainvisual/house-mainvisual_sp.jpg) no-repeat center center/cover;
  }
}
.factory-fv .title {
  line-height: 140%;
}
#firstview .wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper {
    width: 85%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-copy {
    width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy {
    order: 1;
  }
}
#firstview .wrapper .firstview-copy h1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy h1 {
    margin-bottom: 0.5rem;
  }
}
#firstview .wrapper .firstview-copy h1 span:not(.pc) {
  display: inline-block;
}
#firstview .wrapper .firstview-copy h1 .kerning {
  margin-left: -0.25em;
  letter-spacing: -0.25em;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy h1 .kerning {
    display: none !important;
  }
}
#firstview .wrapper .firstview-copy h1 .italic {
  font-weight: 900;
  font-size: 5rem;
  line-height: 120%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
  transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy h1 .italic {
    font-size: 3.5rem;
    line-height: 110%;
  }
}
#firstview .wrapper .firstview-copy h1 .small {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy h1 .small {
    font-size: 2rem;
  }
}
#firstview .wrapper .firstview-copy h1 .title {
  margin-top: 3rem;
  font-weight: 900;
  font-size: 2rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy h1 .title {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
#firstview .wrapper .firstview-copy p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-copy p {
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 150%;
  }
}
#firstview .wrapper .firstview-price {
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-price {
    position: absolute;
    left: 30rem;
    bottom: 0;
    width: 30%;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price {
    order: 3;
    margin-top: -2rem;
  }
}
#firstview .wrapper .firstview-price .price01 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price .price01 {
    width: 37%;
    order: 3;
    padding: 0 0.25rem 0.75rem 0.25rem;
  }
}
#firstview .wrapper .firstview-price .price02 {
  width: 45%;
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-price .price02 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price .price02 {
    order: 1;
    width: 32%;
  }
}
#firstview .wrapper .firstview-price ul.benefits {
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price ul.benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    width: 31%;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
  }
}
#firstview .wrapper .firstview-price ul.benefits li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  color: #FFFFFF;
  background: linear-gradient(180deg, #DB0102 0%, #770100 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3em;
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-price ul.benefits li {
    width: calc((100% - 1rem) / 3);
    margin-right: 0.5rem;
  }
  #firstview .wrapper .firstview-price ul.benefits li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price ul.benefits li {
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0 1em;
    border: 1px solid #FFFFFF;
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .ranking {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: -1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .ranking {
    order: 2;
    width: 40%;
  }
}
#firstview .wrapper .ranking ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .ranking ul {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .ranking ul li {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .ranking ul li {
    width: 50%;
    text-align: center;
  }
  #firstview .wrapper .ranking ul li img {
    width: calc(100% - 0.5rem);
  }
  #firstview .wrapper .ranking ul li:first-child {
    width: 100%;
    margin-right: auto;
  }
  #firstview .wrapper .ranking ul li:first-child img {
    width: calc(50% - 0.5rem);
  }
}
#firstview .wrapper .ranking p {
  font-weight: 300;
  font-size: 0.55rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .ranking p {
    display: none;
  }
}

/* ---------------------------------------------------------------------
works
--------------------------------------------------------------------- */
#works {
  padding: 3rem 0 6rem 0;
}
#works h2 {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  text-align: center;
}

.logo_slider {
  white-space: nowrap;
}

.logo_col {
  display: inline-block;
  margin: 0 0.75rem;
  vertical-align: top;
}

.logo_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 10px;
}
.logo_item:last-child {
  margin-bottom: 0;
}
.logo_item img {
  display: block;
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
}

/* sp
----------------------------- */
@media screen and (max-width: 767px) {
  #works {
    padding-bottom: 5rem;
  }
  #works h2 {
    margin-bottom: 1.5rem;
  }
}
/* ---------------------------------------------------------------------
共通CTA
--------------------------------------------------------------------- */
.cta {
  padding: 5rem 0;
  background: url(../images/industry_lp/bg-cta.png) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .cta {
    text-align: center;
  }
}
.cta .inner {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 3.07917px 7.69792px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .cta .inner {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.cta .inner p.main {
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .cta .inner p.main {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
.cta .inner .flex {
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .cta .inner .flex {
    margin-top: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner p.link {
    width: 90%;
    margin: 1rem auto 2rem auto;
  }
}
.cta .inner p.link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 18rem;
  padding: 1rem 2rem;
  border-radius: 3em;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #181818;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta .inner p.link a {
    width: 100%;
  }
}
.cta .inner p.link a:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #FF8811;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 1.75rem;
  bottom: 0;
  margin: auto;
}
.cta .inner p.link a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 0;
  border-top: solid 2px #181818;
  border-right: solid 2px #181818;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2.225rem;
  bottom: 0;
  margin: auto;
}
.cta .inner p.link a:hover {
  background-color: #FF8811;
  transition: 0.3s;
}
.cta .inner p.link a:hover::before {
  background-color: #FFFFFF;
}
.cta .inner p.link a:hover::after {
  border-top: solid 2px #FF8811;
  border-right: solid 2px #FF8811;
}
.cta .inner .info {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .cta .inner .info {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner .info {
    text-align: center;
  }
}
.cta .inner .info .tel {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .cta .inner .info .tel {
    margin-bottom: 0.5rem;
  }
}
.cta .inner .info .tel a {
  display: inline-flex;
  align-items: center;
  color: #181818;
}
.cta .inner .info .tel a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/industry_lp/icon-tel.svg) no-repeat left center/contain;
}
.cta .inner .info .date {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 170%;
}

/* ---------------------------------------------------------------------
3つのポイント
--------------------------------------------------------------------- */
#point {
  padding: 6rem 0;
  background: url(../images/industry_lp/bg-point.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #point {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #point p.des {
    text-align: center;
  }
}
#point ol {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  #point ol {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #point ol {
    flex-direction: column;
  }
}
#point ol li {
  display: flex;
  flex-direction: column;
  counter-increment: mycounter;
}
@media print, screen and (min-width: 768px) {
  #point ol li {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #point ol li {
    margin-bottom: 3rem;
  }
}
#point ol li .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#point ol li .title::before {
  content: counter(mycounter, decimal-leading-zero);
  counter-increment: count 1;
  margin-right: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1;
  background: linear-gradient(180deg, rgb(255, 136, 17) 0%, rgb(255, 208, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#point ol li .title h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #point ol li .title h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
}
#point ol li .title p {
  line-height: 1.5;
}
#point ol li img {
  box-shadow: 0px 3.17857px 31.7857px rgba(0, 0, 0, 0.3);
}

/* ---------------------------------------------------------------------
選んだ理由は何ですか？
--------------------------------------------------------------------- */
#reason {
  padding: 3rem 0;
  background: #FF8811 url(../images/industry_lp/bg-reason.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 4rem 0;
  }
}
#reason h2 {
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  #reason ul {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #reason ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
#reason ul li {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #reason ul li {
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
    /* padding-bottom: 2rem; */
  }
  #reason ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #reason ul li {
    margin-bottom: 2rem;
  }
}
#reason ul li .thumb {
  overflow: hidden;
}
#reason ul li .thumb img {
  transition: 0.3s;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #reason ul li .thumb img {
    height: 300px;
  }
}
#reason ul li .detail {
  padding: 1rem;
}
#reason ul li .detail h3 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #FF8811;
}
@media screen and (max-width: 767px) {
  #reason ul li .detail h3 {
    margin-bottom: 1rem;
  }
}
#reason ul li .detail h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #FF8811;
}
#reason ul li .detail h3 + p {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 175%;
}
#reason ul li .detail dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 0.75rem;
}
#reason ul li .detail dl dt {
  width: 3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #FC5422;
}
#reason ul li .detail dl dd {
  width: calc(100% - 3rem);
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* ---------------------------------------------------------------------
AIカメラ360°全方位カメラ
--------------------------------------------------------------------- */
#feature {
  padding: 4rem 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #feature p.des {
    text-align: center;
  }
}
#feature .flex {
  flex-wrap: wrap;
  margin: 2rem auto 4rem auto;
}
@media screen and (max-width: 767px) {
  #feature .flex {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #feature .flex .image {
    width: 52.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #feature .flex .image {
    margin-bottom: 2rem;
  }
}
#feature .flex .image img {
  border-radius: 1rem;
}
#feature .flex .image .feature {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #FFE7CF;
}
#feature .flex .image .feature h3 {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
}
#feature .flex .image .feature p {
  font-size: 0.9rem;
  line-height: 180%;
}
#feature .flex .detail {
  border-radius: 1rem;
  box-shadow: 0px 2.25px 22.5px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 768px) {
  #feature .flex .detail {
    width: calc(47.5% - 3rem);
    margin-left: 3rem;
  }
}
#feature .flex .detail h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  color: #FFFFFF;
  background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
  border-radius: 1rem 1rem 0 0;
  text-align: center;
}
#feature .flex .detail span.small {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  #feature .flex .detail span.small {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
  }
}
#feature .flex .detail span.title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  #feature .flex .detail span.title {
    display: block;
    font-size: 1.5rem;
  }
}
#feature .flex .detail h4 {
  width: calc(100% - 3.5rem);
  margin: 2rem auto 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid #D1D1D1;
  color: #FF8811;
  font-size: 1.5rem;
}
#feature .flex .detail ul {
  width: calc(100% - 3.5rem);
  margin: 2rem auto 3rem auto;
}
#feature .flex .detail ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #feature .flex .detail ul li {
    padding-left: 1.75em;
  }
}
#feature .flex .detail ul li:before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/industry_lp/icon-check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #feature .flex .detail ul li:before {
    position: absolute;
    top: 0.125em;
    left: 0;
  }
}
#feature .flex .link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 4rem auto 2rem auto;
}
@media screen and (max-width: 767px) {
  #feature .flex .link {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #feature .flex .link p {
    width: 18rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .flex .link p {
    width: 90%;
    margin: 0 auto 1rem auto;
  }
}
#feature .flex .link p a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 3em;
  border: 2px solid #181818;
  background-color: #FFFFFF;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #feature .flex .link p a {
    padding-right: 2em;
    line-height: 125%;
  }
}
#feature .flex .link p a:hover {
  color: #FFFFFF;
  background-color: #FF8811;
  transition: 0.3s;
}
#feature .flex .link p a:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #FF8811;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
#feature .flex .link p a:hover:before {
  background-color: #FFFFFF;
  transition: 0.3s;
}
#feature .flex .link p a:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 0;
  border-top: solid 2px #181818;
  border-right: solid 2px #181818;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.45rem;
  bottom: 0;
  margin: auto;
}
#feature .flex .link p.movie a {
  color: #FFFFFF;
  background-color: #181818;
}
#feature .flex .link p.movie a:hover {
  background-color: #FF8811;
}
#feature .flex .modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#feature .flex .modal .modal-content {
  position: relative;
  background: transparent;
  padding: 3rem;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.95);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  #feature .flex .modal .modal-content {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  #feature .flex .modal .modal-content video {
    width: 80vw;
  }
}
#feature .flex .modal.show {
  opacity: 1;
  visibility: visible;
}
#feature .flex .modal.show .modal-content {
  transform: scale(1);
}
#feature .flex .modal .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #FFFFFF;
}
#feature h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.8rem;
}
#feature h3 span {
  font-size: 1.5rem;
}
#feature dl {
  margin-bottom: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #feature dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
  }
}
#feature dl dt {
  padding: 0.5em 0;
  color: #FFFFFF;
  background-color: #FF8811;
  font-weight: 500;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  #feature dl dt {
    grid-row: 1;
  }
}
#feature dl dd {
  padding: 1.5rem 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #feature dl dd {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  #feature dl dd {
    margin-bottom: 1rem;
    padding-top: 0.75rem;
  }
}
#feature dl dd .price {
  color: #FF8811;
  font-weight: 600;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #feature dl dd .price {
    margin-bottom: 0.5rem;
  }
}
#feature dl dd .price .num {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  transform: translateY(0.25rem);
}
@media screen and (max-width: 767px) {
  #feature dl dd .price .num {
    font-size: 3.5rem;
  }
}
#feature dl dd .des {
  font-weight: 400;
  font-size: 0.9rem;
}
#feature dl dt:nth-of-type(1) + dd .price .num {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #feature dl dt:nth-of-type(1) + dd .price .num {
    font-size: 3.5rem;
  }
}
#feature .special {
  margin-bottom: 2rem;
  padding: 4rem 3rem 3rem 3rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #feature .special {
    padding: 3rem 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #feature .special ul {
    display: flex;
    justify-content: space-between;
  }
}
#feature .special ul li {
  position: relative;
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #feature .special ul li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #feature .special ul li {
    margin-bottom: 3rem;
  }
  #feature .special ul li:last-child {
    margin-bottom: 0;
  }
}
#feature .special ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff url(../images/industry_lp/icon-check_grad.svg) no-repeat center center/contain;
  border: 8px solid #FFFFFF;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
#feature .special ul li h4 {
  margin-bottom: 1rem;
  color: #FF8811;
  font-size: 1.25rem;
}
#feature .special ul li p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 175%;
}
#feature .special p.caution {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
}
#feature .live {
  padding: 3rem 0;
  background-color: #F8F8F8;
}
#feature .live h3 {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.25rem 1rem;
  border-radius: 3em;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 1.25rem;
  line-height: 150%;
  text-align: center;
}
#feature .live h3::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 15px solid #FF8811;
}
@media screen and (max-width: 767px) {
  #feature .live .flex {
    flex-direction: column;
  }
}
#feature .live .flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #feature .live .flex ul {
    width: 40%;
  }
}
#feature .live .flex ul li {
  width: calc((100% - 1rem) / 2);
}
#feature .live .flex ul li:nth-child(1), #feature .live .flex ul li:nth-child(2) {
  margin-bottom: 1rem;
}
#feature .live .flex ul li figure {
  position: relative;
  box-shadow: 0px 3.00068px 7.50171px rgba(0, 0, 0, 0.25);
}
#feature .live .flex ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2em;
  color: #FFFFFF;
  background-color: #181818;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 768px) {
  #feature .live .flex .net {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #feature .live .flex .net {
    margin: 1rem auto;
  }
  #feature .live .flex .net figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .live .flex .net figure img {
    width: 20%;
  }
}
#feature .live .flex .net figcaption {
  padding: 0.25rem 0;
  border-radius: 3em;
  color: #FFFFFF;
  background-color: #181818;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #feature .live .flex .net figcaption {
    width: calc(100% - 2rem);
    margin: 1rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #feature .live .flex .net figcaption {
    margin-left: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #feature .live .flex .watch {
    width: 40%;
  }
}
#feature .live .flex .watch figure {
  position: relative;
  height: 100%;
  box-shadow: 0px 3.00068px 7.50171px rgba(0, 0, 0, 0.25);
}
#feature .live .flex .watch figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
  color: #FFFFFF;
  background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
  font-size: 1.25rem;
  text-align: center;
}
#feature .live .flex .watch figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#feature .live .flex .watch p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
}

/* ---------------------------------------------------------------------
監視モードは8種類！
--------------------------------------------------------------------- */
#mode {
  padding-bottom: 4rem;
}
#mode h2 {
  margin-bottom: 4rem;
  padding: 2rem 0;
  color: #FFFFFF;
  background: url(../images/industry_lp/bg-mode.png) no-repeat center center/cover;
}
#mode h2 span {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 0 1rem;
  color: #FF8811;
  background-color: #FFFFFF;
}
#mode ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #mode ul {
    justify-content: space-between;
  }
}
#mode ul li {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #mode ul li {
    width: calc((100% - 3rem) / 2);
  }
}
#mode ul li img {
  margin-bottom: 1rem;
}
#mode ul li figcaption {
  padding: 0.5rem 0;
  color: #FFFFFF;
  background-color: #181818;
  text-align: center;
}
#mode ul li p {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #FF8811;
  font-weight: 400;
  line-height: 175%;
}
#mode .example {
  padding: 4rem 0 2rem 0;
  text-align: center;
}
#mode .example h3 {
  margin-bottom: 1rem;
  color: #FF8811;
  font-size: 1.5rem;
  line-height: 175%;
}
#mode .example p.des {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #mode .example .flex {
    flex-direction: column;
  }
}
#mode .example .flex div {
  border: 2px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  #mode .example .flex div {
    margin-bottom: 2rem;
  }
}
#mode .example .flex div h4 {
  padding: 1rem 0;
  background-color: #D1D1D1;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  #mode .example .flex div.normal {
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) {
  #mode .example .flex div.normal img {
    width: 40rem;
    max-width: initial;
  }
}
#mode .example .flex div.camera360 {
  border: 2px solid transparent;
  border-image: linear-gradient(270deg, #FF8811 0%, #FFD04E 100%);
  border-image-slice: 1;
}
@media print, screen and (min-width: 768px) {
  #mode .example .flex div.camera360 {
    width: calc(40% - 2rem);
    margin-left: 2rem;
  }
}
#mode .example .flex div.camera360 h4 {
  color: #FFFFFF;
  background: linear-gradient(270deg, #FF8811 0%, #FFD04E 100%);
}
@media print, screen and (min-width: 768px) {
  #mode .example .flex div.camera360 img {
    width: 20rem;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  #mode .example .flex div.camera360 img {
    width: 50%;
  }
}

/* ---------------------------------------------------------------------
比較シュミレーション
--------------------------------------------------------------------- */
#simulation {
  padding: 4rem 0;
}
#simulation h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #simulation h2 {
    margin-bottom: 3rem;
  }
}
#simulation section:nth-of-type(1) {
  margin-bottom: 4rem;
}
#simulation section .title {
  position: relative;
  background-color: #FFE7CF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #simulation section .title {
    height: 5rem;
  }
}
#simulation section .title h3 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  #simulation section .title h3 {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #simulation section .title h3 {
    width: 100%;
    padding: 1rem 0;
  }
}
#simulation section .title h3 span {
  line-height: 1;
}
#simulation section .title h3 .label {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  color: #F6F700;
  background-color: #FF8811;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #simulation section .title h3 .label {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #simulation section .title h3 .label {
    top: 0;
    padding: 0.25rem 1em;
    border-radius: 0.5em 0.5em 0 0;
    transform: translateY(-100%);
  }
}
#simulation section .title h3 .small {
  padding: 0 0.5em;
  font-size: 0.9rem;
}
#simulation section .title h3 .normal {
  font-size: 1.25rem;
}
#simulation section .title h3 .camera360 {
  color: #FF8811;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #simulation section .title h3 .camera360 {
    font-size: 1.25rem;
  }
}
#simulation section .image {
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  #simulation section .image {
    margin: 2rem auto;
  }
}
#simulation section .cost h3 {
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  color: #FFFFFF;
  background-color: #181818;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #simulation section .cost h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
#simulation section .cost table {
  width: 100%;
  margin: 1.25rem auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table {
    table-layout: fixed;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #simulation section .cost table thead {
    display: none !important;
  }
}
#simulation section .cost table thead tr th {
  padding: 1rem 0.5em;
  border: 1px solid #ACACAC;
  background-color: #F1F1F1;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
#simulation section .cost table tbody tr th, #simulation section .cost table tbody tr td {
  padding: 0.75rem 0;
  border: 1px solid #A3A3A3;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table tbody tr th, #simulation section .cost table tbody tr td {
    padding: 0.5rem 0;
  }
}
#simulation section .cost table tbody tr th {
  background-color: #F1F1F1;
}
#simulation section .cost table tbody tr td {
  padding: 1.25rem 0.25em;
}
#simulation section .cost table tbody tr td .num {
  padding-right: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table tbody tr th {
    display: block !important;
    width: 100% !important;
    margin-top: 1rem;
    border-bottom: 0;
    font-size: 1rem;
  }
  #simulation section .cost table tbody tr td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding: 0;
    border-bottom: 0;
  }
  #simulation section .cost table tbody tr td .label {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #simulation section .cost table tbody tr td .label > div {
    width: 60%;
    text-align: center;
  }
  #simulation section .cost table tbody tr td .label::before {
    content: attr(data-row-label);
    white-space: pre-line;
    display: inline-block;
    width: 40%;
    padding: 0.75rem 0;
    background-color: #F1F1F1;
    border-right: 1px solid #A3A3A3;
  }
}
#simulation section .cost table.tb_cost thead tr {
  font-size: 1.25rem;
}
#simulation section .cost table.tb_cost thead tr .camera360 {
  background-color: #FFE7CF;
}
#simulation section .cost table.tb_cost thead tr .difference {
  position: relative;
  border-right: 1px solid #FF8811;
  color: #FFFFFF;
}
#simulation section .cost table.tb_cost thead tr .difference span {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
#simulation section .cost table.tb_cost thead tr .difference::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 0.5rem);
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
}
#simulation section .cost table.tb_cost tbody tr th {
  width: 13%;
}
#simulation section .cost table.tb_cost tbody tr td {
  width: 29%;
}
@media print, screen and (min-width: 768px) {
  #simulation section .cost table.tb_cost tbody tr td.camera360 {
    border-right: 1px solid #FF8811;
  }
}
@media screen and (max-width: 767px) {
  #simulation section .cost table.tb_cost tbody tr td.camera360 .label::before {
    background: #FFE7CF;
  }
}
#simulation section .cost table.tb_cost tbody tr td.difference {
  border: 1px solid #FF8811;
  background-color: #FFFBF6;
}
#simulation section .cost table.tb_cost tbody tr td.difference .num {
  color: #FF8811;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table.tb_cost tbody tr td.difference .label::before {
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
    border-right: 1px solid #FF8811;
  }
}
#simulation section .cost table.tb_spec thead tr th.normal {
  background-color: #FFE7CF;
}
#simulation section .cost table.tb_spec thead tr th.camera360 {
  border: 1px solid #FF8811;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 1.25rem;
}
#simulation section .cost table.tb_spec tbody tr th {
  width: 20%;
}
#simulation section .cost table.tb_spec tbody tr td {
  width: 40%;
}
#simulation section .cost table.tb_spec tbody tr td.normal {
  border-right: 1px solid #FF8811;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table.tb_spec tbody tr td.normal .label::before {
    background: #FFE7CF;
  }
}
#simulation section .cost table.tb_spec tbody tr td.camera360 {
  border: 2px solid #FF8811;
  color: #FF8811;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  #simulation section .cost table.tb_spec tbody tr td.camera360 {
    font-size: 1rem;
  }
  #simulation section .cost table.tb_spec tbody tr td.camera360 .label::before {
    font-weight: 600;
    color: #FFFFFF;
    background: #FF8811;
    border-right: 1px solid #FF8811;
  }
}
#simulation section .cost .result {
  margin-top: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #simulation section .cost .result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
  }
}
#simulation section .cost .result dt {
  padding: 0.5rem;
  border: 1px solid #ACACAC;
  border-bottom: 0;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  #simulation section .cost .result dt {
    grid-row: 1;
  }
}
#simulation section .cost .result dd {
  margin-bottom: 1rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid #ACACAC;
  border-top: 0;
}
@media print, screen and (min-width: 768px) {
  #simulation section .cost .result dd {
    grid-row: 2;
  }
}
#simulation section .cost .result dd .num {
  padding-right: 0.25rem;
  color: #FF8811;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
#simulation section .cost .caution {
  margin: 3rem 0;
  padding: 2rem;
  background-color: #F5F5F5;
}
#simulation section .cost .caution p {
  font-weight: 400;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  #simulation ul.feature {
    display: flex;
    justify-content: space-between;
  }
}
#simulation ul.feature li {
  padding: 2rem;
  background-color: #FFF4E8;
}
@media print, screen and (min-width: 768px) {
  #simulation ul.feature li {
    width: calc((100% - 4rem) / 3);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #simulation ul.feature li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }
}
#simulation ul.feature li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  #simulation ul.feature li .image {
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  #simulation ul.feature li .image {
    width: 20%;
    margin-right: 1rem;
  }
}
#simulation ul.feature li:nth-child(3) .image img {
  width: 90%;
}
#simulation ul.feature li h4 {
  margin-bottom: 0.5rem;
  color: #FF8811;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #simulation ul.feature li h4 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  #simulation ul.feature li p {
    font-size: 0.9rem;
  }
}

/* ---------------------------------------------------------------------
360°全方位カメラの導入メリット：業種別活用術
--------------------------------------------------------------------- */
#merit {
  padding: 4rem 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #merit {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #merit p.des {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #merit ul {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 767px) {
  #merit ul {
    flex-direction: column;
    margin: 2rem auto;
  }
}
#merit ul li {
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #merit ul li {
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
  }
  #merit ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #merit ul li {
    margin-bottom: 2rem;
  }
}
#merit ul li .detail h3 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #A3A3A3;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FF8811;
}
@media screen and (max-width: 767px) {
  #merit ul li .detail h3 {
    margin-bottom: 1rem;
  }
}
#merit ul li .detail h3 .small {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.9rem;
}
#merit ul li .detail p {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 175%;
}

/* ---------------------------------------------------------------------
ガードマンバナー
--------------------------------------------------------------------- */
#gardman {
  padding: 4rem 0;
}

/* ---------------------------------------------------------------------
一般的な防犯カメラもお任せください！
--------------------------------------------------------------------- */
#normalcamera {
  padding: 6rem 0 3rem 0;
  color: #FFFFFF;
  background-color: #FF8811;
  text-align: center;
}
#normalcamera h2 {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 3em;
  color: #FF8811;
  background-color: #FFFFFF;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #normalcamera h2 {
    padding: 0.5rem 6em;
  }
}
@media screen and (max-width: 767px) {
  #normalcamera h2 {
    padding: 1rem 2rem;
  }
}
#normalcamera h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 10px solid #FFFFFF;
}
#normalcamera h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  #normalcamera h3 {
    margin-bottom: 1rem;
    line-height: 150%;
  }
}
#normalcamera p.caution {
  margin: 0 auto 3rem auto;
  font-size: 0.9rem;
}
#normalcamera h4 {
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #normalcamera h4 {
    line-height: 150%;
  }
}
#normalcamera h4::before, #normalcamera h4::after {
  content: "\\";
  margin: 0 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #normalcamera h4::before, #normalcamera h4::after {
    position: absolute;
    top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #normalcamera h4::before {
    left: -1rem;
  }
}
#normalcamera h4::after {
  content: "/";
}
@media screen and (max-width: 767px) {
  #normalcamera h4::after {
    right: -1rem;
  }
}
#normalcamera .inner {
  margin: 2rem auto;
  padding: 2rem 2rem 1rem 2rem;
  color: #181818;
  background-color: #FFFFFF;
  box-shadow: 0px 2.45874px 24.5874px rgba(0, 0, 0, 0.3);
}
#normalcamera .inner h5 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0.75rem 0;
  color: #FFFFFF;
  background-color: #181818;
  font-size: 1.25rem;
}
#normalcamera .inner h5::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 3.25rem;
  height: 100%;
  background-color: #FF8811;
  clip-path: polygon(0px 0px, 100% 0px, 85% 100%, 0px 100%);
}
@media screen and (max-width: 767px) {
  #normalcamera .inner h5::before {
    width: 2rem;
  }
}
#normalcamera .inner ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #normalcamera .inner ul {
    width: 90%;
    margin: 0 auto;
  }
}
#normalcamera .inner ul li {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #normalcamera .inner ul li {
    border-right: 1px solid #D1D1D1;
  }
}
@media screen and (max-width: 767px) {
  #normalcamera .inner ul li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #D1D1D1;
  }
  #normalcamera .inner ul li:last-child {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #normalcamera .inner ul li figure {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #normalcamera .inner ul li figure img {
    width: 80%;
    margin: 0 10%;
  }
}
#normalcamera .inner ul li figure figcaption {
  margin: 0.5rem 0;
  color: #FF8811;
  font-weight: 600;
  font-size: 1.25rem;
}
#normalcamera .inner ul li p {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 768px) {
  #normalcamera .inner ul.camera-list01 li {
    width: 50%;
  }
  #normalcamera .inner ul.camera-list01 li:last-child {
    border-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #normalcamera .inner ul.camera-list02 li {
    width: 33.3333333333%;
  }
  #normalcamera .inner ul.camera-list02 li:nth-child(3n) {
    border-right: 0;
  }
}

/* ---------------------------------------------------------------------
設置後のサポート完備
--------------------------------------------------------------------- */
#support {
  padding: 6rem 0 3rem 0;
}
@media print, screen and (min-width: 768px) {
  #support h2 {
    text-align: left;
  }
}
#support ul {
  margin-top: 2rem;
}
#support ul li {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #support ul li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #support ul li {
    position: relative;
    padding-left: 2rem;
  }
}
#support ul li::before {
  content: "";
  display: block;
  margin-right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/industry_lp/icon-check-s.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #support ul li::before {
    position: absolute;
    top: 0.15em;
    left: 0;
  }
}
#support .image {
  margin: 3rem auto 0 auto;
}

/* ---------------------------------------------------------------------
導入の流れ - 4つの簡単ステップ
--------------------------------------------------------------------- */
#step {
  padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #step h2 {
    text-align: left;
  }
}
#step p.des {
  font-weight: 400;
}
#step ol {
  margin: 3rem auto 2rem auto;
}
#step ol li {
  display: flex;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #step ol li {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #step ol li {
    position: relative;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #step ol li::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    bottom: -1rem;
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    background-color: #A3A3A3;
  }
}
#step ol li p.number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 180%;
  color: #FF8811;
}
@media print, screen and (min-width: 768px) {
  #step ol li p.number {
    flex-direction: column;
  }
  #step ol li p.number:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 1px;
    height: 3rem;
    background-color: #A3A3A3;
    transform: translateY(3.75rem);
  }
}
@media screen and (max-width: 767px) {
  #step ol li p.number {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
#step ol li p.number:after {
  content: "";
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  background: #FF8811 url(../images/industry_lp/icon-step01.svg) no-repeat center center/55%;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #step ol li p.number:after {
    width: 3rem;
    height: 3rem;
    margin-right: 0.75rem;
  }
}
#step ol li:last-child {
  margin-bottom: 0;
}
#step ol li:last-child p.number:before {
  content: none;
}
#step ol li:nth-child(1) p.number:after {
  background: #FF8811 url(../images/industry_lp/icon-step01.svg) no-repeat center center/55%;
}
#step ol li:nth-child(2) p.number:after {
  background: #FF8811 url(../images/industry_lp/icon-step02.svg) no-repeat center center/60%;
}
#step ol li:nth-child(3) p.number:after {
  background: #FF8811 url(../images/industry_lp/icon-step03.svg) no-repeat center center/50%;
}
#step ol li:nth-child(4) p.number:after {
  background: #FF8811 url(../images/industry_lp/icon-step04.svg) no-repeat center center/55%;
}
@media screen and (max-width: 767px) {
  #step ol li .detail {
    padding-left: 3.75rem;
  }
}
#step ol li .detail h3 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FF8811;
}
#step ol li .detail p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 180%;
}

/* ---------------------------------------------------------------------
その他の実績
--------------------------------------------------------------------- */
#otherworks {
  position: relative;
  padding: 9rem 0 2rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #otherworks {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #otherworks h2 {
    text-align: left;
  }
}
#otherworks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8rem;
  background: #FF8811;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 1rem);
}
@media screen and (max-width: 767px) {
  #otherworks::before {
    clip-path: polygon(0 0, 100% 0, 100% 5rem, 0 2rem);
  }
}
#otherworks .subtitle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  aspect-ratio: 1/1;
  color: #FF8811;
  background-color: #181818;
  border-radius: 100%;
  text-align: center;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  #otherworks .subtitle {
    width: 8rem;
    height: 8rem;
  }
}
#otherworks .subtitle h3 {
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #ffae00;
}
#otherworks .subtitle h3 .num {
  font-family: "Roboto", sans-serif;
}
#otherworks .subtitle h3 .big {
  font-size: 2rem;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  #otherworks .subtitle h3 .big {
    font-size: 1.25rem;
  }
}
#otherworks .subtitle h3 .small {
  font-size: 1.5rem;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  #otherworks .subtitle h3 .small {
    font-size: 1rem;
    line-height: 1;
  }
}
#otherworks .otherworks_slider {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #otherworks .otherworks_slider {
    margin-bottom: 2rem;
  }
}
#otherworks .otherworks_slider figure {
  width: 360px;
  margin: 0 5px !important;
  padding: 0 !important;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #otherworks .otherworks_slider figure {
    width: 50vw;
    margin: 0 !important;
  }
}
#otherworks .otherworks_slider figure img {
  width: 100%;
  position: relative;
  z-index: 10;
}
#otherworks .otherworks_slider figure figcaption {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  margin: 0;
  padding: 0 10px 0 0;
  background: -moz-linear-gradient(top, transparent, #000);
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: right;
}
#otherworks .wrapper {
  position: relative;
}
#otherworks .wrapper .message {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #otherworks .wrapper .message {
    font-size: 1rem;
  }
}
#otherworks .moreworks {
  margin-top: 2rem;
}
#otherworks .more_result_block {
  width: 100%;
  background: rgb(247, 247, 247);
  padding: 40px 40px 0px;
  margin-bottom: 105px;
  margin-bottom: 0px !important;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #otherworks .more_result_block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #otherworks .more_result_block {
    padding: 1.5rem;
  }
}
#otherworks .more__content {
  position: relative;
  height: auto;
  max-height: 400px;
  transition: max-height 1s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #otherworks .more__content {
    max-height: 200px;
  }
}
#otherworks .more__content::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(transparent 0%, rgb(255, 255, 255) 100%);
}
#otherworks .more__content.open:after {
  z-index: -1 !important;
  opacity: 0 !important;
}
#otherworks .more {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #otherworks .more {
    width: 23%;
  }
}
#otherworks .more h4 {
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
}
#otherworks .more h4::before {
  content: "■";
  color: #FF8811;
}
#otherworks .more:not(:first-child) h4 {
  margin-top: 2rem;
}
#otherworks .more .moreList {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 768px) {
  #otherworks .more .moreList {
    padding-bottom: 40px;
  }
}
#otherworks .more__btn {
  display: block;
  margin: 35px auto 0px;
  padding: 12px 65px;
  border: 0px;
  color: rgb(255, 255, 255);
  background-color: rgb(17, 17, 17);
  cursor: pointer;
  position: relative;
  z-index: 5;
  font-weight: 700;
  font-size: 105%;
}

/* ---------------------------------------------------------------------
よくあるご質問
--------------------------------------------------------------------- */
#faq {
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 4rem 0 3rem 0;
  }
}
#faq p.des {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  #faq p.des {
    font-weight: 400;
    text-align: center;
  }
}
#faq .faq-item {
  margin: 1.5rem auto;
  border: 2px solid #F8F8F8;
}
@media screen and (max-width: 767px) {
  #faq .faq-item {
    margin: 2rem auto;
  }
}
#faq .faq-item:hover {
  border: 2px solid #FF8811;
  transition: 0.3s;
}
#faq .faq-item h3 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  background-color: #F5F5F5;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #faq .faq-item h3 {
    padding: 1rem 3rem 1rem 1rem;
  }
}
#faq .faq-item h3 span {
  display: inline-block;
  margin-right: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FF8811;
}
#faq .faq-item h3:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  color: #FFFFFF;
  background-color: #FF8811;
  border-radius: 100%;
}
#faq .faq-item h3:hover {
  color: #FFFFFF;
  background-color: #FF8811;
  transition: 0.3s;
}
#faq .faq-item h3:hover span {
  color: #FFFFFF;
}
#faq .faq-item h3:hover:after {
  color: #FF8811;
  background-color: #FFFFFF;
}
#faq .faq-item.open {
  border: 2px solid #FF8811;
}
#faq .faq-item.open h3 {
  color: #FFFFFF;
  background-color: #FF8811;
  transition: 0.3s;
}
#faq .faq-item.open h3 span {
  color: #FFFFFF;
}
#faq .faq-item.open h3:after {
  content: "ー";
  color: #FF8811;
  background-color: #FFFFFF;
}
#faq .faq-item .accordion {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#faq .faq-item .accordion .detail {
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem;
}
@media screen and (max-width: 767px) {
  #faq .faq-item .accordion .detail {
    align-items: flex-start;
    padding: 1rem;
  }
}
#faq .faq-item .accordion .detail .answer {
  margin-right: 2.5rem;
}
#faq .faq-item .accordion .detail .answer span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FF8811;
}
#faq .faq-item .accordion .detail h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 165%;
}
#faq .faq-item .accordion .detail h4 + p {
  font-weight: 400;
  line-height: 175%;
}

/* ---------------------------------------------------------------------
無料相談フォーム
--------------------------------------------------------------------- */
#contact {
  padding: 6rem 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .contactform {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  #contact .contactform {
    margin-bottom: 2rem;
  }
}
#contact .contactform p.des {
  font-weight: 400;
  font-size: 0.9rem;
}
#contact .contactform .req {
  display: inline-block;
  padding: 0 0.25em;
  color: #FF1600;
}
#contact .contactform dl {
  margin: 2rem auto 3rem auto;
}
@media print, screen and (min-width: 768px) {
  #contact .contactform dl {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #contact .contactform dl {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .contactform dl .flex {
    align-items: center;
    margin-bottom: 2rem;
  }
}
#contact .contactform dl dt {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding-left: -0.1em;
}
@media print, screen and (min-width: 768px) {
  #contact .contactform dl dt {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  #contact .contactform dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .contactform dl dd {
    width: calc(100% - 20em);
  }
}
@media screen and (max-width: 767px) {
  #contact .contactform dl dd {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#contact .contactform input:not([type=checkbox]), #contact .contactform select {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #181818;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
}
#contact .contactform select {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #181818;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
}
#contact .contactform input::placeholder {
  color: #D1D1D1;
}
#contact .contactform .checklist,
#contact .contactform .form-accept {
  font-weight: 400;
  font-size: 0.9rem;
}
#contact .contactform .checklist label,
#contact .contactform .form-accept label {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
#contact .contactform .checklist input[type=checkbox],
#contact .contactform .form-accept input[type=checkbox] {
  margin-right: 0.5em;
  accent-color: #FF1600;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #181818;
}
#contact .contactform .form-submit button[type=submit] {
  display: block;
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 3em;
  color: #FFFFFF;
  background-color: #181818;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #contact .contactform .form-submit button[type=submit] {
    width: 25rem;
  }
}
#contact .contactform .form-submit button[type=submit]:hover {
  background-color: #FF8811;
  transition: 0.3s;
}
#contact .contactform .form-accept label {
  justify-content: center;
}

/* ---------------------------------------------------------------------
会社概要
--------------------------------------------------------------------- */
#company {
  padding: 4rem 0 6rem 0;
}
#company dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  border-top: 1px solid #D1D1D1;
  font-size: 0.9rem;
}
#company dl dt {
  width: 10rem;
  padding: 1rem 0;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  #company dl dt {
    border-bottom: 1px solid #D1D1D1;
  }
}
@media screen and (max-width: 767px) {
  #company dl dt {
    width: 100%;
    padding: 0.5rem 0 0 0;
  }
}
#company dl dd {
  width: calc(100% - 10rem);
  padding: 1rem 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  #company dl dd {
    width: 100%;
    padding: 0.25rem 0 0.5rem 1rem;
  }
}
#company dl dd .privacy {
  margin-top: 0.5rem;
  width: 8rem;
  height: auto;
}
#company dl dd .logolist {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #company dl dd .logolist {
    width: 80%;
  }
}
#company dl dd .logolist li {
  width: 21.5%;
  max-width: 317px;
  margin: 5px 1.5%;
}

/* ---------------------------------------------------------------------
footer
--------------------------------------------------------------------- */
footer {
  padding: 1rem;
  color: #FFFFFF;
  background-color: #181818;
  font-size: 0.75rem;
  text-align: center;
}

/* form */

	.mw_wp_form_input .soshinbtn {
		display:none!important;
	}
	.mw_wp_form_confirm .form_attention, .mw_wp_form_confirm .shodakuCheck, .mw_wp_form_confirm .descr {
		display:none!important;
	}
	.contact_h {
    min-height: 90vh;
    display: flex;
    align-items: center;
	}