@charset "UTF-8";
/*

ActiveProtect content CSS for LP
create 2026/01/13

*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media (min-width: 576px) {
  .container, .container-sm, .container-xs {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-xs, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-xs, .container-sm, .container-md {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xl, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container, .container-xxl, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1480px;
  }
}
.txt-green-dark {
  color: #34bb90 !important;
}

.txt-green-light {
  color: #d6f1e9 !important;
}

.txt-green {
  color: #05a081 !important;
}

.txt-blue-dark {
  color: #0384c5 !important;
}

.txt-blue-light {
  color: #e1f1f8 !important;
}

.txt-warning {
  color: #ffff00 !important;
}

.txt-danger-dark {
  color: #640000 !important;
}

.txt-danger-light {
  color: #d40124 !important;
}

.txt-other-b1 {
  color: #015eea !important;
}

.txt-other-b2 {
  color: #00c0fa !important;
}

.txt-other-b3 {
  color: #afe8fa !important;
}

.txt-k-dark {
  color: #030609 !important;
}

.txt-k-semidark {
  color: #231815 !important;
}

.txt-k-middle {
  color: #2e3742 !important;
}

.txt-k-semilight {
  color: #ccc !important;
}

.txt-k-light {
  color: #f7f7f7 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-black {
  color: #000 !important;
}

.bg-green-dark {
  background-color: #34bb90 !important;
}

.bg-green-light {
  background-color: #d6f1e9 !important;
}

.bg-green {
  background-color: #05a081 !important;
}

.bg-blue-dark {
  background-color: #0384c5 !important;
}

.bg-blue-light {
  background-color: #e1f1f8 !important;
}

.bg-warning {
  background-color: #ffff00 !important;
}

.bg-danger-dark {
  background-color: #640000 !important;
}

.bg-danger-light {
  background-color: #d40124 !important;
}

.bg-other-b1 {
  background-color: #015eea !important;
}

.bg-other-b2 {
  background-color: #00c0fa !important;
}

.bg-other-b3 {
  background-color: #afe8fa !important;
}

.bg-k-dark {
  background-color: #030609 !important;
}

.bg-k-semidark {
  background-color: #231815 !important;
}

.bg-k-middle {
  background-color: #2e3742 !important;
}

.bg-k-semilight {
  background-color: #ccc !important;
}

.bg-k-light {
  background-color: #f7f7f7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

/* = Base Style
============================================================================== */
/* = Container
-------------------------------------------------------------------------- */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.block-l,
.block-m,
.block-s {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.block-l {
  max-width: 1510px;
}

.block-m {
  max-width: 1210px;
}

.block-s {
  max-width: 890px;
}

.inner-l {
  padding: 40px 120px;
}

.inner-lm {
  padding: 40px 100px;
}

.inner-m {
  padding: 40px 80px;
}

.inner-ms {
  padding: 40px 60px;
}

.inner-s {
  padding: 40px 40px;
}

/* = Body
-------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* = Gradation
-------------------------------------------------------------------------- */
.marker-gb {
  background-image: linear-gradient(130deg, #0384c5, #34bb90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marker-gb-90 {
  background-image: linear-gradient(90deg, #0384c5, #34bb90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bk-gb {
  background-image: linear-gradient(0deg, #0384c5, #34bb90);
}

.bk-gb-light {
  padding-bottom: 80px;
  background-image: linear-gradient(90deg, rgba(52, 187, 144, 0.5), rgba(3, 132, 197, 0.5));
}

.bk-bg-light {
  padding-bottom: 80px;
  background-image: linear-gradient(-90deg, rgba(52, 187, 144, 0.5), rgba(3, 132, 197, 0.5));
}

.marker-dash {
  padding-bottom: 2px;
  background: linear-gradient(to left, #fff 0%, #fff 50%, #34bb90 50%, #34bb90 100%) repeat-x left bottom;
  background-size: 6px 2px;
}

/* = Link
-------------------------------------------------------------------------- */
a {
  display: inline-block;
}

/* = Botton
-------------------------------------------------------------------------- */
.btn-blue {
  background: #0384c5;
  color: #fff;
}

.btn-green {
  background: #34bb90;
  color: #fff;
}

/* = Title & Text
-------------------------------------------------------------------------- */
h2, h3, h4 {
  margin: 20px auto 40px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4 {
  font-size: 28px;
  font-size: 1.75rem;
}

.ttl-bg {
  margin: 0;
  padding: 80px 0 60px;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  background-image: linear-gradient(130deg, #0384c5, #34bb90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.remarks {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
}
.remarks .remarks-inner {
  padding: 60px 0;
}

/* = Ribbon
-------------------------------------------------------------------------- */
.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 80%;
  margin-top: -20px;
  padding: 24px;
  border-radius: 0 0 20px 20px;
  background-color: #34bb90;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}
.ribbon::before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 0px;
  height: 0px;
  border: none;
  border-bottom: 20px solid #ccc;
  border-left: 15px solid transparent;
  content: '';
}
.ribbon::after {
  position: absolute;
  top: 1px;
  left: 100%;
  width: 0px;
  height: 0px;
  border: none;
  border-bottom: 20px solid #ccc;
  border-right: 15px solid transparent;
  content: '';
}

/* = Header & Footer
============================================================================== */
/* = Header
-------------------------------------------------------------------------- */
#header {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}
#header #header-txt a {
  margin: 20px;
}
#header .navbar {
  padding-top: 0;
}
#header #header-btn {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
}
#header #header-btn a:nth-child(1) {
  box-shadow: -5px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
#header #header-btn a:nth-child(2) {
  box-shadow: 5px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

/* = Footer
-------------------------------------------------------------------------- */
footer {
  position: relative;
  padding: 60px;
  background: #231815;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
footer img {
  margin-bottom: 20px;
}
footer a {
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}
footer ul {
  justify-content: center;
  margin: 0.25em 0;
}
footer ul li {
  margin-right: 0.5em;
}
footer ul li a {
  margin-right: 0.5em;
}
footer small {
  display: block;
  margin-top: 20px;
}

/*ToTop*/
#totop {
  position: relative;
}
#totop a {
  display: none;
  /* 初期状態では非表示 */
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* = Main
============================================================================== */
/* = HERO
-------------------------------------------------------------------------- */
.hero-bk {
  position: relative;
  z-index: 1;
  background: #030609 url("../images/main-bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero {
  position: relative;
  z-index: 1;
  margin: 0;
  background: #030609 url("../images/main-bk.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  height: 1150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero span {
  display: block;
  margin: 0 22vw 90px;
  text-align: center;
}
#hero img {
  max-width: 100%;
  filter: drop-shadow(0 0 30px #070c12);
}

/* = Question
-------------------------------------------------------------------------- */
#question {
  position: relative;
  z-index: 3;
  background-image: linear-gradient(90deg, #d6f1e9 0%, #d6f1e9 50%, #e1f1f8 50%, #e1f1f8 100%);
  text-align: center;
}
#question img {
  margin-top: -40px;
}

/* = Risk
-------------------------------------------------------------------------- */
#risk {
  padding: 100px 0 160px;
  background: #000 url("../images/risk-bk.jpg") no-repeat 50% bottom;
  background-size: cover;
  color: #fff;
}
#risk p {
  padding: 20px;
  text-align: left;
}

/* = Intro (industry & Rule)
-------------------------------------------------------------------------- */
#intro {
  max-width: 1496px;
  margin: 0 auto;
  padding: 0 16px;
}

#industry {
  position: relative;
  margin: 80px auto 24px;
  padding: 120px 40px 40px;
  background: #d6f1e9;
  line-height: 1.6;
}
#industry .industry-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
#industry .industry-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px auto;
  padding: 0;
}
#industry .industry-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  clip-path: circle(50% at 50% 50%);
  background: #05a081;
  height: 200px;
  width: 200px;
  margin: 4px;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
#industry .industry-list li span {
  font-size: 26px;
  font-size: 1.625rem;
}

#rule {
  background: #e1f1f8;
}
#rule h3 {
  margin-bottom: 20px;
}
#rule h3 span {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #015eea;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
#rule h3 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #0067ec transparent transparent;
  translate: -50% 100%;
}
#rule h3 strong {
  background-image: linear-gradient(90deg, #34bb90, #0384c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 0.9;
}

.rule-h3_lv2 {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: left;
  line-height: 1.2;
}

.rule-ttl {
  padding-left: 2.5em;
  color: #05a081;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  text-indent: -2.5em;
}
.rule-ttl:before {
  padding-right: 0.5em;
  color: #05a081;
  content: '――';
}

/* Carousel */
#rule-cont {
  padding: 80px 80px 40px 0;
}

.carousel-control-prev {
  top: 160px;
  left: -8%;
  opacity: 1;
}

.carousel-control-next {
  top: 160px;
  right: -8%;
  opacity: 1;
}

.carousel-indicators {
  position: relative;
  justify-content: space-around;
  margin: 1rem auto;
}
.carousel-indicators button {
  z-index: 2;
}
.carousel-indicators:after {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: calc( 100% - 100px);
  height: 4px;
  background: #fff;
  content: '';
}

.carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 100px;
  height: 130px;
  background: none;
  text-indent: 0;
  transition: none;
}
.carousel-indicators [data-bs-target] span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0;
  transition: none;
  background: #000;
}
.carousel-indicators [data-bs-target] .rule01 {
  background: url("../images/rule01-btn.png") no-repeat center top;
}
.carousel-indicators [data-bs-target] .rule02 {
  background: url("../images/rule02-btn.png") no-repeat center top;
}
.carousel-indicators [data-bs-target] .rule03 {
  background: url("../images/rule03-btn.png") no-repeat center top;
}
.carousel-indicators [data-bs-target] .rule04 {
  background: url("../images/rule04-btn.png") no-repeat center top;
}
.carousel-indicators [data-bs-target] .rule05 {
  background: url("../images/rule05-btn.png") no-repeat center top;
}
.carousel-indicators [data-bs-target]:hover {
  opacity: 1;
  margin-top: -5px;
  transition: 0.3s;
}

.carousel-indicators .active {
  margin-top: 0 !important;
}
.carousel-indicators .active:after {
  color: #34bb90;
  content: '▼';
  text-align: center;
}
.carousel-indicators .active .rule01 {
  background: url("../images/rule01-btn-on.png") no-repeat center top;
}
.carousel-indicators .active .rule02 {
  background: url("../images/rule02-btn-on.png") no-repeat center top;
}
.carousel-indicators .active .rule03 {
  background: url("../images/rule03-btn-on.png") no-repeat center top;
}
.carousel-indicators .active .rule04 {
  background: url("../images/rule04-btn-on.png") no-repeat center top;
}
.carousel-indicators .active .rule05 {
  background: url("../images/rule05-btn-on.png") no-repeat center top;
}

.carousel-inner {
  top: -5px;
}

.carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
  margin-left: -5px;
  transition: 0.3s;
}

.carousel-control-next:focus, .carousel-control-next:hover {
  opacity: 1;
  margin-right: -5px;
  transition: 0.3s;
}

.rule-explan {
  padding: 40px;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.rule-explan h4 {
  margin: 0 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

#rule-content {
  padding: 120px 60px 40px 0;
}

/* = About
-------------------------------------------------------------------------- */
#about {
  padding-top: 60px;
  text-align: center;
}
#about h2 {
  margin-bottom: 0;
}
#about h2 strong {
  font-size: 88px;
  font-size: 5.5rem;
  background-image: linear-gradient(0deg, #0384c5, #34bb90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
#about .container-fluid {
  width: calc( 100% - 25px );
  padding: 80px 0 0;
}
#about .about-inner {
  position: relative;
  padding: 120px 0 40px;
}
#about .about-inner h3 {
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
#about .about-inner h3 span {
  display: block;
  margin-bottom: 40px;
}

/* = Features
-------------------------------------------------------------------------- */
#features h2 {
  margin: 0;
  padding: 160px;
  background: #000 url("../images/features-bk.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
}
#features h3 {
  position: relative;
  top: -20px;
  width: 60vw;
  margin: 0 0 40px;
  padding: 25px 1em 25px calc( 155/ 1400  * 100vw);
  background-image: linear-gradient(90deg, #0384c5, #34bb90);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
}
#features h3 span {
  margin-right: 23.2px;
  font-size: 30px;
  font-size: 1.875rem;
}
#features h4 {
  margin: 0;
  padding: 32px;
  background: #2e3742;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
}
#features h5 {
  padding-bottom: 40px;
  background-image: linear-gradient(90deg, #0384c5, #34bb90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
#features .col {
  padding: 0;
}

.line-right {
  border-right: solid 1px #fff;
}

.lists {
  position: relative;
  padding: 15px 0 30px 70px;
  border-bottom: 2px dashed #ccc;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
}
.lists:before {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 50px;
  height: 50px;
  background: url("../images/kkrn_icon_check_3.svg") no-repeat 50% 50%;
}
.lists:last-of-type {
  border-bottom: none;
}

table.ap, table.other {
  margin-bottom: 32px;
  width: 100%;
}
table.ap th, table.other th {
  width: 38%;
  padding: 12px 12px;
  background: #34bb90;
  color: #fff;
  line-height: 1.2;
}
table.ap td, table.other td {
  padding: 20px 20px 20px 30px;
  background: #d6f1e9;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: center;
}
table.ap td p, table.other td p {
  text-indent: -15px;
  margin: 0;
}
table.ap td p:before, table.other td p:before {
  position: relative;
  top: -2px;
  margin-right: 6px;
  content: '●';
  color: #34bb90;
  font-size: 9px;
  font-size: 0.5625rem;
  vertical-align: middle;
}

table.other th {
  background: #ccc;
  color: inherit;
}
table.other td {
  background: #f7f7f7;
}
table.other td p:before {
  color: #ccc;
}

/* = Effect
-------------------------------------------------------------------------- */
.effect-ttl {
  margin-bottom: 8px;
  padding-left: 28px;
  line-height: 1.3;
  text-indent: -28px;
}
.effect-ttl span {
  margin-right: 10px;
}

.effect-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* = Product
-------------------------------------------------------------------------- */
#product {
  padding-bottom: 80px;
}
#product table {
  table-layout: fixed;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto !important;
}
#product table tr:not(:first-child) th {
  font-size: 15px;
  font-size: 0.9375rem;
}
#product table th {
  padding: 20px 16px;
  border: solid 3px #f7f7f7;
}
#product table td {
  padding: 20px;
  border: solid 3px #f7f7f7;
}

.product-lg td {
  font-size: 24px;
  font-size: 1.5rem;
}

.product-md td {
  font-size: 20px;
  font-size: 1.25rem;
}

.product-sm td {
  font-size: 17px;
  font-size: 1.0625rem;
}

.product-top-radius th {
  border-radius: 20px 20px 0px 0px;
  background: #34bb90;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
}

.product-bottom-radius td {
  padding: 0 !important;
  border-radius: 0 0 20px 20px;
  background: #34bb90;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
}
.product-bottom-radius td a {
  display: block;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  text-decoration: none;
  line-height: 0;
  vertical-align: middle;
}

.bg-trans {
  background: none !important;
}

/* = Column
-------------------------------------------------------------------------- */
#column {
  line-height: 1.5;
  text-align: left;
}
#column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#column h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  font-size: 1.75rem;
  background: url("../images/col_deco.png") no-repeat left bottom;
}
#column .col:not(.col-btn) {
  padding: 0;
}
#column a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}
#column a .row {
  height: 100%;
}
#column .col-btn {
  position: relative;
  padding-bottom: 20px;
}
#column .col-btn:after {
  position: absolute;
  bottom: 7%;
  right: 10%;
  content: '';
  width: 50px;
  height: 50px;
  background: url("../images/circle-arrow.png") no-repeat 99% 90%;
}
#column .bg-k-semidark {
  border-right: solid 1px #fff;
}

/* = INQUIRY
-------------------------------------------------------------------------- */
#inquiry {
  position: relative;
  margin: 40px auto 0;
  padding: 160px 40px 100px;
  background-image: linear-gradient(90deg, #0384c5, #34bb90);
}
#inquiry h2 {
  width: 60%;
  font-size: 39px;
  font-size: 2.4375rem;
}
#inquiry a img {
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
}

/* =Break Point
============================================================================== */
/* = hover
-------------------------------------------------------------------------- */
a.ap-link {
  position: relative;
  top: 0;
}

@media (hover: hover) {
  a.ap-link:any-link:hover {
    top: -5px;
    transition: 0.3s;
  }

  footer a:any-link:hover {
    color: #00c0fa;
    transition: 0.3s;
  }

  #totop a:any-link:hover {
    bottom: 25px !important;
    transition: 0.3s;
  }
}
/* =XXL
	-------------------------------------------------------------------------- */
@media (max-width: 1399.98px) {
  .inner-l {
    padding: 40px 72px;
  }

  .inner-lm {
    padding: 40px 60px;
  }

  .inner-m {
    padding: 40px 48px;
  }

  .inner-ms {
    padding: 40px 36px;
  }

  .inner-s {
    padding: 40px 24px;
  }

  #hero {
    background: #030609 url("../images/main-bk-xl.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
  }
  #hero span {
    margin: 0 10vw 90px;
  }

  #about h2 strong {
    font-size: 68px;
    font-size: 4.25rem;
  }
  #about .col {
    padding-top: 120px;
  }

  #industry {
    margin: 80px auto 40px;
  }
  #industry .industry-list li {
    width: calc( 160 / 1200 *100vw);
    height: calc( 160 / 1200 *100vw);
    font-size: 2.2222222222vw;
  }
  #industry .industry-list li span {
    font-size: 1.7777777778vw;
  }

  #features h2 {
    padding-left: 80px;
  }
  #features h3 {
    padding-left: calc( 50/1200 * 100vw);
    width: 65vw;
  }
  #features h5 {
    font-size: 2vw;
  }

  #column {
    font-size: 1.3333333333vw;
  }
  #column h3 {
    margin-bottom: 24px;
    padding-bottom: 32px;
    font-size: 1.7777777778vw;
  }
  #column .col-btn {
    padding-bottom: 48px;
  }
}
/* =XL
	-------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  body {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }

  .bk-gb-light, .bk-bg-light {
    padding-bottom: 80px;
  }

  h2, h3, h4 {
    font-size: 3.2222222222vw;
  }

  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .remarks .remarks-inner {
    padding: 40px 0;
  }

  .ttl-bg {
    padding: 60px 0;
  }

  #risk {
    padding: 60px 0;
    background: #000 url("../images/risk-bk-750.jpg") no-repeat 50% bottom;
    background-size: contain;
  }
  #risk .risk-img {
    margin-bottom: 200px;
  }

  #about h2 strong {
    font-size: 6.6666666667vw;
  }

  #rule {
    padding: 0 80px;
  }
  #rule h3 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #rule h3 strong {
    font-size: 6.6666666667vw;
  }

  .rule-explan {
    padding: 60px;
  }

  #rule-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px 80px;
  }

  #features h2 {
    background: #000 url("../images/features-bk-750.jpg") no-repeat 50% 0;
    background-size: cover;
    background-size: 100%;
  }
  #features h3 {
    width: 75%;
  }
  #features h5 {
    margin: 20px 0;
    font-size: 3.3333333333vw;
  }

  table.ap th, table.other th {
    width: 30%;
    padding: 32px;
  }
  table.ap td, table.other td {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .line-right {
    border-right: none;
  }

  #product {
    padding-bottom: 80px;
  }
  #product table {
    width: 1080px;
    margin: 0 auto 40px !important;
  }
  #product table th {
    padding: 16px;
  }
  #product table td {
    padding: 16px;
  }

  .product-top-radius th {
    font-size: 24px !important;
  }

  .product-md td {
    font-size: 16px;
    font-size: 1rem;
  }

  .product-sm td {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #column {
    font-size: 1.5555555556vw;
  }
  #column h3 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 2.3333333333vw;
  }
  #column a .row {
    flex-direction: column;
  }
  #column a .row .col img {
    height: 200px;
  }
  #column .col-btn:after {
    right: 5%;
  }
}
/* =LG
	-------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  #header #header-txt {
    display: flex;
    align-items: center;
    width: 40%;
  }

  h2, h3, h4 {
    font-size: 3.7222222222vw;
  }

  .ttl-bg {
    font-size: 6.6666666667vw;
  }

  #hero {
    height: calc(895/768*100vw);
    background: #030609 url("../images/main-bk-md.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
  }
  #hero span {
    margin: 0 9vw 60px;
  }

  #about {
    padding-top: 20px;
  }
  #about h2 {
    margin: 40px 0 0;
  }
  #about .col {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  #about .col h3 {
    top: -40px;
  }
  #about .col h3 span img {
    height: 60px;
  }

  #industry {
    padding: 120px 0 40px;
  }
  #industry .industry-ttl {
    font-size: 3.3333333333vw;
  }
  #industry .industry-list {
    flex-wrap: wrap;
  }
  #industry .industry-list li {
    height: calc( 200 / 768 *100vw);
    width: calc( 200/ 768 *100vw);
    font-size: 3.8888888889vw;
  }
  #industry .industry-list li span {
    font-size: 3.3333333333vw;
  }

  #rule {
    padding: 0 40px;
  }
  #rule h3 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #rule h3 strong {
    font-size: 8.3333333333vw;
  }
  #rule .rule-ttl {
    margin: 40px 0;
  }
  #rule .rule-explan {
    display: flex;
    padding: 40px 40px 20px;
  }

  .carousel-indicators:after {
    width: calc( 100% - 100px);
  }

  #features h2 {
    padding-left: 40px;
  }
  #features h3 {
    width: 100%;
    margin: 0 0 32px;
  }

  #column {
    font-size: 2.2222222222vw;
  }
  #column h3 {
    font-size: 3.3333333333vw;
  }

  #inquiry {
    padding-bottom: 65px;
  }
  #inquiry h2 {
    width: 90%;
    font-size: 5.5555555556vw;
  }
  #inquiry a {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
}
/* =MD
	-------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .inner-l {
    padding: 20px 24px;
  }

  .inner-lm {
    padding: 20px 20px;
  }

  .inner-m {
    padding: 20px 16px;
  }

  .inner-ms {
    padding: 20px 12px;
  }

  .inner-s {
    padding: 20px 8px;
  }

  h2, h3, h4 {
    margin: 20px auto;
  }

  #header #header-txt {
    margin-top: 0;
    width: 100%;
    background: #000;
  }
  #header #header-txt a {
    margin: 16px;
  }
  #header #header-btn {
    display: flex;
    position: static;
    width: 100%;
    top: 0;
    left: 0;
  }
  #header #header-btn a {
    width: 50%;
    text-align: left;
  }

  footer {
    padding: 40px;
  }
  footer img {
    margin: 0 0 20px;
  }

  #hero {
    height: calc(760/576*100vw);
  }
  #hero span {
    margin: 0 8vw;
  }

  #question img {
    max-width: initial;
    width: 100%;
  }

  #risk {
    padding: 40px 0 0;
  }

  #about {
    padding-top: 20px;
  }
  #about .about-inner h3 {
    margin-bottom: 20px;
    top: -55px;
  }
  #about .about-inner h3 span {
    margin-bottom: 20px;
  }
  #about .about-inner h3 span img {
    height: 80px;
  }

  .ribbon {
    width: 88%;
    padding: 24px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }

  #industry {
    padding: 100px 0 40px;
  }

  #rule {
    padding: 0 20px;
  }
  #rule h3 strong {
    font-size: 9.2777777778vw;
  }
  #rule .rule-explan {
    padding: 32px 40px 8px;
  }

  #rule-content {
    padding: 0 40px 40px;
  }

  .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 100px;
  }
  .carousel-indicators [data-bs-target] span {
    background-size: 100% !important;
  }

  #features .text-start .col-6 {
    margin: 0;
  }
  #features h2 {
    padding: 80px 160px 80px 40px;
    font-size: 6.6666666667vw;
  }
  #features h3 {
    margin: 0 0 20px;
    font-size: 5.7777777778vw;
  }
  #features h3 span {
    margin-right: 20px;
  }
  #features h4 {
    font-size: 5.5555555556vw;
  }
  #features h5 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 5.5555555556vw;
  }
  #features table.ap td, #features table.other td {
    padding: 32px 40px;
  }

  .effect-ttl {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  #column {
    font-size: 2.8888888889vw;
  }
  #column h3 {
    font-size: 4.4444444444vw;
  }
  #column .bg-k-semidark {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  #column a .row .col img {
    height: 250px;
  }

  #inquiry {
    padding: 120px 20px 80px;
  }
}
/* =XS
	-------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  body {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .bk-gb-light, .bk-bg-light {
    padding-bottom: 50px;
  }

  h2, h3, h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .remarks .remarks-inner {
    padding: 20px 0;
  }

  #header #header-txt a {
    margin: 10px 6px;
  }

  #hero {
    height: calc(585/375*100vw);
    background: #030609 url(../images/main-bk-xs.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  #hero span {
    margin: 0 5vw;
  }

  #risk .risk-img {
    margin-bottom: 100px;
  }

  #industry {
    margin: 40px auto;
  }
  #industry .industry-ttl {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  #industry .industry-list {
    margin: 20px 0;
  }
  #industry .industry-list li {
    font-size: 4.4444444444vw;
  }
  #industry .industry-list li span {
    font-size: 3.3333333333vw;
  }

  #rule .inner-m {
    padding-bottom: 0;
  }
  #rule h3 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #rule h3 strong {
    font-size: 11.1111111111vw;
  }
  #rule .rule-ttl {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  #rule .rule-explan {
    padding: 20px 32px 0;
  }
  #rule .rule-explan h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #rule .rule-explan .col-4 {
    display: none;
  }
  #rule .rule-explan .col-8 {
    width: 100%;
  }

  .rule-h3_lv2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #rule-content {
    padding: 0 20px 20px;
  }

  .carousel-indicators:after {
    width: 90%;
  }

  .carousel-indicators [data-bs-target] {
    height: calc(60/320 * 100vw);
  }
  .carousel-indicators [data-bs-target] span {
    background-size: contain !important;
  }

  .carousel-control-prev {
    top: 22vw;
  }

  .carousel-control-next {
    top: 22vw;
  }

  #about h2 {
    margin-top: 0;
  }
  #about h2 strong {
    font-size: 8.8888888889vw;
  }
  #about .about-inner {
    padding-top: 100px;
  }
  #about .container-fluid {
    padding-top: 40px;
  }

  #features h2 {
    padding: 20px 120px 60px 20px;
  }
  #features h3 {
    margin-bottom: 10px;
    font-size: 7.2222222222vw;
  }
  #features h3 span {
    margin-right: 10px;
    font-size: 5.5555555556vw;
  }
  #features h4 {
    padding: 20px;
    font-size: 5.8888888889vw;
  }
  #features h5 {
    font-size: 4.7777777778vw;
  }
  #features table.ap, #features table.other, #features table.other {
    display: block;
    margin-bottom: 20px;
  }
  #features table.ap tr, #features table.other tr, #features table.ap tbody, #features table.other tbody, #features table.other tr, #features table.other tbody {
    display: block;
  }
  #features table.ap th, #features table.other th, #features table.other th {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #features table.ap th img, #features table.other th img, #features table.other th img {
    width: 25px;
    margin-right: 4px;
  }
  #features table.ap td, #features table.other td, #features table.other td {
    display: block;
    padding: 20px 10px 20px 24px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .lists {
    padding: 0 10px 20px 60px;
    font-size: 16px;
    font-size: 1rem;
  }

  #product table th {
    padding: 10px;
  }
  #product table td {
    padding: 10px;
  }

  .ttl-bg {
    padding: 40px 0;
    font-size: 7vw;
  }

  #column {
    font-size: 3.3333333333vw;
  }
  #column .col-btn {
    padding-bottom: 20px;
  }
  #column h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 5vw;
  }
  #column a .row .col img {
    height: calc( 120/320 * 100vw);
  }

  #inquiry {
    padding: 20vw 4px 80px;
  }
  #inquiry h2 {
    font-size: 5vw;
  }
  #inquiry a {
    margin-bottom: 20px;
  }
}
