:root{--s-font-eab0cf48:'Noto Sans';--s-font-daa8975e:'Noto Sans JP','Noto Sans',sans-serif;--s-font-f79ce552:Poppins;--s-font-cda1e569:'Noto Sans JP','Noto Sans',sans-serif;}
.input,
.richText *{transition: all 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  align-content: normal;
  z-index: 0;}
.richText s,
.richText del,
.richText u{text-decoration: revert;}
.richText{display: block;

  flex-direction: column;
  flex: none;

  position: relative;
  z-index: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1;

* {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    word-spacing: 1px;

    backface-visibility: visible;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
  }
  h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 20px 0;
  }

  h2,
    h3 {
    font-weight: 700;
    margin: 10px 0;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1em;
  }
  h4,
    h5,
    h6 {
    display: block;
    font-size: 1em;
    margin: 10px 0;
  }
  h4,
    h5 {
    font-weight: 600;
  }
  h6 {
    font-weight: 500;
  }
p {
    margin: 10px 0;
  }
> p {
    min-height: 1em;
  }

  hr {
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }

  em {
    font-style: italic;
  }

> blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.15);
    font-style: italic;
    margin: 10px 0;
    padding: 10px 15px;
  }

  strong {
    color: inherit;
    display: inline;
    font-family: inherit;
    font-weight: 900;
  }

> [data-type="table_of_contents"] {
    line-height: 1;
    list-style: none;
    padding: 24px 24px 8px;
    margin: 0;
    border-radius: 2px;
    font-size: 16px;
    background-color: #f5f5f5;
    text-decoration: underline;
    color: #616161;

  .toc_list {
      margin: 0;
      padding: 0;
    }

  .toc_item {
      font-size: inherit;
      font-weight: inherit;
      color: currentColor;
      list-style: none;
      margin: 0 0 16px 0;

      padding-left: 2rem;

    &.toc_item--1 {
        margin: 0 0 16px 0;

        padding-left: 0;
      }
    &.toc_item--2 {
        margin: 0 0 16px 0;
        padding-left: 2rem;
      }
    &.toc_item--3 {
        margin: 0 0 16px 0;
        padding-left: 4rem;
      }

    > a {
        font-size: inherit;
        font-weight: inherit;
        color: currentColor;
        border: none;
        text-decoration: none;
      }
    }
  }

> [data-type="table"] {
    overflow-x: auto;
    p {
      white-space: pre-line;
      word-break: break-all;
    }
  }
  table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: unset;
    margin: 10px 0 10px 0;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    color: #1a1a1a;
    line-height: 1.4;
  }
  th {
    background: rgba(245, 245, 245, 0.5);
  }
  th,
    td {
    min-width: 100px;
    max-width: 240px;
    border: 1px solid #f2f2f2;
    padding: 12px;

    p {
      margin: 0;
    }
  }

p > code {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: inline;
    margin: 2px;
    padding: 0 5px;
  }
  ol {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: decimal;
      margin: 10px 0;
    }
  }

  ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    li {
      list-style: disc;
      margin: 10px 0;
    }
  }
  li > p {
    margin: 0;
  }
  pre {
    margin: 20px 0 20px 0;
    padding: 25px 35px 25px 35px;
    background: #eeeeee;
    border-radius: 6px;
    white-space: pre-wrap;
    font-family: Menlo, Monaco, "Courier New", monospace;

    code {
      padding: 0;
      border: none;
    }
  }

  img,
    video {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }

  a {
    color: #007cff;
    display: inline;
    text-decoration: underline;
  }

  [data-type="embed_code"] {
    position: relative;
    margin: 20px 0;
    .height-adjuster {
      position: relative;

      .wrapper {
        position: relative;
      }

      .wrapper[style*='padding-top'] {
        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }}
.sd-1{min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;}
:root{--s-color-91af2287: #fa3b4eff;}
.sd-1{align-content:center; align-items:center; background:#EEEEEE; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; padding:80px 0px 0px; width:100%; max-width:100%;}
.sd-2{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; gap:0px; height:auto; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.sd-2 > *{--gap-h:0px; --gap-v:0px;}
.sd-3{background:rgba(0,0,0,0.0); flex:none; height:90px; width:100%; max-width:100%;}
.sd-4{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:1px solid #dbe1e1; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; padding:20px 40px; width:100%; max-width:100%;}
.sd-5{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:100%; max-width:100%;}
.sd-6{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-6:hover{opacity:0.5; --ha:1;}
.sd-7{color:#333; font-family:var(--s-font-cda1e569); font-size:14px; font-weight:500; height:auto; line-height:1.4; margin:0px 14px; text-align:center; width:auto; justify-content:center; max-width:calc(100% - 28px);}
.sd-8{color:#000000; font-family:var(--s-font-eab0cf48); font-size:12px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-9{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:40px 80px 0px 270px; width:100%; max-width:100%;}
.sd-10{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; width:1200px; max-width:100%;}
.sd-11{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.sd-12{color:#FFFFFF; flex:none; font-family:var(--s-font-f79ce552); font-size:100px; font-weight:600; height:auto; letter-spacing:0.05em; line-height:1; margin:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.sd-13{background:#EEEEEE; flex:none; height:100%; left:0; margin:0; position:absolute; scale:0 1; top:0; transform-origin:center right; width:100%; max-width:100%;}
.sd-13.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-14{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:auto; max-width:100%;}
.sd-15{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.sd-16{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.sd-17{background:#000000; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center right; width:100%; max-width:100%;}
.sd-17.appear{scale:1 1; transition-delay:300ms; transition-duration:600ms;}
.sd-18{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:60px 80px 140px 270px; width:100%; max-width:100%;}
.sd-19{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:1px solid #000; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:1200px; max-width:100%;}
.sd-20{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-radius:0; flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.list-1{flex:none; padding:0px; width:100%; max-width:100%;}
.list-1.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.list-1__item{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; padding:0px 0px 14px; width:100%; max-width:100%;}
.list-1__item__sd-1{border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:1px solid #000; color:#333333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; letter-spacing:NaNem; line-height:1.4; margin:0px; padding:14px 0px 0px; text-align:left; width:20%; justify-content:flex-start; max-width:20%;}
.list-1__item__sd-2{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px solid #c1cccb; border-left:0px solid #c1cccb; border-right:0px solid #c1cccb; border-top:1px solid #c1cccb; flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px 0px 0px 40px; padding:14px 0px 0px; width:auto; max-width:calc(100% - 40px); min-width:auto;}
.list-1__item__sd-3{color:#333; flex:none; font-family:var(--s-font-daa8975e); font-size:16px; font-weight:700; height:auto; letter-spacing:NaNem; line-height:1.4; margin:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.symbol-2{align-content:center; align-items:center; background:#f6f9f9ff; bottom:0px; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:flex-start; left:NaNpx; margin:0; position:absolute; right:0px; top:NaNpx; width:calc(30% - (var(--gap-h) * 0.7)); z-index:-1; max-width:calc(30% - (var(--gap-h) * 0.7));}
.symbol-3{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; width:100%; max-width:100%;}
.symbol-3.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.symbol-3__sd-1{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50%; max-width:50%;}
.symbol-3__sd-1:hover{opacity:1; --ha:1;}
.symbol-3__sd-2{align-content:center; align-items:center; background:rgba(0,0,0,0.0); bottom:0px; flex:none; flex-direction:row; flex-wrap:nowrap; height:160px; justify-content:center; left:0px; margin:0; position:absolute; right:0px; top:0px; width:100%; z-index:1; max-width:100%;}
.symbol-3__sd-3{color:#FFFFFF; flex:none; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1; margin:0px; padding:0px; text-align:left; width:auto; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-4{color:#FFFFFF; font-size:20px; margin:0px 0px 0px 4px; rotate:-30deg; z-index:0; max-width:calc(100% - 4px);}
.symbol-3__sd-5{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; width:100%; max-width:100%;}
.symbol-3__sd-5 > .image__bg-container::before{background-repeat:no-repeat; background-size:cover; filter:brightness(0.6);}
.symbol-3__sd-1:hover .symbol-3__sd-5{scale:1.1 1.1;}
.symbol-3__sd-6{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:50%; max-width:50%;}
.symbol-3__sd-6:hover{opacity:1; --ha:1;}
.symbol-3__sd-7{align-content:center; align-items:center; background:rgba(0,0,0,0.0); display:flex; flex:none; flex-direction:column; flex-wrap:nowrap; height:100%; justify-content:center; left:0; margin:0; position:absolute; top:0; width:100%; z-index:1; max-width:100%;}
.symbol-3__sd-8{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; width:auto; max-width:100%;}
.symbol-3__sd-9{color:#FFFFFF; flex:none; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1; margin:0px 4px 0px 0px; text-align:left; width:auto; justify-content:flex-start; max-width:calc(100% - 4px);}
.symbol-3__sd-10{color:#FFFFFF; font-size:20px; rotate:-30deg; z-index:0;}
.symbol-3__sd-11{align-content:center; align-items:center; flex:none; flex-direction:column; flex-wrap:nowrap; height:160px; justify-content:center; width:100%; max-width:100%;}
.symbol-3__sd-11 > .image__bg-container::before{filter:brightness(0.6);}
.symbol-3__sd-6:hover .symbol-3__sd-11{scale:1.1 1.1;}
.symbol-3__sd-12{align-content:center; align-items:center; background:#FFFFFF; flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-12.appear{opacity:0; transition-delay:400ms; transition-duration:800ms; transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95); translate:0px 20px;}
.symbol-3__sd-13{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:50px; width:50%; max-width:50%;}
.symbol-3__sd-13:hover{opacity:1; --ha:1;}
.symbol-3__sd-14{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-15{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:74px; justify-content:flex-start; margin:0px 0px 20px; width:100%; max-width:100%;}
.symbol-3__sd-13:hover .symbol-3__sd-15{opacity:0.6;}
.symbol-3__sd-16{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.symbol-3__sd-17{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1; margin:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-13:hover .symbol-3__sd-17{color:#000000;}
.symbol-3__sd-18{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-19{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.symbol-3__sd-13:hover .symbol-3__sd-19{background:#000000;}
.symbol-3__sd-20{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; height:auto; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.symbol-3__sd-13:hover .symbol-3__sd-20{color:#000000;}
.symbol-3__sd-21{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; overflow-x:hidden; overflow-y:hidden; width:auto; max-width:100%;}
.symbol-3__sd-22{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:70px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:70px; max-width:100%;}
.symbol-3__sd-23{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.symbol-3__sd-13:hover .symbol-3__sd-23{scale:1 1;}
.symbol-3__sd-24{color:#dbe1e1; font-size:20px; z-index:1;}
.symbol-3__sd-25{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; opacity:1; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-13:hover .symbol-3__sd-25{color:#000000; opacity:0.6;}
.symbol-3__sd-26{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); border-bottom:0px dotted #575757; border-left:1px dotted #575757; border-right:0px dotted #575757; border-top:0px dotted #575757; flex:none; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:50px; width:50%; max-width:50%;}
.symbol-3__sd-26:hover{opacity:1; --ha:1;}
.symbol-3__sd-27{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:wrap; height:auto; justify-content:flex-start; margin:0px 0px 20px; width:100%; max-width:100%;}
.symbol-3__sd-28{align-content:flex-start; align-items:flex-start; background:rgba(0,0,0,0.0); flex:1; flex-direction:column; flex-wrap:nowrap; height:auto; justify-content:flex-start; padding:0px 20px 0px 0px; width:auto; max-width:100%; min-width:auto;}
.symbol-3__sd-26:hover .symbol-3__sd-28{opacity:0.6;}
.symbol-3__sd-29{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:32px; font-weight:700; height:auto; letter-spacing:0.05em; line-height:1; margin:0px; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-26:hover .symbol-3__sd-29{color:#000000;}
.symbol-3__sd-30{align-content:center; align-items:center; background:rgba(0,0,0,0.0); flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:flex-start; margin:0px; padding:0px; width:100%; max-width:100%;}
.symbol-3__sd-31{background:#000000; flex:none; height:1px; margin:0px 10px 0px 0px; width:20px; max-width:calc(100% - 10px);}
.symbol-3__sd-26:hover .symbol-3__sd-31{background:#000000;}
.symbol-3__sd-32{color:#000000; flex:1; font-family:var(--s-font-eab0cf48); font-size:20px; font-weight:600; height:auto; line-height:1.4; text-align:left; width:auto; justify-content:flex-start; max-width:100%; min-width:0;}
.symbol-3__sd-26:hover .symbol-3__sd-32{color:#000000;}
.symbol-3__sd-33{align-content:center; align-items:center; background:rgba(0,0,0,0.0); border-bottom:0px solid #000; border-left:0px solid #000; border-radius:0; border-right:0px solid #000; border-top:0px solid #000; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center; margin:0px; overflow-x:hidden; overflow-y:hidden; width:auto; max-width:100%;}
.symbol-3__sd-34{align-content:center; align-items:center; background:#000000; border-radius:50%; flex:none; flex-direction:column; flex-wrap:nowrap; height:70px; justify-content:center; overflow-x:hidden; overflow-y:hidden; width:70px; max-width:100%;}
.symbol-3__sd-35{background:#575757; border-radius:50%; bottom:0px; flex:none; height:100%; left:0px; margin:0; position:absolute; right:0px; scale:0 1; top:0px; transform-origin:center left; width:100%; z-index:0; max-width:100%;}
.symbol-3__sd-26:hover .symbol-3__sd-35{scale:1 1;}
.symbol-3__sd-36{color:#dbe1e1; font-size:20px; z-index:1;}
.symbol-3__sd-37{color:#000000; flex:none; font-family:var(--s-font-eab0cf48); font-size:16px; font-weight:400; height:auto; letter-spacing:0.1em; line-height:1.4; text-align:left; width:100%; justify-content:flex-start; max-width:100%;}
.symbol-3__sd-26:hover .symbol-3__sd-37{color:#000000; opacity:0.6;}
@media (max-width: 1088px) {
.symbol-3__sd-7{display:flex;}
.symbol-3__sd-12{padding:50px 40px;}
.symbol-3__sd-17{font-size:40px;}
.symbol-3__sd-29{font-size:40px;}
}
@media (max-width: 840px) {
.sd-9{padding:100px 50px 0px;}
.sd-10{flex:none;}
.sd-18{padding:100px 50px 140px;}
.sd-19{padding:100px 0px 0px;}
.sd-20{flex:none; padding:0px;}
.list-1__item__sd-1{flex:none; width:20%; max-width:20%;}
.list-1__item__sd-3{flex:none; width:75%; max-width:75%;}
.symbol-3__sd-3{font-size:24px;}
.symbol-3__sd-7{display:flex;}
.symbol-3__sd-9{font-size:24px;}
.symbol-3__sd-12{padding:0px;}
.symbol-3__sd-13{flex:none; margin:40px; padding:0px; width:calc(100% - 80px); max-width:calc(100% - 80px);}
.symbol-3__sd-14{flex:none; height:auto;}
.symbol-3__sd-15{flex:none; height:auto; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-17{font-size:24px;}
.symbol-3__sd-23{flex:none; height:100%; width:100%; max-width:100%;}
.symbol-3__sd-26{border-bottom:0px dotted #575757; border-left:0px dotted #575757; border-right:0px dotted #575757; border-top:1px dotted #575757; flex:none; margin:0px; padding:40px; width:100%; max-width:100%;}
.symbol-3__sd-27{flex:none; height:auto; margin:0px; width:100%; max-width:100%;}
.symbol-3__sd-29{font-size:24px;}
.symbol-3__sd-35{flex:none; height:100%; width:100%; max-width:100%;}
}
@media (max-width: 540px) {
.sd-1{background:#FFFFFF; padding:60px 0px 0px;}
.sd-2{padding:0px;}
.sd-2 > *{--gap-h:0px; --gap-v:0px;}
.sd-3{background:rgba(0,0,0,0.0); flex:none; height:19px; width:100%; max-width:100%;}
.sd-4{border-bottom:0px solid #dbe1e1; border-left:0px solid #dbe1e1; border-right:0px solid #dbe1e1; border-top:0px solid #dbe1e1; padding:14px 20px;}
.sd-5{flex-direction:row; flex-wrap:wrap;}
.sd-6{font-size:12px;}
.sd-7{font-size:12px; margin:0px 10px; max-width:calc(100% - 20px);}
.sd-8{font-size:12px;}
.sd-9{padding:40px 30px 0px;}
.sd-12{color:#000000; font-size:54px;}
.sd-16{font-family:var(--s-font-eab0cf48); font-size:18px; font-weight:700; letter-spacing:0.1em;}
.sd-18{border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; padding:60px 30px 80px;}
.sd-19{border-bottom:0px solid #000; border-left:0px solid #000; border-right:0px solid #000; border-top:0px solid #000; padding:0px;}
.sd-20{flex:none; padding:0px; width:100%; max-width:100%;}
.list-1__item__sd-1{flex:none; font-size:14px; width:22%; max-width:22%;}
.list-1__item__sd-2{margin:0px 0px 0px 20px; max-width:calc(100% - 20px);}
.list-1__item__sd-3{flex:none; font-family:var(--s-font-eab0cf48); font-size:14px; font-weight:600; letter-spacing:0.1em; width:100%; max-width:100%;}
.symbol-2{background:rgba(87, 87, 87, 0.1); flex:none; width:60px;}
.symbol-3{flex:none; flex-direction:column; flex-wrap:nowrap; height:auto;}
.symbol-3__sd-1{flex:none; height:50%; width:100%; max-width:100%;}
.symbol-3__sd-2{align-content:center; align-items:center; flex:none; flex-direction:row; flex-wrap:nowrap; height:auto; justify-content:center;}
.symbol-3__sd-3{font-size:25px; margin:0px 4px 0px 0px; max-width:calc(100% - 4px);}
.symbol-3__sd-5 > .image__bg-container::before{background-repeat:no-repeat;}
.symbol-3__sd-6{flex:none; height:50%; width:100%; max-width:100%;}
.symbol-3__sd-7{display:flex;}
.symbol-3__sd-9{font-size:25px;}
.symbol-3__sd-12{flex:none; height:auto; padding:0px;}
.symbol-3__sd-13{margin:0px; padding:20px 30px 15px; width:100%; max-width:100%;}
.symbol-3__sd-17{color:rgba(0, 0, 0, 0.7); font-size:22px;}
.symbol-3__sd-19{background:rgba(0, 0, 0, 0.8);}
.symbol-3__sd-20{color:rgba(0, 0, 0, 0.7); font-size:16px;}
.symbol-3__sd-21{flex:none;}
.symbol-3__sd-22{background:rgba(0, 0, 0, 0.8); flex:none; height:50px; width:50px; max-width:100%;}
.symbol-3__sd-25{color:rgba(0, 0, 0, 0.8); font-size:13px; line-height:1.6; margin:10px 0px 0px; width:100%; max-width:100%;}
.symbol-3__sd-26{padding:15px 30px;}
.symbol-3__sd-27{height:auto;}
.symbol-3__sd-29{color:rgba(0, 0, 0, 0.7); font-size:22px;}
.symbol-3__sd-31{background:rgba(0, 0, 0, 0.7);}
.symbol-3__sd-32{color:rgba(0, 0, 0, 0.7); font-size:16px;}
.symbol-3__sd-33{flex:none;}
.symbol-3__sd-34{background:rgba(0, 0, 0, 0.8); flex:none; height:50px; width:50px; max-width:100%;}
.symbol-3__sd-37{color:rgba(0, 0, 0, 0.8); font-size:13px; line-height:1.6; margin:10px 0px 0px; width:100%; max-width:100%;}
}
@media (max-width: 320px) {
.symbol-3__sd-3{font-size:20px;}
.symbol-3__sd-9{font-size:20px;}
.symbol-3__sd-17{font-size:20px;}
.symbol-3__sd-29{font-size:20px;}
}
