@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: 3rem 0;
  color: #FFFFFF;
  background: url(../images/industry_lp/mainvisual/yard-mainvisual.jpg) no-repeat center center/cover;
  overflow-x: hidden;
}
#firstview.solar-fv {
  background: url(../images/industry_lp/mainvisual/solar-mainvisual.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #firstview {
    padding: 1rem 0;
    background: url(../images/industry_lp/mainvisual/yard-mainvisual_sp.jpg) no-repeat center center/cover;
  }
  #firstview.solar-fv {
    background: url(../images/industry_lp/mainvisual/solar-mainvisual_sp.jpg) no-repeat center center/cover;
  }
}
#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 {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .subtitle {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#firstview .wrapper .subtitle p {
  position: relative;
  padding: 0 1em;
  font-weight: 900;
  font-size: 2rem;
  transform: matrix(1, 0, -0.18, 0.98, 0, 0);
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .subtitle p {
    margin-bottom: 0.5rem;
    padding: 0 0.75em;
    font-size: 1.5rem;
  }
}
#firstview .wrapper .subtitle p .tx_yellow {
  padding-right: 0.25em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .subtitle p .tx_yellow {
    font-size: 1rem;
  }
}
#firstview .wrapper .subtitle p .tx_yellow .num {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .subtitle p .tx_yellow .num {
    padding-right: 0.125rem;
    font-size: 3.5rem;
  }
}
#firstview .wrapper .subtitle p::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 50vw;
  height: 80%;
  background: linear-gradient(90deg, #FF8811 0%, #FFD04E 100%);
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .subtitle p::before {
    width: 100vw;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-copy {
    width: 40rem;
  }
}
#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 .italic {
  font-weight: 900;
  font-size: 5.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: 2rem;
  font-weight: 900;
  font-size: 2.5rem;
  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%;
  }
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .ranking {
    width: 30%;
    position: absolute;
    left: 30rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .ranking {
    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% - 1rem);
  }
  #firstview .wrapper .ranking ul li:first-child {
    width: 100%;
    margin-right: auto;
  }
  #firstview .wrapper .ranking ul li:first-child img {
    width: calc(50% - 1rem);
  }
}
#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;
  }
}
#firstview .wrapper .firstview-price {
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  #firstview .wrapper .firstview-price {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    flex-wrap: wrap;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #firstview .wrapper .firstview-price {
    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;
  }
}

/* ---------------------------------------------------------------------
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);
}

/* ---------------------------------------------------------------------
AIカメラが守る次世代防犯
--------------------------------------------------------------------- */
#feature {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  #feature {
    padding-top: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #feature p.des {
    text-align: center;
  }
}
#feature .map {
  position: relative;
  margin: 2rem auto;
}
@media print, screen and (min-width: 768px) {
  #feature .map {
    width: 45rem;
  }
}
#feature .map p {
  position: absolute;
}
#feature .map p.entrance {
  top: 30%;
  left: -4rem;
}
@media screen and (max-width: 767px) {
  #feature .map p.entrance {
    top: 35%;
    left: -1rem;
  }
}
#feature .map p.indoor {
  top: 5rem;
  left: 18%;
}
@media screen and (max-width: 767px) {
  #feature .map p.indoor {
    top: 2rem;
  }
}
#feature .map p.fence {
  top: 46%;
  right: 2rem;
}
#feature .map p a {
  position: relative;
  display: flex;
  align-items: center;
  width: 16em;
  padding: 0.5rem 1rem;
  border-radius: 3em;
  border: 2px solid #181818;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #feature .map p a {
    width: 10em;
    padding-right: 2em;
    line-height: 125%;
  }
}
#feature .map p a:hover {
  color: #FFFFFF;
  background-color: #FF8811;
  transition: 0.3s;
}
#feature .map 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 .map p a:hover:before {
  background-color: #FFFFFF;
  transition: 0.3s;
}
#feature .map 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 .live {
  padding: 3rem 0 5rem 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;
}
#feature .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 .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 .modal .modal-content {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  #feature .modal .modal-content video {
    width: 80vw;
  }
}
#feature .modal.show {
  opacity: 1;
  visibility: visible;
}
#feature .modal.show .modal-content {
  transform: scale(1);
}
#feature .modal .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------
コスト
--------------------------------------------------------------------- */
#cost {
  padding: 4rem 0;
}
#cost dl {
  margin-bottom: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #cost dl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
  }
}
#cost 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) {
  #cost dl dt {
    grid-row: 1;
  }
}
#cost dl dd {
  padding: 1.5rem 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #cost dl dd {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  #cost dl dd {
    margin-bottom: 1rem;
    padding-top: 0.75rem;
  }
}
#cost dl dd .price {
  color: #FF8811;
  font-weight: 600;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #cost dl dd .price {
    margin-bottom: 0.5rem;
  }
}
#cost 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) {
  #cost dl dd .price .num {
    font-size: 3.5rem;
  }
}
#cost dl dd .des {
  font-weight: 400;
  font-size: 0.9rem;
}
#cost dl dt:nth-of-type(1) + dd .price .num {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #cost dl dt:nth-of-type(1) + dd .price .num {
    font-size: 3.5rem;
  }
}
#cost .ul_caution li {
  font-weight: 400;
  font-size: 0.75rem;
}
#cost .flex {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #cost .flex {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #cost .flex .image {
    width: 52.5%;
  }
}
@media screen and (max-width: 767px) {
  #cost .flex .image {
    margin-bottom: 2rem;
  }
}
#cost .flex .image img {
  border-radius: 1rem;
}
@media print, screen and (min-width: 768px) {
  #cost .flex .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#cost .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) {
  #cost .flex .detail {
    width: calc(47.5% - 3rem);
    margin-left: 3rem;
  }
}
#cost .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;
}
#cost .flex .detail span.small {
  width: 100%;
  margin-bottom: 0.75rem;
}
#cost .flex .detail span.title {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #cost .flex .detail span.title {
    display: block;
    margin-bottom: 1rem;
  }
}
#cost .flex .detail span.num {
  font-weight: 400;
  font-size: 1.5rem;
}
#cost .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;
}
#cost .flex .detail ul {
  width: calc(100% - 3.5rem);
  margin: 2rem auto 3rem auto;
}
#cost .flex .detail ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #cost .flex .detail ul li {
    padding-left: 1.75em;
  }
}
#cost .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) {
  #cost .flex .detail ul li:before {
    position: absolute;
    top: 0.125em;
    left: 0;
  }
}
#cost .feature {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #FFE7CF;
}
@media print, screen and (min-width: 768px) {
  #cost .feature {
    display: flex;
  }
}
#cost .feature h3 {
  padding: 0.5rem 2rem;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #cost .feature h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #cost .feature h3 {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
#cost .feature p {
  font-size: 0.9rem;
  line-height: 180%;
}

/* ---------------------------------------------------------------------
警備コストを劇的に削減しませんか？
--------------------------------------------------------------------- */
#reduction {
  padding: 5rem 0;
  background-color: #FF8811;
}
@media screen and (max-width: 767px) {
  #reduction {
    padding: 3rem 0;
  }
}
#reduction h2 {
  margin-bottom: 3rem;
  color: #FFFFFF;
}
#reduction h2 span {
  display: inline-block;
  padding: 0.25rem 1rem;
  color: #FF8811;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  #reduction h2 span {
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #reduction h2 span {
    margin-top: 0.5rem;
  }
}
#reduction .contents {
  flex-wrap: wrap;
  position: relative;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 2.25px 22.5px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 768px) {
  #reduction .contents {
    padding: 1.5rem 0 0 0;
  }
}
#reduction .contents section {
  margin: 2rem auto;
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section {
    width: 50%;
  }
  #reduction .contents section:nth-of-type(1) {
    border-right: 2px solid #D1D1D1;
  }
}
#reduction .contents section.standard h3, #reduction .contents section.total p.title {
  border-radius: 0.75rem;
  color: #FFFFFF;
  background-color: #181818;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.35em;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.standard h3, #reduction .contents section.total p.title {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
#reduction .contents section.standard h3 .des, #reduction .contents section.total p.title .des {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0 3em;
  border-radius: 3em;
  color: #181818;
  background-color: #D1D1D1;
  font-size: 0.75rem;
}
#reduction .contents section.standard h3 + p.caution {
  font-weight: 400;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section.standard h3 + p.caution {
    transform: translateY(0.25em);
  }
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section.total {
    width: 100%;
  }
}
#reduction .contents section.total p.title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total p.title {
    font-size: 1.25rem;
  }
}
#reduction .contents section.total p.title .kerning {
  margin-right: 0.5em;
  letter-spacing: -0.5em;
}
#reduction .contents section.total p.title::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/industry_lp/icon-graph.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section.total p.title::after {
    transform: translateY(0.125rem);
  }
}
#reduction .contents section.total h3 {
  padding: 2rem 0;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total h3 {
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
}
#reduction .contents section.total h3 span {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem;
  color: #FF8811;
  background-color: #FFE7CF;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total h3 span {
    margin: 0 0.25rem;
    padding: 0.5rem;
  }
}
#reduction .contents section table {
  width: 100%;
  margin: 1.25rem auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table {
    table-layout: fixed;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #reduction .contents section table thead {
    display: none !important;
  }
}
#reduction .contents section table thead tr th {
  width: 20%;
  padding: 0.75rem;
  border: 1px solid #ACACAC;
  background-color: #F1F1F1;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
#reduction .contents section table thead tr th.normal {
  width: 40%;
}
#reduction .contents section table thead tr th.gardman {
  position: relative;
  width: 40%;
  border: transparent;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 136, 17) 0%, rgb(255, 208, 78) 100%);
  font-weight: 500;
}
#reduction .contents section table thead tr th.gardman span {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
#reduction .contents section table thead tr th.gardman .small {
  font-size: 1rem;
}
#reduction .contents section table thead tr th.gardman::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 0.5rem);
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
}
#reduction .contents section table tbody tr th, #reduction .contents section table tbody tr td {
  width: 20%;
  padding: 0.75rem 0;
  border: 1px solid #A3A3A3;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table tbody tr th, #reduction .contents section table tbody tr td {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.35em;
  }
}
#reduction .contents section table tbody tr th.title, #reduction .contents section table tbody tr td.title {
  border: 1px solid #ACACAC;
  background-color: #F1F1F1;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table tbody tr th.title, #reduction .contents section table tbody tr td.title {
    border-bottom: 0;
  }
}
#reduction .contents section table tbody tr th.normal, #reduction .contents section table tbody tr td.normal {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section table tbody tr th.normal, #reduction .contents section table tbody tr td.normal {
    border-right: 1px solid #FF8811;
  }
}
#reduction .contents section table tbody tr th.gardman, #reduction .contents section table tbody tr td.gardman {
  width: 40%;
  border: 1px solid #FF8811;
  background-color: #FFFBF6;
}
#reduction .contents section table tbody tr th.gardman .num, #reduction .contents section table tbody tr td.gardman .num {
  color: #FF8811;
}
#reduction .contents section table tbody tr th .small, #reduction .contents section table tbody tr td .small {
  display: block;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 125%;
}
#reduction .contents section table tbody tr th .num, #reduction .contents section table tbody tr td .num {
  padding-right: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1em;
}
#reduction .contents section table tbody tr th .caution, #reduction .contents section table tbody tr td .caution {
  display: block;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table tbody tr th .caution, #reduction .contents section table tbody tr td .caution {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #reduction .contents section table tbody tr th {
    display: block !important;
    width: 100% !important;
    margin-top: 1rem;
    border-bottom: 0;
    font-size: 1rem;
  }
  #reduction .contents section table tbody tr td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding: 0;
    border-bottom: 0;
  }
  #reduction .contents section table tbody tr td .label {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #reduction .contents section table tbody tr td .label > div {
    width: calc(100% - 6.5rem);
    text-align: center;
  }
  #reduction .contents section table tbody tr td .label::before {
    content: attr(data-row-label);
    white-space: pre-line;
    display: inline-block;
    width: 6.5rem;
    padding: 0.75rem 0;
    background-color: #F1F1F1;
    border-right: 1px solid #A3A3A3;
  }
  #reduction .contents section table tbody tr td.gardman .label::before {
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(270deg, #FF8811 0%, #FFBD3E 100%);
    border-right: 1px solid #FF8811;
  }
}
#reduction .contents section.total table tbody tr td .num {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section:nth-of-type(1) table {
    margin-top: 2.75rem;
  }
}
#reduction .contents section table + ul {
  margin-top: 2rem;
  padding: 1.25rem 1rem;
  background-color: #FFF4E8;
}
#reduction .contents section table + ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table + ul li {
    padding-left: 1.25rem;
  }
}
#reduction .contents section table + ul li:before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/industry_lp/icon-check_black.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #reduction .contents section table + ul li:before {
    position: absolute;
    top: 0.45em;
    left: 0;
  }
}
#reduction .contents section .result {
  margin-top: 2.5rem;
  text-align: center;
}
#reduction .contents section .result dt {
  padding: 0.5rem;
  border: 1px solid #ACACAC;
  border-bottom: 0;
  color: #FFFFFF;
  background-color: #FF8811;
  font-size: 0.9rem;
}
#reduction .contents section .result dd {
  margin-bottom: 1rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid #ACACAC;
  border-top: 0;
}
#reduction .contents section .result dd .num {
  padding-right: 0.25rem;
  color: #FF8811;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #reduction .contents section.total .result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
  }
  #reduction .contents section.total .result dt {
    grid-row: 1;
  }
  #reduction .contents section.total .result dd {
    grid-row: 2;
  }
}
#reduction .contents section .rate {
  display: flex;
  align-items: center;
  justify-content: center;
}
#reduction .contents section .rate .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 7rem;
  height: 7rem;
  aspect-ratio: 1/1;
  background: url(../images/industry_lp/bg-circle.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .rate .title {
    width: 5rem;
    height: 5rem;
  }
}
#reduction .contents section .rate .title p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 125%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .rate .title p {
    font-size: 1.25rem;
  }
}
#reduction .contents section .rate .title p .small {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .rate .title p .small {
    font-size: 1rem;
  }
}
#reduction .contents section .rate .title p .tx_yellow {
  width: 100%;
}
#reduction .contents section .rate .text {
  vertical-align: bottom;
  font-weight: 600;
}
#reduction .contents section .rate .text .small {
  font-size: 2rem;
}
#reduction .contents section .rate .text .tx_orange {
  padding: 0 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .rate .text .tx_orange {
    font-size: 3rem;
  }
}
#reduction .contents section .rate .text .tx_orange .small {
  font-size: 3rem;
}
#reduction .contents section .rate .text .cut {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .rate .text .cut {
    font-size: 2rem;
  }
}
#reduction .contents section.total .rate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#reduction .contents section.total .rate .title {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .title {
    width: 5rem;
    height: 5rem;
    position: relative;
    transform: translateX(-50%);
  }
  #reduction .contents section.total .rate .title::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 6rem;
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/industry_lp/icon-graph.svg) no-repeat center center/contain;
  }
}
#reduction .contents section.total .rate .title p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .title p {
    font-size: 1.25rem;
  }
}
#reduction .contents section.total .rate .title p .small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .title p .small {
    font-size: 1rem;
  }
}
#reduction .contents section.total .rate .flex {
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .flex {
    margin-top: 1rem;
  }
}
#reduction .contents section.total .rate .flex img {
  width: 9rem;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .flex img {
    display: none;
  }
}
#reduction .contents section.total .rate .flex .text p:nth-of-type(1) {
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .flex .text p:nth-of-type(1) {
    font-size: 2rem;
  }
}
#reduction .contents section.total .rate .flex .text p:nth-of-type(2) {
  padding-top: 1rem;
  border-top: 1px solid #D1D1D1;
  font-size: 2.5rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #reduction .contents section.total .rate .flex .text p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 1.5em;
  }
}
#reduction .contents section.total .rate .caution {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
}
#reduction .contents section .info {
  margin-top: 2rem;
  padding: 2rem 3rem;
  background-color: #F1F1F1;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #reduction .contents section .info {
    padding: 1rem;
  }
}
#reduction .contents section .info p {
  font-weight: 400;
  font-size: 0.9rem;
}
#reduction .contents section .info h4 {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ---------------------------------------------------------------------
警備員の駆けつけの「0円ガードマン」とは？
--------------------------------------------------------------------- */
#guard {
  position: relative;
  padding: 4rem 0 5rem 0;
  color: #FFFFFF;
  background: linear-gradient(rgba(24, 24, 24, 0.7), rgba(24, 24, 24, 0.7)), url(../images/industry_lp/bg-guard.jpg) no-repeat center center/cover;
}
#guard h2 {
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #guard h2 {
    text-align: center;
  }
}
#guard p.des {
  font-weight: 400;
}
#guard div.flex {
  margin: 3rem auto;
  padding: 3rem;
  color: #181818;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  #guard div.flex {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #guard div.flex {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #guard div.flex ol {
    width: 65%;
    padding-right: 3rem;
  }
}
#guard div.flex ol li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #guard div.flex ol li {
    margin-bottom: 1.5rem;
  }
}
#guard div.flex ol li:last-child {
  margin-bottom: 0;
}
#guard div.flex ol li h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #A3A3A3;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1em;
  color: #FF8811;
}
#guard div.flex ol li h3 span {
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1em;
}
#guard div.flex ol li p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 175%;
}
@media print, screen and (min-width: 768px) {
  #guard div.flex ol li p {
    padding-left: 2.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  #guard div.flex img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #guard div.flex img {
    width: 85%;
    margin: 0 7.5% 2rem 7.5%;
  }
}
#guard div.flex + p {
  font-weight: 500;
  font-size: 1.15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guard div.flex + p {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------------
従来の防犯ソリューションの限界
--------------------------------------------------------------------- */
#traditional {
  padding: 6rem 0;
  background-color: #F1F1F1;
}
#traditional h2 span {
  font-weight: 600;
  background: linear-gradient(180deg, #DB0102 0%, #770100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#traditional .flex {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #traditional .flex {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #traditional .flex > img {
    width: 42.5%;
  }
}
@media screen and (max-width: 767px) {
  #traditional .flex > img {
    height: 15rem;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  #traditional .flex > .detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 57.5%;
    padding-left: 2rem;
  }
}
#traditional .flex > .detail section {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 768px) {
  #traditional .flex > .detail section {
    display: flex;
    align-items: center;
    height: calc((100% - 4rem) / 3);
  }
}
@media print, screen and (min-width: 768px) {
  #traditional .flex > .detail section .image {
    width: 25%;
  }
}
#traditional .flex > .detail section .image img {
  width: 90%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #traditional .flex > .detail section .image img {
    width: 35%;
    margin: 0 32.5% 1rem 32.5%;
  }
}
@media print, screen and (min-width: 768px) {
  #traditional .flex > .detail section .detail {
    width: 75%;
    padding-left: 1rem;
  }
}
#traditional .flex > .detail section .detail h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #traditional .flex > .detail section .detail h3 {
    text-align: center;
  }
}
#traditional .flex > .detail section .detail h3 span {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.25rem 0.75rem;
  color: #FFFFFF;
  background-color: #181818;
}
@media screen and (max-width: 767px) {
  #traditional .flex > .detail section .detail h3 span {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
#traditional .flex > .detail section .detail ul li {
  font-weight: 400;
  font-size: 0.9rem;
}
#traditional .flex > .detail section .detail .result {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.25rem;
  background: linear-gradient(180deg, #DB0102 0%, #770100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  #traditional .flex > .detail section .detail .result {
    padding-left: 1.5em;
    line-height: 150%;
  }
}
#traditional .flex > .detail section .detail .result::before {
  content: "";
  display: block;
  margin-right: 0.25rem;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/industry_lp/traditional-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #traditional .flex > .detail section .detail .result::before {
    position: absolute;
    top: 2px;
    left: 0.15rem;
  }
}

/* ---------------------------------------------------------------------
他社との比較
--------------------------------------------------------------------- */
#comparison {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #comparison {
    padding: 4rem 0;
  }
}
#comparison p.des {
  margin-bottom: 2rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #comparison p.des {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #comparison p.des {
    margin-bottom: 0;
  }
}
#comparison table {
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #comparison table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  #comparison table thead {
    display: none !important;
  }
}
#comparison table thead tr th {
  width: 22%;
  padding: 1.5rem 0.5rem;
  border: 1px solid #A3A3A3;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: #F8F8F8;
  text-align: center;
  vertical-align: middle;
}
#comparison table thead tr th.normal {
  width: 26%;
  background-color: #FFECD9;
}
#comparison table thead tr th.raijin {
  width: 26%;
  border: 3px solid #FF8811;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #FF8811;
}
#comparison table tbody tr th {
  width: 22%;
  padding: 0.5rem;
  border: 1px solid #A3A3A3;
  font-weight: 500;
  font-size: 0.9rem;
  color: #FF8811;
  background-color: #F8F8F8;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #comparison table tbody tr th {
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr th {
    display: block !important;
    width: 100% !important;
    margin-top: 2rem;
    border-bottom: 0;
    font-size: 1rem;
  }
}
#comparison table tbody tr td {
  width: 26%;
  padding: 0.5rem;
  border: 1px solid #A3A3A3;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #comparison table tbody tr td {
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding: 0;
    border-bottom: 0;
  }
  #comparison table tbody tr td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8rem;
    height: 100%;
    background-color: #FFECD9;
  }
  #comparison table tbody tr td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8rem;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #A3A3A3;
  }
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr td .label {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #comparison table tbody tr td .label::before {
    content: attr(data-row-label);
    position: relative;
    white-space: pre-line;
    display: inline-block;
    width: 8rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr td .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 8rem);
    padding: 0.25em;
  }
}
#comparison table tbody tr td .ul_normal {
  font-size: 0.75rem;
}
#comparison table tbody tr td.raijin {
  border: 3px solid #FF8811;
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr td.raijin::before {
    content: "";
    background-color: #FF8811;
  }
}
#comparison table tbody tr td.raijin span {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FF8811;
}
#comparison table tbody tr td.raijin span img {
  width: 1.125em;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  #comparison table tbody tr td.raijin .label::before {
    color: #FFFFFF;
  }
}
#comparison table tbody tr td.raijin .detail {
  color: #FF8811;
  font-weight: 600;
  line-height: 135%;
}
#comparison .appeal {
  width: 90%;
  margin: 3rem auto 0 auto;
  padding: 2rem;
  border: 2px solid #FF8811;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
#comparison .appeal h3 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 165%;
  color: #FF8811;
  text-align: center;
}

/* ---------------------------------------------------------------------
一般的な防犯カメラもお任せください！
--------------------------------------------------------------------- */
#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;
  }
}

/* ---------------------------------------------------------------------
導入企業の声
--------------------------------------------------------------------- */
#voice {
  padding: 6rem 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  #voice {
    padding: 4rem 0;
  }
}
#voice h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #voice h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #voice ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
#voice 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) {
  #voice ul li {
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
    /* padding-bottom: 2rem; */
  }
  #voice ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #voice ul li {
    margin-bottom: 2rem;
  }
}
#voice ul li .thumb {
  overflow: hidden;
}
#voice ul li .thumb img {
  transition: 0.3s;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #voice ul li .thumb img {
    height: 300px;
  }
}
#voice ul li .detail {
  padding: 1rem;
}
#voice 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) {
  #voice ul li .detail h3 {
    margin-bottom: 1rem;
  }
}
#voice ul li .detail h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #FF8811;
}
#voice ul li .detail p {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 175%;
}
#voice ul li .detail dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 0.75rem;
}
#voice ul li .detail dl dt {
  width: 3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #FC5422;
}
#voice ul li .detail dl dd {
  width: calc(100% - 3rem);
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* ---------------------------------------------------------------------
設置後のサポート完備
--------------------------------------------------------------------- */
#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;
	}