@charset "UTF-8";
@import url(/common/css/reset.css);
@import url(/common/css/style.v2.css?20220510);
@import url(/common/css/header.v2.css?20230718);
@import url(/bs/lp/common/css/layout.css);
@import url(/common/css/footer.css?20221031);
@import url(/common/css/layout.v2.css?20221219);
@import url(/common/css/smph/layout.v2.css?20220106);
/* 
grid1020
====================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(/common/css/solution.css);
.column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 2px;
}
@media screen and (max-width: 1023px) {
  .column {
    width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.column .column {
  padding-right: 0;
  padding-left: 0;
}

.col12 {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .col12 {
    width: 98vw;
    margin-right: 1vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col9 {
  width: 720px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col9 {
    width: 72vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col9 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col8 {
  width: 620px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col8 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col8 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col7 {
  width: 560px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col7 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col7 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col6 {
  width: calc((100% - 15px * 4) / 2);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col6 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col6 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col5 {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col5 {
    width: 48vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col5 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col4 {
  width: calc((100% - 15px * 6) / 3);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col4 {
    width: 31.3333333333vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col4 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.col3 {
  width: calc((100% - 15px * 8) / 4);
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .col3 {
    width: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .col8.sp_col12 {
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-between:after {
  display: none;
}

.justify-content-center {
  justify-content: center;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "LucidaGrande", Verdana, "ヒラギノ角ゴProW3", "HiraginoKakuGothicPro", Osaka, "ＭＳＰゴシック", sans-serif;
}

#sub {
  display: none;
}

#main {
  float: none;
  font-size: 0.9375rem;
}
#main p {
  margin-bottom: 1em;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  #main {
    font-size: 0.8125rem;
  }
}
#main figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #main figure {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#main figure figure {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 64px;
  }
}

@media screen and (min-width: 769px) {
  #header {
    height: 64px;
    border-bottom: none;
  }
  #header dd a {
    height: 64px;
    line-height: 64px;
  }
}

@media screen and (min-width: 1230px) {
  #header p.logo {
    left: calc(50% - 600px);
  }
  #header dl {
    right: calc(50% - 600px);
  }
}
a {
  transition: 0.3s;
  word-wrap: break-word;
}

cite {
  font-size: 0.8125rem;
}

* {
  box-sizing: border-box;
}

figure img.width-full {
  width: 100%;
}

.arrow-down {
  position: relative;
  padding-top: 40px;
}
.arrow-down:before {
  width: 160px;
  height: 40px;
  position: absolute;
  content: "";
  background: linear-gradient(#231815, #0067ff);
  left: calc(50% - 80px);
  top: 0;
  -webkit-clip-path: polygon(50% 80%, 100% 0, 100% 20%, 50% 100%, 0% 20%, 0 0);
          clip-path: polygon(50% 80%, 100% 0, 100% 20%, 50% 100%, 0% 20%, 0 0);
}

@media screen and (max-width: 767px) {
  .size280 {
    font-size: 7vw !important;
  }
  .size140 {
    font-size: 120% !important;
    text-align: left;
  }
}
.main_visual {
  padding: 33px 10px 14px;
  background-image: url(/bs/lp/file-security/common/images/file-security-main_visual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 320px) {
  .main_visual {
    width: 100vw;
    height: auto;
  }
}
.main_visual h1 {
  text-align: center;
}

.main_visual + div {
  background-color: #ffffff;
}

.headline_gradation {
  padding: 15px;
  text-align: center;
  background: linear-gradient(70deg, #38d6f1, #8568f6);
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .headline_gradation {
    text-align: left;
    font-size: 20px;
  }
  .headline_gradation br {
    display: none;
  }
}

.about-finalcode .headline_gradation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: min(24px, 2.5vw);
  font-weight: normal;
  background: linear-gradient(70deg, #38d500, #327d69);
  height: 66px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .about-finalcode .headline_gradation {
    padding-left: calc(50% - 495px);
  }
}
@media screen and (max-width: 767px) {
  .about-finalcode .headline_gradation {
    font-size: 20px;
    padding: 10px 20px;
    height: auto;
    line-height: 1.5;
  }
}
.about-finalcode .headline_gradation span.outer-edge {
  font-size: min(47px, 5vw);
  font-family: Noto Sans JP;
  font-weight: 700;
  color: transparent;
  margin-right: 0.25em;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .about-finalcode .headline_gradation span.outer-edge {
    font-size: 30px;
  }
}
.about-finalcode .headline_gradation strong {
  font-weight: normal;
}
.about-finalcode .headline_gradation strong b {
  font-weight: bold;
}
.about-finalcode .headline_gradation .arrow-after-text {
  content: "";
  display: flex;
  background-color: #ffffff;
  width: 60px;
  height: 66px;
  -webkit-clip-path: polygon(45% 10%, 50% 10%, 70% 50%, 50% 90%, 45% 90%, 65% 50%);
          clip-path: polygon(45% 10%, 50% 10%, 70% 50%, 50% 90%, 45% 90%, 65% 50%);
}
@media screen and (max-width: 767px) {
  .about-finalcode .headline_gradation .arrow-after-text {
    width: 30px;
    height: 33px;
  }
}

.about-ffilter .headline_gradation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: min(24px, 2.5vw);
  font-weight: normal;
  background: linear-gradient(70deg, #fdd000, #d4a900);
  height: 66px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .about-ffilter .headline_gradation {
    padding-left: calc(50% - 495px);
  }
}
@media screen and (max-width: 767px) {
  .about-ffilter .headline_gradation {
    font-size: 20px;
    padding: 10px 20px;
    height: auto;
    line-height: 1.5;
  }
}
.about-ffilter .headline_gradation span.outer-edge {
  font-size: min(47px, 5vw);
  font-family: Noto Sans JP;
  font-weight: 700;
  color: transparent;
  margin-right: 0.25em;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .about-ffilter .headline_gradation span.outer-edge {
    font-size: 30px;
  }
}
.about-ffilter .headline_gradation strong {
  font-weight: normal;
}
.about-ffilter .headline_gradation strong b {
  font-weight: bold;
}
.about-ffilter .headline_gradation .arrow-after-text {
  content: "";
  display: flex;
  background-color: #ffffff;
  width: 60px;
  height: 66px;
  -webkit-clip-path: polygon(45% 10%, 50% 10%, 70% 50%, 50% 90%, 45% 90%, 65% 50%);
          clip-path: polygon(45% 10%, 50% 10%, 70% 50%, 50% 90%, 45% 90%, 65% 50%);
}
@media screen and (max-width: 767px) {
  .about-ffilter .headline_gradation .arrow-after-text {
    width: 30px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .about-ffilter .headline_gradation span:last-child {
    width: 100%;
  }
}

.headline_underbar {
  margin-top: 40px;
  text-align: center;
  border-bottom: 2px solid #0b61b7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #0b61b7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .headline_underbar {
    margin-top: 20px;
    font-size: 1.25rem;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

.about-finalcode .headline_underbar,
.headline_underbar.color-finalcode {
  border-bottom: 2px solid #03903d;
  color: #03903d;
}

.about-ffilter .headline_underbar,
.headline_underbar.color-ffilter {
  border-bottom: 2px solid #d4a900;
  color: #d4a900;
}

mark {
  color: #000;
  font-weight: 600;
  background: linear-gradient(transparent 25%, rgba(11, 97, 183, 0.3) 25%, rgba(11, 97, 183, 0.3) 70%, transparent 70%, transparent 100%);
}

[class^=links-] {
  /*background-color: rgba($color-main-blue, 0.1); padding: 40px 10px;*/
  margin-right: auto;
  margin-left: auto;
}
[class^=links-] h3 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0b61b7;
}
[class^=links-] h3:before {
  content: "＼";
}
[class^=links-] h3:after {
  content: "／";
}
@media screen and (max-width: 767px) {
  [class^=links-] h3 {
    font-size: 5vw;
  }
  [class^=links-] h3 br, [class^=links-] h3:before, [class^=links-] h3:after {
    display: none;
  }
}
[class^=links-] a {
  display: block;
  padding: 0.8em 1.5em;
  letter-spacing: 0.15em;
  background: linear-gradient(70deg, #0b61b7, #00b9ff);
  background-size: 100% 100%;
  background-position: 0 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.125rem;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  text-shadow: 0 0 2px #0b61b7;
}
[class^=links-] a:hover {
  background: #fff;
  color: #0b61b7;
  outline: 3px solid #0b61b7;
  outline-offset: -3px;
  text-shadow: none;
}

.links-finalcode h3 {
  color: #03913d;
}
.links-finalcode a {
  background: linear-gradient(70deg, #03913d, #afcf50);
  text-shadow: 0 0 2px #03913d;
}
.links-finalcode a:hover {
  color: #03913d;
  outline: 3px solid #03913d;
}

.links-ffilter h3 {
  color: #d4a900;
}
.links-ffilter a {
  background: linear-gradient(70deg, #d4a900, #fdd000);
  text-shadow: 0 0 2px #d4a900;
}
.links-ffilter a:hover {
  color: #d4a900;
  outline: 3px solid #d4a900;
}

.about-ffilter-flowtext {
  display: block;
}
.about-ffilter-flowtext:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.about-ffilter-flowtext p:nth-last-child(2) {
  width: 34%;
  float: left;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .about-ffilter-flowtext p:nth-last-child(2) {
    width: auto;
    float: none;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
.about-ffilter-flowtext p:nth-last-child(1) {
  width: 36%;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .about-ffilter-flowtext p:nth-last-child(1) {
    width: auto;
    float: none;
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

.contact {
  background: #dfe9f4;
}
.contact h2 {
  margin-bottom: 40px;
  padding: 40px 10px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0b61b7;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: left;
    font-size: 20px;
  }
}

.js_fixed {
  position: sticky !important;
  justify-content: center;
  top: 64px;
  z-index: 100;
}

#wrapper {
  overflow: visible;
}