@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Anton");
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), local("NotoSansCJKjp-Black"), local("NotoSansJP-Black"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/lp/cyber_security/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.fw .f-inner {
  display: block;
  max-width: 1140px;
  margin: 30px auto 0;
  padding: 0;
}

.fw .f-inner::after {
  content: "";
  display: table;
  clear: both;
}

.fw .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .fw {
    min-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-display_xs {
    display: none;
  }
  .fw .f-display_over {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-display_m {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-display_l {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-display_xl {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fw .f-display_xs {
    display: none;
  }
  .fw .f-display_over {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fw .f-display_s {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fw .f-display_l {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .fw .f-display_xl {
    display: none;
  }
}

.fw .top_disc_pc {
  display: block;
  max-width: 980px;
  line-height: 1.6rem;
  margin-top: -50px;
}
.fw .top_disc_smp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fw .top_disc_pc {
    display: none;
  }
  .fw .top_disc_smp {
    display: block;
    line-height: 1.4rem;
    text-align: left;
  }
}

html {
  overflow: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.fw * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.fw a {
  cursor: pointer;
  color: #ec4501;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fw img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* .fw section::after {
  content: "";
  display: table;
  clear: both;
} */

.fw section.f-section {
  margin-top: 60px;
}

.fw sup {
  vertical-align: super;
  line-height: 1;
}

.fw sub {
  vertical-align: sub;
  line-height: 1;
}

.fw strong {
  font-weight: bold;
}

.fw button {
  cursor: pointer;
}

.fw button, .fw input {
  font-family: "Noto Sans Japanese", sans-serif;
}

.fw input[type="text"], .fw input[type="tel"], .fw input[type="email"], .fw textarea, .fw input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.fw .f-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.fw .f-flex > * {
  margin-left: 10px;
  margin-right: 10px;
}

.fw .f-flex > .f-flex1 {
  width: calc( 8.33333% - 20px);
}

.fw .f-flex > .f-flex2 {
  width: calc( 16.66667% - 20px);
}

.fw .f-flex > .f-flex3 {
  width: calc( 25% - 20px);
}

.fw .f-flex > .f-flex4 {
  width: calc( 33.33333% - 20px);
}

.fw .f-flex > .f-flex5 {
  width: calc( 41.66667% - 20px);
}

.fw .f-flex > .f-flex6 {
  width: calc( 50% - 20px);
}

.fw .f-flex > .f-flex7 {
  width: calc( 58.33333% - 20px);
}

.fw .f-flex > .f-flex8 {
  width: calc( 66.66667% - 20px);
}

.fw .f-flex > .f-flex9 {
  width: calc( 75% - 20px);
}

.fw .f-flex > .f-flex10 {
  width: calc( 83.33333% - 20px);
}

.fw .f-flex > .f-flex11 {
  width: calc( 91.66667% - 20px);
}

.fw .f-flex > .f-flex12 {
  width: calc( 100% - 20px);
}

.fw .f-flex > .f-flex_fifth {
  width: calc( 20% - 20px);
}

@media screen and (max-width: 768px) {
  .fw .f-flex > .f-flex1_s {
    width: calc( 8.33333% - 20px);
  }
  .fw .f-flex > .f-flex2_s {
    width: calc( 16.66667% - 20px);
  }
  .fw .f-flex > .f-flex3_s {
    width: calc( 25% - 20px);
  }
  .fw .f-flex > .f-flex4_s {
    width: calc( 33.33333% - 20px);
  }
  .fw .f-flex > .f-flex5_s {
    width: calc( 41.66667% - 20px);
  }
  .fw .f-flex > .f-flex6_s {
    width: calc( 50% - 20px);
  }
  .fw .f-flex > .f-flex7_s {
    width: calc( 58.33333% - 20px);
  }
  .fw .f-flex > .f-flex8_s {
    width: calc( 66.66667% - 20px);
  }
  .fw .f-flex > .f-flex9_s {
    width: calc( 75% - 20px);
  }
  .fw .f-flex > .f-flex10_s {
    width: calc( 83.33333% - 20px);
  }
  .fw .f-flex > .f-flex11_s {
    width: calc( 91.66667% - 20px);
  }
  .fw .f-flex > .f-flex12_s {
    width: calc( 100% - 20px);
  }
  .fw .f-flex > .f-flex_fifth_s {
    width: calc( 20% - 20px);
  }
}

.fw .f-flex.f-flex_mg0 {
  margin-left: -0px;
  margin-right: -0px;
}

.fw .f-flex.f-flex_mg0 > * {
  margin-left: 0px;
  margin-right: 0px;
}

.fw .f-flex.f-flex_mg0 > .f-flex1 {
  width: calc( 8.33333% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex2 {
  width: calc( 16.66667% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex3 {
  width: calc( 25% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex4 {
  width: calc( 33.33333% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex5 {
  width: calc( 41.66667% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex6 {
  width: calc( 50% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex7 {
  width: calc( 58.33333% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex8 {
  width: calc( 66.66667% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex9 {
  width: calc( 75% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex10 {
  width: calc( 83.33333% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex11 {
  width: calc( 91.66667% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex12 {
  width: calc( 100% - 0px);
}

.fw .f-flex.f-flex_mg0 > .f-flex_fifth {
  width: calc( 20% - 0px);
}

.fw .f-flex.f-flex_mg5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.fw .f-flex.f-flex_mg5 > * {
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.fw .f-flex.f-flex_mg5 > .f-flex1 {
  width: calc( 8.33333% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex2 {
  width: calc( 16.66667% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex3 {
  width: calc( 25% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex4 {
  width: calc( 33.33333% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex5 {
  width: calc( 41.66667% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex6 {
  width: calc( 50% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex7 {
  width: calc( 58.33333% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex8 {
  width: calc( 66.66667% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex9 {
  width: calc( 75% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex10 {
  width: calc( 83.33333% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex11 {
  width: calc( 91.66667% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex12 {
  width: calc( 100% - 5px);
}

.fw .f-flex.f-flex_mg5 > .f-flex_fifth {
  width: calc( 20% - 5px);
}

.fw .f-flex.f-flex_mg10 {
  margin-left: -5px;
  margin-right: -5px;
}

.fw .f-flex.f-flex_mg10 > * {
  margin-left: 5px;
  margin-right: 5px;
}

.fw .f-flex.f-flex_mg10 > .f-flex1 {
  width: calc( 8.33333% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex2 {
  width: calc( 16.66667% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex3 {
  width: calc( 25% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex4 {
  width: calc( 33.33333% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex5 {
  width: calc( 41.66667% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex6 {
  width: calc( 50% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex7 {
  width: calc( 58.33333% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex8 {
  width: calc( 66.66667% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex9 {
  width: calc( 75% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex10 {
  width: calc( 83.33333% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex11 {
  width: calc( 91.66667% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex12 {
  width: calc( 100% - 10px);
}

.fw .f-flex.f-flex_mg10 > .f-flex_fifth {
  width: calc( 20% - 10px);
}

.fw .f-flex.f-flex_mg15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.fw .f-flex.f-flex_mg15 > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.fw .f-flex.f-flex_mg15 > .f-flex1 {
  width: calc( 8.33333% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex2 {
  width: calc( 16.66667% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex3 {
  width: calc( 25% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex4 {
  width: calc( 33.33333% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex5 {
  width: calc( 41.66667% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex6 {
  width: calc( 50% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex7 {
  width: calc( 58.33333% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex8 {
  width: calc( 66.66667% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex9 {
  width: calc( 75% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex10 {
  width: calc( 83.33333% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex11 {
  width: calc( 91.66667% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex12 {
  width: calc( 100% - 15px);
}

.fw .f-flex.f-flex_mg15 > .f-flex_fifth {
  width: calc( 20% - 15px);
}

.fw .f-flex.f-flex_mg20 {
  margin-left: -10px;
  margin-right: -10px;
}

.fw .f-flex.f-flex_mg20 > * {
  margin-left: 10px;
  margin-right: 10px;
}

.fw .f-flex.f-flex_mg20 > .f-flex1 {
  width: calc( 8.33333% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex2 {
  width: calc( 16.66667% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex3 {
  width: calc( 25% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex4 {
  width: calc( 33.33333% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex5 {
  width: calc( 41.66667% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex6 {
  width: calc( 50% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex7 {
  width: calc( 58.33333% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex8 {
  width: calc( 66.66667% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex9 {
  width: calc( 75% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex10 {
  width: calc( 83.33333% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex11 {
  width: calc( 91.66667% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex12 {
  width: calc( 100% - 20px);
}

.fw .f-flex.f-flex_mg20 > .f-flex_fifth {
  width: calc( 20% - 20px);
}

.fw .f-flex.f-flex_mg25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.fw .f-flex.f-flex_mg25 > * {
  margin-left: 12.5px;
  margin-right: 12.5px;
}

.fw .f-flex.f-flex_mg25 > .f-flex1 {
  width: calc( 8.33333% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex2 {
  width: calc( 16.66667% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex3 {
  width: calc( 25% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex4 {
  width: calc( 33.33333% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex5 {
  width: calc( 41.66667% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex6 {
  width: calc( 50% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex7 {
  width: calc( 58.33333% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex8 {
  width: calc( 66.66667% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex9 {
  width: calc( 75% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex10 {
  width: calc( 83.33333% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex11 {
  width: calc( 91.66667% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex12 {
  width: calc( 100% - 25px);
}

.fw .f-flex.f-flex_mg25 > .f-flex_fifth {
  width: calc( 20% - 25px);
}

.fw .f-flex.f-flex_mg30 {
  margin-left: -15px;
  margin-right: -15px;
}

.fw .f-flex.f-flex_mg30 > * {
  margin-left: 15px;
  margin-right: 15px;
}

.fw .f-flex.f-flex_mg30 > .f-flex1 {
  width: calc( 8.33333% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex2 {
  width: calc( 16.66667% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex3 {
  width: calc( 25% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex4 {
  width: calc( 33.33333% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex5 {
  width: calc( 41.66667% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex6 {
  width: calc( 50% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex7 {
  width: calc( 58.33333% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex8 {
  width: calc( 66.66667% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex9 {
  width: calc( 75% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex10 {
  width: calc( 83.33333% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex11 {
  width: calc( 91.66667% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex12 {
  width: calc( 100% - 30px);
}

.fw .f-flex.f-flex_mg30 > .f-flex_fifth {
  width: calc( 20% - 30px);
}

.fw .f-flex.f-flex_mg35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.fw .f-flex.f-flex_mg35 > * {
  margin-left: 17.5px;
  margin-right: 17.5px;
}

.fw .f-flex.f-flex_mg35 > .f-flex1 {
  width: calc( 8.33333% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex2 {
  width: calc( 16.66667% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex3 {
  width: calc( 25% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex4 {
  width: calc( 33.33333% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex5 {
  width: calc( 41.66667% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex6 {
  width: calc( 50% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex7 {
  width: calc( 58.33333% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex8 {
  width: calc( 66.66667% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex9 {
  width: calc( 75% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex10 {
  width: calc( 83.33333% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex11 {
  width: calc( 91.66667% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex12 {
  width: calc( 100% - 35px);
}

.fw .f-flex.f-flex_mg35 > .f-flex_fifth {
  width: calc( 20% - 35px);
}

.fw .f-flex.f-flex_mg40 {
  margin-left: -20px;
  margin-right: -20px;
}

.fw .f-flex.f-flex_mg40 > * {
  margin-left: 20px;
  margin-right: 20px;
}

.fw .f-flex.f-flex_mg40 > .f-flex1 {
  width: calc( 8.33333% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex2 {
  width: calc( 16.66667% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex3 {
  width: calc( 25% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex4 {
  width: calc( 33.33333% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex5 {
  width: calc( 41.66667% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex6 {
  width: calc( 50% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex7 {
  width: calc( 58.33333% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex8 {
  width: calc( 66.66667% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex9 {
  width: calc( 75% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex10 {
  width: calc( 83.33333% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex11 {
  width: calc( 91.66667% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex12 {
  width: calc( 100% - 40px);
}

.fw .f-flex.f-flex_mg40 > .f-flex_fifth {
  width: calc( 20% - 40px);
}

.fw .f-flex.f-flex_mg45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.fw .f-flex.f-flex_mg45 > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
}

.fw .f-flex.f-flex_mg45 > .f-flex1 {
  width: calc( 8.33333% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex2 {
  width: calc( 16.66667% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex3 {
  width: calc( 25% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex4 {
  width: calc( 33.33333% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex5 {
  width: calc( 41.66667% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex6 {
  width: calc( 50% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex7 {
  width: calc( 58.33333% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex8 {
  width: calc( 66.66667% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex9 {
  width: calc( 75% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex10 {
  width: calc( 83.33333% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex11 {
  width: calc( 91.66667% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex12 {
  width: calc( 100% - 45px);
}

.fw .f-flex.f-flex_mg45 > .f-flex_fifth {
  width: calc( 20% - 45px);
}

.fw .f-flex.f-flex_mg50 {
  margin-left: -25px;
  margin-right: -25px;
}

.fw .f-flex.f-flex_mg50 > * {
  margin-left: 25px;
  margin-right: 25px;
}

.fw .f-flex.f-flex_mg50 > .f-flex1 {
  width: calc( 8.33333% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex2 {
  width: calc( 16.66667% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex3 {
  width: calc( 25% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex4 {
  width: calc( 33.33333% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex5 {
  width: calc( 41.66667% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex6 {
  width: calc( 50% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex7 {
  width: calc( 58.33333% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex8 {
  width: calc( 66.66667% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex9 {
  width: calc( 75% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex10 {
  width: calc( 83.33333% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex11 {
  width: calc( 91.66667% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex12 {
  width: calc( 100% - 50px);
}

.fw .f-flex.f-flex_mg50 > .f-flex_fifth {
  width: calc( 20% - 50px);
}

.fw .f-flex.f-flex_mg55 {
  margin-left: -27.5px;
  margin-right: -27.5px;
}

.fw .f-flex.f-flex_mg55 > * {
  margin-left: 27.5px;
  margin-right: 27.5px;
}

.fw .f-flex.f-flex_mg55 > .f-flex1 {
  width: calc( 8.33333% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex2 {
  width: calc( 16.66667% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex3 {
  width: calc( 25% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex4 {
  width: calc( 33.33333% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex5 {
  width: calc( 41.66667% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex6 {
  width: calc( 50% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex7 {
  width: calc( 58.33333% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex8 {
  width: calc( 66.66667% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex9 {
  width: calc( 75% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex10 {
  width: calc( 83.33333% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex11 {
  width: calc( 91.66667% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex12 {
  width: calc( 100% - 55px);
}

.fw .f-flex.f-flex_mg55 > .f-flex_fifth {
  width: calc( 20% - 55px);
}

.fw .f-flex.f-flex_mg60 {
  margin-left: -30px;
  margin-right: -30px;
}

.fw .f-flex.f-flex_mg60 > * {
  margin-left: 30px;
  margin-right: 30px;
}

.fw .f-flex.f-flex_mg60 > .f-flex1 {
  width: calc( 8.33333% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex2 {
  width: calc( 16.66667% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex3 {
  width: calc( 25% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex4 {
  width: calc( 33.33333% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex5 {
  width: calc( 41.66667% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex6 {
  width: calc( 50% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex7 {
  width: calc( 58.33333% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex8 {
  width: calc( 66.66667% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex9 {
  width: calc( 75% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex10 {
  width: calc( 83.33333% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex11 {
  width: calc( 91.66667% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex12 {
  width: calc( 100% - 60px);
}

.fw .f-flex.f-flex_mg60 > .f-flex_fifth {
  width: calc( 20% - 60px);
}

.fw .f-flex.f-flex_mg65 {
  margin-left: -32.5px;
  margin-right: -32.5px;
}

.fw .f-flex.f-flex_mg65 > * {
  margin-left: 32.5px;
  margin-right: 32.5px;
}

.fw .f-flex.f-flex_mg65 > .f-flex1 {
  width: calc( 8.33333% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex2 {
  width: calc( 16.66667% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex3 {
  width: calc( 25% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex4 {
  width: calc( 33.33333% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex5 {
  width: calc( 41.66667% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex6 {
  width: calc( 50% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex7 {
  width: calc( 58.33333% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex8 {
  width: calc( 66.66667% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex9 {
  width: calc( 75% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex10 {
  width: calc( 83.33333% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex11 {
  width: calc( 91.66667% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex12 {
  width: calc( 100% - 65px);
}

.fw .f-flex.f-flex_mg65 > .f-flex_fifth {
  width: calc( 20% - 65px);
}

.fw .f-flex.f-flex_mg70 {
  margin-left: -35px;
  margin-right: -35px;
}

.fw .f-flex.f-flex_mg70 > * {
  margin-left: 35px;
  margin-right: 35px;
}

.fw .f-flex.f-flex_mg70 > .f-flex1 {
  width: calc( 8.33333% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex2 {
  width: calc( 16.66667% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex3 {
  width: calc( 25% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex4 {
  width: calc( 33.33333% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex5 {
  width: calc( 41.66667% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex6 {
  width: calc( 50% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex7 {
  width: calc( 58.33333% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex8 {
  width: calc( 66.66667% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex9 {
  width: calc( 75% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex10 {
  width: calc( 83.33333% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex11 {
  width: calc( 91.66667% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex12 {
  width: calc( 100% - 70px);
}

.fw .f-flex.f-flex_mg70 > .f-flex_fifth {
  width: calc( 20% - 70px);
}

.fw .f-flex.f-flex_mg75 {
  margin-left: -37.5px;
  margin-right: -37.5px;
}

.fw .f-flex.f-flex_mg75 > * {
  margin-left: 37.5px;
  margin-right: 37.5px;
}

.fw .f-flex.f-flex_mg75 > .f-flex1 {
  width: calc( 8.33333% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex2 {
  width: calc( 16.66667% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex3 {
  width: calc( 25% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex4 {
  width: calc( 33.33333% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex5 {
  width: calc( 41.66667% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex6 {
  width: calc( 50% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex7 {
  width: calc( 58.33333% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex8 {
  width: calc( 66.66667% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex9 {
  width: calc( 75% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex10 {
  width: calc( 83.33333% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex11 {
  width: calc( 91.66667% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex12 {
  width: calc( 100% - 75px);
}

.fw .f-flex.f-flex_mg75 > .f-flex_fifth {
  width: calc( 20% - 75px);
}

.fw .f-flex.f-flex_mg80 {
  margin-left: -40px;
  margin-right: -40px;
}

.fw .f-flex.f-flex_mg80 > * {
  margin-left: 40px;
  margin-right: 40px;
}

.fw .f-flex.f-flex_mg80 > .f-flex1 {
  width: calc( 8.33333% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex2 {
  width: calc( 16.66667% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex3 {
  width: calc( 25% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex4 {
  width: calc( 33.33333% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex5 {
  width: calc( 41.66667% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex6 {
  width: calc( 50% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex7 {
  width: calc( 58.33333% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex8 {
  width: calc( 66.66667% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex9 {
  width: calc( 75% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex10 {
  width: calc( 83.33333% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex11 {
  width: calc( 91.66667% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex12 {
  width: calc( 100% - 80px);
}

.fw .f-flex.f-flex_mg80 > .f-flex_fifth {
  width: calc( 20% - 80px);
}

@media screen and (max-width: 768px) {
  .fw .f-flex.f-flex_mg0_s {
    margin-left: -0px;
    margin-right: -0px;
  }
  .fw .f-flex.f-flex_mg0_s > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex1_s {
    width: calc( 8.33333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex2_s {
    width: calc( 16.66667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex3_s {
    width: calc( 25% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex4_s {
    width: calc( 33.33333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex5_s {
    width: calc( 41.66667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex6_s {
    width: calc( 50% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex7_s {
    width: calc( 58.33333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex8_s {
    width: calc( 66.66667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex9_s {
    width: calc( 75% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex10_s {
    width: calc( 83.33333% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex11_s {
    width: calc( 91.66667% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex12_s {
    width: calc( 100% - 0px);
  }
  .fw .f-flex.f-flex_mg0_s > .f-flex_fifth_s {
    width: calc( 20% - 0px);
  }
  .fw .f-flex.f-flex_mg5_s {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fw .f-flex.f-flex_mg5_s > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex1_s {
    width: calc( 8.33333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex2_s {
    width: calc( 16.66667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex3_s {
    width: calc( 25% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex4_s {
    width: calc( 33.33333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex5_s {
    width: calc( 41.66667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex6_s {
    width: calc( 50% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex7_s {
    width: calc( 58.33333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex8_s {
    width: calc( 66.66667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex9_s {
    width: calc( 75% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex10_s {
    width: calc( 83.33333% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex11_s {
    width: calc( 91.66667% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex12_s {
    width: calc( 100% - 5px);
  }
  .fw .f-flex.f-flex_mg5_s > .f-flex_fifth_s {
    width: calc( 20% - 5px);
  }
  .fw .f-flex.f-flex_mg10_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fw .f-flex.f-flex_mg10_s > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex1_s {
    width: calc( 8.33333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex2_s {
    width: calc( 16.66667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex3_s {
    width: calc( 25% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex4_s {
    width: calc( 33.33333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex5_s {
    width: calc( 41.66667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex6_s {
    width: calc( 50% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex7_s {
    width: calc( 58.33333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex8_s {
    width: calc( 66.66667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex9_s {
    width: calc( 75% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex10_s {
    width: calc( 83.33333% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex11_s {
    width: calc( 91.66667% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex12_s {
    width: calc( 100% - 10px);
  }
  .fw .f-flex.f-flex_mg10_s > .f-flex_fifth_s {
    width: calc( 20% - 10px);
  }
  .fw .f-flex.f-flex_mg15_s {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .fw .f-flex.f-flex_mg15_s > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex1_s {
    width: calc( 8.33333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex2_s {
    width: calc( 16.66667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex3_s {
    width: calc( 25% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex4_s {
    width: calc( 33.33333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex5_s {
    width: calc( 41.66667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex6_s {
    width: calc( 50% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex7_s {
    width: calc( 58.33333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex8_s {
    width: calc( 66.66667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex9_s {
    width: calc( 75% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex10_s {
    width: calc( 83.33333% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex11_s {
    width: calc( 91.66667% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex12_s {
    width: calc( 100% - 15px);
  }
  .fw .f-flex.f-flex_mg15_s > .f-flex_fifth_s {
    width: calc( 20% - 15px);
  }
  .fw .f-flex.f-flex_mg20_s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw .f-flex.f-flex_mg20_s > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex1_s {
    width: calc( 8.33333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex2_s {
    width: calc( 16.66667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex3_s {
    width: calc( 25% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex4_s {
    width: calc( 33.33333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex5_s {
    width: calc( 41.66667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex6_s {
    width: calc( 50% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex7_s {
    width: calc( 58.33333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex8_s {
    width: calc( 66.66667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex9_s {
    width: calc( 75% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex10_s {
    width: calc( 83.33333% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex11_s {
    width: calc( 91.66667% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex12_s {
    width: calc( 100% - 20px);
  }
  .fw .f-flex.f-flex_mg20_s > .f-flex_fifth_s {
    width: calc( 20% - 20px);
  }
  .fw .f-flex.f-flex_mg25_s {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .fw .f-flex.f-flex_mg25_s > * {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex1_s {
    width: calc( 8.33333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex2_s {
    width: calc( 16.66667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex3_s {
    width: calc( 25% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex4_s {
    width: calc( 33.33333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex5_s {
    width: calc( 41.66667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex6_s {
    width: calc( 50% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex7_s {
    width: calc( 58.33333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex8_s {
    width: calc( 66.66667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex9_s {
    width: calc( 75% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex10_s {
    width: calc( 83.33333% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex11_s {
    width: calc( 91.66667% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex12_s {
    width: calc( 100% - 25px);
  }
  .fw .f-flex.f-flex_mg25_s > .f-flex_fifth_s {
    width: calc( 20% - 25px);
  }
  .fw .f-flex.f-flex_mg30_s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fw .f-flex.f-flex_mg30_s > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex1_s {
    width: calc( 8.33333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex2_s {
    width: calc( 16.66667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex3_s {
    width: calc( 25% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex4_s {
    width: calc( 33.33333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex5_s {
    width: calc( 41.66667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex6_s {
    width: calc( 50% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex7_s {
    width: calc( 58.33333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex8_s {
    width: calc( 66.66667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex9_s {
    width: calc( 75% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex10_s {
    width: calc( 83.33333% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex11_s {
    width: calc( 91.66667% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex12_s {
    width: calc( 100% - 30px);
  }
  .fw .f-flex.f-flex_mg30_s > .f-flex_fifth_s {
    width: calc( 20% - 30px);
  }
  .fw .f-flex.f-flex_mg35_s {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .fw .f-flex.f-flex_mg35_s > * {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex1_s {
    width: calc( 8.33333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex2_s {
    width: calc( 16.66667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex3_s {
    width: calc( 25% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex4_s {
    width: calc( 33.33333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex5_s {
    width: calc( 41.66667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex6_s {
    width: calc( 50% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex7_s {
    width: calc( 58.33333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex8_s {
    width: calc( 66.66667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex9_s {
    width: calc( 75% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex10_s {
    width: calc( 83.33333% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex11_s {
    width: calc( 91.66667% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex12_s {
    width: calc( 100% - 35px);
  }
  .fw .f-flex.f-flex_mg35_s > .f-flex_fifth_s {
    width: calc( 20% - 35px);
  }
  .fw .f-flex.f-flex_mg40_s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fw .f-flex.f-flex_mg40_s > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex1_s {
    width: calc( 8.33333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex2_s {
    width: calc( 16.66667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex3_s {
    width: calc( 25% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex4_s {
    width: calc( 33.33333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex5_s {
    width: calc( 41.66667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex6_s {
    width: calc( 50% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex7_s {
    width: calc( 58.33333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex8_s {
    width: calc( 66.66667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex9_s {
    width: calc( 75% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex10_s {
    width: calc( 83.33333% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex11_s {
    width: calc( 91.66667% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex12_s {
    width: calc( 100% - 40px);
  }
  .fw .f-flex.f-flex_mg40_s > .f-flex_fifth_s {
    width: calc( 20% - 40px);
  }
  .fw .f-flex.f-flex_mg45_s {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .fw .f-flex.f-flex_mg45_s > * {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex1_s {
    width: calc( 8.33333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex2_s {
    width: calc( 16.66667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex3_s {
    width: calc( 25% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex4_s {
    width: calc( 33.33333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex5_s {
    width: calc( 41.66667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex6_s {
    width: calc( 50% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex7_s {
    width: calc( 58.33333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex8_s {
    width: calc( 66.66667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex9_s {
    width: calc( 75% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex10_s {
    width: calc( 83.33333% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex11_s {
    width: calc( 91.66667% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex12_s {
    width: calc( 100% - 45px);
  }
  .fw .f-flex.f-flex_mg45_s > .f-flex_fifth_s {
    width: calc( 20% - 45px);
  }
  .fw .f-flex.f-flex_mg50_s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fw .f-flex.f-flex_mg50_s > * {
    margin-left: 25px;
    margin-right: 25px;
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex1_s {
    width: calc( 8.33333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex2_s {
    width: calc( 16.66667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex3_s {
    width: calc( 25% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex4_s {
    width: calc( 33.33333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex5_s {
    width: calc( 41.66667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex6_s {
    width: calc( 50% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex7_s {
    width: calc( 58.33333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex8_s {
    width: calc( 66.66667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex9_s {
    width: calc( 75% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex10_s {
    width: calc( 83.33333% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex11_s {
    width: calc( 91.66667% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex12_s {
    width: calc( 100% - 50px);
  }
  .fw .f-flex.f-flex_mg50_s > .f-flex_fifth_s {
    width: calc( 20% - 50px);
  }
  .fw .f-flex.f-flex_mg55_s {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .fw .f-flex.f-flex_mg55_s > * {
    margin-left: 27.5px;
    margin-right: 27.5px;
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex1_s {
    width: calc( 8.33333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex2_s {
    width: calc( 16.66667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex3_s {
    width: calc( 25% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex4_s {
    width: calc( 33.33333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex5_s {
    width: calc( 41.66667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex6_s {
    width: calc( 50% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex7_s {
    width: calc( 58.33333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex8_s {
    width: calc( 66.66667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex9_s {
    width: calc( 75% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex10_s {
    width: calc( 83.33333% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex11_s {
    width: calc( 91.66667% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex12_s {
    width: calc( 100% - 55px);
  }
  .fw .f-flex.f-flex_mg55_s > .f-flex_fifth_s {
    width: calc( 20% - 55px);
  }
  .fw .f-flex.f-flex_mg60_s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fw .f-flex.f-flex_mg60_s > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex1_s {
    width: calc( 8.33333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex2_s {
    width: calc( 16.66667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex3_s {
    width: calc( 25% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex4_s {
    width: calc( 33.33333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex5_s {
    width: calc( 41.66667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex6_s {
    width: calc( 50% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex7_s {
    width: calc( 58.33333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex8_s {
    width: calc( 66.66667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex9_s {
    width: calc( 75% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex10_s {
    width: calc( 83.33333% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex11_s {
    width: calc( 91.66667% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex12_s {
    width: calc( 100% - 60px);
  }
  .fw .f-flex.f-flex_mg60_s > .f-flex_fifth_s {
    width: calc( 20% - 60px);
  }
  .fw .f-flex.f-flex_mg65_s {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .fw .f-flex.f-flex_mg65_s > * {
    margin-left: 32.5px;
    margin-right: 32.5px;
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex1_s {
    width: calc( 8.33333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex2_s {
    width: calc( 16.66667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex3_s {
    width: calc( 25% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex4_s {
    width: calc( 33.33333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex5_s {
    width: calc( 41.66667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex6_s {
    width: calc( 50% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex7_s {
    width: calc( 58.33333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex8_s {
    width: calc( 66.66667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex9_s {
    width: calc( 75% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex10_s {
    width: calc( 83.33333% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex11_s {
    width: calc( 91.66667% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex12_s {
    width: calc( 100% - 65px);
  }
  .fw .f-flex.f-flex_mg65_s > .f-flex_fifth_s {
    width: calc( 20% - 65px);
  }
  .fw .f-flex.f-flex_mg70_s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .fw .f-flex.f-flex_mg70_s > * {
    margin-left: 35px;
    margin-right: 35px;
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex1_s {
    width: calc( 8.33333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex2_s {
    width: calc( 16.66667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex3_s {
    width: calc( 25% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex4_s {
    width: calc( 33.33333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex5_s {
    width: calc( 41.66667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex6_s {
    width: calc( 50% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex7_s {
    width: calc( 58.33333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex8_s {
    width: calc( 66.66667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex9_s {
    width: calc( 75% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex10_s {
    width: calc( 83.33333% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex11_s {
    width: calc( 91.66667% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex12_s {
    width: calc( 100% - 70px);
  }
  .fw .f-flex.f-flex_mg70_s > .f-flex_fifth_s {
    width: calc( 20% - 70px);
  }
  .fw .f-flex.f-flex_mg75_s {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .fw .f-flex.f-flex_mg75_s > * {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex1_s {
    width: calc( 8.33333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex2_s {
    width: calc( 16.66667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex3_s {
    width: calc( 25% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex4_s {
    width: calc( 33.33333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex5_s {
    width: calc( 41.66667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex6_s {
    width: calc( 50% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex7_s {
    width: calc( 58.33333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex8_s {
    width: calc( 66.66667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex9_s {
    width: calc( 75% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex10_s {
    width: calc( 83.33333% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex11_s {
    width: calc( 91.66667% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex12_s {
    width: calc( 100% - 75px);
  }
  .fw .f-flex.f-flex_mg75_s > .f-flex_fifth_s {
    width: calc( 20% - 75px);
  }
  .fw .f-flex.f-flex_mg80_s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .fw .f-flex.f-flex_mg80_s > * {
    margin-left: 40px;
    margin-right: 40px;
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex1_s {
    width: calc( 8.33333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex2_s {
    width: calc( 16.66667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex3_s {
    width: calc( 25% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex4_s {
    width: calc( 33.33333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex5_s {
    width: calc( 41.66667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex6_s {
    width: calc( 50% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex7_s {
    width: calc( 58.33333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex8_s {
    width: calc( 66.66667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex9_s {
    width: calc( 75% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex10_s {
    width: calc( 83.33333% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex11_s {
    width: calc( 91.66667% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex12_s {
    width: calc( 100% - 80px);
  }
  .fw .f-flex.f-flex_mg80_s > .f-flex_fifth_s {
    width: calc( 20% - 80px);
  }
}

.fw .f-flex.f-flex_mb0 {
  margin-bottom: -0px;
}

.fw .f-flex.f-flex_mb0 > * {
  margin-bottom: 0px;
}

.fw .f-flex.f-flex_mb5 {
  margin-bottom: -5px;
}

.fw .f-flex.f-flex_mb5 > * {
  margin-bottom: 5px;
}

.fw .f-flex.f-flex_mb10 {
  margin-bottom: -10px;
}

.fw .f-flex.f-flex_mb10 > * {
  margin-bottom: 10px;
}

.fw .f-flex.f-flex_mb15 {
  margin-bottom: -15px;
}

.fw .f-flex.f-flex_mb15 > * {
  margin-bottom: 15px;
}

.fw .f-flex.f-flex_mb20 {
  margin-bottom: -20px;
}

.fw .f-flex.f-flex_mb20 > * {
  margin-bottom: 20px;
}

.fw .f-flex.f-flex_mb25 {
  margin-bottom: -25px;
}

.fw .f-flex.f-flex_mb25 > * {
  margin-bottom: 25px;
}

.fw .f-flex.f-flex_mb30 {
  margin-bottom: -30px;
}

.fw .f-flex.f-flex_mb30 > * {
  margin-bottom: 30px;
}

.fw .f-flex.f-flex_mb35 {
  margin-bottom: -35px;
}

.fw .f-flex.f-flex_mb35 > * {
  margin-bottom: 35px;
}

.fw .f-flex.f-flex_mb40 {
  margin-bottom: -40px;
}

.fw .f-flex.f-flex_mb40 > * {
  margin-bottom: 40px;
}

.fw .f-flex.f-flex_mb45 {
  margin-bottom: -45px;
}

.fw .f-flex.f-flex_mb45 > * {
  margin-bottom: 45px;
}

.fw .f-flex.f-flex_mb50 {
  margin-bottom: -50px;
}

.fw .f-flex.f-flex_mb50 > * {
  margin-bottom: 50px;
}

.fw .f-flex.f-flex_mb55 {
  margin-bottom: -55px;
}

.fw .f-flex.f-flex_mb55 > * {
  margin-bottom: 55px;
}

.fw .f-flex.f-flex_mb60 {
  margin-bottom: -60px;
}

.fw .f-flex.f-flex_mb60 > * {
  margin-bottom: 60px;
}

.fw .f-flex.f-flex_mb65 {
  margin-bottom: -65px;
}

.fw .f-flex.f-flex_mb65 > * {
  margin-bottom: 65px;
}

.fw .f-flex.f-flex_mb70 {
  margin-bottom: -70px;
}

.fw .f-flex.f-flex_mb70 > * {
  margin-bottom: 70px;
}

.fw .f-flex.f-flex_mb75 {
  margin-bottom: -75px;
}

.fw .f-flex.f-flex_mb75 > * {
  margin-bottom: 75px;
}

.fw .f-flex.f-flex_mb80 {
  margin-bottom: -80px;
}

.fw .f-flex.f-flex_mb80 > * {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .fw .f-flex.f-flex_mb0_s {
    margin-bottom: -0px;
  }
  .fw .f-flex.f-flex_mb0_s > * {
    margin-bottom: 0px;
  }
  .fw .f-flex.f-flex_mb5_s {
    margin-bottom: -5px;
  }
  .fw .f-flex.f-flex_mb5_s > * {
    margin-bottom: 5px;
  }
  .fw .f-flex.f-flex_mb10_s {
    margin-bottom: -10px;
  }
  .fw .f-flex.f-flex_mb10_s > * {
    margin-bottom: 10px;
  }
  .fw .f-flex.f-flex_mb15_s {
    margin-bottom: -15px;
  }
  .fw .f-flex.f-flex_mb15_s > * {
    margin-bottom: 15px;
  }
  .fw .f-flex.f-flex_mb20_s {
    margin-bottom: -20px;
  }
  .fw .f-flex.f-flex_mb20_s > * {
    margin-bottom: 20px;
  }
  .fw .f-flex.f-flex_mb25_s {
    margin-bottom: -25px;
  }
  .fw .f-flex.f-flex_mb25_s > * {
    margin-bottom: 25px;
  }
  .fw .f-flex.f-flex_mb30_s {
    margin-bottom: -30px;
  }
  .fw .f-flex.f-flex_mb30_s > * {
    margin-bottom: 30px;
  }
  .fw .f-flex.f-flex_mb35_s {
    margin-bottom: -35px;
  }
  .fw .f-flex.f-flex_mb35_s > * {
    margin-bottom: 35px;
  }
  .fw .f-flex.f-flex_mb40_s {
    margin-bottom: -40px;
  }
  .fw .f-flex.f-flex_mb40_s > * {
    margin-bottom: 40px;
  }
  .fw .f-flex.f-flex_mb45_s {
    margin-bottom: -45px;
  }
  .fw .f-flex.f-flex_mb45_s > * {
    margin-bottom: 45px;
  }
  .fw .f-flex.f-flex_mb50_s {
    margin-bottom: -50px;
  }
  .fw .f-flex.f-flex_mb50_s > * {
    margin-bottom: 50px;
  }
  .fw .f-flex.f-flex_mb55_s {
    margin-bottom: -55px;
  }
  .fw .f-flex.f-flex_mb55_s > * {
    margin-bottom: 55px;
  }
  .fw .f-flex.f-flex_mb60_s {
    margin-bottom: -60px;
  }
  .fw .f-flex.f-flex_mb60_s > * {
    margin-bottom: 60px;
  }
  .fw .f-flex.f-flex_mb65_s {
    margin-bottom: -65px;
  }
  .fw .f-flex.f-flex_mb65_s > * {
    margin-bottom: 65px;
  }
  .fw .f-flex.f-flex_mb70_s {
    margin-bottom: -70px;
  }
  .fw .f-flex.f-flex_mb70_s > * {
    margin-bottom: 70px;
  }
  .fw .f-flex.f-flex_mb75_s {
    margin-bottom: -75px;
  }
  .fw .f-flex.f-flex_mb75_s > * {
    margin-bottom: 75px;
  }
  .fw .f-flex.f-flex_mb80_s {
    margin-bottom: -80px;
  }
  .fw .f-flex.f-flex_mb80_s > * {
    margin-bottom: 80px;
  }
}

.fw .f-flex > .f-flex_order0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.fw .f-flex > .f-flex_order1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.fw .f-flex > .f-flex_order2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.fw .f-flex > .f-flex_order3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.fw .f-flex > .f-flex_order4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.fw .f-flex > .f-flex_order5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.fw .f-flex > .f-flex_order6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.fw .f-flex > .f-flex_order7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.fw .f-flex > .f-flex_order8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.fw .f-flex > .f-flex_order9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.fw .f-flex > .f-flex_order10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.fw .f-flex > .f-flex_order11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.fw .f-flex > .f-flex_order12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.fw .f-flex > .f-flex_order13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.fw .f-flex > .f-flex_order14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

.fw .f-flex > .f-flex_order15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.fw .f-flex > .f-flex_order16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16;
}

@media screen and (max-width: 768px) {
  .fw .f-flex > .f-flex_order0_s {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .fw .f-flex > .f-flex_order1_s {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .fw .f-flex > .f-flex_order2_s {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fw .f-flex > .f-flex_order3_s {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fw .f-flex > .f-flex_order4_s {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .fw .f-flex > .f-flex_order5_s {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .fw .f-flex > .f-flex_order6_s {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .fw .f-flex > .f-flex_order7_s {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .fw .f-flex > .f-flex_order8_s {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .fw .f-flex > .f-flex_order9_s {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .fw .f-flex > .f-flex_order10_s {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .fw .f-flex > .f-flex_order11_s {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .fw .f-flex > .f-flex_order12_s {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .fw .f-flex > .f-flex_order13_s {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .fw .f-flex > .f-flex_order14_s {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .fw .f-flex > .f-flex_order15_s {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }
  .fw .f-flex > .f-flex_order16_s {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }
}

.fw .f-flex.f-flex_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw .f-flex.f-flex_justify > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fw .f-font_l {
  font-size: 20px;
}

.fw .f-font_m {
  font-size: 18px;
}

.fw .f-font_s {
  font-size: 14px;
}

.fw .f-font_b {
  font-weight: bold !important;
}

.fw ul.f-list_disc {
  line-height: 174.6%;
}

.fw ul.f-list_disc > li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

.fw ul.f-list_disc > li:before {
  content: "・";
}

.fw ul.f-list_notice {
  line-height: 174.6%;
}

.fw ul.f-list_notice > li {
  margin-bottom: 5px;
  text-indent: -0.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.fw ul.f-list_notice > li:before {
  content: "※";
  display: inline-block;
  width: 0.5em;
}

.fw ol {
  line-height: 174.6%;
  list-style-type: decimal;
}

.fw ol > li {
  margin-left: 1.7em;
  margin-bottom: 5px;
  counter-increment: number;
}

.fw ol.f-list_bracket {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.f-list_bracket > li {
  text-indent: -2.6em;
  margin-left: 2.5em;
  counter-increment: number 1;
}

.fw ol.f-list_bracket > li:before {
  content: "（" counter(number) "）";
}

.fw ol.f-list_notice {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.f-list_notice > li {
  text-indent: -2.3em;
  margin-left: 2.5em;
  counter-increment: number 1;
}

.fw ol.f-list_notice > li:before {
  content: "※" counter(number) " ";
}

.fw .f-mg0 {
  margin: 0px !important;
}

.fw .f-mg5 {
  margin: 5px !important;
}

.fw .f-mg10 {
  margin: 10px !important;
}

.fw .f-mg15 {
  margin: 15px !important;
}

.fw .f-mg20 {
  margin: 20px !important;
}

.fw .f-mg25 {
  margin: 25px !important;
}

.fw .f-mg30 {
  margin: 30px !important;
}

.fw .f-mg35 {
  margin: 35px !important;
}

.fw .f-mg40 {
  margin: 40px !important;
}

.fw .f-mg45 {
  margin: 45px !important;
}

.fw .f-mg50 {
  margin: 50px !important;
}

.fw .f-mg55 {
  margin: 55px !important;
}

.fw .f-mg60 {
  margin: 60px !important;
}

.fw .f-mg65 {
  margin: 65px !important;
}

.fw .f-mg70 {
  margin: 70px !important;
}

.fw .f-mg75 {
  margin: 75px !important;
}

.fw .f-mg80 {
  margin: 80px !important;
}

.fw .f-mt0 {
  margin-top: 0px !important;
}

.fw .f-mt5 {
  margin-top: 5px !important;
}

.fw .f-mt10 {
  margin-top: 10px !important;
}

.fw .f-mt15 {
  margin-top: 15px !important;
}

.fw .f-mt20 {
  margin-top: 20px !important;
}

.fw .f-mt25 {
  margin-top: 25px !important;
}

.fw .f-mt30 {
  margin-top: 30px !important;
}

.fw .f-mt35 {
  margin-top: 35px !important;
}

.fw .f-mt40 {
  margin-top: 40px !important;
}

.fw .f-mt45 {
  margin-top: 45px !important;
}

.fw .f-mt50 {
  margin-top: 50px !important;
}

.fw .f-mt55 {
  margin-top: 55px !important;
}

.fw .f-mt60 {
  margin-top: 60px !important;
}

.fw .f-mt65 {
  margin-top: 65px !important;
}

.fw .f-mt70 {
  margin-top: 70px !important;
}

.fw .f-mt75 {
  margin-top: 75px !important;
}

.fw .f-mt80 {
  margin-top: 80px !important;
}

.fw .f-mr0 {
  margin-right: 0px !important;
}

.fw .f-mr5 {
  margin-right: 5px !important;
}

.fw .f-mr10 {
  margin-right: 10px !important;
}

.fw .f-mr15 {
  margin-right: 15px !important;
}

.fw .f-mr20 {
  margin-right: 20px !important;
}

.fw .f-mr25 {
  margin-right: 25px !important;
}

.fw .f-mr30 {
  margin-right: 30px !important;
}

.fw .f-mr35 {
  margin-right: 35px !important;
}

.fw .f-mr40 {
  margin-right: 40px !important;
}

.fw .f-mr45 {
  margin-right: 45px !important;
}

.fw .f-mr50 {
  margin-right: 50px !important;
}

.fw .f-mr55 {
  margin-right: 55px !important;
}

.fw .f-mr60 {
  margin-right: 60px !important;
}

.fw .f-mr65 {
  margin-right: 65px !important;
}

.fw .f-mr70 {
  margin-right: 70px !important;
}

.fw .f-mr75 {
  margin-right: 75px !important;
}

.fw .f-mr80 {
  margin-right: 80px !important;
}

.fw .f-mb0 {
  margin-bottom: 0px !important;
}

.fw .f-mb5 {
  margin-bottom: 5px !important;
}

.fw .f-mb10 {
  margin-bottom: 10px !important;
}

.fw .f-mb15 {
  margin-bottom: 15px !important;
}

.fw .f-mb20 {
  margin-bottom: 20px !important;
}

.fw .f-mb25 {
  margin-bottom: 25px !important;
}

.fw .f-mb30 {
  margin-bottom: 30px !important;
}

.fw .f-mb35 {
  margin-bottom: 35px !important;
}

.fw .f-mb40 {
  margin-bottom: 40px !important;
}

.fw .f-mb45 {
  margin-bottom: 45px !important;
}

.fw .f-mb50 {
  margin-bottom: 50px !important;
}

.fw .f-mb55 {
  margin-bottom: 55px !important;
}

.fw .f-mb60 {
  margin-bottom: 60px !important;
}

.fw .f-mb65 {
  margin-bottom: 65px !important;
}

.fw .f-mb70 {
  margin-bottom: 70px !important;
}

.fw .f-mb75 {
  margin-bottom: 75px !important;
}

.fw .f-mb80 {
  margin-bottom: 80px !important;
}

.fw .f-ml0 {
  margin-left: 0px !important;
}

.fw .f-ml5 {
  margin-left: 5px !important;
}

.fw .f-ml10 {
  margin-left: 10px !important;
}

.fw .f-ml15 {
  margin-left: 15px !important;
}

.fw .f-ml20 {
  margin-left: 20px !important;
}

.fw .f-ml25 {
  margin-left: 25px !important;
}

.fw .f-ml30 {
  margin-left: 30px !important;
}

.fw .f-ml35 {
  margin-left: 35px !important;
}

.fw .f-ml40 {
  margin-left: 40px !important;
}

.fw .f-ml45 {
  margin-left: 45px !important;
}

.fw .f-ml50 {
  margin-left: 50px !important;
}

.fw .f-ml55 {
  margin-left: 55px !important;
}

.fw .f-ml60 {
  margin-left: 60px !important;
}

.fw .f-ml65 {
  margin-left: 65px !important;
}

.fw .f-ml70 {
  margin-left: 70px !important;
}

.fw .f-ml75 {
  margin-left: 75px !important;
}

.fw .f-ml80 {
  margin-left: 80px !important;
}

.fw .f-pd0 {
  padding: 0px !important;
}

.fw .f-pd5 {
  padding: 5px !important;
}

.fw .f-pd10 {
  padding: 10px !important;
}

.fw .f-pd15 {
  padding: 15px !important;
}

.fw .f-pd20 {
  padding: 20px !important;
}

.fw .f-pd25 {
  padding: 25px !important;
}

.fw .f-pd30 {
  padding: 30px !important;
}

.fw .f-pd35 {
  padding: 35px !important;
}

.fw .f-pd40 {
  padding: 40px !important;
}

.fw .f-pd45 {
  padding: 45px !important;
}

.fw .f-pd50 {
  padding: 50px !important;
}

.fw .f-pd55 {
  padding: 55px !important;
}

.fw .f-pd60 {
  padding: 60px !important;
}

.fw .f-pd65 {
  padding: 65px !important;
}

.fw .f-pd70 {
  padding: 70px !important;
}

.fw .f-pd75 {
  padding: 75px !important;
}

.fw .f-pd80 {
  padding: 80px !important;
}

.fw .f-pt0 {
  padding-top: 0px !important;
}

.fw .f-pt5 {
  padding-top: 5px !important;
}

.fw .f-pt10 {
  padding-top: 10px !important;
}

.fw .f-pt15 {
  padding-top: 15px !important;
}

.fw .f-pt20 {
  padding-top: 20px !important;
}

.fw .f-pt25 {
  padding-top: 25px !important;
}

.fw .f-pt30 {
  padding-top: 30px !important;
}

.fw .f-pt35 {
  padding-top: 35px !important;
}

.fw .f-pt40 {
  padding-top: 40px !important;
}

.fw .f-pt45 {
  padding-top: 45px !important;
}

.fw .f-pt50 {
  padding-top: 50px !important;
}

.fw .f-pt55 {
  padding-top: 55px !important;
}

.fw .f-pt60 {
  padding-top: 60px !important;
}

.fw .f-pt65 {
  padding-top: 65px !important;
}

.fw .f-pt70 {
  padding-top: 70px !important;
}

.fw .f-pt75 {
  padding-top: 75px !important;
}

.fw .f-pt80 {
  padding-top: 80px !important;
}

.fw .f-pr0 {
  padding-right: 0px !important;
}

.fw .f-pr5 {
  padding-right: 5px !important;
}

.fw .f-pr10 {
  padding-right: 10px !important;
}

.fw .f-pr15 {
  padding-right: 15px !important;
}

.fw .f-pr20 {
  padding-right: 20px !important;
}

.fw .f-pr25 {
  padding-right: 25px !important;
}

.fw .f-pr30 {
  padding-right: 30px !important;
}

.fw .f-pr35 {
  padding-right: 35px !important;
}

.fw .f-pr40 {
  padding-right: 40px !important;
}

.fw .f-pr45 {
  padding-right: 45px !important;
}

.fw .f-pr50 {
  padding-right: 50px !important;
}

.fw .f-pr55 {
  padding-right: 55px !important;
}

.fw .f-pr60 {
  padding-right: 60px !important;
}

.fw .f-pr65 {
  padding-right: 65px !important;
}

.fw .f-pr70 {
  padding-right: 70px !important;
}

.fw .f-pr75 {
  padding-right: 75px !important;
}

.fw .f-pr80 {
  padding-right: 80px !important;
}

.fw .f-pb0 {
  padding-bottom: 0px !important;
}

.fw .f-pb5 {
  padding-bottom: 5px !important;
}

.fw .f-pb10 {
  padding-bottom: 10px !important;
}

.fw .f-pb15 {
  padding-bottom: 15px !important;
}

.fw .f-pb20 {
  padding-bottom: 20px !important;
}

.fw .f-pb25 {
  padding-bottom: 25px !important;
}

.fw .f-pb30 {
  padding-bottom: 30px !important;
}

.fw .f-pb35 {
  padding-bottom: 35px !important;
}

.fw .f-pb40 {
  padding-bottom: 40px !important;
}

.fw .f-pb45 {
  padding-bottom: 45px !important;
}

.fw .f-pb50 {
  padding-bottom: 50px !important;
}

.fw .f-pb55 {
  padding-bottom: 55px !important;
}

.fw .f-pb60 {
  padding-bottom: 60px !important;
}

.fw .f-pb65 {
  padding-bottom: 65px !important;
}

.fw .f-pb70 {
  padding-bottom: 70px !important;
}

.fw .f-pb75 {
  padding-bottom: 75px !important;
}

.fw .f-pb80 {
  padding-bottom: 80px !important;
}

.fw .f-pl0 {
  padding-left: 0px !important;
}

.fw .f-pl5 {
  padding-left: 5px !important;
}

.fw .f-pl10 {
  padding-left: 10px !important;
}

.fw .f-pl15 {
  padding-left: 15px !important;
}

.fw .f-pl20 {
  padding-left: 20px !important;
}

.fw .f-pl25 {
  padding-left: 25px !important;
}

.fw .f-pl30 {
  padding-left: 30px !important;
}

.fw .f-pl35 {
  padding-left: 35px !important;
}

.fw .f-pl40 {
  padding-left: 40px !important;
}

.fw .f-pl45 {
  padding-left: 45px !important;
}

.fw .f-pl50 {
  padding-left: 50px !important;
}

.fw .f-pl55 {
  padding-left: 55px !important;
}

.fw .f-pl60 {
  padding-left: 60px !important;
}

.fw .f-pl65 {
  padding-left: 65px !important;
}

.fw .f-pl70 {
  padding-left: 70px !important;
}

.fw .f-pl75 {
  padding-left: 75px !important;
}

.fw .f-pl80 {
  padding-left: 80px !important;
}

.fw .f-txt_left {
  text-align: left !important;
}

.fw .f-txt_center {
  text-align: center !important;
}

.fw .f-txt_right {
  text-align: right !important;
}

.fw .f-txt_red {
  color: #ff0000 !important;
}

.fw .f-space_s {
  letter-spacing: -0.02em !important;
}

.fw .f-space_m {
  letter-spacing: 0.03em !important;
}

.fw .f-space_l {
  letter-spacing: 0.08em !important;
}

.fw .f-box {
  background: #f7f7f7;
  padding: 20px;
}

.fw .f-box_solid {
  border: 1px solid #DDD;
  padding: 20px;
}

.fw .f-box_dotted {
  border: 1px dotted #DDD;
  padding: 20px;
}

.fw .f-box_dashed {
  border: 1px dashed #DDD;
  padding: 20px;
}

.fw .a-ttl {
  font-size: 4rem;
  padding-bottom: 35px;
  font-weight: 900;
  line-height: 133%;
}

@media screen and (max-width: 768px) {
  .fw .a-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .fw .a-ttl {
    padding-bottom: 28px;
  }
}

.fw .a-ttl_l {
  font-size: 5.4rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fw .a-ttl_l {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .fw .a-ttl_l {
    padding-bottom: 24px;
  }
}

.fw .a-ttl_s {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .fw .a-ttl_s {
    font-size: 2rem;
  }
}

.fw .a-ttl_wh {
  color: #fff;
}

.fw .a-ttl_gra span {
  color: #833cf9;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.is-ie .fw .a-ttl_gra span {
  background: none;
}

.fw .a-bg_gray {
  background-color: rgba(0, 0, 0, 0.05);
}

.fw .m-list_dl_square > dt {
  padding-bottom: 12px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .fw .m-list_dl_square > dt {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fw .m-list_dl_square > dt {
    font-size: 16px;
  }
}

.fw .m-list_dl_square > dd {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .fw .m-list_dl_square > dd {
    padding-bottom: 24px;
  }
}

.fw .m-list_dl_square > dd:last-child {
  padding-bottom: 0;
}

.fw .m-list_dl_bold > dt {
  font-weight: 700;
}

.fw .m-list_dl_bold > dd {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .fw .m-list_dl_bold > dd {
    padding-bottom: 8px;
  }
}

.fw .m-list_dl_bold > dd:last-child {
  padding-bottom: 0;
}

.fw .m-sticky_txt {
  position: relative;
}

.fw .m-sticky_txt img {
  width: 100%;
}

.fw .m-sticky_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fw .m-sticky_target {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-ie .fw .m-sticky_target {
  position: relative;
}

@media screen and (max-width: 768px) {
  .fw .m-sticky_target {
    display: none;
  }
}

.fw .m-sticky_img {
  width: 100%;
  height: 100vh;
  position: relative;
}

.fw .m-sticky_img_item {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
  z-index: 1;
}

.fw .m-sticky_img_item:first-child {
  opacity: 1;
}

.fw .m-sticky_img_item.is-show {
  opacity: 1;
}

.fw .m-sticky_txt .f-inner {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .fw .m-sticky_txt .f-inner {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .fw .m-sticky_txt .f-inner {
    padding-right: 20px;
  }
}

.fw #header {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

.fw #header .f-inner {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .fw #header .f-inner {
    padding-top: 0;
  }
}

.fw #header_logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fw #site_titleMufg {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .fw #site_titleMufg {
    width: 150px;
  }
}

.fw #site_title {
  width: 149px;
}

@media screen and (max-width: 768px) {
  .fw #site_title {
    width: 74px;
  }
}

.fw #site_title a {
  display: block;
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .fw #site_title a {
    margin-top: -4px;
  }
}

.fw #header {
  position: relative;
  border-top: 3px solid #b61018;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .fw .header_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fw #header {
    display: none;
  }
  .fw .header_sp {
    overflow: auto;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-bottom: 3px solid #e60000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fw .header_sp .header_inner {
    width: 100%;
    height: 63px;
    display: table;
  }
  .fw .header_sp .header-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
    padding: 5px;
    line-height: 1;
  }
  .fw .header_sp .header-logo a {
    display: inline-block;
  }
  .fw .header_sp .header-logo img {
    max-width: 300px;
  }
}

/* ==========================================================================
 Footer
========================================================================== */
.l-footer {
  width: auto;
  -webkit-box-flex: 0;
  box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.l-footer__head {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  border-top: 1px solid #c9c9c9;
}

.l-footer__head__wrap {
  width: 100%;
  max-width: 1000px;
  padding: 15px 15px 30px;
  margin: 0 auto;
}

.l-footer__head__in {
  margin: 40px auto 155px;
}

.l-footer__head__in__item--annotation {
  padding-left: 8px;
}

.l-footer__bottom__in {
  background: #fff;
}

.l-footer__bottom__in--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #535353;
}

.l-footer__bottom__in--line .-left {
  margin: 0;
  padding: 0;
}

.l-footer__bottom__in--line .-right {
  margin: 0;
  padding: 0;
}

.l-footer__bottom__in--line .-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__bottom__in__item {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 15px;
}

.l-footer__bottom__in__item:nth-child(2) {
  margin-left: 30px;
}

.l-footer__bottom__in__item a {
  padding-left: 18px;
  padding-right: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  background: url(../images/icon_arrowSmall.svg) center left/8px 10px no-repeat, url(../images/icon_externalLink.svg) center right/13px 12px no-repeat;
}

.l-footer__bottom__in__item__img {
  width: auto;
}

@media screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
  .l-footer__head {
    max-width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 30px;
  }
  .l-footer__head {
    padding: 30px 0 0 0;
  }
  .l-footer__head__wrap {
    width: 100%;
    max-width: 1000px;
    padding: 15px 15px 30px;
    margin: 0 auto;
  }
  .l-footer__head__in {
    margin: 0px auto 40px;
  }
  .l-footer__head__in__item--annotation {
    padding-left: 8px;
  }
  .l-footer__bottom__in {
    padding: 20px 15px;
  }
  .l-footer__bottom__in--line {
    display: block;
  }
  .l-footer__bottom__in__item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l-footer__bottom__in__item:nth-child(2) {
    margin-top: 10px;
    margin-left: 0px;
  }
  .l-footer__bottom__in__item a {
    font-size: 1.2rem;
  }
}

#footer {
  background-color: #eee;
  border-top: 10px solid #b61018;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#footer * {
  font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1;
}

#footer a {
  color: #005699;
  text-decoration: underline;
}

#footer .contents_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#footer .line3 {
  position: relative;
  background: url(/lp/cyber_security/images/common/line.png) repeat-x top;
  height: 21px;
}

#footer .line3 .lineend {
  position: absolute;
  background: url(/lp/cyber_security/images/common/line_right.png) no-repeat top;
  width: 193px;
  height: 66px;
  bottom: 0px;
  right: 0px;
}

#footer .line3 .lineendtop {
  position: absolute;
  background: url(/lp/cyber_security/images/common/line_right_top.png) no-repeat top;
  width: 193px;
  height: 66px;
  bottom: 0px;
  right: 0px;
}

#footer .cover2 {
  background: #505050;
}

#footer_bg {
  background: #DDDDDD;
  padding: 15px 0 5px;
  height: 40px;
}

#footer_bg dl {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  background: url(/lp/images/footer_txt.gif) no-repeat 0 0;
  height: 29px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

span.blank {
  display: inline-block;
  background: url(/lp/images/icon_blank.png) no-repeat left 0px;
  padding: 0px 0px 0px 18px;
  margin: 3px 0px -5px 3px;
  min-height: 16px;
  height: auto !important;
}

span.pdf {
  background: transparent url(/lp/cyber_security/images/common/icon_pdf_s.gif) no-repeat left center;
  display: inline-block;
  height: auto !important;
  margin: 0 0 0 3px;
  min-height: 16px;
  padding: 0 0 0 30px;
}

#pagetop_btn a {
  display: block;
  float: right;
  background: url(/lp/cyber_security/images/common/btn_pagetop.png) no-repeat left top;
  width: 130px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-top: -33px;
  position: relative;
}

#pagetop_btn {
  margin-bottom: 0 !important;
}

#footer_bana {
  clear: both;
  padding: 15px 0 0 10px;
  overflow: hidden;
  margin: 0 auto 20px;
}

#footer_bana li {
  float: left;
  margin-right: 30px;
}

#footer_bana li.btn04 {
  margin-right: 0;
}

#footer_bana li a {
  display: block;
  height: 54px;
  width: 217px;
  text-indent: -9999px;
  background-image: url(/lp/images/footer_bana.png);
}

#footer_bana li.btn01 a {
  background-position: 0 0;
}

#footer_bana li.btn01 a:hover {
  background-position: 217px 0;
}

#footer_bana li.btn02 a {
  background-position: 0 164px;
}

#footer_bana li.btn02 a:hover {
  background-position: 217px 164px;
}

#footer_bana li.btn03 a {
  background-position: 0 109px;
}

#footer_bana li.btn03 a:hover {
  background-position: 217px 109px;
}

#footer_bana li.btn04 a {
  background-position: 0 54px;
}

#footer_bana li.btn04 a:hover {
  background-position: 217px 54px;
}

#footer_textlink {
  font-size: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}

#footer_textlink ul {
  padding: 0 0 10px 0;
  text-align: center;
}

#footer_textlink ul:first-child {
  margin-top: 20px;
}

#footer_textlink li {
  display: inline-block;
  padding: 0 5px 0 5px;
  overflow: hidden;
  line-height: 2;
}

#footer_textlink li a {
  padding-left: 15px;
  background: url(/lp/images/d1/arrow_footer.png) no-repeat left center;
}

#footer_textlink li img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
}

#footer_textlink hr {
  max-width: 980px;
  border-top: 1px #c5c2c2 solid;
  border-bottom: 1px #fff solid;
  height: 0;
}

#footer_inner2 {
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 108%;
  border-top: 10px solid #eee;
  background: #eee;
}

#footer_inner2 li {
  display: inline;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #222;
}

#footer_inner2 li.last {
  display: inline;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#footer_inner2 li a {
  background: url(/lp/images/arrow_news.png) left center no-repeat;
  padding-left: 20px;
}

#footer_inner3 {
  background: #505050;
  color: #fff;
  font-size: 86%;
  padding: 20px 0;
  max-width: 980px;
  margin: 0 auto;
}

#footer_inner3 img {
  width: auto;
}

#footer_inner3 img:last-child,
#copyright {
  display: none;
}

#page-top {
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(80, 80, 80, 0.6);
  border-radius: 100px;
  position: fixed;
  bottom: 7%;
  right: 100px;
  z-index: 100;
  -webkit-transition: all 0s;
  transition: all 0s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #footer {
    border-top: 1px solid #cecece;
    margin-top: 0;
    padding-bottom: 62px;
    position: relative;
  }
  #footer_bg {
    background: none;
    height: auto;
  }
  #footer_bg dl {
    background: none;
    padding: 20px 10px;
    height: auto;
    overflow: visible;
    text-indent: 0;
    white-space: normal;
  }
  footer .inquiryBox {
    border-top: 1px solid #cecece;
  }
  footer .inquiry {
    padding: 20px 10px;
    text-align: center;
  }
  .inquiry_inner {
    background: #fff;
    margin-top: 15px;
    padding: 20px 10px;
  }
  .inquiry_tel {
    color: #e60000;
    font-weight: bold;
  }
  .inquiry_telnum {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
  }
  .inquiry_telnum a {
    color: #e60000 !important;
    text-decoration: none !important;
  }
  .inquiry_telnum a::before {
    content: "";
    display: inline-block;
    background: url(/lp/smp/images/common/icon_inquiry_tel.png) no-repeat 0 0;
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .inquiry_time {
    margin-top: 15px;
    line-height: 1.4;
  }
  .inquiry_time > span {
    font-weight: bold;
    display: block;
  }
  #footer_textlink {
    width: auto;
  }
  #footer_textlink li {
    display: block;
    overflow: visible;
    padding: 0;
  }
  #footer_inner2 li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none !important;
  }
  #footer_textlink ul, #footer .contents_inner {
    background-color: #fff;
    margin: 0 !important;
    padding: 0 !important;
  }
  #footer_inner2 {
    padding: 0;
    border-top: none;
    background: none;
  }
  #footer_textlink li a, #footer_inner2 li a {
    background: none;
    color: #595857;
    border-bottom: 1px solid #eeeeee;
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 11px 35px 11px 9px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }
  #footer_textlink li a:after, #footer_inner2 li a:after {
    background-image: url(/lp/cyber_security/images/common/bg_nav_fnavi_01.png);
    background-size: 6px 12px;
    content: "";
    width: 6px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
  }
  #footer_textlink li a[href$=".pdf"]:after, #footer_inner2 li a[href$=".pdf"]:after {
    background-image: url(/lp/cyber_security/images/common/icon_footer_pdf.png);
    background-size: 28px 15px;
    width: 28px;
    height: 15px;
    right: 6px;
    margin-top: -8px;
  }
  span.pdf {
    background: none;
    min-height: 0;
    padding: 0;
  }
  #copyright {
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0 5px;
  }
  #copyright img {
    width: 280px;
  }
  #footer_inner3 {
    border-bottom: 2px #E60000 solid;
    padding: 15px 5px 15px 15px;
  }
  #footer_inner3 img:last-child {
    display: block;
    width: 260px;
  }
  #pagetop_btn {
    background: #f0f0f0 url(/lp/cyber_security/images/common/btn_scroll_top.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
  }
  #pagetop_btn a {
    background: none;
    float: none;
    margin-top: 0;
    position: static;
    width: 100%;
    height: 42px;
  }
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 3%;
    right: 25px;
    font-size: 1.6rem;
  }
  #footer_bana,
  #footer_textlink hr,
  #footer_textlink li span:not(.pdf),
  #footer_inner2 li span:not(.pdf),
  #footer_textlink li.spNone:not(.pdf),
  #footer_inner3 img:first-child {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #pagetop_btn a {
    left: -10vw;
  }
  #footer_bana {
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer_bana li {
    margin-top: 20px;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.l-contents {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1030px) {
  .l-contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-contents {
    padding-right: 100px;
    padding-left: 15px;
  }
}

.fw {
  min-width: 1140px;
  overflow: hidden;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.06em;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .fw {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .fw {
    padding-bottom: 40px;
  }
}

.fw #container #contents {
  float: left;
  width: 0px;
}

.fw #container #contents.f-max {
  float: inherit;
  width: 100%;
}

.fw #container #side {
  width: 0px;
  float: right;
}

.fw section.f-section {
  margin-top: 0;
}

.fw .f-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .fw .f-section {
    padding-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-section {
    padding-bottom: 65px;
  }
}

.fw .f-section_m {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .fw .f-section_m {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-section_m {
    padding-bottom: 50px;
  }
}

.fw .f-section_s {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .fw .f-section_s {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .fw .f-section_s {
    padding-bottom: 25px;
  }
}

.fw .f-list_disc li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1140px) {
  .fw .f-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .fw {
    min-width: 320px;
  }
  .fw #container #contents {
    float: inherit;
    width: 100%;
  }
  .fw #container #contents.f-max {
    float: inherit;
    width: 100%;
  }
  .fw #container #side {
    width: initial;
    float: inherit;
  }
}

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInBottom-S {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom-S {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.txt_bold {
  font-weight: 700;
}

.ttl_gray {
  background-color: #585858;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  text-align: center;
  max-width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  .ttl_gray {
    font-size: 11px;
  }
}

.ttl_gray:before, .ttl_gray:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.ttl_gray:before {
  left: -20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #585858;
  border-bottom: 20px solid transparent;
}

.ttl_gray:after {
  right: -20px;
  border-left: 20px solid #585858;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 768px) {
  .ttl_gray {
    line-height: 30px;
  }
  .ttl_gray:before {
    left: -15px;
    border-top-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 15px;
  }
  .ttl_gray:after {
    right: -15px;
    border-left-width: 15px;
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .ttl_gray._2l {
    line-height: 1.4;
    padding: 8px 0 !important;
  }
  .ttl_gray._2l:before, .ttl_gray._2l:after {
    border-top-width: 23px;
    border-bottom-width: 23px;
  }
}

.notice {
  font-size: 12px;
  line-height: 174.6%;
}

@media screen and (max-width: 768px) {
  .notice {
    font-size: 10px;
  }
}

.notice li {
  text-indent: -1em;
  margin-left: 1em;
}

.lead {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 14px;
  }
}

.txt_gradation {
  color: #06a787;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.txt_gradation_sub {
  display: block;
  font-size: 3rem;
}

.is-ie .txt_gradation {
  background: none;
}

.is-ie .txt_gradation {
  background: none;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}

.under {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .layout-bgimg {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-ie .layout-bgimg {
    min-height: 0;
  }
}

#fix_bnr {
  position: fixed;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #fix_bnr {
    width: 50px;
    height: fit-content;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr {
    left: 0;
    bottom: 0;
    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: 100%;
  }

  .txt_gradation_sub {
    font-size: 1.6rem;
  }
}

#fix_bnr a {
  padding: 2px 0 2px 2px;
  width: 100%;
  font-size: 16px;
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #fix_bnr a {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  #fix_bnr a {
    opacity: 0;
  }
  .is-onload #fix_bnr a:nth-child(1) {
    -webkit-animation: fadeInRight .6s 3s both;
    animation: fadeInRight .6s 3s both;
  }
  .is-onload #fix_bnr a:nth-child(2) {
    -webkit-animation: fadeInRight .6s 3.2s both;
    animation: fadeInRight .6s 3.2s both;
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a {
    height: 40px;
    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;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  #fix_bnr a:after {
    content: "";
    margin-left: 8px;
    display: inline-block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    vertical-align: middle;
    width: 4px;
    height: 4px;
  }
  #fix_bnr a:before, #fix_bnr a:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: -1px;
  }
  #fix_bnr a:after {
    margin-top: 2px;
  }
  .is-scrolldown #fix_bnr a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#fix_bnr a .bg {
  padding: 25px 15px 20px 15px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #fix_bnr a .bg {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  #fix_bnr a .bg {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a .bg {
    color: #fff;
  }
}

#fix_bnr a .txt {
  line-height: 100%;
  display: block;
  writing-mode: vertical-lr;
  font-family: sans-serif;
}

#fix_bnr a.fund {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #fix_bnr a.fund {
    margin-bottom: 0;
  }
  #fix_bnr a .txt {
    writing-mode: unset;
  }
}

@media screen and (min-width: 769px) {
  #fix_bnr a.fund {
    background: -webkit-gradient(linear, left top, left bottom, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
    background: linear-gradient(180deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a.fund {
    background: -webkit-gradient(linear, right top, left top, from(#05b5ac), to(#06a787));
    background: linear-gradient(-90deg, #05b5ac, #06a787);
  }
}

@media screen and (min-width: 769px) {
  #fix_bnr a.fund .txt {
    color: #833cf9;
    background: -webkit-gradient(linear, left top, left bottom, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
    background: linear-gradient(180deg, #833cf9, #5f84dc, #05b5ac, #06a787);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  .is-ie #fix_bnr a.fund .txt {
    background: none;
  }
  .is-ie #fix_bnr a.fund .txt {
    background: none;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
  }
}

#fix_bnr a.fund:before {
  top: inherit;
  bottom: 15px;
  left: 50%;
  margin-left: -10px;
}

@media screen and (min-width: 769px) {
  #fix_bnr a.company {
    background: -webkit-gradient(linear, left bottom, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
    background: linear-gradient(0deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  }
}

@media screen and (max-width: 768px) {
  #fix_bnr a.company {
    background: -webkit-gradient(linear, left top, right top, from(#5f84dc), to(#833cf9));
    background: linear-gradient(90deg, #5f84dc, #833cf9);
  }
}

@media screen and (min-width: 769px) {
  #fix_bnr a.company .txt {
    color: #06a787;
    background: -webkit-gradient(linear, left bottom, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
    background: linear-gradient(0deg, #833cf9, #5f84dc, #05b5ac, #06a787);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  .is-ie #fix_bnr a.company .txt {
    background: none;
  }
  .is-ie #fix_bnr a.company .txt {
    background: none;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
  }
}

#fix_bnr a.company:before {
  top: inherit;
  bottom: 20px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 200;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#loading:before {
  content: "";
  display: block;
  border: 4px solid rgba(182, 16, 24, 0.4);
  border-left: 4px solid #b61018;
  -webkit-animation: loading 0.6s infinite linear;
  animation: loading 0.6s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.is-onload #loading {
  opacity: 0;
}

#pagetop {
  right: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    height: 30px;
  }
}

.is-scrolldown #pagetop {
  opacity: 1;
}

#pagetop a {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #pagetop a {
    position: relative;
  }
  #pagetop a:before {
    content: "";
    display: block;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
  }
  #pagetop a:before {
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  #pagetop a {
    position: relative;
  }
  #pagetop a:before {
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
  }
  #pagetop a:before {
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
  }
}

#pagetop a:before {
  right: 0;
  left: 0;
  margin: 3px auto 0;
}

@media screen and (max-width: 768px) {
  #pagetop a:before {
    margin: 1px auto 0;
  }
}

.visual {
  padding: 0 20px;
  min-height: 800px;
  height: calc( 100vh - 68px);
  color: #fff;
  background-size: cover !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .visual {
    padding: 3vh 0;
  }
}

@media screen and (max-width: 768px) {
  .visual {
    min-height: 630px;
  }
}

@media screen and (max-width: 768px) {
  .visual {
    height: calc( 100vh - 34px - 81px);
  }
}

.visual * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .visual {
    background: url(/lp/cyber_security/images/visual_bg_pc.jpg) no-repeat 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .visual {
    background: url(/lp/cyber_security/images/visual_bg_sp.jpg) no-repeat top center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 737px) {
  .visual {
    min-height: 110vh;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .visual {
    min-height: 265vh;
    padding-top: 10vh !important;
  }
}

.visual:before {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.visual:after {
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.visual .ani-wra {
  overflow: hidden;
}

.visual .ani-wra > * {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

.visual .ani1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.visual .ani2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.visual .ani3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.visual .ani4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.visual .ani5 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.visual .ani6 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.visual .ani7 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-onload .visual:before {
  opacity: 1;
}

.is-onload .visual:after {
  opacity: 0;
}

.is-onload .visual .ani-wra > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.visual a {
  color: #fff;
}

.visual:before {
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .visual:before {
    background: url(/lp/cyber_security/images/visual_bg_key_pc.png) no-repeat 50%;
  }
}

/* .visual:after {
  content: "";
  display: block;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  pointer-events: none;
} */

.visual-inner {
  padding: 0 0 0 300px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .visual-inner {
    padding: 0 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  .visual-inner {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@media screen and (max-width: 768px) {
  .visual-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.visual-subttl {
  font-size: 4rem;
  letter-spacing: .1em;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .visual-subttl {
    font-size: 4.8vw;
  }
}

.visual-ttl {
  margin-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .visual-ttl {
    margin-top: 35px;
  }
}

.visual-ttl img {
  height: 132px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .visual-ttl img {
    height: auto;
  }
}

.visual-ttl img:nth-child(1) {
  margin-right: 20px;
}

.visual-ttl img:nth-child(2) {
  display: none;
}

.visual-ttl img:nth-child(3) {
  display: none;
}

@media screen and (max-width: 768px) {
  .visual-inner {
    overflow: hidden;
  }

  .visual-ttl {
    padding-right: calc(50vw - 57%);
    padding-left: calc(50vw - 57%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .visual-ttl img {
    display: block;
    margin: 0 auto;
  }

  .visual-ttl img:nth-child(1) {
    display: none;
  }

  .visual-ttl img:nth-child(2) {
    display: block;
  }
}

.visual-txt {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .visual-txt {
    margin-top: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .visual-txt {
    font-size: 5.2vw;
  }
}

.visual-txt .smaller {
  font-size: .6em;
  display: block;
}

.visual-txt .hedge {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-top: 0;
  margin-top: .3em;
}

@media screen and (max-width: 768px) {
  .visual-txt .hedge {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .visual-txt .hedge {
    margin-top: 1.3vw;
  }
}

.visual-btn, .visual-notice {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .visual-btn, .visual-notice {
    width: 255px;
  }
}

@media screen and (max-width: 768px) {
  .visual-btn, .visual-notice {
    margin-left: auto;
    margin-right: auto;
  }
}

.visual-notice {
  font-size: 1.2rem;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .visual-notice {
    font-size: 0.8rem;
  }
}

.visual-notice a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .visual-award {
    margin-top: 10px;
  }
}

.visual-award-img {
  width: 205px;
}

@media screen and (max-width: 768px) {
  .visual-award-img {
    width: 24%;
  }
}

.visual-btn {
  padding: 0 10px;
  height: 60px;
  font-size: 20px;
  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;
  border-radius: 100px;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  -webkit-animation: gradient 4s infinite;
  animation: gradient 4s infinite;
  background-size: 150% 150%;
  text-align: center;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .visual-btn {
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .visual-btn {
    font-size: 16px;
  }
}

.visual-btn_wra {
  margin-top: 25px;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .visual-btn_wra {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .visual-btn_wra {
    margin-bottom: 5px;
  }
}

.visual-link {
  font-size: 1.6rem;
  margin-top: 10px;
  text-decoration: underline !important;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .visual-link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .visual-link {
    margin-top: 6px;
  }
}

.visual-link span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}

.visual-disc {
  font-size: 1.4rem;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .visual-disc {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .visual-disc {
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .visual-notice {
    white-space: normal;
    text-align: left;
  }
  .visual-txt .hedge {
    text-align: left;
    display: inline-block;
  }
  .visual-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visual-order > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .visual-order > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .visual-award .f-flex {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

.visual .nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.visual .nav.is-fixed {
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: auto;
}

.visual .nav.is-fixed .nav-list a {
  padding: 16px 5px;
  background: rgba(88, 88, 88, 0.8);
}

@media screen and (max-width: 768px) {
  .visual .nav.is-fixed .nav-list a {
    padding: 8px 5px;
  }
}

.visual .nav.is-fixed .nav-list a span, .visual .nav.is-fixed .nav-list a br {
  display: none;
}

.visual .nav.is-fixed .nav-list a p:after {
  display: none;
}

.visual .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.visual .nav-list li {
  flex-grow: 1;
}

.visual .nav-list li:not(:last-child) {
  border-right: 1px solid #fff;
}

.visual .nav-list a {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 16px 5px 20px;
  position: relative;
  height: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .visual .nav-list a {
    padding: 8px 5px;
  }
}

@media screen and (max-width: 768px) {
  .visual .nav-list a {
    font-size: 1.2rem;
  }
}

.visual .nav-list a span {
  font-size: .78em;
}

.visual .nav-list a p {
  position: relative;
}

.visual .nav-list a:before, .visual .nav-list a p:after {
  content: "";
  display: block;
  position: absolute;
}

.visual .nav-list a:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.visual .nav-list a p:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.visual .nav-list a:hover:before {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .visual .nav {
    min-width: 1140px;
  }
  .visual .nav.is-fixed .nav-list li.is-current a:before {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .visual .nav {
    bottom: -81px;
  }
  .visual .nav.is-fixed .nav-list {
    height: 40px;
    overflow: hidden;
    -webkit-transition: height .4s;
    transition: height .4s;
    cursor: pointer;
  }
  .visual .nav.is-fixed .nav-list li {
    width: 100%;
    height: 40px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: none;
  }
  .visual .nav.is-fixed .nav-list li.is-current {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .visual .nav.is-fixed .nav-list li.is-current a {
    pointer-events: none;
    background: #626260;
  }
  .visual .nav.is-fixed .nav-list li.is-current p:after {
    display: inline-block;
    position: static;
    margin-left: 12px;
    width: 5px;
    height: 5px;
    border-width: 1px;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -4px;
    -webkit-transform: translateY(-40%) rotate(135deg);
    transform: translateY(-40%) rotate(135deg);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .visual .nav.is-open .nav-list {
    height: 160px;
  }
  .visual .nav.is-open .nav-list li.is-current p:after {
    -webkit-transform: translateY(-20%) rotate(-45deg);
    transform: translateY(-20%) rotate(-45deg);
  }
  .visual .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visual .nav-list li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
  }
  .visual .nav-list li:nth-child(2n) {
    border-right: none;
  }
  .visual .nav-list li:nth-child(2n - 1) {
    border-right: 1px solid #fff;
  }
  .visual .nav-list li:nth-child(-n + 2) {
    border-bottom: 1px solid #fff;
  }
  .visual .nav-list a {
    background-color: #000;
  }
  .visual .nav-list a span {
    display: none;
  }
  .visual .nav-list a p:after {
    display: none;
  }
}

.evolution {
  overflow: hidden;
  background: url(/lp/cyber_security/images/evolution_bg.jpg) #fff no-repeat 0 50% fixed;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .evolution {
    padding: 140px 0 0;
  }
}

.evolution.j-scroll-effect .a-ttl, .evolution.j-scroll-effect .f-inner {
  opacity: 0;
}

.evolution.j-scroll-effect.j-scroll-effect_start .a-ttl, .evolution.j-scroll-effect.j-scroll-effect_start .f-inner {
  -webkit-animation: fadeInBottom-S 1s both;
  animation: fadeInBottom-S 1s both;
}

.evolution .a-ttl {
  padding-bottom: 20px;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .evolution .a-ttl {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .evolution .a-ttl {
    font-size: 2.2rem;
  }
}

.evolution .ttl_gray {
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .evolution .ttl_gray {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .evolution .ttl_gray {
    margin: 25px 0 10px;
  }
}

.evolution-graph {
  margin: 35px 0;
}

@media screen and (max-width: 768px) {
  .evolution-graph {
    margin: 0 0 20px;
  }
}

.evolution-graph-img {
  margin: 0 auto;
}

.evolution-graph-img_1 {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .evolution-graph-img_1 {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .evolution-graph-img_1 {
    width: 80%;
  }
}

.evolution-graph-img_2 {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .evolution-graph-img_2 {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .evolution-graph-img_2 {
    width: 80%;
  }
}

.evolution-notice {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .evolution-notice {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .evolution-notice {
    margin-top: 20px;
  }
}

.evolution-notice-ttl:not(:first-of-type) {
  /* margin-top: 24px; */
}

@media screen and (max-width: 768px) {
  .evolution {
    background-attachment: local;
    background-size: auto 70%;
    background-position: 45% top;
  }
}

.faq {
  padding: 75px 0;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    margin: 10px 0;
  }
}

.faq .ttl_gray {
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .faq .ttl_gray {
    width: 100%;
  }
}

.faq .lead {
  margin-bottom: 15px;
}

.faq-ttl {
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq-ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .faq-ttl {
    padding: 20px;
  }
}

.faq-ttl:after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.faq-ttl:before, .faq-ttl:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -5px;
}

.faq-ttl:after {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translateY(-40%) rotate(135deg);
  transform: translateY(-40%) rotate(135deg);
  margin-top: 0;
}

.faq-ttl:not(.is-open):hover {
  opacity: .7;
}

.faq-ttl.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-detail {
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height .6s, visibility .6s;
  transition: max-height .6s, visibility .6s;
  overflow: hidden;
  border-left: 5px solid #06a787;
  border-right: 5px solid #833cf9;
  position: relative;
}

.faq-detail:after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
}

.faq-detail.is-open {
  max-height: 9999px;
  visibility: visible;
}

.faq-detail.is-open .faq-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.faq-block {
  text-align: center;
  padding: 45px 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .6s, visibility .8s, -webkit-transform .8s;
  transition: opacity .6s, visibility .8s, -webkit-transform .8s;
  transition: opacity .6s, visibility .8s, transform .8s;
  transition: opacity .6s, visibility .8s, transform .8s, -webkit-transform .8s;
}

@media screen and (max-width: 768px) {
  .faq-block {
    padding: 20px 15px;
  }
}

.faq-graph {
  width: 700px;
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .faq-graph {
    width: 100%;
  }
}

.faq-notice {
  text-align: left;
  background-color: #e5e5e5;
  padding: 25px 40px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .faq-notice {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .faq-notice {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .faq .ttl_gray {
    display: inline-block;
  }
  .faq-detail {
    border-width: 3px;
  }
  .faq-ttl:after {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 25px;
  }
  .faq-notice_s {
    font-size: 10px;
    line-height: 1.7;
  }
}

.security {
  background: url(/lp/cyber_security/images/security_bg.jpg) fixed no-repeat 50%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.security.j-scroll-effect .a-ttl, .security.j-scroll-effect .f-inner {
  opacity: 0;
}

.security.j-scroll-effect.j-scroll-effect_start .a-ttl, .security.j-scroll-effect.j-scroll-effect_start .f-inner {
  -webkit-animation: fadeInBottom-S 1s both;
  animation: fadeInBottom-S 1s both;
}

.security .a-ttl {
  padding-bottom: 20px;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .security .a-ttl {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .security .a-ttl {
    font-size: 2.2rem;
  }
}

.security-notice {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 40px;
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .security-notice {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .security-notice {
    margin-top: 20px;
  }
}

.security-graph {
  margin-top: 35px;
}

.security-graph .ttl_gray {
  width: 467px;
  margin: 35px auto 25px;
}

@media screen and (max-width: 768px) {
  .security-graph .ttl_gray {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .security-graph .ttl_gray {
    margin: 20px auto 15px;
  }
}

.security-graph-img {
  width: 524px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .security-graph-img {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .security-graph-img {
    width: 86%;
  }
}

.security-graph-box {
  position: relative;
  width: 91.6%;
  margin: 0 auto;
}

.security-graph-box:before {
  display: block;
  content: '';
  padding-top: 48.6%;
}

.security-graph.is-animated .security-circle_small {
  opacity: 1;
}

.security-graph.is-animated .security-circle_large {
  width: 48.7%;
  left: 69.4%;
  background-position: 100% 0;
}

.security-graph.is-animated .security-circle_large span:last-of-type img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.security-graph.is-animated .security-circle_large span:first-of-type img {
  opacity: 0;
}

.security-graph.is-animated .security-light {
  opacity: 1;
  visibility: visible;
}

.security-circle {
  width: 27.4%;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  background-size: 300%;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  left: -7.3%;
  border-radius: 50%;
}

.security-circle:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.security-circle_large {
  z-index: 1;
  -webkit-transition: width .8s, left .8s, background-position .8s;
  transition: width .8s, left .8s, background-position .8s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.security-circle_large .security-circle-price span:last-of-type img {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.security-circle_small {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.security-circle-price span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
  width: 70%;
  display: block;
  overflow: hidden;
}

.security-circle-price img {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
}

.security-light {
  width: 88%;
  position: absolute;
  left: 4.6%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.4s, visibility 1.4s;
  transition: opacity 1.4s, visibility 1.4s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.security-year {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .security-year {
    margin-top: 10px;
  }
}

.security-year img {
  display: block;
}

@media screen and (max-width: 768px) {
  .security {
    background-attachment: local;
  }
  .security-graph-img {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

.digitalization {
  background: -webkit-gradient(linear, left bottom, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(0deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  background-size: 200% 200%;
  -webkit-animation: gradient 6s ease infinite;
  animation: gradient 6s ease infinite;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.digitalization.j-scroll-effect {
  overflow: hidden;
}

.digitalization.j-scroll-effect .digitalization-cnt {
  opacity: 0;
}

.digitalization.j-scroll-effect.j-scroll-effect_start .digitalization-cnt {
  -webkit-animation: fadeInRight 1s both;
  animation: fadeInRight 1s both;
}

.digitalization .f-inner {
  padding-left: 30%;
}

.digitalization .ttl_gray {
  width: 82.2%;
  min-width: 310px;
  margin: 32px auto 24px;
}

@media screen and (max-width: 768px) {
  .digitalization .ttl_gray {
    width: 310px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .digitalization .ttl_gray {
    margin: 25px auto 16px;
  }
}

.digitalization-img {
  background: url(/lp/cyber_security/images/digitalization_bg.jpg) no-repeat top center/cover;
  width: 36.4%;
  position: relative;
}

.digitalization-arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f6f3));
  background: linear-gradient(180deg, #fff, #e6f6f3);
  width: 80px;
  height: calc(100% - 128px);
  position: absolute;
  top: 0;
  right: -40px;
}

.digitalization-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 72px solid transparent;
  border-right: 72px solid transparent;
  border-top: 128px solid #e6f6f3;
  position: absolute;
  bottom: -128px;
  left: -32px;
}

.digitalization-arrow-img {
  width: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.digitalization-cnt {
  width: 63.6%;
  padding: 100px 10%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .digitalization-cnt {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .digitalization-cnt {
    padding: 70px 20px;
  }
}

.digitalization-graph {
  margin: 0 auto 42px;
  max-width: 570px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .digitalization-graph {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .digitalization-graph {
    max-width: 288px;
  }
}

.digitalization-graph.is-animated .digitalization-graph-grow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.digitalization-graph.is-animated .digitalization-graph-multiple img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.digitalization-graph.is-animated .digitalization-graph-byte_2024 {
  opacity: 1;
}

.digitalization-graph-byte_2024 {
  width: 50%;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.digitalization-graph-byte_2010 {
  width: 39%;
  position: absolute;
  bottom: 0;
  left: 0.7%;
}

.digitalization-graph-multiple {
  width: 20%;
  position: absolute;
  top: 26%;
  left: 25%;
  overflow: hidden;
}

.digitalization-graph-multiple img {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform ease .6s;
  transition: -webkit-transform ease .6s;
  transition: transform ease .6s;
  transition: transform ease .6s, -webkit-transform ease .6s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.digitalization-graph-grow {
  width: 12%;
  position: absolute;
  top: 49%;
  left: 37%;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform ease .8s;
  transition: -webkit-transform ease .8s;
  transition: transform ease .8s;
  transition: transform ease .8s, -webkit-transform ease .8s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.digitalization .notice {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .digitalization {
    min-height: 100vh;
  }
  .is-ie .digitalization {
    min-height: 0;
  }
  .digitalization-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .digitalization .a-ttl {
    padding-bottom: 12px;
  }
  .digitalization-img {
    display: none;
  }
  .digitalization-cnt {
    text-align: center;
  }
}

.damage {
  background: url(/lp/cyber_security/images/damage_bg.jpg) fixed no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
}

.damage .lead {
  margin-bottom: 16px;
}

.damage .f-inner {
  width: 100%;
}

.damage-wrap {
  margin-top: 70px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .damage-wrap {
    margin-top: 0;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .damage-wrap > div {
    margin-top: 40px;
  }
}

.damage-num {
  margin: 25px 20px;
}

@media screen and (max-width: 768px) {
  .damage-num {
    margin: 10px auto 20px;
  }
}

.damage-num img {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .damage-num img {
    height: auto;
  }
}

.damage-box {
  position: relative;

}

.damage-box:before, .damage-box:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
}

.damage-box:before {
  top: 0;
}

.damage-box:after {
  bottom: 0;
}

.damage-box-ttl {
  font-size: 2rem;
  font-weight: 700;
  width: 450px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  line-height: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .damage-box-ttl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .damage-box-ttl {
    width: 290px;
  }
}

.damage-box-ttl:before, .damage-box-ttl:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.damage-box-ttl:before {
  left: -20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #06a787;
  border-bottom: 20px solid transparent;
}

.damage-box-ttl:after {
  right: -20px;
  border-left: 20px solid #833cf9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.damage-box-txt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .damage-box-txt {
    font-size: 2rem;
  }
}

.damage-box-q {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: background-color .4s, visibility .6s, opacity .4sf;
  transition: background-color .4s, visibility .6s, opacity .4sf;
}

@media screen and (max-width: 768px) {
  .damage-box-q {
    font-size: 1.6rem;
  }
}

.damage-box-q:after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  width: 6px;
  height: 6px;
}

.damage-box-q:before, .damage-box-q:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -5px;
}

.damage-box-q:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.damage-box-q.is-open {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.damage-box-a {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s, visibility 1.2s;
  transition: max-height 1s, visibility 1.2s;
}

.damage-box-a.is-open {
  padding: 0 20px 40px;
  visibility: visible;
  max-height: 9999px;
}

@media screen and (max-width: 768px) {
  .damage-box-a.is-open {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .damage {
    background-attachment: local;
  }
  .damage-box-ttl {
    line-height: 26px;
  }
  .damage-box-ttl:before {
    left: -13px;
    border-top-width: 13px;
    border-right-width: 13px;
    border-bottom-width: 13px;
  }
  .damage-box-ttl:after {
    right: -13px;
    border-left-width: 13px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }
  .damage-box-q {
    line-height: 40px;
  }
}

.damage-disc{
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .damage-disc{
    font-size: 0.5rem;
  }
}

.case {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.case .f-inner {
  position: relative;
}

.case-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-out 1.2s, visibility 1.2s;
  transition: opacity ease-out 1.2s, visibility 1.2s;
}

.case-bg_1 {
  background: url(/lp/cyber_security/images/case_bg_1.jpg) fixed no-repeat center center/cover;
}

.case-bg_2 {
  background: url(/lp/cyber_security/images/case_bg_2.jpg) fixed no-repeat center center/cover;
}

.case-bg_3 {
  background: url(/lp/cyber_security/images/case_bg_3.jpg) fixed no-repeat center center/cover;
}

.case-bg.is-show {
  opacity: 1;
  visibility: visible;
}

.case-ttl {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: right;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .case-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .case-ttl {
    margin-bottom: 18px;
  }
}

.case_left {
  width: 63.2%;
}

@media screen and (max-width: 768px) {
  .case_left {
    width: calc(100% + 20px);
  }
}

.case_right {
  width: 60.5%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .case_right {
    width: 100%;
  }
}

.case-slider {
  border: 1px solid #fff;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .case-slider {
    height: auto;
  }
}

.case-slider .swiper-container {
  height: 100%;
}

.case-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .case-slider .swiper-slide {
    height: auto;
  }
}

.case-slider-cnt {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .case-slider-cnt {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .case-slider-cnt {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .case-slider-cnt {
    padding: 20px 30px;
  }
}

.case-slider-ttl {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  margin-bottom: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.case-slider-ttl .case-slider-ttl__sub {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .case-slider-ttl {
    font-size: 2rem;
  }

  .case-slider-ttl .case-slider-ttl__sub {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .case-slider-ttl {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .case-slider-txt {
    font-size: 1.2rem;
  }
}

.case-slider-total {
  width: 168px;
  max-width: 168px;
  margin: 32px 0 20px;
}

@media screen and (max-width: 768px) {
  .case-slider-total {
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  .case-slider-total {
    margin: 25px 0 10px;
  }
}

.case-slider-num img {
  width: auto;
  max-width: none;
  height: 90px;
}

.case-slider-num > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease-out 1.2s, visibility 1.2s;
  transition: opacity ease-out 1.2s, visibility 1.2s;
  position: absolute;
  bottom: 0;
  left: 89.3%;
}

.case-slider-num .is-show {
  opacity: 1;
  visibility: visible;
}

.case-slider-btn_prev {
  position: relative;
  left: -30px;
}

.case-slider-btn_prev:before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
}

.case-slider-btn_prev:before {
  right: 18px;
}

.case-slider-btn_prev:before {
  transform: translate(0, -50%) rotate(-135deg);
  -webkit-transform: translate(0, -50%) rotate(-135deg);
}

.case-slider-btn_next {
  position: relative;
  right: -30px;
}

.case-slider-btn_next:before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
}

.case-slider-btn_next:before {
  left: 18px;
}

.case-slider-btn_next:before {
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
}

.case-slider-btn_next, .case-slider-btn_prev {
  background-color: #06a787;
  width: 60px;
  height: 60px;
  border: 0;
  outline: 0;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  position: absolute;
  top: 50%;
  z-index: 7;
  -webkit-transition: opacity .6s, visibility .6s;
  transition: opacity .6s, visibility .6s;
}

@media screen and (max-width: 768px) {
  .case-slider-btn_next, .case-slider-btn_prev {
    width: 35px;
  }
}

.case-slider-btn_next:hover, .case-slider-btn_prev:hover {
  background-color: #833cf9;
}

.case-slider-btn_next.swiper-button-disabled, .case-slider-btn_prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1320px) and (min-width: 769px) {
  .case .f-inner {
    padding: 0 54px;
  }
  .case-slider-btn_prev {
    left: 54px;
  }
  .case-slider-btn_next {
    right: 54px;
  }
}

@media screen and (min-width: 769px) {
  .case_left {
    width: 63.2%;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .case-bg {
    background-attachment: local;
  }
  .case-ttl {
    text-align: center;
  }
  .case_right {
    -webkit-transform: translateX(21px);
    transform: translateX(21px);
  }
  .case-slider {
    border-top: none;
  }
  .case-slider_thumb {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .case-slider-num {
    display: none;
  }
  .case-slider-btn_prev, .case-slider-btn_next {
    top: -40px;
  }
  .case-slider-btn_prev:before, .case-slider-btn_next:before {
    width: 12px;
    height: 12px;
  }
  .case-slider-btn_prev {
    left: 0;
  }
  .case-slider-btn_prev:before {
    right: 8px;
  }
  .case-slider-btn_next {
    right: 0;
  }
  .case-slider-btn_next:before {
    left: 8px;
  }
}

.field {
  background: url(/lp/cyber_security/images/field_bg.jpg) fixed no-repeat 50%/cover;
  position: relative;
}

.field .ttl_gray {
  margin: 0 auto 25px;
  max-width: 468px;
}

@media screen and (max-width: 768px) {
  .field .ttl_gray {
    margin: 0 auto;
  }
}

.field .notice {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .field .notice {
    margin-top: 20px;
  }
}

.is-ie .field img {
  width: 100%;
  min-width: 0;
}

.field_right, .field_left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .field_right, .field_left {
    width: 100%;
  }
}

.field_left {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.field_right {
  color: #fff;
  margin: 0 0 0 auto;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  position: relative;
}

.field-block {
  min-height: 800px;
  height: 100vh;
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .field-block {
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .field-block {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .field-block {
    padding: 0;
  }
}

.field-block_left {
  padding: 70px 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .field-block_left {
    padding: 0;
  }
}

.is-ie .field-block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-block-ttl {
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .field-block-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .field-block-ttl {
    margin-bottom: 10px;
  }
}

.field-img {
  max-width: 560px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .field-img {
    max-width: 370px;
  }
}

.field-icon {
  max-width: 370px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .field-icon {
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .field-icon {
    margin: 10px auto;
  }
}

.field-txt {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .field-txt {
    font-size: 1.4rem;
  }
}

.field-distance {
  width: 150px;
  position: absolute;
  top: 50%;
  right: -75px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field .notice {
    max-width: 680px;
    text-align: left;
    padding-right: 65px;
  }
  .field.is-block_0 .field_right {
    background-color: rgba(88, 88, 88, 0.9);
  }
  .field.is-block_1 .field_right {
    background-color: rgba(132, 62, 248, 0.9);
  }
  .field_left {
    position: relative;
    top: 0;
    z-index: 10;
    height: 100vh;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-ie .field_left {
    height: auto;
    min-height: 0;
  }
  .field_right {
    background-color: rgba(88, 88, 88, 0.9);
  }
  .field-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .field-block_0:after {
    content: "";
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
  }
  .field-img > div {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .8s, visibility .8s;
    transition: opacity .8s, visibility .8s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .field-img > div.field-img_1, .field-img > div.field-img_2, .field-img > div.field-img_3, .field-img > div.field-img_4, .field-img > div.field-img_5 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .field-img > div.is-show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .field {
    text-align: center;
    background: none;
  }
  .field .ttl_gray {
    display: inline-block;
    padding: 0 20px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
  }
  .field .notice {
    opacity: .6;
  }
  .field_left {
    display: none;
  }
  .field-block {
    background: url(/lp/cyber_security/images/field_bg.jpg) no-repeat 50%/cover;
  }
  .field-block_0 .field-block_upper {
    background-color: rgba(88, 88, 88, 0.9);
  }
  .field-block_1 .field-block_upper {
    background-color: rgba(132, 62, 248, 0.9);
  }
  .field-block_2 .field-block_upper {
    background-color: rgba(98, 128, 222, 0.9);
  }
  .field-block_3 .field-block_upper {
    background-color: rgba(43, 165, 194, 0.9);
  }
  .field-block_4 .field-block_upper {
    background-color: rgba(5, 181, 168, 0.9);
  }
  .field-block_5 .field-block_upper {
    background-color: rgba(5, 168, 138, 0.9);
  }
  .field-block_upper {
    padding: 65px 20px 48px;
  }
  .field-block_lower {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 20px 28px;
  }
  .field-distance {
    display: none;
  }
}

#damage.j-scroll-effect {
  overflow: hidden;
}

#damage.j-scroll-effect .f-flex > *:nth-child(1), #damage.j-scroll-effect .f-flex > *:nth-child(1) .a-ttl {
  opacity: 0;
}

#damage.j-scroll-effect .f-flex > *:nth-child(2), #damage.j-scroll-effect .f-flex > *:nth-child(2) .a-ttl {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #damage.j-scroll-effect .f-flex > *:nth-child(1), #damage.j-scroll-effect .f-flex > *:nth-child(1) .a-ttl {
    margin-bottom: 10px;
  }
}

#damage.j-scroll-effect.j-scroll-effect_start .f-flex > *:nth-child(1), #damage.j-scroll-effect.j-scroll-effect_start .f-flex > *:nth-child(1) .a-ttl {
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
}

#damage.j-scroll-effect.j-scroll-effect_start .f-flex > *:nth-child(2), #damage.j-scroll-effect.j-scroll-effect_start .f-flex > *:nth-child(2) .a-ttl {
  -webkit-animation: fadeInRight 1s both;
  animation: fadeInRight 1s both;
}

.fund {
  background: url(/lp/cyber_security/images/movie_bg.jpg) no-repeat #fff center bottom/100% auto;
  text-align: center;
}

.fund .a-ttl {
  letter-spacing: .12em;
}

.fund .a-ttl.txt-gradation {
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .fund .a-ttl.txt-gradation {
    padding-bottom: 35px;
  }
}

.fund-movie {
  width: 980px;
  text-align: center;
  margin: 25px auto 60px;
}

@media screen and (max-width: 768px) {
  .fund-movie {
    width: calc( 100% - 40px);
    max-width: 400px;
    margin: 16px auto 40px;
  }
}

.fund-movie-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.fund-movie-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url(/lp/cyber_security/images/movie_play.png) no-repeat 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .fund-movie-link:before {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fund-movie-link:before {
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fund-movie-link:before {
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .fund-movie-link:before {
    height: 25px;
  }
}

.fund-movie-link img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* .fund-movie-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

.fund-txt {
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 150%;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .fund-txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fund-txt {
    font-size: 1.3rem;
  }
}

.fund-txt .time {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .fund-txt .time {
    font-size: 1.1rem;
  }
}

.fund-box {
  background-color: rgba(88, 88, 88, 0.1);
  border-radius: 20px;
  padding: 48px 40px;
  margin-top: 25px;
  color: #585858;
}

@media screen and (max-width: 768px) {
  .fund-box {
    padding: 20px;
  }
}

.fund-box .a-ttl {
  color: #585858;
  padding: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .fund-box .a-ttl {
    padding: 10px;
  }
}

.fund-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  max-width: 836px;
  margin-inline: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.fund-list li {
  margin: 20px 10px 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media screen and (max-width: 768px) {
  .fund-list  {
    width: 100%;
  }

  .fund-list li {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .fund-list li {
    width: 100%;
  }
}

.fund-list li:hover {
  opacity: .8;
}

.fund-list li:hover a.fund-btn {
  -webkit-animation: gradient 6s ease infinite;
  animation: gradient 6s ease infinite;
}

.fund-list li .fund-btn.fund-btn--type-01 {
  background: -webkit-gradient(linear, left top, right top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  -webkit-transition: background-position .4s;
  transition: background-position .4s;
  background-size: 200%;
  background-position: 0 0;
}
.fund-list li .fund-btn.fund-btn--type-02 {
  background: -webkit-gradient(linear, right top, left top, from(#833cf9), color-stop(#5f84dc), color-stop(#05b5ac), to(#06a787));
  background: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787);
  -webkit-transition: background-position .4s;
  transition: background-position .4s;
  background-size: 200%;
  background-position: 0 0;
}

.fund a.fund-btn {
  display: block;
  width: 398px;
  height: 90px;
  color: #fff;
  line-height: 1.5;
  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;
  border-radius: 45px;
}

@media screen and (max-width: 768px) {
  .fund a.fund-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fund a.fund-btn {
    height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .fund a.fund-btn {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .fund {
    background-attachment: local;
  }

  .fund-list li .fund-btn {
    -webkit-transition: background-position .4s;
    transition: background-position .4s;
    background-size: 100%;
  }
}

.feature .m-list_dl_square > dt {
  color: #823ef8;
}

.feature .f-box_solid {
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #823ef8;
  color: #823ef8;
}

@media screen and (max-width: 768px) {
  .feature .f-box_solid {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .feature .f-box_solid {
    margin-bottom: 16px;
  }
}

.feature-list > li {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .feature-list > li {
    padding-bottom: 20px;
  }
}

.feature-list_ttl {
  color: #a982fa;
  padding-bottom: 5px;
}

.feature-txt.f-txt_red.under {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .feature-txt.f-txt_red.under {
    padding-top: 5px;
  }
}

.feature-table {
  width: 100%;
  margin: 32px 0 6px;
  border: 1px solid  #a982fa;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .feature-table {
    font-size: 1rem;
  }
}

.feature-table tr:nth-child(2n - 1) {
  background-color: #f0e9ff;
}

.feature-table th, .feature-table td {
  padding: 4px 5px;
  text-align: center;
}

.feature-table th {
  background-color: #a982fa;
  color: #fff;
  border-right: 1px solid  #fff;
}

.feature-table td {
  border-right: 1px solid  #a982fa;
}

#status .status-txt {
  padding-top: 45px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #status .status-txt {
    padding-top: 36px;
  }
}

#risk .a-ttl_s, #cost .a-ttl_s {
  color: #05ad90;
}

#risk .m-list_dl_square > dt, #cost .m-list_dl_square > dt {
  color: #65C3B2;
}

#risk .risk-txt.f-txt_red.under {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  #risk .risk-txt.f-txt_red.under {
    padding-top: 5px;
  }
}

#cost .cost-attention {
  color: rgba(17, 17, 17, 0.8);
}

#cost .cost-attention .m-list_dl_square > dt {
  color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 768px) {
  #j-modal_youtube_box_inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #j-modal_youtube_box_close {
    right: 13px !important;
  }
}

.report {
  color: #fff;
}

.report .modal-ttl {
  padding-bottom: 16px !important;
  text-align: center;
}

.report-slider {
  position: relative;
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .report-slider {
    margin: 0 20px;
  }
}

.report-slider-btn_prev, .report-slider-btn_next {
  position: absolute;
  background: none;
  top: 50%;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

@media screen and (max-width: 768px) {
  .report-slider-btn_prev, .report-slider-btn_next {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .report-slider-btn_prev, .report-slider-btn_next {
    height: 30px;
  }
}

.report-slider-btn_prev:before, .report-slider-btn_next:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid;
  -webkit-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg);
}

.report-slider-btn_prev.swiper-button-disabled, .report-slider-btn_next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.report-slider-btn_prev {
  left: -40px;
}

.report-slider-btn_prev:before {
  border-color: transparent transparent #fff #fff;
}

.report-slider-btn_next {
  right: -40px;
}

.report-slider-btn_next:before {
  border-color: #fff #fff transparent transparent;
}

.report-slider-pagination {
  margin-top: 40px;
  text-align: center;
}

.report-slider-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
}

.report-notice {
  color: #ccc;
  margin-top: 18px;
}

.report-ttl {
  text-align: center;
  max-width: 310px;
  margin: 0 auto 20px;
  line-height: 1.3;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .report-ttl {
    margin: 20px auto 10px;
  }
}

@media screen and (max-width: 768px) {
  .report-ttl {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .report-ttl {
    font-size: 1.2rem;
  }
}

.report-ttl_blue {
  background-color: #22a8be;
}

.report-ttl_green {
  background-color: #06a888;
}
.f-flex6.f-flex12_s {
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  .evolution-graph.f-flex > .f-flex6.f-flex12_s {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 378px) {
  h4.ttl_gray._2l .f-display_s {
    display: none;
  }
}
@media screen and (max-width: 341px) {
  .ttl_gray {
    font-size: 10px;
  }
}
.f-flex6 .report-graph div {
  margin: auto;
}

.risk_pos {
  position: absolute;
  top: -25%;
  right: 5%;
}

/* field-block_midde */

.field-block_midde {
  margin-top: 30px;
  width: 100%;
  max-width: 358px;
  margin-inline: auto;
}

.field-block_midde.field-block_midde--type-01 .field-block_midde__txt {
  color: #5213be;
}

.field-block_midde.field-block_midde--type-02 .field-block_midde__txt {
  color: #1f43b2;
}

.field-block_midde.field-block_midde--type-03 .field-block_midde__txt {
  color: #136a7e;
}

.field-block_midde.field-block_midde--type-04 .field-block_midde__txt {
  color: #0d8681;
}

.field-block_midde.field-block_midde--type-05 .field-block_midde__txt {
  color: #066453;
}

.field-block_midde__txt {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  font-weight: bold;
}

.field-block_midde__txt-sub {
  font-size: 14px;
}

.field-block_midde__txt-main {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .risk_pos {
    top: 0;
    right: 6%;
  }

  .field-block_midde__txt {
    padding: 15px;
  }
}

/* fund-attraction */
.fund-attraction {
  background: url(/lp/cyber_security/images/fund-attraction_bg.png) fixed no-repeat 50%;
  background-size: cover;
  position: relative;
  text-align: center;
}

.fund-attraction .f-inner {
  max-width: 930px;
  margin-inline: auto;
}

.fund-attraction .txt_with_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fund-attraction .txt_with_sub:not(:first-child) {
  margin-top: 50px;
  padding-bottom: 0;
}

.fund-attraction .txt_with_sub .txt-sub-wrap {
  margin-bottom: 10px;
}

.fund-attraction .txt_with_sub .txt-sub-wrap .txt-sub-wrap__content {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid;
  border-image: linear-gradient(-90deg, #833cf9, #5f84dc, #05b5ac, #06a787) 1;
  background: transparent;
}

.fund-attraction .lead {
  margin-top: 0;
}

.fund-attraction .ttl_gray {
  margin-top: 33px;
  max-width: 889px;
}

.fund-attraction .fund-attraction-graph {
  margin-top: 33px;
  margin-inline: auto;
  width: fit-content;
}

.fund-attraction .fund-attraction-img {
  margin-top: 47px;
  max-width: 889px;
}

.fund-attraction .fund-attraction-note {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin-top: 40px;
  text-align: left;
}

.fund-attraction .fund-attraction-emphasis {
  margin-top: 35px;
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .fund-attraction .txt_with_sub .txt-sub-wrap {
    margin-bottom: 24px;
  }

  .fund-attraction .a-ttl {
    padding-bottom: 24px;
  }

  .fund-attraction .fund-attraction-graph {
    margin-top: 28px;
  }

  .fund-attraction .ttl_gray {
    margin-top: 0;
  }

  .fund-attraction .fund-attraction-img {
    margin-top: 20px;
  }

  .fund-attraction .fund-attraction-note {
    padding: 15px;
  }

  .fund-attraction .fund-attraction-emphasis {
    font-size: 14px;
  }
}

/* damage */

#damage .a-ttl.txt-with-sub {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

#damage .a-ttl.txt-with-sub .txt-sub-wrap{
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #damage .a-ttl.txt-with-sub .txt-sub-wrap{
    font-size: 1.4rem;
  }
}
