@charset "UTF-8";
/*----------
settings
----------*/
/*----------
mixin
functions
----------*/
/*----------
KV
----------*/
main.page-ai-security .ttl1_cmn_rtt {
  background-image: url(../img/rtt/lower/ai-security/kv_bg.jpg) !important;
}
main.page-ai-security .ttl1_cmn_rtt:not(:last-child) {
  margin-bottom: 84px;
}
@media screen and (max-width:767px) {
  main.page-ai-security .ttl1_cmn_rtt:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*----------
layout
----------*/
.l-main {
  background: #FFF;
}
.l-main__section {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
.l-main__section * {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.l-main__section:not(:last-child) {
  margin-bottom: calc(100 / 16 * 1em);
}
.l-main__section[class*="--bg-"] {
  padding: calc(80 / 16 * 1em) 0;
}
.l-main__section[class*="--bg-"] + .l-main__section[class*="--bg-"] {
  padding-top: 0;
}
.l-main__section.--bg-lightgray {
  background: #F7F7F7;
}
@media screen and (max-width:767px) {
  .l-main__section {
    font-size: 14px;
  }
  .l-main__section * {
    font-size: 14px;
  }
  .l-main__section:not(:last-child) {
    margin-bottom: 60px;
  }
  .l-main__section[class*="--bg-"] {
    padding: 60px 0;
  }
}

.l-inner {
  width: min(100% - 36px, 1140px);
  margin: 0 auto;
}

/*----------
component
----------*/
.c-lead {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7777777778;
}

.c-text:not(:last-child) {
  margin-bottom: calc(60 / 16 * 1em);
}
.c-text:has(+ .c-note) {
  margin-bottom: 1em;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 1em 26px;
  border: 1px solid #264690;
  border-radius: 4em;
  background: #264690;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8888888889;
  color: #FFF;
  position: relative;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.c-btn:hover {
  background: #FFF;
  color: #264690;
}
.c-btn.--more {
  padding: 25px 50px 26px;
}
.c-btn.--more::before, .c-btn.--more::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.c-btn.--more::after {
  border-radius: 50%;
  background: #FFF;
  z-index: 1;
}
.c-btn.--more::before {
  -webkit-mask: url(../img/ic_next2.svg) center no-repeat;
          mask: url(../img/ic_next2.svg) center no-repeat;
  -webkit-mask-size: 11px 11px;
          mask-size: 11px 11px;
  background: #264690;
  z-index: 2;
}

.c-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-img:not(:last-child) {
  margin-bottom: calc(28 / 16 * 1em);
}

.c-imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(56 / 16 * 1em);
}
.c-imgTxt.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-imgTxt.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-imgTxt:not(:first-child) {
  margin-top: calc(40 / 16 * 1em);
}
.c-imgTxt:not(:last-child) {
  margin-bottom: calc(40 / 16 * 1em);
}
@media screen and (max-width:1023px) {
  .c-imgTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-imgTxt.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-imgTxt__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(100%, var(--w));
}
.c-imgTxt__txt .c-headingEnJa {
  text-align: left;
}
.c-imgTxt__txt .c-headingEnJa:not(:last-child) {
  margin-bottom: calc(40 / 34 * 1em);
}
@media screen and (max-width:1023px) {
  .c-imgTxt__txt {
    width: 100%;
  }
}
.c-imgTxt__img {
  display: block;
  width: min(100%, var(--w));
}
.c-imgTxt__img > img {
  width: 100%;
}
.c-imgTxt__img.--full {
  width: 100%;
}

.c-headingEnJa {
  font-size: calc(34 / 16 * 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  text-align: center;
}
.c-headingEnJa::before {
  content: attr(data-en);
  display: block;
  margin-bottom: calc(25 / 16 * 1em);
  font-family: "Montserrat", sans-serif;
  font-size: calc(16 / 34 * 1em);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1875;
  color: #264690;
}
.c-headingEnJa:not(:last-child) {
  margin-bottom: calc(60 / 34 * 1em);
}
@media screen and (max-width:767px) {
  .c-headingEnJa {
    font-size: 2rem;
  }
  .c-headingEnJa::before {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.c-note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: calc(14 / 16 * 1em);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
.c-note::before {
  content: "※";
  display: block;
}

/*----------
project
----------*/
.p-features1__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(44 / 16 * 1em);
}
@media screen and (max-width:767px) {
  .p-features1__contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-features1__title {
  padding-left: calc(32 / 24 * 1em);
  border-left: 5px solid #264690;
  font-size: calc(24 / 16 * 1em);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9166666667;
}
.c-features1__title > span {
  font-size: inherit;
}
.c-features1__title:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  .c-features1__title {
    padding-left: 1em;
    font-size: 1.7rem;
  }
}
.c-features1__img {
  width: min(100%, 548px);
  margin: 0 auto;
  text-align: center;
}
.c-features1__img:not(:last-child) {
  margin-bottom: calc(24 / 16 * 1em);
}

.c-conversationDataFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(28 / 16 * 1em);
  padding: calc(28 / 16 * 1em);
  border-radius: 15px;
  background: #F7F7F7;
}
@media screen and (max-width:767px) {
  .c-conversationDataFlow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-conversationDataFlow__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(120 / 16 * 1em);
  aspect-ratio: 1/1;
  border-radius: 11.34px;
  background: #264690;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .c-conversationDataFlow__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    aspect-ratio: inherit;
    padding: 0 18px;
  }
}
.c-conversationDataFlow__list {
  counter-reset: number;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(15 / 16 * 1em);
}
@media screen and (max-width:767px) {
  .c-conversationDataFlow__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-conversationDataFlow__listItem {
  counter-increment: number;
  padding: calc(14 / 16 * 1em) calc(15 / 16 * 1em) calc(11 / 16 * 1em) calc(55 / 16 * 1em);
  background: #FFF;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75;
  position: relative;
}
.c-conversationDataFlow__listItem::before {
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(28 / 18 * 1em);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #264690;
  font-family: "Montserrat", sans-serif;
  font-size: calc(18 / 16 * 1em);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: calc(14 / 16 * 1em);
  left: calc(15 / 16 * 1em);
}

.c-securityOperationsSystem {
  padding: calc(40 / 16 * 1em) clamp(18px, 6.6666666667vw, 60 / 16 * 1em) calc(60 / 16 * 1em);
  border-radius: 15px;
  background: #F7F7F7;
}
.c-securityOperationsSystem:not(:last-child) {
  margin-bottom: calc(64 / 16 * 1em);
}
.c-securityOperationsSystem__title {
  font-size: calc(24 / 16 * 1em);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: inherit;
  color: #264690;
  text-align: center;
}
.c-securityOperationsSystem__title:not(:last-child) {
  margin-bottom: calc(39 / 24 * 1em);
}

.c-summaryOfContents {
  font-size: calc(21 / 16 * 1em);
  letter-spacing: 0.05em;
  line-height: 2.380952381;
  text-align: center;
}
.c-summaryOfContents strong {
  font-size: inherit;
  font-weight: 600;
}

/*----------
utility
----------*/
.u-sp {
  display: none;
}

.u-dib {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: inline-block;
  }
}
.u-dib {
  display: inline-block;
}/*# sourceMappingURL=rtt_260611.css.map */