@charset "UTF-8";
/*responsive----------------------------------------------------*/

/* =====================
	ネットワークカメラ カラー指定
 ======================= */
.c-fff {
  color: #fff;
}
.c-02 {
  color: #fecc02;
}
.c-03 {
  color: #fcee21;
}
.c-04 {
  color: #00255b;
}
.co-01 {
  background-color: #fff;
  border: solid 1px #fe8302;
}

.co-02 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fe8302), to(#f6a91e));
  background: linear-gradient(90deg, #fe8302, #f6a91e);
}

.co-03 {
  background-color: #fcee21;
}

.co-04 {
  background-color: #00255b;
}

.co-05 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fe8302), to(#f6931e));
  background-image: linear-gradient(90deg, #fe8302, #f6931e);
}

.co-06 {
  background: rgba(0, 37, 91, 0.2);
}

.c-blue {
  color: #00357e;
}
.c-gray {
  color: #888888;
}
.top-btnset-color {
  border: solid 2px #00255b;
  color: #333333;
  background: #fff;
}

.top-btnset-color:hover {
  border: solid 2px #00255b;
  color: #fff;
  background-color: #00255b;
}

.top-btnset-color span.arrow:before {
  /* background: rgba(0, 37, 91, 0.2); */
  background: #00255b;
}

.top-btnset-color span.arrow:after {
  border-color: #fff;
}

.top-btnset-color:hover span.arrow:before {
  background: #fff;
}
.top-btnset-color:hover span.arrow:after {
  border-color: #00255b;
}
.l-content-container .p-requirement.co-04:after {
  border-top-color: #00255b;
}

.elecom-lead {
  background: linear-gradient(
    120deg,
    rgba(0, 37, 91, 0.2) 0%,
    rgba(0, 37, 91, 0.2) 50%,
    rgba(0, 37, 91, 0.4) 50%,
    rgba(0, 37, 91, 0.4) 100%
  );
}

@media print, screen and (max-width: 767px) {
  .elecom-lead {
    background: linear-gradient(
      100deg,
      rgba(0, 37, 91, 0.2) 0%,
      rgba(0, 37, 91, 0.2) 50%,
      rgba(0, 37, 91, 0.4) 50%,
      rgba(0, 37, 91, 0.4) 100%
    );
  }
}
.p-product::after {
  background: rgba(0, 37, 91, 0.6);
}

.under-line01 {
  border-bottom: solid 8px #fe8302;
}

.l-content-container .p-contact-btn:before {
  border-color: transparent transparent transparent #fff;
}

.l-content-container .p-contact .p-contact-btn:before {
  border-color: transparent transparent transparent #333;
}

.l-content-container .p-contact-btn span {
  color: #fcee21;
  border-radius: 6px;
  font-size: 85%;
  padding: 0 0.5em;
  margin-left: 0.5em;
}

/* =====================
	ネットワークカメラ 共通
 ======================= */
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.mb-3 {
  margin-bottom: 1em;
}
.font-s,
.c-products-parts-annotation.font-s {
  font-size: 85%;
  line-height: 1.4;
  margin-top: 0.25em;
}
.fs-150 {
  font-size: 150%;
}
.fs-182 {
  font-size: 182%;
}
.limemarker {
  background: linear-gradient(transparent 60%, #fecc02 60%);
}

/* =====================
	TOP
 ======================= */
.parallax_content {
  /*height: 25vw;*/
  /*background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
  min-height: 300px;
  overflow: hidden;
  width: 100%;
}
.img_top_sp {
  margin: 0 auto;
}
.head-part01 > div {
  padding: 4px 15px;
  margin: 0 5px;
  font-size: 150%;
}

.head-part02 {
  padding: 0 10px;
  font-size: 140%;
  margin: 10px 0;
  box-shadow: 0 0 4px #fff;
}
@media print, screen and (max-width: 767px) {
  .head-part02 {
    font-size: 120%;
  }
}
.head-part03 {
  font-size: 280%;
  line-height: 1.1;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 1);
}
@media print, screen and (max-width: 767px) {
  .head-part03 {
    font-size: 180%;
  }
}
.head-part05 {
  padding: 0 10px;
  font-size: 123.1%;
  margin: 20px 0;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 1);
}
@media print, screen and (max-width: 767px) {
  .head-part05 {
    font-size: 110%;
  }
}
.fs-big {
  font-size: 150%;
}

.l-content-container img.img_top_01 {
  max-width: 240px;
  width: 15vw;
}

.l-content-container img.img_top_02 {
  max-width: 206px;
  width: 15vw;
}

.p-fv {
  position: relative;
}

.p-fv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.head-part04 {
  z-index: 1;
}

.l-content-container .p-fv .p-fv-ttl {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  width: inherit;
  padding: 40px 0;
}

#parallax-01,
#parallax-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  /* z-index: -1; */
}

#parallax-01::before,
#parallax-02::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-why-head {
  z-index: 1;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  #parallax-01::before,
  #parallax-02::before {
    background: url("../img/img01-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
} /*# sourceMappingURL=network-camera.css.map */

/* =====================
	p-lead
 ======================= */
.p-lead {
  background: url("../img/bk01.png") repeat;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 110%;
  transform: rotate(90deg);
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-3::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sample5-3::after {
  left: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-btnset a p {
  position: absolute;
  display: inline-block;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 1em;
}

.p-lead-logo {
  font-size: clamp(1.5rem, 0.263rem + 1.8vw, 2.4rem);
}

.l-content-container img.c-ttl-h2-icon {
  max-width: 50px;
  margin: 0 10px;
}
.p-lead-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-lead-img .p-lead-img01,
.p-lead-img .p-lead-img02,
.p-lead-img .p-lead-img03,
.p-lead-img .p-lead-img04 {
  position: absolute;
}
.p-lead-img .p-lead-img01 img,
.p-lead-img .p-lead-img02 img,
.p-lead-img .p-lead-img03 img,
.p-lead-img .p-lead-img04 img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.p-lead-img .p-lead-img01 {
  top: 0;
  left: 0;
  width: 60%;
}
.p-lead-img .p-lead-img02 {
  top: 40%;
  bottom: 0;
  left: 40%;
  right: auto;
  width: 60%;
}
.p-how-contents .c-products-parts-heading,
.p-how-contents .c-text-common {
  text-align: left;
}
.p-lead-ttl .c-panel-list {
  justify-content: center;
  flex-grow: 100%;
}
.p-lead-ttl .c-panel-list .c-panel-item {
  flex-grow: 100% !important;
}
.p-lead-ttl h2 {
  position: relative;
  z-index: 99;
  flex-grow: 100% !important;
}
.p-lead-ttl h2 .span {
  font-size: 182%;
}
.p-lead-ttl h2::before {
  position: absolute;
  content: "Q";
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 800%;
  color: rgba(254, 204, 2, 0.25);
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .p-how-contents.c-products-rich .c-products-parts-heading {
    font-size: 150%;
  }
}
/* =====================
	p-why-contents
 ======================= */
.p-why-contents {
  background: #00357e;
  padding: 40px 40px 0 40px;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .p-why-contents {
    padding: 10px 20px 0;
  }
}
.p-why-contents::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #00357e;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-why-contents h3 {
  text-align: center;
  margin: 30px auto;
}
.p-why-contents .lead-txt {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-why-contents .lead-txt.mb-40 {
    margin-bottom: 30px;
  }
}
.damage-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.damage-contents .damage-contents-item {
  width: 48%;
  position: relative;
  background-color: #00255b;
  margin-bottom: 40px;
  border-radius: 6px;
}
@media print, screen and (max-width: 767px) {
  .damage-contents .damage-contents-item {
    width: 100%;
  }
  .damage-contents .damage-contents-item:last-child {
    margin-bottom: 20px;
  }
} /*# sourceMappingURL=network-camera.css.map */

.damage-contents .damage-contents-item .damage-num {
  position: absolute;
  top: -1.5em;
  left: -0.5em;
}
.damage-contents .damage-contents-item .damage-num span {
  position: absolute;
  z-index: 20;
  color: #00357e;
  font-weight: bold;
  font-size: 120%;
}
@media print, screen and (max-width: 767px) {
  .damage-contents .damage-contents-item .damage-num span {
    top: 0.35em;
    left: 0.5em;
  }
}
.damage-contents .damage-contents-item .damage-num::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.4em;
  left: -1.1em;
  /* transform: translateY(-50%); */
  width: calc(3em);
  height: calc(3em);
  background: linear-gradient(0deg, #fecc02 0%, #fef46e 100%);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  z-index: 10;
}
@media print, screen and (max-width: 767px) {
  .damage-contents .damage-contents-item .damage-num::before {
    top: 0;
    left: -0.5em;
  }
}
.damage-contents .damage-contents-item .damage-contents-item-img {
  position: relative;
  width: 100%;
}
.damage-contents .damage-contents-item .damage-contents-item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #00255b 0%, transparent 25%);
}
.damage-contents .damage-contents-item .damage-contents-item-img img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.damage-contents .damage-contents-item .damage-contents-item-img .damage-list-item-img-txt {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.damage-contents .damage-contents-item .damage-contents-item-img .damage-list-item-img-txt h4 {
  padding: 0.5em 1em;
  color: white;
  font-size: 120%;
}
.damage-contents .damage-contents-item .damage-list {
  padding: 1em;
}
.damage-contents .damage-contents-item .damage-list li {
  background-color: #00357e;
  color: white;
  margin-bottom: 0.5em;
  padding: 0.15em 0.5em;
  display: inline-block;
}
.damage-contents .damage-contents-item .damage-list li:last-child {
  margin-bottom: 0;
}
.p-why-bottom {
  margin: 40px auto 0;
  width: 100%;
}
.p-why-bottom p {
  text-align: center;
}
.p-why-result {
  background-color: #00357e;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin: 20px auto 0;
  width: 90%;
  max-width: 460px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .p-why-result .fs-150 {
    font-size: 130%;
  }
}
.p-why-result::before {
  position: absolute;
  content: "";
  top: 30%;
  left: -50px;
  width: 22%;
  max-width: 100px;
  background: url(../img/img_top_02.png) no-repeat;
  background-size: cover;
  padding-top: 14%;
}
@media print, screen and (max-width: 767px) {
  .p-why-result::before {
    top: 38%;
    left: -15px;
    width: 13%;
    padding-top: 9%;
  }
}
.p-why-result::after {
  position: absolute;
  content: "";
  top: 24%;
  left: auto;
  right: -50px;
  width: 17%;
  max-width: 80px;
  background: url(../img/img_top_01.png) no-repeat;
  background-size: cover;
  padding-top: 18%;
}
@media print, screen and (max-width: 767px) {
  .p-why-result::after {
    position: absolute;
    content: "";
    top: 34%;
    left: auto;
    right: -15px;
    width: 12%;
    padding-top: 13%;
  }
}
.p-why-result .damage-contents-item-img {
  margin: 0 auto 6px;
  width: 14px;
  height: 14px;
}
@media print, screen and (max-width: 767px) {
  .p-why-result .damage-contents-item-img {
    margin: 0 auto 2px;
    width: 10px;
    height: 10px;
  }
}

/* ========
ネットワークカメラ導入の4つのメリット 
=========*/
.p-merit {
  background: url(../img/bk-merit.jpg) top center no-repeat;
  background-size: contain;
  padding: 17% 0 40px;
  position: relative;
  background-color: #edf2f6;
}
@media print, screen and (max-width: 767px) {
  /*   .p-merit {
    padding: 40px 0;
  } */
}
.p-merit::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 28%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #edf2f6 0%, transparent 25%);
}
.p-merit .p-merit-ttl h2 {
  text-align: center;
}
.p-merit .p-merit-ttl h2 .sub {
  color: #fe8302;
}
.p-merit .p-merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
@media print, screen and (max-width: 767px) {
  .p-merit .p-merit-list {
    padding: 0 0 20px;
  }
}
.p-merit .p-merit-list .p-merit-list-item {
  width: 47%;
  padding: 20px 0;
  border-bottom: #00255b 1px solid;
}
@media print, screen and (max-width: 767px) {
  .p-merit .p-merit-list .p-merit-list-item {
    width: 100%;
    padding: 10px 0 24px;
  }
}
.p-merit-list-item .p-merit-list-item-num {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0077b8;
  font-size: 250%;
  font-weight: 800;
}
.p-merit-list-item .p-merit-list-item-ttl h3 {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* =====================
	p-vivotek
 ======================= */
.p-vivotek {
  background: url(../img/bk-vivotek.jpg) top center no-repeat;
  background-size: contain;
  padding: 80px 0 80px;
  position: relative;
  background-color: #00255b;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek {
    padding: 40px 0 40px;
  }
}
.p-vivotek::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 34%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #00255b 0%, transparent 100%);
}
.p-vivotek .p-vivotek-ttl h2 {
  text-align: center;
}
.p-vivotek .p-vivotek-ttl h2 .sub {
  color: #fe8302;
}
.p-vivotek .p-vivotek-lead {
  padding: 60px 0;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek .p-vivotek-lead {
    padding: 40px 0 20px;
  }
}
.p-vivotek .p-vivotek-lead p {
  margin-bottom: 2rem;
  line-height: 2em;
}
.p-vivotek .p-vivotek-lead p span {
  padding-bottom: 0.25rem;
  border-bottom: #0077b8 1px dotted;
}
.p-vivotek .p-vivotek-future {
  background: white;
  border-radius: 8px;
  padding: 40px 60px;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek .p-vivotek-future {
    padding: 10px 20px;
  }
}
.p-vivotek-future-ttl h3 {
  text-align: center;
  margin: 30px auto;
  position: relative;
}
.p-vivotek-future-ttl h3::before {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: #fe8302 2px solid;
  width: 60px;
}
.p-vivotek-future-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek-future-list {
    margin-top: 50px;
  }
}
.p-vivotek-future-list .p-vivotek-future-list-item {
  width: 30%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek-future-list .p-vivotek-future-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-vivotek-future-list .p-vivotek-future-list-item .future-list-item-chip {
  position: relative;
  background: #00255b;
  color: white;
  padding: 0.5rem 1em;
  display: inline-block;
  margin: 0 auto 20px;
}
.p-vivotek-future-list .p-vivotek-future-list-item .future-list-item-chip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #00255b;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.p-vivotek-future-list .p-vivotek-future-list-item .future-list-img {
  margin: 0 auto 1em;
}
@media print, screen and (max-width: 767px) {
  .p-vivotek-future-list .p-vivotek-future-list-item .future-list-img {
    width: 50%;
  }
}
.p-vivotek-future-list .p-vivotek-future-list-item .future-list-item-txt {
  text-align: left;
}
.p-vivotek-future-list .p-vivotek-future-list-item .future-list-item-txt a {
  color: white;
}

/* =====================
	p-total
 ======================= */
.p-total {
  background: url(../img/bk-total.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
  background-color: #cfdde5;
}
@media print, screen and (max-width: 767px) {
  .p-total {
    padding: 40px 0 40px;
  }
}
.p-total::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #cfdde5 0%, transparent 100%);
}
.p-total .p-total-ttl h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .p-total .p-total-ttl h2 {
    margin-bottom: 20px;
  }
}
.p-total .p-total-ttl h2 .sub {
  color: #fe8302;
}
.p-total .p-total-future {
  background: linear-gradient(0deg, #00255b 0%, #00357e 100%);
  border-radius: 8px;
  padding: 40px 60px;
  color: white;
  margin-top: 90px;
}
@media print, screen and (max-width: 767px) {
  .p-total .p-total-future {
    padding: 10px 20px;
    margin-top: 40px;
  }
}
.p-total-future-ttl h3 {
  text-align: center;
  margin: 30px auto;
  position: relative;
}
.p-total-future-ttl h3::before {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: #fe8302 2px solid;
  width: 60px;
}
.p-total-future-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
@media print, screen and (max-width: 767px) {
  .p-total-future-list {
    margin-top: 0;
  }
}
.p-total-future-list .p-total-future-list-item {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 40px;
  border-right: #023d8f 1px solid;
}
.p-total-future-list .p-total-future-list-item:last-child {
  border-right: none;
}
@media print, screen and (max-width: 767px) {
  .p-total-future-list .p-total-future-list-item {
    width: 100%;
    border-right: none;
    border-bottom: #023d8f 1px solid;
    padding: 60px 0 30px;
  }
  .p-total-future-list .p-total-future-list-item:last-child {
    border-bottom: none;
  }
}
.p-total-future-list-item .future-list-img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}
@media print, screen and (max-width: 767px) {
  .p-total-future-list-item .future-list-img {
    width: 50%;
  }
}
.p-total-future-list-item .future-list-img .future-list-item-chip {
  position: absolute;
  background: #0077b8;
  display: inline-block;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  top: -30px;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .p-total-future-list-item .future-list-img .future-list-item-chip {
    position: absolute;
    background: #0077b8;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
}
.p-total-future-list-item .future-list-img .future-list-item-chip span {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 160%;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .p-total-future-list-item .future-list-img .future-list-item-chip span {
    font-size: 140%;
  }
}
.p-total-future-list-item .future-list-img .future-list-item-chip::before {
  content: "";
  position: absolute;
  top: 70%;
  right: 0px;
  transform: translateX(-50%);
  border-top: 26px solid #0077b8;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: rotate(-45deg);
}
.p-total-future-list .p-total-future-list-item .future-list-img {
  margin-bottom: 1em;
}
.p-total-future-list .p-total-future-list-item .future-list-item-ttl {
  margin-bottom: 1rem;
  line-height: 2rem;
}
.p-total-future-list .p-total-future-list-item .future-list-item-txt {
  text-align: left;
  line-height: 2rem;
}
.p-total-future-list .p-total-future-list-item .future-list-item-txt a {
  color: white;
  text-decoration: underline;
}
.p-total-future-list .p-total-future-list-item .future-list-item-txt a:hover {
  opacity: 0.8;
}

/* =====================
	p-case
 ======================= */
.p-case {
  background: url(../img/bk-case.jpg) bottom center no-repeat;
  background-size: contain;
  padding: 80px 0 80px;
  position: relative;
  background-color: #ebebeb;
}
@media print, screen and (max-width: 767px) {
  .p-case {
    padding: 40px 0 40px;
  }
}
.p-case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ebebeb 0%, transparent 100%);
}
.p-case .p-case-ttl h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .p-case .p-case-ttl h2 {
    margin-bottom: 40px;
  }
}
.p-case .p-case-ttl h2 .sub {
  color: #fe8302;
}
.p-case .p-case-future {
  background: #00357e;
  border-radius: 8px;
  padding: 40px 60px;
  color: white;
}
.p-case-future-ttl h3 {
  text-align: center;
  margin: 30px auto;
  position: relative;
}
.p-case-future-ttl h3::before {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: #fe8302 2px solid;
  width: 60px;
}
.p-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .p-case-list {
    margin-top: 0;
  }
}
.p-case-list .p-case-list-item {
  width: 30%;
  text-align: center;
  background: linear-gradient(180deg, #004078 0%, #00255b 100%);
  border-radius: 8px;
}
@media print, screen and (max-width: 767px) {
  .p-case-list .p-case-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-case-list .p-case-list-item .future-list-item-ttl {
  background: white;
  border-radius: 8px 8px 0 0;
  padding: 1.5em;
  box-sizing: border-box;
  position: relative;
}
.p-case-list .p-case-list-item .future-list-item-ttl h3 {
  color: #00357e;
  font-size: 125%;
}
.p-case-list .p-case-list-item .case-list-item-chip {
  position: absolute;
  background: #fe8302;
  color: white;
  padding: 0.2rem 0.5em 0.1em;
  display: inline-block;
  margin: 0 auto 20px;
  left: -10px;
  font-size: 80%;
}
.p-case-list .p-case-list-item .case-list-item-chip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -0;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #d16d04;
}
.p-case-list .p-case-list-item .future-list-item-txt {
  padding: 1em 1.5em 2em;
  text-align: left;
  color: white;
}
@media print, screen and (max-width: 767px) {
  .p-case-list .p-case-list-item .future-list-item-txt {
    padding: 0.5em 1em 1em;
  }
}
.p-case-list .p-case-list-item .future-list-item-txt dl dt {
  padding-top: 1rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.p-case-list .p-case-list-item .future-list-item-txt dl dd {
  padding-bottom: 1rem;
  border-bottom: rgba(0, 119, 184, 0.5) 1px solid;
  font-size: 90%;
}

/* =====================
	p-point
 ======================= */
.p-point {
  background: url(../img/bk-point.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
  background-color: #ebebeb;
}
@media print, screen and (max-width: 767px) {
  .p-point {
    padding: 40px 0 40px;
  }
}
.p-point::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(237, 242, 246, 0.9);
}

.p-point .p-point-ttl h2 {
  text-align: center;
}
.p-point .p-point-ttl h2 .sub {
  color: #fe8302;
}
.p-point .p-point-lead {
  padding: 40px 0 20px;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.p-point .p-point-lead p {
  margin-bottom: 2rem;
  line-height: 2em;
  font-weight: 500;
}
.p-point .p-point-list {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px 40px 40px;
  border-radius: 8px;
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .p-point .p-point-list {
    padding: 0 20px 20px;
    width: 96%;
  }
}
.p-point-list .p-point-list-item {
  width: 100%;
  margin: 1.5em 0 0;
  padding: 0 0 1.5em;
  border-bottom: #ccd3de 1px dotted;
}
.p-point-list-item .point-list-item-ttl h3 {
  margin-bottom: 0.5rem;
  font-size: 110%;
}
.p-point-list-item .point-list-item-ttl h3 span {
  padding-left: 2.25rem;
  position: relative;
}
.p-point-list-item .point-list-item-ttl h3 span:before,
.p-point-list-item .point-list-item-ttl h3 span:after {
  content: "";
  display: block;
  position: absolute;
}
.p-point-list-item .point-list-item-ttl h3 span:before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #00357e;
  left: 0;
  top: 2px;
}
.p-point-list-item .point-list-item-ttl h3 span:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 6px;
}
.p-point-list-item .point-list-item-txt {
  margin-left: 2.25rem;
}

/* =====================
	p-feature
 ======================= */
.question-hukidasi {
  background: url(../img/question-hukidasi-bg.svg) no-repeat center/contain;
  padding: 10vw 0;
}

.question-hukidasi p {
  font-size: clamp(1.3rem, -0.075rem + 2vw, 2.3rem);
}

.question-anser {
  background-color: #fff;
  padding: 30px 50px;
  max-width: 800px;
  margin: 30px auto 0;
  border-radius: 80px;
  position: relative;
}

.question-anser::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 100px solid #fff;
  border-bottom: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -98px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.question-anser-lead {
  font-size: 134%;
  margin-bottom: 1em;
}

.p-product {
  position: relative;
  margin-top: -40px;
}

.p-product .p-inner {
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
  z-index: 1;
  padding: 40px 0;
}

.p-product::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.p-why-head h2 {
  font-size: 250%;
  line-height: 1.6;
}

/*#parallax-02 .parallax_content {
    height: 36vw;
}*/

.p-bunner01 {
  padding: 100px 0;
}

.sec01-wrap {
  padding: 80px 0 30px;
}

.p-bunner01-lead {
  font-size: 170%;
  margin-bottom: 2em;
}

.sec01-wrap a {
  display: inline-block;
  border: solid 1px #bbb;
}

.sec01-wrap a:hover img {
  opacity: 0.7;
}

.sec01-wrap p {
  padding: 8px 4em 8px 0;
  position: relative;
}

.sec01-wrap p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-bunner02 {
  padding: 80px 0;
}

.c-box-movie {
  max-width: 750px;
  margin: 0 auto;
}

.c-box-movie-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.c-box-movie-inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#sec03 {
  padding: 80px 0;
  border-bottom: solid 1px #ccc;
}

@media print, screen and (max-width: 1020px) {
  .p-why-head h2 {
    font-size: 200%;
  }
  .question-anser::after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 70px solid #fff;
    bottom: -68px;
  }
}

@media print, screen and (max-width: 820px) {
  .question-hukidasi {
    padding: 14vw 0;
  }

  .question-hukidasi p {
    font-size: clamp(1.2rem, 1.008rem + 1.03vw, 1.5rem);
  }
  .p-why-head h2 {
    font-size: 150%;
  }
  .p-solution .p-contact-btn {
    width: 60%;
  }
  .p-bunner01 {
    padding: 80px 0;
  }
}

@media print, screen and (max-width: 767px) {
  .question-hukidasi {
    background: url(../img/question-hukidasi-bg-sp.svg) no-repeat center/contain;
    padding: 36vw 0;
  }

  .l-content-container .p-feature {
    padding: 20px 0;
  }

  .question-anser {
    padding: 20px 30px;
    margin: 20px auto 0;
    border-radius: 40px;
  }

  .question-anser-lead {
    margin-bottom: 0.5em;
  }

  .p-product {
    margin-top: 0;
  }

  .question-anser::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 46px solid #fff;
    bottom: -44px;
  }

  .p-solution .p-contact-btn {
    width: 80%;
  }

  /*#parallax-02 .parallax_content {
        height: 72vw;
    }*/

  .p-why-head h2 {
    font-size: 140%;
  }
}

@media print, screen and (max-width: 380px) {
  .p-why-head h2 {
    font-size: 120%;
  }
  .p-solution .p-contact-btn {
    width: 90%;
  }
}
