.app[data-v-d12de11f] {
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}

.title[data-v-d12de11f] {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2.45px;
  line-height: 30px;
  margin: 30px
}

.spinner[data-v-36413753] {
  animation: loading-spin-36413753 1s linear infinite;
  height: 16px;
  pointer-events: none;
  width: 16px
}

.spinner[data-v-36413753]:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  opacity: .2
}

.spinner[data-v-36413753]:after,
.spinner[data-v-36413753]:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.spinner[data-v-36413753]:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  border-style: solid;
  border-width: 2px;
  opacity: 1
}

@keyframes loading-spin-36413753 {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.design-canvas__modal {
  height: 100%;
  pointer-events: none;
  position: fixed;
  transition: none;
  width: 100%;
  z-index: 2
}

.design-canvas__modal:focus {
  outline: none
}

.design-canvas__modal.v-enter-active .studio-canvas,
.design-canvas__modal.v-leave-active,
.design-canvas__modal.v-leave-active .studio-canvas {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.design-canvas__modal.v-enter-active .studio-canvas *,
.design-canvas__modal.v-leave-active .studio-canvas * {
  transition: none !important
}

.design-canvas__modal.isNone {
  transition: none
}

.design-canvas__modal .design-canvas__modal__base {
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: .4s cubic-bezier(.4, .4, 0, 1);
  width: 100%;
  z-index: -1
}

.design-canvas__modal .studio-canvas {
  height: 100%;
  pointer-events: none
}

.design-canvas__modal .studio-canvas>* {
  background: none !important;
  pointer-events: none
}

.LoadMoreAnnouncer[data-v-4f7a7294],
.TitleAnnouncer[data-v-692a2727] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap
}

.publish-studio-style[data-v-5a0c3720],
.product-font-style[data-v-51f515bd] {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

@font-face {
  font-family: grandam;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype")
}

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype")
}

.StudioCanvas {
  display: flex;
  height: auto;
  min-height: 100dvh
}

.StudioCanvas>.sd {
  min-height: 100dvh;
  overflow: clip
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  color: #333;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  word-spacing: 1px;
  font-family: 'ヒラギノ角ゴ W8 JIS2004' !important;
  font-weight: bold !important;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

textarea {
  resize: none
}

.clearfix:after {
  clear: both;
  content: "";
  display: block
}

[slot=after] button {
  overflow-anchor: none
}

.sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative
}

.sd::-webkit-scrollbar {
  display: none
}

.sd,
.sd.richText * {
  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
}

input.sd,
textarea.sd {
  align-content: normal
}

.sd[tabindex]:focus {
  outline: none
}

.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
  -webkit-appearance: none
}

select {
  cursor: pointer
}

.frame {
  display: block;
  overflow: hidden
}

.frame>iframe {
  height: 100%;
  width: 100%
}

.frame .formrun-embed>iframe:not(:first-child) {
  display: none !important
}

.image {
  position: relative
}

.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
  background-image: url(img/bg3.webp);
}

.sd[data-r-1_1_b53edd3d-4a8c-436f-9109-b8bf3377d92e]:before {
  background-image: url(img/bg5.webp) !important;
}

.sd.file {
  cursor: pointer;
  flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word
}

.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color
}

.file>input[type=file] {
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.sd.icon,
.sd.text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word
}

.material-icons {
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

.sd.material-symbols {
  font-style: normal;
  font-variation-settings: "FILL" var(--symbol-fill, 0), "wght" var(--symbol-weight, 400)
}

.sd.material-symbols.font-loading {
  height: 24px;
  opacity: 0;
  overflow: hidden;
  width: 24px
}

.sd.material-symbols-outlined {
  font-family: Material Symbols Outlined
}

.sd.material-symbols-rounded {
  font-family: Material Symbols Rounded
}

.sd.material-symbols-sharp {
  font-family: Material Symbols Sharp
}

.sd.material-symbols-weight-100 {
  --symbol-weight: 100
}

.sd.material-symbols-weight-200 {
  --symbol-weight: 200
}

.sd.material-symbols-weight-300 {
  --symbol-weight: 300
}

.sd.material-symbols-weight-400 {
  --symbol-weight: 400
}

.sd.material-symbols-weight-500 {
  --symbol-weight: 500
}

.sd.material-symbols-weight-600 {
  --symbol-weight: 600
}

.sd.material-symbols-weight-700 {
  --symbol-weight: 700
}

.sd.material-symbols-fill {
  --symbol-fill: 1
}

a,
a.icon,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .15)
}

.fixed {
  z-index: 2
}

.sticky {
  z-index: 1
}

.button {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.button,
.link {
  cursor: pointer
}

.submitLoading {
  opacity: .5 !important;
  pointer-events: none !important
}

.richText {
  display: block;
  word-break: break-word
}

.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p>code,
.richText pre,
.richText pre>code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr>td,
.richText table tbody tr>th,
.richText u,
.richText ul {
  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
}

.richText p {
  display: block;
  margin: 10px 0
}

.richText>p {
  min-height: 1em
}

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

.richText h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0
}

.richText h2 {
  font-size: 2em
}

.richText h2,
.richText h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0
}

.richText h3 {
  font-size: 1em
}

.richText h4,
.richText h5 {
  font-weight: 600
}

.richText h4,
.richText h5,
.richText h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0
}

.richText h6 {
  font-weight: 500
}

.richText [data-type=table] {
  overflow-x: auto
}

.richText [data-type=table] p {
  white-space: pre-line;
  word-break: break-all
}

.richText table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto
}

.richText table tr th {
  background: hsla(0, 0%, 96%, .5)
}

.richText table tr td,
.richText table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px
}

.richText table tr td p,
.richText table tr th p {
  margin: 0
}

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

.richText [data-type=embed_code] {
  margin: 20px 0;
  position: relative
}

.richText [data-type=embed_code]>.height-adjuster>.wrapper {
  position: relative
}

.richText [data-type=embed_code]>.height-adjuster>.wrapper[style*=padding-top] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-sandbox=true] {
  display: block;
  overflow: hidden
}

.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] {
  padding-top: 100%
}

.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] blockquote {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper {
  padding-top: 50%
}

.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper {
  padding-top: 56.25%
}

.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper {
  padding-top: 56.25%
}

.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper {
  padding-top: 30%
}

.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=firework]>.height-adjuster>.wrapper fw-embed-feed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.richText [data-type=embed_code_empty] {
  display: none
}

.richText ul {
  margin: 0 0 0 20px
}

.richText ul li {
  list-style: disc;
  margin: 10px 0
}

.richText ul li p {
  margin: 0
}

.richText ol {
  margin: 0 0 0 20px
}

.richText ol li {
  list-style: decimal;
  margin: 10px 0
}

.richText ol li p {
  margin: 0
}

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

.richText p>code {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px
}

.richText pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap
}

.richText pre code {
  border: none;
  padding: 0
}

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

.richText em {
  font-style: italic
}

.richText a,
.richText u {
  text-decoration: underline
}

.richText a {
  color: #007cff;
  display: inline
}

.richText s {
  text-decoration: line-through
}

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

.richText [data-type=table_of_contents] .toc_list {
  margin: 0
}

.richText [data-type=table_of_contents] .toc_item {
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  list-style: none
}

.richText [data-type=table_of_contents] .toc_item>a {
  border: none;
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  text-decoration: none
}

.richText [data-type=table_of_contents] .toc_item>a:hover {
  opacity: .7
}

.richText [data-type=table_of_contents] .toc_item--1 {
  margin: 0 0 16px
}

.richText [data-type=table_of_contents] .toc_item--2 {
  margin: 0 0 16px;
  padding-left: 2rem
}

.richText [data-type=table_of_contents] .toc_item--3 {
  margin: 0 0 16px;
  padding-left: 4rem
}

.sd.section {
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important
}

.sd.section-inner {
  position: static !important
}

@property --g-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg
}

@property --g-color-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: .01%
}

@property --g-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-5 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-6 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-6 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-7 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-7 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-8 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-8 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-9 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-9 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-10 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-10 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-11 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-11 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

.snackbar[data-v-3129703d] {
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 16px 48px -8px #00000014, 0 10px 25px -5px #0000001c;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  left: 50%;
  max-width: 90vw;
  padding: 16px 20px;
  position: fixed;
  top: 32px;
  transform: translate(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 480px;
  z-index: 9999
}

.snackbar.v-enter-active[data-v-3129703d],
.snackbar.v-leave-active[data-v-3129703d] {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.snackbar.v-enter-from[data-v-3129703d],
.snackbar.v-leave-to[data-v-3129703d] {
  opacity: 0;
  transform: translate(-50%, -10px)
}

.snackbar .convey[data-v-3129703d] {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0
}

.snackbar .convey .icon[data-v-3129703d] {
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 24px;
  width: 24px
}

.snackbar .convey .message[data-v-3129703d] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line
}

.snackbar .convey.error .icon[data-v-3129703d] {
  background-image: url(./close_circle.c7480f3c.svg)
}

.snackbar .convey.error .message[data-v-3129703d] {
  color: #f84f65
}

.snackbar .convey.success .icon[data-v-3129703d] {
  background-image: url(./round_check.0ebac23f.svg)
}

.snackbar .convey.success .message[data-v-3129703d] {
  color: #111
}

.snackbar .button[data-v-3129703d] {
  align-items: center;
  border-radius: 40px;
  color: #4b9cfb;
  display: flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 16px;
  padding: 4px 8px
}

.snackbar .button[data-v-3129703d]:hover {
  background: #f5f5f5
}

a[data-v-60d33773] {
  align-items: center;
  border-radius: 4px;
  bottom: 20px;
  height: 20px;
  justify-content: center;
  left: 20px;
  perspective: 300px;
  position: fixed;
  transition: 0s linear;
  width: 84px;
  z-index: 2000
}

@media (hover: hover) {
  a[data-v-60d33773] {
    transition: .4s cubic-bezier(.4, .4, 0, 1)
  }

  a[data-v-60d33773]:hover {
    height: 32px;
    width: 200px
  }
}

[data-v-60d33773] .custom-fill path {
  fill: var(--01abf230)
}

.fade-enter-active[data-v-60d33773],
.fade-leave-active[data-v-60d33773] {
  transition: opacity .2s cubic-bezier(.4, .4, 0, 1)
}

.fade-enter[data-v-60d33773],
.fade-leave-to[data-v-60d33773] {
  opacity: 0
}

.page-enter-active {
  transition: .6s cubic-bezier(.4, .4, 0, 1)
}

.page-leave-active {
  transition: .3s cubic-bezier(.4, .4, 0, 1)
}

.page-enter-from,
.page-leave-to {
  opacity: 0
}

:root {
  --rebranding-loading-bg: #e5e5e5;
  --rebranding-loading-bar: #222
}

.app[data-v-d12de11f] {
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}

.title[data-v-d12de11f] {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2.45px;
  line-height: 30px;
  margin: 30px
}

/*! * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
.fa-brands,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

.fa-solid {
  font-family: Font Awesome\ 6 Free;
  font-weight: 900
}

.fa-brands {
  font-family: Font Awesome\ 6 Brands;
  font-weight: 400
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
  font-display: block;
  font-family: Font Awesome\ 6 Free;
  font-style: normal;
  font-weight: 900;
  src: url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
  font-display: block;
  font-family: Font Awesome\ 6 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.ttf) format("truetype")
}

.spinner[data-v-36413753] {
  animation: loading-spin-36413753 1s linear infinite;
  height: 16px;
  pointer-events: none;
  width: 16px
}

.spinner[data-v-36413753]:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  opacity: .2
}

.spinner[data-v-36413753]:after,
.spinner[data-v-36413753]:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.spinner[data-v-36413753]:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  border-style: solid;
  border-width: 2px;
  opacity: 1
}

@keyframes loading-spin-36413753 {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.design-canvas__modal {
  height: 100%;
  pointer-events: none;
  position: fixed;
  transition: none;
  width: 100%;
  z-index: 2
}

.design-canvas__modal:focus {
  outline: none
}

.design-canvas__modal.v-enter-active .studio-canvas,
.design-canvas__modal.v-leave-active,
.design-canvas__modal.v-leave-active .studio-canvas {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.design-canvas__modal.v-enter-active .studio-canvas *,
.design-canvas__modal.v-leave-active .studio-canvas * {
  transition: none !important
}

.design-canvas__modal.isNone {
  transition: none
}

.design-canvas__modal .design-canvas__modal__base {
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: .4s cubic-bezier(.4, .4, 0, 1);
  width: 100%;
  z-index: -1
}

.design-canvas__modal .studio-canvas {
  height: 100%;
  pointer-events: none
}

.design-canvas__modal .studio-canvas>* {
  background: none !important;
  pointer-events: none
}

.LoadMoreAnnouncer[data-v-4f7a7294] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap
}

.TitleAnnouncer[data-v-692a2727] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap
}

.publish-studio-style[data-v-5a0c3720] {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.product-font-style[data-v-51f515bd] {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

@font-face {
  font-family: grandam;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype")
}

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype")
}

.StudioCanvas {
  display: flex;
  height: auto;
  min-height: 100dvh
}

.StudioCanvas>.sd {
  min-height: 100dvh;
  overflow: clip
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  color: #333;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  word-spacing: 1px
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

textarea {
  resize: none
}

.clearfix:after {
  clear: both;
  content: "";
  display: block
}

[slot=after] button {
  overflow-anchor: none
}

.sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative
}

.sd::-webkit-scrollbar {
  display: none
}

.sd,
.sd.richText * {
  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
}

input.sd,
textarea.sd {
  align-content: normal
}

.sd[tabindex]:focus {
  outline: none
}

.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
  -webkit-appearance: none
}

select {
  cursor: pointer
}

.frame {
  display: block;
  overflow: hidden
}

.frame>iframe {
  height: 100%;
  width: 100%
}

.frame .formrun-embed>iframe:not(:first-child) {
  display: none !important
}

.image {
  position: relative
}

.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2
}

.sd.file {
  cursor: pointer;
  flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word
}

.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color
}

.file>input[type=file] {
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.sd.icon,
.sd.text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word
}

.material-icons {
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

.sd.material-symbols {
  font-style: normal;
  font-variation-settings: "FILL" var(--symbol-fill, 0), "wght" var(--symbol-weight, 400)
}

.sd.material-symbols.font-loading {
  height: 24px;
  opacity: 0;
  overflow: hidden;
  width: 24px
}

.sd.material-symbols-outlined {
  font-family: Material Symbols Outlined
}

.sd.material-symbols-rounded {
  font-family: Material Symbols Rounded
}

.sd.material-symbols-sharp {
  font-family: Material Symbols Sharp
}

.sd.material-symbols-weight-100 {
  --symbol-weight: 100
}

.sd.material-symbols-weight-200 {
  --symbol-weight: 200
}

.sd.material-symbols-weight-300 {
  --symbol-weight: 300
}

.sd.material-symbols-weight-400 {
  --symbol-weight: 400
}

.sd.material-symbols-weight-500 {
  --symbol-weight: 500
}

.sd.material-symbols-weight-600 {
  --symbol-weight: 600
}

.sd.material-symbols-weight-700 {
  --symbol-weight: 700
}

.sd.material-symbols-fill {
  --symbol-fill: 1
}

a,
a.icon,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .15)
}

.fixed {
  z-index: 2
}

.sticky {
  z-index: 1
}

.button {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.button,
.link {
  cursor: pointer
}

.submitLoading {
  opacity: .5 !important;
  pointer-events: none !important
}

.richText {
  display: block;
  word-break: break-word
}

.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p>code,
.richText pre,
.richText pre>code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr>td,
.richText table tbody tr>th,
.richText u,
.richText ul {
  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
}

.richText p {
  display: block;
  margin: 10px 0
}

.richText>p {
  min-height: 1em
}

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

.richText h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0
}

.richText h2 {
  font-size: 2em
}

.richText h2,
.richText h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0
}

.richText h3 {
  font-size: 1em
}

.richText h4,
.richText h5 {
  font-weight: 600
}

.richText h4,
.richText h5,
.richText h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0
}

.richText h6 {
  font-weight: 500
}

.richText [data-type=table] {
  overflow-x: auto
}

.richText [data-type=table] p {
  white-space: pre-line;
  word-break: break-all
}

.richText table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto
}

.richText table tr th {
  background: hsla(0, 0%, 96%, .5)
}

.richText table tr td,
.richText table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px
}

.richText table tr td p,
.richText table tr th p {
  margin: 0
}

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

.richText [data-type=embed_code] {
  margin: 20px 0;
  position: relative
}

.richText [data-type=embed_code]>.height-adjuster>.wrapper {
  position: relative
}

.richText [data-type=embed_code]>.height-adjuster>.wrapper[style*=padding-top] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-sandbox=true] {
  display: block;
  overflow: hidden
}

.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] {
  padding-top: 100%
}

.richText [data-type=embed_code][data-embed-code-type=instagram]>.height-adjuster>.wrapper[style*=padding-top] blockquote {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper {
  padding-top: 50%
}

.richText [data-type=embed_code][data-embed-code-type=codepen]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper {
  padding-top: 56.25%
}

.richText [data-type=embed_code][data-embed-code-type=slideshare]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper {
  padding-top: 56.25%
}

.richText [data-type=embed_code][data-embed-code-type=speakerdeck]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper {
  padding-top: 30%
}

.richText [data-type=embed_code][data-embed-code-type=snapwidget]>.height-adjuster>.wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.richText [data-type=embed_code][data-embed-code-type=firework]>.height-adjuster>.wrapper fw-embed-feed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.richText [data-type=embed_code_empty] {
  display: none
}

.richText ul {
  margin: 0 0 0 20px
}

.richText ul li {
  list-style: disc;
  margin: 10px 0
}

.richText ul li p {
  margin: 0
}

.richText ol {
  margin: 0 0 0 20px
}

.richText ol li {
  list-style: decimal;
  margin: 10px 0
}

.richText ol li p {
  margin: 0
}

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

.richText p>code {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px
}

.richText pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap
}

.richText pre code {
  border: none;
  padding: 0
}

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

.richText em {
  font-style: italic
}

.richText a,
.richText u {
  text-decoration: underline
}

.richText a {
  color: #007cff;
  display: inline
}

.richText s {
  text-decoration: line-through
}

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

.richText [data-type=table_of_contents] .toc_list {
  margin: 0
}

.richText [data-type=table_of_contents] .toc_item {
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  list-style: none
}

.richText [data-type=table_of_contents] .toc_item>a {
  border: none;
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  text-decoration: none
}

.richText [data-type=table_of_contents] .toc_item>a:hover {
  opacity: .7
}

.richText [data-type=table_of_contents] .toc_item--1 {
  margin: 0 0 16px
}

.richText [data-type=table_of_contents] .toc_item--2 {
  margin: 0 0 16px;
  padding-left: 2rem
}

.richText [data-type=table_of_contents] .toc_item--3 {
  margin: 0 0 16px;
  padding-left: 4rem
}

.sd.section {
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important
}

.sd.section-inner {
  position: static !important
}

@property --g-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg
}

@property --g-color-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: .01%;
}

@property --g-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-5 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-6 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-6 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-7 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-7 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-8 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-8 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-9 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-9 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-10 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-10 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --g-color-11 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent
}

@property --g-position-11 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

.snackbar[data-v-3129703d] {
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, .08), 0 10px 25px -5px rgba(0, 0, 0, .11);
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  left: 50%;
  max-width: 90vw;
  padding: 16px 20px;
  position: fixed;
  top: 32px;
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 480px;
  z-index: 9999
}

.snackbar.v-enter-active[data-v-3129703d],
.snackbar.v-leave-active[data-v-3129703d] {
  transition: .4s cubic-bezier(.4, .4, 0, 1)
}

.snackbar.v-enter-from[data-v-3129703d],
.snackbar.v-leave-to[data-v-3129703d] {
  opacity: 0;
  transform: translate(-50%, -10px)
}

.snackbar .convey[data-v-3129703d] {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0
}

.snackbar .convey .icon[data-v-3129703d] {
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 24px;
  width: 24px
}

.snackbar .convey .message[data-v-3129703d] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line
}

.snackbar .convey.error .icon[data-v-3129703d] {
  background-image: url(/_nuxt/close_circle.c7480f3c.svg)
}

.snackbar .convey.error .message[data-v-3129703d] {
  color: #f84f65
}

.snackbar .convey.success .icon[data-v-3129703d] {
  background-image: url(/_nuxt/round_check.0ebac23f.svg)
}

.snackbar .convey.success .message[data-v-3129703d] {
  color: #111
}

.snackbar .button[data-v-3129703d] {
  align-items: center;
  border-radius: 40px;
  color: #4b9cfb;
  display: flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 16px;
  padding: 4px 8px
}

.snackbar .button[data-v-3129703d]:hover {
  background: #f5f5f5
}


a[data-v-60d33773] {
  align-items: center;
  border-radius: 4px;
  bottom: 20px;
  height: 20px;
  justify-content: center;
  left: 20px;
  perspective: 300px;
  position: fixed;
  transition: 0s linear;
  width: 84px;
  z-index: 2000
}

@media (hover:hover) {
  a[data-v-60d33773] {
    transition: .4s cubic-bezier(.4, .4, 0, 1)
  }

  a[data-v-60d33773]:hover {
    height: 32px;
    width: 200px
  }
}

[data-v-60d33773] .custom-fill path {
  fill: var(--01abf230)
}

.fade-enter-active[data-v-60d33773],
.fade-leave-active[data-v-60d33773] {
  transition: opacity .2s cubic-bezier(.4, .4, 0, 1)
}

.fade-enter[data-v-60d33773],
.fade-leave-to[data-v-60d33773] {
  opacity: 0
}

@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2534&fonts[str]=ISwwMTIzNDU2wqXjgIHjgILjgIzjgI3jgJzjgYLjgYTjgYbjgYjjgYrjgYvjgYzjgY3jgY7jgY%2FjgZHjgZLjgZPjgZTjgZfjgZjjgZnjgZvjgZ%2FjgaDjgaHjgaPjgaTjgabjgafjgajjgarjgavjga7jga%2Fjgb7jgb%2FjgoHjgoLjgonjgorjgovjgpLjgpPjgqTjgq%2FjgrHjgrPjgrfjgr%2Fjg4Pjg4Tjg4jjg4njg5Djg5Xjg5fjg5njg6Hjg6njg6vjg7Pjg7bjg7vjg7zkuIfkuIrkuI7kuKHkuovkurrku4rku4vku5Xku5jku7Lku7bkvJHkvJrkvJ3kv53lhKrlhYjlhaXlhoXlhobliIbliKXliKnljZjljrPlj47lkIzlm57lnLDlooPlo6vlo7LlpKflsLHlsYvlt67lubTlvZPlvbnlv4PmgJ3mg7PmiYvmjojmlK%2FmlZnmlpnmlrnml6XmmI7mnIDmnIjmnKrmnKzmnaHmoYjmpa3mpbXmp5jmsLTmupbnhKHnibnnj77nkIbnkrDnlKjnlLHnlYznmoTnm7jnpL7npZ3nqLznqY3nq4vnrYnntLnntYzntabogIXogbfoh6roia%2FopJLopovoqLzoqqzoq4fos57otorouqvou4rou6LovrzpgLHpgbjpg6jpg73ph5HplpPpmpvpqJPpq5g%3D);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2533&fonts[str]=LC0uMDEyMzQ1Njc4QUVJS0xOT1FSYWNkZWdoaWxvcnN0dXbCpcKp4oCc4oCd4oC74oaS44CB44CC44CF44CM44CN44CS44Cc44GC44GE44GI44GK44GL44GM44GN44GP44GR44GS44GT44GU44GV44GX44GZ44Ga44Gb44Gd44Gf44Gg44Gh44Gj44Gk44Gm44Gn44Go44Gp44Gq44Gr44Gu44Gv44Gw44G444G544G%2B44G%2F44KB44KC44KE44KI44KJ44KK44KL44KM44KN44KP44KS44KT44Ki44Kk44Kp44Kv44Kw44Kx44Kz44K144K344K444K544K744K%2F44OD44OI44OJ44OQ44OV44OW44OX44OZ44Oa44Ob44Oc44Od44Oe44Og44Oh44Op44Oq44Or44Oz44O244O744O85LiB5LiH5LiK5LiL5LiO5Lih5LqG5LqL5LqM5Lqs5LuL5LuV5LuY5Lul5Lu25Lu75LyB5LyR5Lya5L%2Bd5L%2Bu5YG05YON5YSq5YWF5YWI5YWN5YWl5YWo5YaF5YaG5Ye65YiG5Yqb5Yqg5Yq05YuV5Yy65Y2Y5Y6a5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2Bv5Y%2B35ZCI5ZCm5ZWP5Za25Zue5Zyw5Z6L5Z%2B65aCx5aC05aKD5aSn5aeL5a6J5a6M5a6a5a6f5a625bCC5bCx5bGF5bGL5beu5biM5bm05byK5byP5by15b2T5b6M5b6X5b%2BD5b%2BF5oOF5oOz5oiQ5omL5oq85ouF5o6h5o6l5o%2B05pSv5paZ5pa55pa95peP5pel5piO5pmu5pyA5pyI5pyb5pyf5pyq5pys5p2h5p2x5p2%2B5p6c5qCq5qGI5qWt5qW15qeY5q2p5rCX5rC05rGC5rG65rOB5rS75rWc5riv5rqA5rqW54Sh54mp54q2546H55CG55Kw55So55Sz55S655WM55Wq55Ww55qE55ub55uu55u456CU56K656S656S%2B56Wd56eA56iu56i856mN56m656uL562J57S557WM57Wm57aZ57aa57i%2B6ICF6IG36IO96Ieq6Imv6KGM6KGo6KSS6KaB6KaL6Kix6Ki86Kmx6KqN6Kqk6Kqs6Kqt6KuH6LKg6LK76LOe6LW36Lqr6LuK6Lui6Lu96L686L%2BR6L%2BU6L%2B96YCB6YCa6YCx6YGL6YGg6YGp6YG46YOo6YO96YWN6YWs6YeR6ZaL6ZaT6ZqO6Zqb6Zu76Z2i6aCI6aGN6aeF6aiT6auY6a2F77yB77ya);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2534&fonts[str]=ISwwMTIzNDU2wqXjgIHjgILjgIzjgI3jgJzjgYLjgYTjgYbjgYjjgYrjgYvjgYzjgY3jgY7jgY%2FjgZHjgZLjgZPjgZTjgZfjgZjjgZnjgZvjgZ%2FjgaDjgaHjgaPjgaTjgabjgafjgajjgarjgavjga7jga%2Fjgb7jgb%2FjgoHjgoLjgonjgorjgovjgpLjgpPjgqTjgq%2FjgrHjgrPjgrfjgr%2Fjg4Pjg4Tjg4jjg4njg5Djg5Xjg5fjg5njg6Hjg6njg6vjg7Pjg7bjg7vjg7zkuIfkuIrkuI7kuKHkuovkurrku4rku4vku5Xku5jku7Lku7bkvJHkvJrkvJ3kv53lhKrlhYjlhaXlhoXlhobliIbliKXliKnljZjljrPlj47lkIzlm57lnLDlooPlo6vlo7LlpKflsLHlsYvlt67lubTlvZPlvbnlv4PmgJ3mg7PmiYvmjojmlK%2FmlZnmlpnmlrnml6XmmI7mnIDmnIjmnKrmnKzmnaHmoYjmpa3mpbXmp5jmsLTmupbnhKHnibnnj77nkIbnkrDnlKjnlLHnlYznmoTnm7jnpL7npZ3nqLznqY3nq4vnrYnntLnntYzntabogIXogbfoh6roia%2FopJLopovoqLzoqqzoq4fos57otorouqvou4rou6LovrzpgLHpgbjpg6jpg73ph5HplpPpmpvpqJPpq5g%3D);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2533&fonts[str]=LC0uMDEyMzQ1Njc4QUVJS0xOT1FSYWNkZWdoaWxvcnN0dXbCpcKp4oCc4oCd4oC74oaS44CB44CC44CF44CM44CN44CS44Cc44GC44GE44GI44GK44GL44GM44GN44GP44GR44GS44GT44GU44GV44GX44GZ44Ga44Gb44Gd44Gf44Gg44Gh44Gj44Gk44Gm44Gn44Go44Gp44Gq44Gr44Gu44Gv44Gw44G444G544G%2B44G%2F44KB44KC44KE44KI44KJ44KK44KL44KM44KN44KP44KS44KT44Ki44Kk44Kp44Kv44Kw44Kx44Kz44K144K344K444K544K744K%2F44OD44OI44OJ44OQ44OV44OW44OX44OZ44Oa44Ob44Oc44Od44Oe44Og44Oh44Op44Oq44Or44Oz44O244O744O85LiB5LiH5LiK5LiL5LiO5Lih5LqG5LqL5LqM5Lqs5LuL5LuV5LuY5Lul5Lu25Lu75LyB5LyR5Lya5L%2Bd5L%2Bu5YG05YON5YSq5YWF5YWI5YWN5YWl5YWo5YaF5YaG5Ye65YiG5Yqb5Yqg5Yq05YuV5Yy65Y2Y5Y6a5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2Bv5Y%2B35ZCI5ZCm5ZWP5Za25Zue5Zyw5Z6L5Z%2B65aCx5aC05aKD5aSn5aeL5a6J5a6M5a6a5a6f5a625bCC5bCx5bGF5bGL5beu5biM5bm05byK5byP5by15b2T5b6M5b6X5b%2BD5b%2BF5oOF5oOz5oiQ5omL5oq85ouF5o6h5o6l5o%2B05pSv5paZ5pa55pa95peP5pel5piO5pmu5pyA5pyI5pyb5pyf5pyq5pys5p2h5p2x5p2%2B5p6c5qCq5qGI5qWt5qW15qeY5q2p5rCX5rC05rGC5rG65rOB5rS75rWc5riv5rqA5rqW54Sh54mp54q2546H55CG55Kw55So55Sz55S655WM55Wq55Ww55qE55ub55uu55u456CU56K656S656S%2B56Wd56eA56iu56i856mN56m656uL562J57S557WM57Wm57aZ57aa57i%2B6ICF6IG36IO96Ieq6Imv6KGM6KGo6KSS6KaB6KaL6Kix6Ki86Kmx6KqN6Kqk6Kqs6Kqt6KuH6LKg6LK76LOe6LW36Lqr6LuK6Lui6Lu96L686L%2BR6L%2BU6L%2B96YCB6YCa6YCx6YGL6YGg6YGp6YG46YOo6YO96YWN6YWs6YeR6ZaL6ZaT6ZqO6Zqb6Zu76Z2i6aCI6aGN6aeF6aiT6auY6a2F77yB77ya);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2534&fonts[str]=ISwwMTIzNDU2wqXjgIHjgILjgIzjgI3jgJzjgYLjgYTjgYbjgYjjgYrjgYvjgYzjgY3jgY7jgY%2FjgZHjgZLjgZPjgZTjgZfjgZjjgZnjgZvjgZ%2FjgaDjgaHjgaPjgaTjgabjgafjgajjgarjgavjga7jga%2Fjgb7jgb%2FjgoHjgoLjgonjgorjgovjgpLjgpPjgqTjgq%2FjgrHjgrPjgrfjgr%2Fjg4Pjg4Tjg4jjg4njg5Djg5Xjg5fjg5njg6Hjg6njg6vjg7Pjg7bjg7vjg7zkuIfkuIrkuI7kuKHkuovkurrku4rku4vku5Xku5jku7Lku7bkvJHkvJrkvJ3kv53lhKrlhYjlhaXlhoXlhobliIbliKXliKnljZjljrPlj47lkIzlm57lnLDlooPlo6vlo7LlpKflsLHlsYvlt67lubTlvZPlvbnlv4PmgJ3mg7PmiYvmjojmlK%2FmlZnmlpnmlrnml6XmmI7mnIDmnIjmnKrmnKzmnaHmoYjmpa3mpbXmp5jmsLTmupbnhKHnibnnj77nkIbnkrDnlKjnlLHnlYznmoTnm7jnpL7npZ3nqLznqY3nq4vnrYnntLnntYzntabogIXogbfoh6roia%2FopJLopovoqLzoqqzoq4fos57otorouqvou4rou6LovrzpgLHpgbjpg6jpg73ph5HplpPpmpvpqJPpq5g%3D);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2533&fonts[str]=LC0uMDEyMzQ1Njc4QUVJS0xOT1FSYWNkZWdoaWxvcnN0dXbCpcKp4oCc4oCd4oC74oaS44CB44CC44CF44CM44CN44CS44Cc44GC44GE44GI44GK44GL44GM44GN44GP44GR44GS44GT44GU44GV44GX44GZ44Ga44Gb44Gd44Gf44Gg44Gh44Gj44Gk44Gm44Gn44Go44Gp44Gq44Gr44Gu44Gv44Gw44G444G544G%2B44G%2F44KB44KC44KE44KI44KJ44KK44KL44KM44KN44KP44KS44KT44Ki44Kk44Kp44Kv44Kw44Kx44Kz44K144K344K444K544K744K%2F44OD44OI44OJ44OQ44OV44OW44OX44OZ44Oa44Ob44Oc44Od44Oe44Og44Oh44Op44Oq44Or44Oz44O244O744O85LiB5LiH5LiK5LiL5LiO5Lih5LqG5LqL5LqM5Lqs5LuL5LuV5LuY5Lul5Lu25Lu75LyB5LyR5Lya5L%2Bd5L%2Bu5YG05YON5YSq5YWF5YWI5YWN5YWl5YWo5YaF5YaG5Ye65YiG5Yqb5Yqg5Yq05YuV5Yy65Y2Y5Y6a5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2Bv5Y%2B35ZCI5ZCm5ZWP5Za25Zue5Zyw5Z6L5Z%2B65aCx5aC05aKD5aSn5aeL5a6J5a6M5a6a5a6f5a625bCC5bCx5bGF5bGL5beu5biM5bm05byK5byP5by15b2T5b6M5b6X5b%2BD5b%2BF5oOF5oOz5oiQ5omL5oq85ouF5o6h5o6l5o%2B05pSv5paZ5pa55pa95peP5pel5piO5pmu5pyA5pyI5pyb5pyf5pyq5pys5p2h5p2x5p2%2B5p6c5qCq5qGI5qWt5qW15qeY5q2p5rCX5rC05rGC5rG65rOB5rS75rWc5riv5rqA5rqW54Sh54mp54q2546H55CG55Kw55So55Sz55S655WM55Wq55Ww55qE55ub55uu55u456CU56K656S656S%2B56Wd56eA56iu56i856mN56m656uL562J57S557WM57Wm57aZ57aa57i%2B6ICF6IG36IO96Ieq6Imv6KGM6KGo6KSS6KaB6KaL6Kix6Ki86Kmx6KqN6Kqk6Kqs6Kqt6KuH6LKg6LK76LOe6LW36Lqr6LuK6Lui6Lu96L686L%2BR6L%2BU6L%2B96YCB6YCa6YCx6YGL6YGg6YGp6YG46YOo6YO96YWN6YWs6YeR6ZaL6ZaT6ZqO6Zqb6Zu76Z2i6aCI6aGN6aeF6aiT6auY6a2F77yB77ya);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2534&fonts[str]=ISwwMTIzNDU2wqXjgIHjgILjgIzjgI3jgJzjgYLjgYTjgYbjgYjjgYrjgYvjgYzjgY3jgY7jgY%2FjgZHjgZLjgZPjgZTjgZfjgZjjgZnjgZvjgZ%2FjgaDjgaHjgaPjgaTjgabjgafjgajjgarjgavjga7jga%2Fjgb7jgb%2FjgoHjgoLjgonjgorjgovjgpLjgpPjgqTjgq%2FjgrHjgrPjgrfjgr%2Fjg4Pjg4Tjg4jjg4njg5Djg5Xjg5fjg5njg6Hjg6njg6vjg7Pjg7bjg7vjg7zkuIfkuIrkuI7kuKHkuovkurrku4rku4vku5Xku5jku7Lku7bkvJHkvJrkvJ3kv53lhKrlhYjlhaXlhoXlhobliIbliKXliKnljZjljrPlj47lkIzlm57lnLDlooPlo6vlo7LlpKflsLHlsYvlt67lubTlvZPlvbnlv4PmgJ3mg7PmiYvmjojmlK%2FmlZnmlpnmlrnml6XmmI7mnIDmnIjmnKrmnKzmnaHmoYjmpa3mpbXmp5jmsLTmupbnhKHnibnnj77nkIbnkrDnlKjnlLHnlYznmoTnm7jnpL7npZ3nqLznqY3nq4vnrYnntLnntYzntabogIXogbfoh6roia%2FopJLopovoqLzoqqzoq4fos57otorouqvou4rou6LovrzpgLHpgbjpg6jpg73ph5HplpPpmpvpqJPpq5g%3D);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2533&fonts[str]=LC0uMDEyMzQ1Njc4QUVJS0xOT1FSYWNkZWdoaWxvcnN0dXbCpcKp4oCc4oCd4oC74oaS44CB44CC44CF44CM44CN44CS44Cc44GC44GE44GI44GK44GL44GM44GN44GP44GR44GS44GT44GU44GV44GX44GZ44Ga44Gb44Gd44Gf44Gg44Gh44Gj44Gk44Gm44Gn44Go44Gp44Gq44Gr44Gu44Gv44Gw44G444G544G%2B44G%2F44KB44KC44KE44KI44KJ44KK44KL44KM44KN44KP44KS44KT44Ki44Kk44Kp44Kv44Kw44Kx44Kz44K144K344K444K544K744K%2F44OD44OI44OJ44OQ44OV44OW44OX44OZ44Oa44Ob44Oc44Od44Oe44Og44Oh44Op44Oq44Or44Oz44O244O744O85LiB5LiH5LiK5LiL5LiO5Lih5LqG5LqL5LqM5Lqs5LuL5LuV5LuY5Lul5Lu25Lu75LyB5LyR5Lya5L%2Bd5L%2Bu5YG05YON5YSq5YWF5YWI5YWN5YWl5YWo5YaF5YaG5Ye65YiG5Yqb5Yqg5Yq05YuV5Yy65Y2Y5Y6a5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2Bv5Y%2B35ZCI5ZCm5ZWP5Za25Zue5Zyw5Z6L5Z%2B65aCx5aC05aKD5aSn5aeL5a6J5a6M5a6a5a6f5a625bCC5bCx5bGF5bGL5beu5biM5bm05byK5byP5by15b2T5b6M5b6X5b%2BD5b%2BF5oOF5oOz5oiQ5omL5oq85ouF5o6h5o6l5o%2B05pSv5paZ5pa55pa95peP5pel5piO5pmu5pyA5pyI5pyb5pyf5pyq5pys5p2h5p2x5p2%2B5p6c5qCq5qGI5qWt5qW15qeY5q2p5rCX5rC05rGC5rG65rOB5rS75rWc5riv5rqA5rqW54Sh54mp54q2546H55CG55Kw55So55Sz55S655WM55Wq55Ww55qE55ub55uu55u456CU56K656S656S%2B56Wd56eA56iu56i856mN56m656uL562J57S557WM57Wm57aZ57aa57i%2B6ICF6IG36IO96Ieq6Imv6KGM6KGo6KSS6KaB6KaL6Kix6Ki86Kmx6KqN6Kqk6Kqs6Kqt6KuH6LKg6LK76LOe6LW36Lqr6LuK6Lui6Lu96L686L%2BR6L%2BU6L%2B96YCB6YCa6YCx6YGL6YGg6YGp6YG46YOo6YO96YWN6YWs6YeR6ZaL6ZaT6ZqO6Zqb6Zu76Z2i6aCI6aGN6aeF6aiT6auY6a2F77yB77ya);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W7 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2534&fonts[str]=ISwwMTIzNDU2wqXjgIHjgILjgIzjgI3jgJzjgYLjgYTjgYbjgYjjgYrjgYvjgYzjgY3jgY7jgY%2FjgZHjgZLjgZPjgZTjgZfjgZjjgZnjgZvjgZ%2FjgaDjgaHjgaPjgaTjgabjgafjgajjgarjgavjga7jga%2Fjgb7jgb%2FjgoHjgoLjgonjgorjgovjgpLjgpPjgqTjgq%2FjgrHjgrPjgrfjgr%2Fjg4Pjg4Tjg4jjg4njg5Djg5Xjg5fjg5njg6Hjg6njg6vjg7Pjg7bjg7vjg7zkuIfkuIrkuI7kuKHkuovkurrku4rku4vku5Xku5jku7Lku7bkvJHkvJrkvJ3kv53lhKrlhYjlhaXlhoXlhobliIbliKXliKnljZjljrPlj47lkIzlm57lnLDlooPlo6vlo7LlpKflsLHlsYvlt67lubTlvZPlvbnlv4PmgJ3mg7PmiYvmjojmlK%2FmlZnmlpnmlrnml6XmmI7mnIDmnIjmnKrmnKzmnaHmoYjmpa3mpbXmp5jmsLTmupbnhKHnibnnj77nkIbnkrDnlKjnlLHnlYznmoTnm7jnpL7npZ3nqLznqY3nq4vnrYnntLnntYzntabogIXogbfoh6roia%2FopJLopovoqLzoqqzoq4fos57otorouqvou4rou6LovrzpgLHpgbjpg6jpg73ph5HplpPpmpvpqJPpq5g%3D);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W8 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2535&fonts[str]=ISwwMTIzNTZFSUxO44CB44CC44CM44CN44Cc44GC44GE44GG44GI44GK44GL44GM44GN44GO44GP44GS44GU44GX44GY44GZ44Gb44Gd44Gf44Gh44Gk44Gn44Go44Gq44Gr44Gu44Gv44G444G744G%2B44G%2F44KB44KC44KE44KJ44KK44KL44KM44KN44KS44KT44Ki44Kk44Kp44Kt44Kv44Kz44K144K344K544K%2F44OB44OD44OE44OI44OJ44OK44OQ44OV44OW44OX44OZ44Oc44Od44Og44Oj44Op44Oq44Oz44O244O744O85LiA5LiH5LiK5LiN5LiO5Lit5LqM5Lq65LuK5LuL5Lu75LyR5Lya5Lyd5L2P5L%2BC5YKZ5YSf5YWF5YWJ5YWN5YWl5YWo5YWs5YaG5YiG5Yil5Yi25Yqg5YuV5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2BX5ZCI5ZOh5ZWP5Zu95aOy5aSW5aSn5aWz5aW95a6F5a6J5a6M5a6f5a6i5a625a%2Bu5bm05bqV5bqm5byP5b2T5b255b6M5b6X5b655oCd5oCn5oSP5oap5o6I5o%2B05pSv5pWZ5paZ5pa55peF5pel5pmC5pmu5pyA5pyI5pys5qWt5qeY5rOo5rS75rW354Sh54ax54m554%2B%2B55CG55WM55qE55u456S%2B56Wd56iu56i857S557WM57Wm6ICF6IG36Ieq6Imv6KGM6KOc6KaL6Kix6KuH6LK76LOD6LqN6LuK6Lui6L686YCa6YCx6YG46YeR6ZaT6Zai6aiT6auY6b2i77yB77yI77yJ77yU77yc);
}

@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-weight: Bold;
  src: url(//wf.typesquare.com/3/tsst/dist/ja/ts?condition=66446f1caaafd47521b023e7ec1fa651&onetime_condition=&eid=5ad00062415c46a09fd67fd7ac1e024a&bw[name]=Chrome&bw[ftf]=0&bw[os]=Macintosh&location=takusihuto.com%2F&fonts[id]=2533&fonts[str]=LC0uMDEyMzQ1Njc4QUVJS0xOT1FSYWNkZWdoaWxvcnN0dXbCpcKp4oCc4oCd4oC74oaS44CB44CC44CF44CM44CN44CS44Cc44GC44GE44GI44GK44GL44GM44GN44GP44GR44GS44GT44GU44GV44GX44GZ44Ga44Gb44Gd44Gf44Gg44Gh44Gj44Gk44Gm44Gn44Go44Gp44Gq44Gr44Gu44Gv44Gw44G444G544G%2B44G%2F44KB44KC44KE44KI44KJ44KK44KL44KM44KN44KP44KS44KT44Ki44Kk44Kp44Kv44Kw44Kx44Kz44K144K344K444K544K744K%2F44OD44OI44OJ44OQ44OV44OW44OX44OZ44Oa44Ob44Oc44Od44Oe44Og44Oh44Op44Oq44Or44Oz44O244O744O85LiB5LiH5LiK5LiL5LiO5Lih5LqG5LqL5LqM5Lqs5LuL5LuV5LuY5Lul5Lu25Lu75LyB5LyR5Lya5L%2Bd5L%2Bu5YG05YON5YSq5YWF5YWI5YWN5YWl5YWo5YaF5YaG5Ye65YiG5Yqb5Yqg5Yq05YuV5Yy65Y2Y5Y6a5Y6z5Y%2BC5Y%2BO5Y%2BW5Y%2Bv5Y%2B35ZCI5ZCm5ZWP5Za25Zue5Zyw5Z6L5Z%2B65aCx5aC05aKD5aSn5aeL5a6J5a6M5a6a5a6f5a625bCC5bCx5bGF5bGL5beu5biM5bm05byK5byP5by15b2T5b6M5b6X5b%2BD5b%2BF5oOF5oOz5oiQ5omL5oq85ouF5o6h5o6l5o%2B05pSv5paZ5pa55pa95peP5pel5piO5pmu5pyA5pyI5pyb5pyf5pyq5pys5p2h5p2x5p2%2B5p6c5qCq5qGI5qWt5qW15qeY5q2p5rCX5rC05rGC5rG65rOB5rS75rWc5riv5rqA5rqW54Sh54mp54q2546H55CG55Kw55So55Sz55S655WM55Wq55Ww55qE55ub55uu55u456CU56K656S656S%2B56Wd56eA56iu56i856mN56m656uL562J57S557WM57Wm57aZ57aa57i%2B6ICF6IG36IO96Ieq6Imv6KGM6KGo6KSS6KaB6KaL6Kix6Ki86Kmx6KqN6Kqk6Kqs6Kqt6KuH6LKg6LK76LOe6LW36Lqr6LuK6Lui6Lu96L686L%2BR6L%2BU6L%2B96YCB6YCa6YCx6YGL6YGg6YGp6YG46YOo6YO96YWN6YWs6YeR6ZaL6ZaT6ZqO6Zqb6Zu76Z2i6aCI6aGN6aeF6aiT6auY6a2F77yB77ya);
}

.sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  bottom: 0px;
  flex: none;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 72px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 56px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 40px;
    width: 100%;
    max-width: 100%;
  }
}

.sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
  align-content: center;
  align-items: center;
  background: none;
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0px 20px 0px 32px;
  position: relative;
  transform: translate(0px, 0px);
  width: 1280px;
  z-index: 1;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    padding: 0px 16px 0px 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    flex: none;
    padding: 0px 8px 0px 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    flex: none;
  }
}

.sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 240px;
  --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
  --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
  --gap-uuid: 6b6c134b-5c97-4428-9ced-8b5949b9bcab;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    width: 28%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
    max-width: 28%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    gap: 4px;
    width: 40%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 4px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
    max-width: 40%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    width: 40%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
  }
}

.sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab) * 0));
  max-width: calc(100% - (var(--gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

.sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
  align-content: center;
  align-items: center;
  background: #fdd10c;
  border-radius: 64px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  height: 44px;
  justify-content: center;
  padding: 0px 24px;
  transition-duration: 0ms;
  transition-timing-function: linear;
  width: 220px;
  --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
  --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
  --gap-uuid: 69ded1cf-f973-480e-90ad-e65f9d6afecc;
  max-width: 100%;
}

.sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc]:hover {
  opacity: 1;
  transform: translate(0px, 3px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
  --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
}

@media screen and (max-width: 540px) {
  .sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
    display: flex;
    flex: none;
    height: auto;
    padding: 8px 32px;
    width: auto;
    --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
    --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
    display: none;
    flex: none;
    --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
    --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
  }
}

.sd[data-s-0ee65441-c517-4e8e-8836-e93e6b086179] {
  color: #1d2e54;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  transform-origin: top right;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-0ee65441-c517-4e8e-8836-e93e6b086179] {
    font-size: 12px;
  }
}

.sd[data-s-82ecf055-8119-4869-b1f2-7a857f50850a] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-2dc57456-0e2e-4ff1-8a30-23c04e95da79] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 40px 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-2dc57456-0e2e-4ff1-8a30-23c04e95da79] {
    padding: 32px 0px;
  }
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 880px;
  max-width: 100%;
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-duration: 600ms;
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7].appear-active {
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
    display: none;
    flex: none;
    width: 92%;
    max-width: 92%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
    display: none;
  }
}

.sd[data-s-07fc4afd-ca2d-4b3b-8a8d-14f3983f34e4] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
  align-content: center;
  align-items: center;
  bottom: 20px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
    bottom: 12px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
    bottom: 8px;
  }
}

.sd[data-s-f5f11772-4a23-4afe-9639-f85c2b7056e3] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 64%;
  max-width: 64%;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2] {
  align-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2].appear-active {
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2]:hover {
  transform: translate(0px, 3px);
  transition-duration: 600ms;
}

.sd[data-s-f9d5ffb5-703f-4a59-94a2-2aa07f21ce96] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
  background: #EEEEEE;
  border-radius: 0px;
  display: flex;
  flex: none;
  height: 0px;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
  align-content: center;
  align-items: center;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 880px;
  max-width: 100%;
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-duration: 600ms;
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8].appear-active {
  transition-duration: 600ms;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: flex;
    flex: none;
    width: 98%;
    max-width: 98%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: flex;
  }
}

.sd[data-s-5c6fae7e-454e-427a-923d-6f46e2dd9454] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
  align-content: center;
  align-items: center;
  bottom: 20px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
    bottom: 12px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
    bottom: 10px;
  }
}

.sd[data-s-dd0992a1-dec7-4b89-8c73-9e2f91307ca5] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}

@media screen and (max-width: 540px) {
  .sd[data-s-dd0992a1-dec7-4b89-8c73-9e2f91307ca5] {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298] {
  align-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 64%;
  max-width: 64%;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298].appear-active {
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298]:hover {}

@media screen and (max-width: 540px) {
  .sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298]:hover {
    transform: translate(0px, 2px);
    transition-duration: 600ms;
  }

  .sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.sd[data-s-691e2495-1251-4866-9bd3-889a07bc5ba6] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  bottom: 0px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  left: 0px;
  padding: 40px 48px 24px;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
    flex: none;
    height: auto;
    padding: 32px 24px 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
    padding: 32px 16px 24px;
  }
}

.sd[data-s-477804de-f890-431d-ad3f-5bba085e6d8d] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 72px;
  height: 100%;
  justify-content: space-between;
  width: 1280px;
  --gap-h-477804de-f890-431d-ad3f-5bba085e6d8d: 0px;
  --gap-v-477804de-f890-431d-ad3f-5bba085e6d8d: 72px;
  --gap-uuid: 477804de-f890-431d-ad3f-5bba085e6d8d;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-477804de-f890-431d-ad3f-5bba085e6d8d] {
    flex: none;
    width: 100%;
    --gap-h-477804de-f890-431d-ad3f-5bba085e6d8d: 0px;
    --gap-v-477804de-f890-431d-ad3f-5bba085e6d8d: 72px;
    max-width: 100%;
    height: 100%;
  }
}

.sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 0px;
  --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
  --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 24px;
  --gap-uuid: c69a8409-f8e5-44c4-b8ea-d0f496588d1b;
}

@media screen and (max-width: 840px) {
  .sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
    --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 24px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
    flex: none;
    gap: 12px;
    --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
    --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 12px;
  }
}

.sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 10px;
  }
}

.sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  padding: 0px;
  --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
  --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 16px;
  --gap-uuid: 3ada87fe-9b69-4336-bedd-b35fa4664600;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
    --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
    gap: 12px;
    --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
    --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 12px;
  }
}

.sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 10px;
  }
}

.sd[data-s-26ba0bbe-7127-4c89-bd4e-abd981b8e086] {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - (var(--gap-h-477804de-f890-431d-ad3f-5bba085e6d8d) * 0));
  --gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 16px;
  --gap-v-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 0px;
  --gap-uuid: 26ba0bbe-7127-4c89-bd4e-abd981b8e086;
  max-width: calc(100% - (var(--gap-h-477804de-f890-431d-ad3f-5bba085e6d8d) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-26ba0bbe-7127-4c89-bd4e-abd981b8e086] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
    --gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 0px;
    --gap-v-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 4px;
  }
}

.sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 320px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    justify-content: center;
    width: calc(32% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.68));
    max-width: calc(32% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.68));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    flex: none;
    width: calc(40% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.6));
    max-width: calc(40% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.6));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    flex: none;
    width: calc(50% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.5));
    max-width: calc(50% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.5));
  }
}

.sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
  backdrop-filter: contrast(100%);
  -webkit-backdrop-filter: contrast(100%);
  flex: none;
  height: auto;
  margin: 0px 0px 0px 0px;
  mix-blend-mode: normal;
  width: 100%;
  z-index: 1;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
    flex: none;
  }
}

.sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
  color: #ffffff;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.42;
  text-align: right;
  width: auto;
  max-width: 100%;
  justify-content: flex-end;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
    font-size: 10px;
    text-align: center;
    width: calc(100% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0));
    max-width: calc(100% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0));
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
    font-size: 8px;
  }
}

.sd[data-s-66e5ee07-e9fb-47f8-96c6-d2ee282a96e5] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-fdee5a9d-d177-4b05-8157-9eb170c42de9] {}

.sd[data-s-787cb09d-b8fa-4a36-921e-664750b86609] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-638131f0-0b6b-4cc1-a157-0647e3614cb2] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-638131f0-0b6b-4cc1-a157-0647e3614cb2] {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-638131f0-0b6b-4cc1-a157-0647e3614cb2] {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-638131f0-0b6b-4cc1-a157-0647e3614cb2] {
    display: none;
  }
}

.sd[data-s-8ccb7495-9c61-4054-8f89-39db26fbc46e] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px;
  width: 1280px;
  max-width: 100%;
}

.sd[data-s-5ac263ad-b92e-4f9a-9934-d8c67ca8b81d] {
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  height: 100%;
  width: 30%;
  max-width: 30%;
}

.sd[data-s-64c186d1-849a-468e-8fb0-3ca3bec63ba4] {
  flex: none;
  height: auto;
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-ae68bb58-3aba-4feb-822b-6ace06261dca] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  margin: 0 0 0 0;
  padding: 100px 32px 0px 32px;
  position: absolute;
  top: 0;
  width: 54%;
  max-width: 54%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-ae68bb58-3aba-4feb-822b-6ace06261dca] {
    padding: 92px 32px 0px 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ae68bb58-3aba-4feb-822b-6ace06261dca] {
    padding: 76px 32px 0px 32px;
  }
}

.sd[data-s-84a249bd-60eb-4d77-af38-d2bcbe528f77] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-64874aca-0ff5-45c0-929d-59b19743b3e3] {
  filter: saturate(120%);
  flex: none;
  height: auto;
  width: 94%;
  max-width: 94%;
}

.sd[data-s-b53edd3d-4a8c-436f-9109-b8bf3377d92e] {
  align-content: center;
  align-items: center;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b53edd3d-4a8c-436f-9109-b8bf3377d92e] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b53edd3d-4a8c-436f-9109-b8bf3377d92e] {
    display: flex;
    padding: 72px 0px 0px 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b53edd3d-4a8c-436f-9109-b8bf3377d92e] {
    display: flex;
    padding: 48px 0px 0px 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b53edd3d-4a8c-436f-9109-b8bf3377d92e] {
    display: flex;
    padding: 32px 0px 0px 0px;
  }
}

.sd[data-s-4ec48787-9b69-406c-922a-23cec84d01a0] {
  flex: none;
  height: auto;
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4ec48787-9b69-406c-922a-23cec84d01a0] {
    filter: saturate(120%);
  }
}

.sd[data-s-227dced7-320c-4159-9dce-b6653e239cee] {}

.sd[data-s-9f9778c4-f9d0-4537-a6a0-87682bd00535] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 56px 32px 88px 32px;
  width: 100%;
  --gap-h-9f9778c4-f9d0-4537-a6a0-87682bd00535: 0px;
  --gap-v-9f9778c4-f9d0-4537-a6a0-87682bd00535: 32px;
  --gap-uuid: 9f9778c4-f9d0-4537-a6a0-87682bd00535;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-9f9778c4-f9d0-4537-a6a0-87682bd00535] {
    padding: 56px 24px 72px 24px;
    --gap-h-9f9778c4-f9d0-4537-a6a0-87682bd00535: 0px;
    --gap-v-9f9778c4-f9d0-4537-a6a0-87682bd00535: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-9f9778c4-f9d0-4537-a6a0-87682bd00535] {
    padding: 24px 8px 40px 8px;
    --gap-h-9f9778c4-f9d0-4537-a6a0-87682bd00535: 0px;
    --gap-v-9f9778c4-f9d0-4537-a6a0-87682bd00535: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-9f9778c4-f9d0-4537-a6a0-87682bd00535] {
    padding: 16px 12px 40px 12px;
    --gap-h-9f9778c4-f9d0-4537-a6a0-87682bd00535: 0px;
    --gap-v-9f9778c4-f9d0-4537-a6a0-87682bd00535: 32px;
  }
}

.sd[data-s-680e7644-ce20-4cc8-822f-fec858cf52ef] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  --gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef: 0px;
  --gap-v-680e7644-ce20-4cc8-822f-fec858cf52ef: 32px;
  --gap-uuid: 680e7644-ce20-4cc8-822f-fec858cf52ef;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-680e7644-ce20-4cc8-822f-fec858cf52ef] {
    gap: 16px;
    --gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef: 0px;
    --gap-v-680e7644-ce20-4cc8-822f-fec858cf52ef: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-680e7644-ce20-4cc8-822f-fec858cf52ef] {
    gap: 8px;
    --gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef: 0px;
    --gap-v-680e7644-ce20-4cc8-822f-fec858cf52ef: 8px;
  }
}

.sd[data-s-029c24db-0e40-420d-a280-6bafa287ae9d] {
  flex: none;
  height: auto;
  width: calc(64% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.36));
  max-width: calc(64% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.36));
}

.sd[data-s-029c24db-0e40-420d-a280-6bafa287ae9d].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
}

.sd[data-s-029c24db-0e40-420d-a280-6bafa287ae9d].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-029c24db-0e40-420d-a280-6bafa287ae9d] {
    flex: none;
    width: calc(88% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-029c24db-0e40-420d-a280-6bafa287ae9d] {
    flex: none;
    width: calc(94% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.059999999999999984));
    max-width: calc(94% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0.059999999999999984));
  }
}

.sd[data-s-05eac6a5-75f1-4133-ab12-a4573eaf4dd4] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 2px;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 44px 20px;
  height: auto;
  justify-content: center;
  padding: 40px 24px 20px 24px;
  width: calc(100% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0));
  --gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 20px;
  --gap-v-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 44px;
  --gap-uuid: 05eac6a5-75f1-4133-ab12-a4573eaf4dd4;
  max-width: calc(100% - (var(--gap-h-680e7644-ce20-4cc8-822f-fec858cf52ef) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-05eac6a5-75f1-4133-ab12-a4573eaf4dd4] {
    gap: 44px 12px;
    --gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 12px;
    --gap-v-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 44px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-05eac6a5-75f1-4133-ab12-a4573eaf4dd4] {
    flex: none;
    gap: 44px 8px;
    padding: 40px 8px 20px 8px;
    --gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 8px;
    --gap-v-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 44px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-05eac6a5-75f1-4133-ab12-a4573eaf4dd4] {
    flex: none;
    padding: 40px 24px 20px 16px;
    width: 100%;
    --gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 20px;
    --gap-v-05eac6a5-75f1-4133-ab12-a4573eaf4dd4: 44px;
  }
}

.sd[data-s-64a51754-a8ee-4ffc-a377-098185454422] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  border-radius: 2px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 380px;
  justify-content: flex-start;
  width: 340px;
  --gap-h-64a51754-a8ee-4ffc-a377-098185454422: 0px;
  --gap-v-64a51754-a8ee-4ffc-a377-098185454422: 20px;
  --gap-uuid: 64a51754-a8ee-4ffc-a377-098185454422;
  max-width: 100%;
}

.sd[data-s-64a51754-a8ee-4ffc-a377-098185454422].appear {
  opacity: 0;
  transform: translate(0px, 20px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-64a51754-a8ee-4ffc-a377-098185454422: 0px;
  --gap-v-64a51754-a8ee-4ffc-a377-098185454422: 20px;
}

.sd[data-s-64a51754-a8ee-4ffc-a377-098185454422].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-64a51754-a8ee-4ffc-a377-098185454422] {
    flex: none;
    gap: 12px;
    height: 260px;
    width: 200px;
    --gap-h-64a51754-a8ee-4ffc-a377-098185454422: 0px;
    --gap-v-64a51754-a8ee-4ffc-a377-098185454422: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-64a51754-a8ee-4ffc-a377-098185454422] {
    flex: none;
    height: 210px;
    padding: 0px 4px;
    width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
    --gap-h-64a51754-a8ee-4ffc-a377-098185454422: 0px;
    --gap-v-64a51754-a8ee-4ffc-a377-098185454422: 20px;
    max-width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-64a51754-a8ee-4ffc-a377-098185454422] {
    flex: none;
    gap: 12px;
    width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
    --gap-h-64a51754-a8ee-4ffc-a377-098185454422: 0px;
    --gap-v-64a51754-a8ee-4ffc-a377-098185454422: 12px;
    max-width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
  }
}

.sd[data-s-48ddecc4-8cb0-4836-817c-a225ecf33aef] {
  align-content: center;
  align-items: center;
  background: #fdd10c;
  border-radius: 2px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: center;
  margin: -24px 0px 0px 0px;
  padding: 4px 32px;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-48ddecc4-8cb0-4836-817c-a225ecf33aef] {
    flex: none;
    height: 32px;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-48ddecc4-8cb0-4836-817c-a225ecf33aef] {
    flex: none;
    height: 28px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-61fc2800-0b11-416d-9b79-93f7ad943e71] {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-61fc2800-0b11-416d-9b79-93f7ad943e71] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-61fc2800-0b11-416d-9b79-93f7ad943e71] {
    font-size: 15px;
  }
}

.sd[data-s-fdacd0b5-21b1-414d-96d4-16d3c632b31f] {
  flex: none;
  height: auto;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-fdacd0b5-21b1-414d-96d4-16d3c632b31f] {
    flex: none;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-fdacd0b5-21b1-414d-96d4-16d3c632b31f] {
    flex: none;
    width: 100px;
    max-width: 100%;
  }
}

.sd[data-s-464490ef-601b-4d65-91d7-3b0a0919f495] {
  align-content: center;
  align-items: center;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-64a51754-a8ee-4ffc-a377-098185454422) * 0));
  max-width: calc(100% - (var(--gap-h-64a51754-a8ee-4ffc-a377-098185454422) * 0));
}

.sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719] {
  color: #0064a1;
  flex: none;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  padding: 0px 0px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719] {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719] {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-43bc8ec0-e4c1-4a06-9677-10831f324719] {
    font-size: 16px;
  }
}

.sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  border-radius: 2px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 380px;
  justify-content: flex-start;
  width: 340px;
  --gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 0px;
  --gap-v-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 20px;
  --gap-uuid: 9a6b0bb5-bf99-4352-a5d3-0c992117b65b;
  max-width: 100%;
}

.sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b].appear {
  opacity: 0;
  transform: translate(0px, 20px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 0px;
  --gap-v-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 20px;
}

.sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b] {
    flex: none;
    gap: 12px;
    height: 260px;
    width: 200px;
    --gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 0px;
    --gap-v-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b] {
    flex: none;
    height: 210px;
    padding: 0px 4px;
    width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
    --gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 0px;
    --gap-v-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 20px;
    max-width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-9a6b0bb5-bf99-4352-a5d3-0c992117b65b] {
    flex: none;
    gap: 12px;
    width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
    --gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 0px;
    --gap-v-9a6b0bb5-bf99-4352-a5d3-0c992117b65b: 12px;
    max-width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
  }
}

.sd[data-s-59179df9-3128-455a-a9c7-0d38eed1979c] {
  align-content: center;
  align-items: center;
  background: #fdd10c;
  border-radius: 2px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: center;
  margin: -24px 0px 0px 0px;
  padding: 4px 32px;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-59179df9-3128-455a-a9c7-0d38eed1979c] {
    flex: none;
    height: 32px;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-59179df9-3128-455a-a9c7-0d38eed1979c] {
    flex: none;
    height: 28px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-2e7c738c-f29d-477c-82d0-77e67dd4b992] {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-2e7c738c-f29d-477c-82d0-77e67dd4b992] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-2e7c738c-f29d-477c-82d0-77e67dd4b992] {
    font-size: 15px;
  }
}

.sd[data-s-8425a811-a04b-409a-b426-87e4d7551794] {
  flex: none;
  height: auto;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8425a811-a04b-409a-b426-87e4d7551794] {
    flex: none;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8425a811-a04b-409a-b426-87e4d7551794] {
    flex: none;
    width: 100px;
    max-width: 100%;
  }
}

.sd[data-s-5c701132-0c5c-44a0-9d61-71ea1121992c] {
  align-content: center;
  align-items: center;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b) * 0));
  max-width: calc(100% - (var(--gap-h-9a6b0bb5-bf99-4352-a5d3-0c992117b65b) * 0));
}

.sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5] {
  color: #0064a1;
  flex: none;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  padding: 0px 0px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5] {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5] {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-220f9f3b-3f5a-4055-af3e-67d31f5e5dd5] {
    font-size: 16px;
  }
}

.sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  border-radius: 2px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: 380px;
  justify-content: flex-start;
  width: 340px;
  --gap-h-81a05be1-8888-4d48-964c-b8092c86f107: 0px;
  --gap-v-81a05be1-8888-4d48-964c-b8092c86f107: 20px;
  --gap-uuid: 81a05be1-8888-4d48-964c-b8092c86f107;
  max-width: 100%;
}

.sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107].appear {
  opacity: 0;
  transform: translate(0px, 20px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-81a05be1-8888-4d48-964c-b8092c86f107: 0px;
  --gap-v-81a05be1-8888-4d48-964c-b8092c86f107: 20px;
}

.sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107] {
    flex: none;
    gap: 12px;
    height: 260px;
    width: 200px;
    --gap-h-81a05be1-8888-4d48-964c-b8092c86f107: 0px;
    --gap-v-81a05be1-8888-4d48-964c-b8092c86f107: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107] {
    flex: none;
    height: 210px;
    padding: 0px 4px;
    width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
    --gap-h-81a05be1-8888-4d48-964c-b8092c86f107: 0px;
    --gap-v-81a05be1-8888-4d48-964c-b8092c86f107: 20px;
    max-width: calc(50% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0.5));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-81a05be1-8888-4d48-964c-b8092c86f107] {
    flex: none;
    gap: 12px;
    width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
    --gap-h-81a05be1-8888-4d48-964c-b8092c86f107: 0px;
    --gap-v-81a05be1-8888-4d48-964c-b8092c86f107: 12px;
    max-width: calc(100% - (var(--gap-h-05eac6a5-75f1-4133-ab12-a4573eaf4dd4) * 0));
  }
}

.sd[data-s-21536f2f-e009-4aa9-8c60-8cd06c95e9c7] {
  align-content: center;
  align-items: center;
  background: #fdd10c;
  border-radius: 2px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 44px;
  justify-content: center;
  margin: -24px 0px 0px 0px;
  padding: 4px 32px;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-21536f2f-e009-4aa9-8c60-8cd06c95e9c7] {
    flex: none;
    height: 32px;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-21536f2f-e009-4aa9-8c60-8cd06c95e9c7] {
    flex: none;
    height: 28px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-94e54646-5a88-4d86-a757-f6559d763187] {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-94e54646-5a88-4d86-a757-f6559d763187] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-94e54646-5a88-4d86-a757-f6559d763187] {
    font-size: 15px;
  }
}

.sd[data-s-3f7f1aca-5932-4825-b071-7359496b18e0] {
  flex: none;
  height: auto;
  width: 180px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3f7f1aca-5932-4825-b071-7359496b18e0] {
    flex: none;
    width: 140px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3f7f1aca-5932-4825-b071-7359496b18e0] {
    flex: none;
    width: 100px;
    max-width: 100%;
  }
}

.sd[data-s-63a9a89e-72da-4f01-a20e-3e84214a4264] {
  align-content: center;
  align-items: center;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-81a05be1-8888-4d48-964c-b8092c86f107) * 0));
  max-width: calc(100% - (var(--gap-h-81a05be1-8888-4d48-964c-b8092c86f107) * 0));
}

.sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1] {
  color: #0064a1;
  flex: none;
  font-size: 24px;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  padding: 0px 0px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1] {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1] {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-38200db2-b29b-442c-bb77-eaa453e200f1] {
    font-size: 16px;
  }
}

.sd[data-s-acf9625a-7a2f-402e-b430-ab46e34a331e] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 0px 32px 24px 32px;
  width: 100%;
  --gap-h-acf9625a-7a2f-402e-b430-ab46e34a331e: 0px;
  --gap-v-acf9625a-7a2f-402e-b430-ab46e34a331e: 32px;
  --gap-uuid: acf9625a-7a2f-402e-b430-ab46e34a331e;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-acf9625a-7a2f-402e-b430-ab46e34a331e] {
    height: auto;
    padding: 0px 8px 24px 8px;
    --gap-h-acf9625a-7a2f-402e-b430-ab46e34a331e: 0px;
    --gap-v-acf9625a-7a2f-402e-b430-ab46e34a331e: 32px;
  }
}

.sd[data-s-c3075d71-6b73-49db-b4df-c0847eb2e131] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  margin: -40px 0px 0px 0px;
  padding: 0px;
  width: 1060px;
  --gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131: 0px;
  --gap-v-c3075d71-6b73-49db-b4df-c0847eb2e131: 24px;
  --gap-uuid: c3075d71-6b73-49db-b4df-c0847eb2e131;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-c3075d71-6b73-49db-b4df-c0847eb2e131] {
    gap: 12px;
    margin: -20px 0px 0px 0px;
    --gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131: 0px;
    --gap-v-c3075d71-6b73-49db-b4df-c0847eb2e131: 12px;
    max-width: 100%;
  }
}

.sd[data-s-e7196683-3c0b-4c6b-8359-bff391770002] {
  flex: none;
  height: auto;
  width: calc(48% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.52));
  max-width: calc(48% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.52));
}

@media screen and (max-width: 840px) {
  .sd[data-s-e7196683-3c0b-4c6b-8359-bff391770002] {
    flex: none;
    width: calc(56% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.44));
    max-width: calc(56% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.44));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-e7196683-3c0b-4c6b-8359-bff391770002] {
    flex: none;
    width: calc(64% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.36));
    max-width: calc(64% - (var(--gap-h-c3075d71-6b73-49db-b4df-c0847eb2e131) * 0.36));
  }
}

.sd[data-s-a0d7d671-ac17-4bea-8f41-868040306cbe] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-a0d7d671-ac17-4bea-8f41-868040306cbe: 0px;
  --gap-v-a0d7d671-ac17-4bea-8f41-868040306cbe: 8px;
  --gap-uuid: a0d7d671-ac17-4bea-8f41-868040306cbe;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-a0d7d671-ac17-4bea-8f41-868040306cbe] {
    flex-direction: row;
    flex-wrap: wrap;
    --gap-h-a0d7d671-ac17-4bea-8f41-868040306cbe: 0px;
    --gap-v-a0d7d671-ac17-4bea-8f41-868040306cbe: 8px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a0d7d671-ac17-4bea-8f41-868040306cbe] {
    gap: 4px 0px;
    --gap-h-a0d7d671-ac17-4bea-8f41-868040306cbe: 0px;
    --gap-v-a0d7d671-ac17-4bea-8f41-868040306cbe: 4px;
  }
}

.sd[data-s-2aef8e23-dc9e-44e8-b10e-0429f7a00272] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-2aef8e23-dc9e-44e8-b10e-0429f7a00272: 0px;
  --gap-v-2aef8e23-dc9e-44e8-b10e-0429f7a00272: 0px;
  --gap-uuid: 2aef8e23-dc9e-44e8-b10e-0429f7a00272;
}

.sd[data-s-6e522bfb-9231-48bd-9e28-ec6de8fc0574] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574: 0px;
  --gap-v-6e522bfb-9231-48bd-9e28-ec6de8fc0574: 0px;
  --gap-uuid: 6e522bfb-9231-48bd-9e28-ec6de8fc0574;
}

.sd[data-s-884b469e-1c4a-4f43-81bd-c118d3c8e7e5] {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-884b469e-1c4a-4f43-81bd-c118d3c8e7e5] {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-884b469e-1c4a-4f43-81bd-c118d3c8e7e5] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-884b469e-1c4a-4f43-81bd-c118d3c8e7e5] {
    font-size: 20px;
  }
}

.sd[data-s-73061e4d-f277-4503-98c2-bf6c84946966] {
  background: #fdd10c;
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
  z-index: -1;
  max-width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
}

@media screen and (max-width: 540px) {
  .sd[data-s-73061e4d-f277-4503-98c2-bf6c84946966] {
    flex: none;
    height: 8px;
    margin: -10px 0px 0px 0px;
    width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
    max-width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-73061e4d-f277-4503-98c2-bf6c84946966] {
    flex: none;
    height: 6px;
    margin: -8px 0px 0px 0px;
    width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
    max-width: calc(104% - (var(--gap-h-6e522bfb-9231-48bd-9e28-ec6de8fc0574) * -0.03999999999999997));
  }
}

.sd[data-s-3644159b-941c-4c88-9347-b3ea1ac830bf] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-3644159b-941c-4c88-9347-b3ea1ac830bf: 0px;
  --gap-v-3644159b-941c-4c88-9347-b3ea1ac830bf: 0px;
  --gap-uuid: 3644159b-941c-4c88-9347-b3ea1ac830bf;
}

@media screen and (max-width: 320px) {
  .sd[data-s-3644159b-941c-4c88-9347-b3ea1ac830bf] {
    font-size: 20px;
    --gap-h-3644159b-941c-4c88-9347-b3ea1ac830bf: 0px;
    --gap-v-3644159b-941c-4c88-9347-b3ea1ac830bf: 0px;
  }
}

.sd[data-s-927f0a1f-367f-42e7-87bf-19dd8fc87c0f] {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-927f0a1f-367f-42e7-87bf-19dd8fc87c0f] {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-927f0a1f-367f-42e7-87bf-19dd8fc87c0f] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-927f0a1f-367f-42e7-87bf-19dd8fc87c0f] {
    font-size: 20px;
  }
}

.sd[data-s-c31edead-1b7e-4b2e-9e0a-68153558a9e2] {
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(104% - (var(--gap-h-3644159b-941c-4c88-9347-b3ea1ac830bf) * -0.03999999999999997));
  z-index: -1;
  max-width: calc(104% - (var(--gap-h-3644159b-941c-4c88-9347-b3ea1ac830bf) * -0.03999999999999997));
}

.sd[data-s-fd20db1e-6900-4f41-acda-86efa6c207c5] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-fd20db1e-6900-4f41-acda-86efa6c207c5: 0px;
  --gap-v-fd20db1e-6900-4f41-acda-86efa6c207c5: 0px;
  --gap-uuid: fd20db1e-6900-4f41-acda-86efa6c207c5;
}

.sd[data-s-a727a22d-af04-44da-b2a1-5eb919d06d9b] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b: 0px;
  --gap-v-a727a22d-af04-44da-b2a1-5eb919d06d9b: 0px;
  --gap-uuid: a727a22d-af04-44da-b2a1-5eb919d06d9b;
}

.sd[data-s-8a468b6f-33f0-457a-8ffe-25c7855ab03f] {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8a468b6f-33f0-457a-8ffe-25c7855ab03f] {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8a468b6f-33f0-457a-8ffe-25c7855ab03f] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8a468b6f-33f0-457a-8ffe-25c7855ab03f] {
    font-size: 20px;
  }
}

.sd[data-s-92e9619c-9dc1-4f4b-a6d3-77345c89394e] {
  background: #fdd10c;
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
  z-index: -1;
  max-width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-92e9619c-9dc1-4f4b-a6d3-77345c89394e] {
    flex: none;
    height: 8px;
    margin: -10px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
    max-width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-92e9619c-9dc1-4f4b-a6d3-77345c89394e] {
    flex: none;
    height: 6px;
    margin: -8px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
    max-width: calc(100% - (var(--gap-h-a727a22d-af04-44da-b2a1-5eb919d06d9b) * 0));
  }
}

.sd[data-s-7c32e9a4-9714-4d6a-bb16-c97a7984f0fa] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-7c32e9a4-9714-4d6a-bb16-c97a7984f0fa: 0px;
  --gap-v-7c32e9a4-9714-4d6a-bb16-c97a7984f0fa: 0px;
  --gap-uuid: 7c32e9a4-9714-4d6a-bb16-c97a7984f0fa;
}

.sd[data-s-6002f53d-38eb-49d6-8083-7142363fc240] {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-6002f53d-38eb-49d6-8083-7142363fc240] {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-6002f53d-38eb-49d6-8083-7142363fc240] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-6002f53d-38eb-49d6-8083-7142363fc240] {
    font-size: 20px;
  }
}

.sd[data-s-e3e60679-b283-47cb-8644-fdde92897f75] {
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(104% - (var(--gap-h-7c32e9a4-9714-4d6a-bb16-c97a7984f0fa) * -0.03999999999999997));
  z-index: -1;
  max-width: calc(104% - (var(--gap-h-7c32e9a4-9714-4d6a-bb16-c97a7984f0fa) * -0.03999999999999997));
}

.sd[data-s-50cf558d-a37e-4110-926f-5cf3340fbb01] {
  flex: none;
  height: auto;
  width: 1060px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-50cf558d-a37e-4110-926f-5cf3340fbb01] {
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-50cf558d-a37e-4110-926f-5cf3340fbb01] {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-50cf558d-a37e-4110-926f-5cf3340fbb01] {
    display: none;
  }
}

.sd[data-s-2fcf49db-99ec-478c-99b1-8331d2808276] {
  display: none;
  flex: none;
  height: auto;
  width: 1060px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-2fcf49db-99ec-478c-99b1-8331d2808276] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-2fcf49db-99ec-478c-99b1-8331d2808276] {
    display: none;
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-2fcf49db-99ec-478c-99b1-8331d2808276] {
    display: flex;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-2fcf49db-99ec-478c-99b1-8331d2808276] {
    display: flex;
  }
}

.sd[data-s-bf959264-cfa6-4c52-9411-ec3243872c5d] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-13f6bba3-8f74-4cc7-8958-2dfb91af9675] {
  flex: none;
  height: auto;
  margin: -1px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-506bf7ab-12b6-4d17-862c-1c135770ae85] {
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  flex: none;
  height: auto;
  margin: -50px 0px 0px 0px;
  width: 980px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-506bf7ab-12b6-4d17-862c-1c135770ae85] {
    display: none;
    margin: -40px 0px 0px 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-506bf7ab-12b6-4d17-862c-1c135770ae85] {
    display: none;
  }
}

.sd[data-s-7148a74f-c1e5-40fe-ab12-f6bda5f42e46] {
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  display: none;
  flex: none;
  height: auto;
  margin: -50px 0px 0px 0px;
  width: 980px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-7148a74f-c1e5-40fe-ab12-f6bda5f42e46] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-7148a74f-c1e5-40fe-ab12-f6bda5f42e46] {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-7148a74f-c1e5-40fe-ab12-f6bda5f42e46] {
    display: flex;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7148a74f-c1e5-40fe-ab12-f6bda5f42e46] {
    display: flex;
  }
}

.sd[data-s-785ae4c4-2859-4aeb-9690-0ab41f2beaab] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 56px 32px 88px 32px;
  width: 100%;
  --gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 0px;
  --gap-v-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 32px;
  --gap-uuid: 785ae4c4-2859-4aeb-9690-0ab41f2beaab;
  max-width: 100%;
}

.sd[data-s-785ae4c4-2859-4aeb-9690-0ab41f2beaab]:before {
  background-size: 100%;
  --gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 0px;
  --gap-v-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 32px;
}

@media screen and (max-width: 840px) {
  .sd[data-s-785ae4c4-2859-4aeb-9690-0ab41f2beaab] {
    padding: 56px 24px 72px 24px;
    --gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 0px;
    --gap-v-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-785ae4c4-2859-4aeb-9690-0ab41f2beaab] {
    padding: 24px 16px 40px 16px;
    --gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 0px;
    --gap-v-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-785ae4c4-2859-4aeb-9690-0ab41f2beaab] {
    padding: 16px 12px 40px 12px;
    --gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 0px;
    --gap-v-785ae4c4-2859-4aeb-9690-0ab41f2beaab: 32px;
  }
}

.sd[data-s-0bf93ffa-b28d-490e-90d7-baa30979509f] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  z-index: 1;
  --gap-h-0bf93ffa-b28d-490e-90d7-baa30979509f: 0px;
  --gap-v-0bf93ffa-b28d-490e-90d7-baa30979509f: 64px;
  --gap-uuid: 0bf93ffa-b28d-490e-90d7-baa30979509f;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-0bf93ffa-b28d-490e-90d7-baa30979509f] {
    gap: 48px;
    --gap-h-0bf93ffa-b28d-490e-90d7-baa30979509f: 0px;
    --gap-v-0bf93ffa-b28d-490e-90d7-baa30979509f: 48px;
  }
}

.sd[data-s-e75d3218-f53a-4735-bdd6-84676c9cee4f] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  opacity: 1;
  padding: 0px;
  transform: translate(0px, 0px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  z-index: 1;
  --gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f: 0px;
  --gap-v-e75d3218-f53a-4735-bdd6-84676c9cee4f: 20px;
  --gap-uuid: e75d3218-f53a-4735-bdd6-84676c9cee4f;
}

.sd[data-s-e75d3218-f53a-4735-bdd6-84676c9cee4f].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f: 0px;
  --gap-v-e75d3218-f53a-4735-bdd6-84676c9cee4f: 20px;
}

.sd[data-s-e75d3218-f53a-4735-bdd6-84676c9cee4f].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-e75d3218-f53a-4735-bdd6-84676c9cee4f] {
    gap: 16px;
    --gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f: 0px;
    --gap-v-e75d3218-f53a-4735-bdd6-84676c9cee4f: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e75d3218-f53a-4735-bdd6-84676c9cee4f] {
    gap: 8px;
    --gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f: 0px;
    --gap-v-e75d3218-f53a-4735-bdd6-84676c9cee4f: 8px;
  }
}

.sd[data-s-381bd510-e5f7-43a5-853d-10c6e5129f95] {
  flex: none;
  height: auto;
  width: calc(64% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.36));
  max-width: calc(64% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.36));
}

@media screen and (max-width: 840px) {
  .sd[data-s-381bd510-e5f7-43a5-853d-10c6e5129f95] {
    flex: none;
    width: calc(88% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-381bd510-e5f7-43a5-853d-10c6e5129f95] {
    flex: none;
    width: calc(94% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.059999999999999984));
    max-width: calc(94% - (var(--gap-h-e75d3218-f53a-4735-bdd6-84676c9cee4f) * 0.059999999999999984));
  }
}

.sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16] {
  color: #333;
  flex: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16]>p {
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16]>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16] {
    display: none;
    text-align: left;
  }

  .sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16]>p {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16] {
    display: none;
  }

  .sd[data-s-de6a41fc-dce6-4baf-a545-b530612cfb16]>p {
    font-size: 15px;
  }
}

.sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] {
  color: #333;
  display: none;
  flex: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d]>p {
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] {
    display: none;
  }

  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d]>p {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] {
    display: flex;
    text-align: left;
  }

  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d]>p {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d] {
    display: flex;
  }

  .sd[data-s-b63a465e-2219-4d40-806a-e25a37bd8f6d]>p {
    font-size: 15px;
  }
}

.sd[data-s-b3d9c08d-b87e-40c0-923f-513f8a3b998b] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 56px;
  justify-content: center;
  padding: 0px;
  --gap-h-b3d9c08d-b87e-40c0-923f-513f8a3b998b: 0px;
  --gap-v-b3d9c08d-b87e-40c0-923f-513f8a3b998b: 56px;
  --gap-uuid: b3d9c08d-b87e-40c0-923f-513f8a3b998b;
}

@media screen and (max-width: 540px) {
  .sd[data-s-b3d9c08d-b87e-40c0-923f-513f8a3b998b] {
    gap: 40px;
    --gap-h-b3d9c08d-b87e-40c0-923f-513f8a3b998b: 0px;
    --gap-v-b3d9c08d-b87e-40c0-923f-513f8a3b998b: 40px;
  }
}

.sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031: 20px;
  --gap-v-bb8a3989-c29f-47f7-8698-c3951a00c031: 0px;
  --gap-uuid: bb8a3989-c29f-47f7-8698-c3951a00c031;
  max-width: 100%;
}

.sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031: 20px;
  --gap-v-bb8a3989-c29f-47f7-8698-c3951a00c031: 0px;
}

.sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031: 0px;
    --gap-v-bb8a3989-c29f-47f7-8698-c3951a00c031: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031: 16px;
    --gap-v-bb8a3989-c29f-47f7-8698-c3951a00c031: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-bb8a3989-c29f-47f7-8698-c3951a00c031] {
    gap: 8px;
    --gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031: 8px;
    --gap-v-bb8a3989-c29f-47f7-8698-c3951a00c031: 0px;
  }
}

.sd[data-s-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
  z-index: 2;
  --gap-h-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 0px;
  --gap-v-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 20px;
  --gap-uuid: f89d693e-a0ac-48c6-be5e-a3f5cdcc7047;
  max-width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047] {
    gap: 16px;
    top: -28px;
    --gap-h-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 0px;
    --gap-v-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047] {
    gap: 8px;
    --gap-h-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 0px;
    --gap-v-f89d693e-a0ac-48c6-be5e-a3f5cdcc7047: 8px;
  }
}

.sd[data-s-4ae081bf-1193-465a-8da1-cb27ae62f4f1] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-4ae081bf-1193-465a-8da1-cb27ae62f4f1] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-0f301c00-703e-4c95-b5c4-75c8c482fa27] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-0f301c00-703e-4c95-b5c4-75c8c482fa27] {
    flex: none;
    width: calc(40% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0.6));
    max-width: calc(40% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-0f301c00-703e-4c95-b5c4-75c8c482fa27] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
    max-width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0f301c00-703e-4c95-b5c4-75c8c482fa27] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
    max-width: calc(100% - (var(--gap-h-bb8a3989-c29f-47f7-8698-c3951a00c031) * 0));
  }
}

.sd[data-s-d0e11a48-a52f-4716-81db-1b91eb9bd3a9] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 0px;
  --gap-v-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 12px;
  --gap-uuid: d0e11a48-a52f-4716-81db-1b91eb9bd3a9;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d0e11a48-a52f-4716-81db-1b91eb9bd3a9] {
    gap: 8px;
    --gap-h-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 0px;
    --gap-v-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-d0e11a48-a52f-4716-81db-1b91eb9bd3a9] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 0px;
    --gap-v-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d0e11a48-a52f-4716-81db-1b91eb9bd3a9] {
    gap: 8px;
    --gap-h-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 0px;
    --gap-v-d0e11a48-a52f-4716-81db-1b91eb9bd3a9: 8px;
  }
}

.sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a] {
  color: #333;
  flex: none;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a] strong {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-81b43899-e2be-4eb1-a3a1-3bfdc896c29a] {
    font-size: 18px;
  }
}

.sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5] {
  color: #333;
  flex: none;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5] strong {
  color: #0064a1;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-5ad0fe90-3aaf-4bb9-a655-f7e1fca27be5] {
    font-size: 15px;
  }
}

.sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 20px;
  --gap-v-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 0px;
  --gap-uuid: c4662155-7dd5-4282-bf56-f5f7c93fd83d;
  max-width: 100%;
}

.sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 20px;
  --gap-v-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 0px;
}

.sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 0px;
    --gap-v-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 16px;
    --gap-v-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-c4662155-7dd5-4282-bf56-f5f7c93fd83d] {
    gap: 8px;
    --gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 8px;
    --gap-v-c4662155-7dd5-4282-bf56-f5f7c93fd83d: 0px;
  }
}

.sd[data-s-8782d4b2-73f7-4a69-b338-fc40b5915e5f] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
  z-index: 3;
  --gap-h-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 0px;
  --gap-v-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 20px;
  --gap-uuid: 8782d4b2-73f7-4a69-b338-fc40b5915e5f;
  max-width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-8782d4b2-73f7-4a69-b338-fc40b5915e5f] {
    gap: 16px;
    top: -28px;
    --gap-h-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 0px;
    --gap-v-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8782d4b2-73f7-4a69-b338-fc40b5915e5f] {
    gap: 8px;
    --gap-h-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 0px;
    --gap-v-8782d4b2-73f7-4a69-b338-fc40b5915e5f: 8px;
  }
}

.sd[data-s-49fa4f58-3a71-4238-b219-56b3ea411e85] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-49fa4f58-3a71-4238-b219-56b3ea411e85] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-cca7e27c-860d-4a33-8904-4c67aac30e02] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-cca7e27c-860d-4a33-8904-4c67aac30e02] {
    flex: none;
    width: calc(40% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0.6));
    max-width: calc(40% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-cca7e27c-860d-4a33-8904-4c67aac30e02] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
    max-width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-cca7e27c-860d-4a33-8904-4c67aac30e02] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
    max-width: calc(100% - (var(--gap-h-c4662155-7dd5-4282-bf56-f5f7c93fd83d) * 0));
  }
}

.sd[data-s-aec3d3c0-aa7f-4486-bf94-11e787ab932c] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 0px;
  --gap-v-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 12px;
  --gap-uuid: aec3d3c0-aa7f-4486-bf94-11e787ab932c;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-aec3d3c0-aa7f-4486-bf94-11e787ab932c] {
    gap: 8px;
    --gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 0px;
    --gap-v-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-aec3d3c0-aa7f-4486-bf94-11e787ab932c] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 0px;
    --gap-v-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-aec3d3c0-aa7f-4486-bf94-11e787ab932c] {
    gap: 8px;
    --gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 0px;
    --gap-v-aec3d3c0-aa7f-4486-bf94-11e787ab932c: 8px;
  }
}

.sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289] {
  color: #333;
  flex: none;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289] strong {
  color: #e32e25;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ba23a1e3-e69a-4b57-af1c-b25468518289] {
    font-size: 18px;
  }
}

.sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17] {
  color: #333;
  flex: none;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17] strong {
  color: #0064a1;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-831b723f-adc7-4d64-bf8c-fa25d1c08d17] {
    font-size: 15px;
  }
}

.sd[data-s-3cdd6612-94ba-4cdd-bf35-fd627127ae51] {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - (var(--gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c) * 0));
  --gap-h-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 0px;
  --gap-v-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 12px;
  --gap-uuid: 3cdd6612-94ba-4cdd-bf35-fd627127ae51;
  max-width: calc(100% - (var(--gap-h-aec3d3c0-aa7f-4486-bf94-11e787ab932c) * 0));
}

@media screen and (max-width: 1140px) {
  .sd[data-s-3cdd6612-94ba-4cdd-bf35-fd627127ae51] {
    gap: 8px;
    --gap-h-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 0px;
    --gap-v-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-3cdd6612-94ba-4cdd-bf35-fd627127ae51] {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    --gap-h-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 0px;
    --gap-v-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3cdd6612-94ba-4cdd-bf35-fd627127ae51] {
    gap: 8px;
    --gap-h-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 0px;
    --gap-v-3cdd6612-94ba-4cdd-bf35-fd627127ae51: 8px;
  }
}

.sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d] {
  color: #333;
  flex: none;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d] strong {
  color: #0064a1;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0bc494bd-58ec-4032-8ff1-478d9f931c0d] {
    font-size: 15px;
  }
}

.sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-a0110488-e155-4544-9f39-7c3130f0e584: 20px;
  --gap-v-a0110488-e155-4544-9f39-7c3130f0e584: 0px;
  --gap-uuid: a0110488-e155-4544-9f39-7c3130f0e584;
  max-width: 100%;
}

.sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-a0110488-e155-4544-9f39-7c3130f0e584: 20px;
  --gap-v-a0110488-e155-4544-9f39-7c3130f0e584: 0px;
}

.sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-a0110488-e155-4544-9f39-7c3130f0e584: 0px;
    --gap-v-a0110488-e155-4544-9f39-7c3130f0e584: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-a0110488-e155-4544-9f39-7c3130f0e584: 16px;
    --gap-v-a0110488-e155-4544-9f39-7c3130f0e584: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a0110488-e155-4544-9f39-7c3130f0e584] {
    gap: 8px;
    --gap-h-a0110488-e155-4544-9f39-7c3130f0e584: 8px;
    --gap-v-a0110488-e155-4544-9f39-7c3130f0e584: 0px;
  }
}

.sd[data-s-4f06aac9-b048-4d41-b374-be89456cd6c1] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
  z-index: 3;
  --gap-h-4f06aac9-b048-4d41-b374-be89456cd6c1: 0px;
  --gap-v-4f06aac9-b048-4d41-b374-be89456cd6c1: 20px;
  --gap-uuid: 4f06aac9-b048-4d41-b374-be89456cd6c1;
  max-width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-4f06aac9-b048-4d41-b374-be89456cd6c1] {
    gap: 16px;
    top: -28px;
    --gap-h-4f06aac9-b048-4d41-b374-be89456cd6c1: 0px;
    --gap-v-4f06aac9-b048-4d41-b374-be89456cd6c1: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4f06aac9-b048-4d41-b374-be89456cd6c1] {
    gap: 8px;
    --gap-h-4f06aac9-b048-4d41-b374-be89456cd6c1: 0px;
    --gap-v-4f06aac9-b048-4d41-b374-be89456cd6c1: 8px;
  }
}

.sd[data-s-306988fc-4ea9-4705-a499-9f4f2cb3d5f9] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-306988fc-4ea9-4705-a499-9f4f2cb3d5f9] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-b1967a68-5aab-440d-9a60-8b83c8650539] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b1967a68-5aab-440d-9a60-8b83c8650539] {
    flex: none;
    width: calc(40% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0.6));
    max-width: calc(40% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b1967a68-5aab-440d-9a60-8b83c8650539] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
    max-width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b1967a68-5aab-440d-9a60-8b83c8650539] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
    max-width: calc(100% - (var(--gap-h-a0110488-e155-4544-9f39-7c3130f0e584) * 0));
  }
}

.sd[data-s-97bdc80c-f233-45c5-b708-f44d0df63b6e] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-97bdc80c-f233-45c5-b708-f44d0df63b6e: 0px;
  --gap-v-97bdc80c-f233-45c5-b708-f44d0df63b6e: 12px;
  --gap-uuid: 97bdc80c-f233-45c5-b708-f44d0df63b6e;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-97bdc80c-f233-45c5-b708-f44d0df63b6e] {
    gap: 8px;
    --gap-h-97bdc80c-f233-45c5-b708-f44d0df63b6e: 0px;
    --gap-v-97bdc80c-f233-45c5-b708-f44d0df63b6e: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-97bdc80c-f233-45c5-b708-f44d0df63b6e] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-97bdc80c-f233-45c5-b708-f44d0df63b6e: 0px;
    --gap-v-97bdc80c-f233-45c5-b708-f44d0df63b6e: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-97bdc80c-f233-45c5-b708-f44d0df63b6e] {
    gap: 8px;
    --gap-h-97bdc80c-f233-45c5-b708-f44d0df63b6e: 0px;
    --gap-v-97bdc80c-f233-45c5-b708-f44d0df63b6e: 8px;
  }
}

.sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249] {
  color: #333;
  flex: none;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249] strong {
  color: #e32e25;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f13fcc4d-881d-400b-ad92-07427653d249] {
    font-size: 18px;
  }
}

.sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3] strong {
  color: #0064a1;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-685f9917-b1a6-4e14-8704-e59b889a38d3] {
    font-size: 15px;
  }
}

.sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 20px;
  --gap-v-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 0px;
  --gap-uuid: 0dc3fff0-f9eb-4725-9e92-da4029ba74d9;
  max-width: 100%;
}

.sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 20px;
  --gap-v-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 0px;
}

.sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 0px;
    --gap-v-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 16px;
    --gap-v-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0dc3fff0-f9eb-4725-9e92-da4029ba74d9] {
    gap: 8px;
    --gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 8px;
    --gap-v-0dc3fff0-f9eb-4725-9e92-da4029ba74d9: 0px;
  }
}

.sd[data-s-cf336668-d50f-456d-9eaa-89e2641da254] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
  z-index: 3;
  --gap-h-cf336668-d50f-456d-9eaa-89e2641da254: 0px;
  --gap-v-cf336668-d50f-456d-9eaa-89e2641da254: 20px;
  --gap-uuid: cf336668-d50f-456d-9eaa-89e2641da254;
  max-width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-cf336668-d50f-456d-9eaa-89e2641da254] {
    gap: 16px;
    top: -28px;
    --gap-h-cf336668-d50f-456d-9eaa-89e2641da254: 0px;
    --gap-v-cf336668-d50f-456d-9eaa-89e2641da254: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-cf336668-d50f-456d-9eaa-89e2641da254] {
    gap: 8px;
    --gap-h-cf336668-d50f-456d-9eaa-89e2641da254: 0px;
    --gap-v-cf336668-d50f-456d-9eaa-89e2641da254: 8px;
  }
}

.sd[data-s-274bd908-287c-4065-beb8-2e914d2624e5] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-274bd908-287c-4065-beb8-2e914d2624e5] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-42b7c81d-e64f-4ce4-beda-79ef575523fd] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-42b7c81d-e64f-4ce4-beda-79ef575523fd] {
    flex: none;
    width: calc(40% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0.6));
    max-width: calc(40% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-42b7c81d-e64f-4ce4-beda-79ef575523fd] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
    max-width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-42b7c81d-e64f-4ce4-beda-79ef575523fd] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
    max-width: calc(100% - (var(--gap-h-0dc3fff0-f9eb-4725-9e92-da4029ba74d9) * 0));
  }
}

.sd[data-s-4af60904-5f26-4a89-83bb-473a74a42018] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-4af60904-5f26-4a89-83bb-473a74a42018: 0px;
  --gap-v-4af60904-5f26-4a89-83bb-473a74a42018: 12px;
  --gap-uuid: 4af60904-5f26-4a89-83bb-473a74a42018;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-4af60904-5f26-4a89-83bb-473a74a42018] {
    gap: 8px;
    --gap-h-4af60904-5f26-4a89-83bb-473a74a42018: 0px;
    --gap-v-4af60904-5f26-4a89-83bb-473a74a42018: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-4af60904-5f26-4a89-83bb-473a74a42018] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-4af60904-5f26-4a89-83bb-473a74a42018: 0px;
    --gap-v-4af60904-5f26-4a89-83bb-473a74a42018: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4af60904-5f26-4a89-83bb-473a74a42018] {
    gap: 8px;
    --gap-h-4af60904-5f26-4a89-83bb-473a74a42018: 0px;
    --gap-v-4af60904-5f26-4a89-83bb-473a74a42018: 8px;
  }
}

.sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a2658fce-b94c-474f-8941-d8ebd960de36] {
    font-size: 18px;
  }
}

.sd[data-s-8708d04d-0351-4653-9102-1488de0f2997] {
  color: #333;
  flex: none;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-8708d04d-0351-4653-9102-1488de0f2997]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-8708d04d-0351-4653-9102-1488de0f2997] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-8708d04d-0351-4653-9102-1488de0f2997] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8708d04d-0351-4653-9102-1488de0f2997] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8708d04d-0351-4653-9102-1488de0f2997] {
    font-size: 15px;
  }
}

.sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417: 20px;
  --gap-v-07eed5de-3db2-4e8f-84a5-bce7ace93417: 0px;
  --gap-uuid: 07eed5de-3db2-4e8f-84a5-bce7ace93417;
  max-width: 100%;
}

.sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417: 20px;
  --gap-v-07eed5de-3db2-4e8f-84a5-bce7ace93417: 0px;
}

.sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417: 0px;
    --gap-v-07eed5de-3db2-4e8f-84a5-bce7ace93417: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417: 16px;
    --gap-v-07eed5de-3db2-4e8f-84a5-bce7ace93417: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-07eed5de-3db2-4e8f-84a5-bce7ace93417] {
    gap: 8px;
    --gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417: 8px;
    --gap-v-07eed5de-3db2-4e8f-84a5-bce7ace93417: 0px;
  }
}

.sd[data-s-bc377cf9-2977-4721-b49a-880a03f68572] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
  z-index: 3;
  --gap-h-bc377cf9-2977-4721-b49a-880a03f68572: 0px;
  --gap-v-bc377cf9-2977-4721-b49a-880a03f68572: 20px;
  --gap-uuid: bc377cf9-2977-4721-b49a-880a03f68572;
  max-width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-bc377cf9-2977-4721-b49a-880a03f68572] {
    gap: 16px;
    top: -28px;
    --gap-h-bc377cf9-2977-4721-b49a-880a03f68572: 0px;
    --gap-v-bc377cf9-2977-4721-b49a-880a03f68572: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-bc377cf9-2977-4721-b49a-880a03f68572] {
    gap: 8px;
    --gap-h-bc377cf9-2977-4721-b49a-880a03f68572: 0px;
    --gap-v-bc377cf9-2977-4721-b49a-880a03f68572: 8px;
  }
}

.sd[data-s-08c8aa78-9bc4-402a-b8cf-3ffef9fb77c2] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-08c8aa78-9bc4-402a-b8cf-3ffef9fb77c2] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-d0bad03f-7297-4648-97ee-863e1b41b31c] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d0bad03f-7297-4648-97ee-863e1b41b31c] {
    flex: none;
    width: calc(40% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0.6));
    max-width: calc(40% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-d0bad03f-7297-4648-97ee-863e1b41b31c] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
    max-width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d0bad03f-7297-4648-97ee-863e1b41b31c] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
    max-width: calc(100% - (var(--gap-h-07eed5de-3db2-4e8f-84a5-bce7ace93417) * 0));
  }
}

.sd[data-s-5b05c002-269f-41b2-8b40-a70adc550f46] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-5b05c002-269f-41b2-8b40-a70adc550f46: 0px;
  --gap-v-5b05c002-269f-41b2-8b40-a70adc550f46: 12px;
  --gap-uuid: 5b05c002-269f-41b2-8b40-a70adc550f46;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-5b05c002-269f-41b2-8b40-a70adc550f46] {
    gap: 8px;
    --gap-h-5b05c002-269f-41b2-8b40-a70adc550f46: 0px;
    --gap-v-5b05c002-269f-41b2-8b40-a70adc550f46: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-5b05c002-269f-41b2-8b40-a70adc550f46] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-5b05c002-269f-41b2-8b40-a70adc550f46: 0px;
    --gap-v-5b05c002-269f-41b2-8b40-a70adc550f46: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-5b05c002-269f-41b2-8b40-a70adc550f46] {
    gap: 8px;
    --gap-h-5b05c002-269f-41b2-8b40-a70adc550f46: 0px;
    --gap-v-5b05c002-269f-41b2-8b40-a70adc550f46: 8px;
  }
}

.sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d2887723-c0b8-45c7-abae-c12d7f1f1730] {
    font-size: 18px;
  }
}

.sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0522714a-d438-46d3-8b4d-ca97f1e3b5a9] {
    font-size: 15px;
  }
}

.sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 20px;
  --gap-v-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 0px;
  --gap-uuid: 97b349a7-53bd-46b9-aa13-9f1b571c7c94;
  max-width: 100%;
}

.sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 20px;
  --gap-v-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 0px;
}

.sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 0px;
    --gap-v-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 16px;
    --gap-v-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-97b349a7-53bd-46b9-aa13-9f1b571c7c94] {
    gap: 8px;
    --gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 8px;
    --gap-v-97b349a7-53bd-46b9-aa13-9f1b571c7c94: 0px;
  }
}

.sd[data-s-3573c6b8-b371-4356-baf2-471ece4e44ed] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
  z-index: 3;
  --gap-h-3573c6b8-b371-4356-baf2-471ece4e44ed: 0px;
  --gap-v-3573c6b8-b371-4356-baf2-471ece4e44ed: 20px;
  --gap-uuid: 3573c6b8-b371-4356-baf2-471ece4e44ed;
  max-width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-3573c6b8-b371-4356-baf2-471ece4e44ed] {
    gap: 16px;
    top: -28px;
    --gap-h-3573c6b8-b371-4356-baf2-471ece4e44ed: 0px;
    --gap-v-3573c6b8-b371-4356-baf2-471ece4e44ed: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3573c6b8-b371-4356-baf2-471ece4e44ed] {
    gap: 8px;
    --gap-h-3573c6b8-b371-4356-baf2-471ece4e44ed: 0px;
    --gap-v-3573c6b8-b371-4356-baf2-471ece4e44ed: 8px;
  }
}

.sd[data-s-dc206e88-d93c-4f29-9f5d-6141f21d2f67] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-dc206e88-d93c-4f29-9f5d-6141f21d2f67] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-5f9708d5-2fe7-4ef6-a67f-52f6ceadc176] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-5f9708d5-2fe7-4ef6-a67f-52f6ceadc176] {
    flex: none;
    width: calc(40% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0.6));
    max-width: calc(40% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-5f9708d5-2fe7-4ef6-a67f-52f6ceadc176] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
    max-width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5f9708d5-2fe7-4ef6-a67f-52f6ceadc176] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
    max-width: calc(100% - (var(--gap-h-97b349a7-53bd-46b9-aa13-9f1b571c7c94) * 0));
  }
}

.sd[data-s-1d0f2a75-6f25-41d4-962d-46f4375e053e] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-1d0f2a75-6f25-41d4-962d-46f4375e053e: 0px;
  --gap-v-1d0f2a75-6f25-41d4-962d-46f4375e053e: 12px;
  --gap-uuid: 1d0f2a75-6f25-41d4-962d-46f4375e053e;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-1d0f2a75-6f25-41d4-962d-46f4375e053e] {
    gap: 8px;
    --gap-h-1d0f2a75-6f25-41d4-962d-46f4375e053e: 0px;
    --gap-v-1d0f2a75-6f25-41d4-962d-46f4375e053e: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-1d0f2a75-6f25-41d4-962d-46f4375e053e] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-1d0f2a75-6f25-41d4-962d-46f4375e053e: 0px;
    --gap-v-1d0f2a75-6f25-41d4-962d-46f4375e053e: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-1d0f2a75-6f25-41d4-962d-46f4375e053e] {
    gap: 8px;
    --gap-h-1d0f2a75-6f25-41d4-962d-46f4375e053e: 0px;
    --gap-v-1d0f2a75-6f25-41d4-962d-46f4375e053e: 8px;
  }
}

.sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942] strong {
  color: #e32e25;
  font-family: var(--s-font-5c81bb64);
}

@media screen and (max-width: 1140px) {
  .sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-c317b957-403b-4d1e-8bb3-b5c3ac16d942] {
    font-size: 18px;
  }
}

.sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd] {
  color: #333;
  flex: none;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3eb3fbdd-1ae1-4265-af6f-5790ae40f6fd] {
    font-size: 15px;
  }
}

.sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 44px 24px 48px 24px;
  --gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 20px;
  --gap-v-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 0px;
  --gap-uuid: 36a4a8d3-26b4-4944-8ae0-de1021e505c0;
  max-width: 100%;
}

.sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 20px;
  --gap-v-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 0px;
}

.sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 56px 24px 48px 24px;
    --gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 0px;
    --gap-v-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0] {
    gap: 16px;
    padding: 20px 12px 20px 12px;
    --gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 16px;
    --gap-v-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-36a4a8d3-26b4-4944-8ae0-de1021e505c0] {
    gap: 8px;
    --gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 8px;
    --gap-v-36a4a8d3-26b4-4944-8ae0-de1021e505c0: 0px;
  }
}

.sd[data-s-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: -32px;
  width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
  z-index: 3;
  --gap-h-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 0px;
  --gap-v-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 20px;
  --gap-uuid: 69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9;
  max-width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9] {
    gap: 16px;
    top: -28px;
    --gap-h-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 0px;
    --gap-v-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9] {
    gap: 8px;
    --gap-h-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 0px;
    --gap-v-69e22da4-7b27-4d5f-8d3e-b06a96fa3ea9: 8px;
  }
}

.sd[data-s-d7715c1b-10f1-4925-961e-b704aa728d2a] {
  flex: none;
  height: auto;
  width: 72px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-d7715c1b-10f1-4925-961e-b704aa728d2a] {
    flex: none;
    width: 56px;
    max-width: 100%;
  }
}

.sd[data-s-fea5bd9a-6264-4519-b3d2-98b593f7e24b] {
  flex: none;
  height: 270px;
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-fea5bd9a-6264-4519-b3d2-98b593f7e24b] {
    flex: none;
    width: calc(40% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0.6));
    max-width: calc(40% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-fea5bd9a-6264-4519-b3d2-98b593f7e24b] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
    max-width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-fea5bd9a-6264-4519-b3d2-98b593f7e24b] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
    max-width: calc(100% - (var(--gap-h-36a4a8d3-26b4-4944-8ae0-de1021e505c0) * 0));
  }
}

.sd[data-s-915a11d2-09ce-4f42-886b-99dab7670b28] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-915a11d2-09ce-4f42-886b-99dab7670b28: 0px;
  --gap-v-915a11d2-09ce-4f42-886b-99dab7670b28: 12px;
  --gap-uuid: 915a11d2-09ce-4f42-886b-99dab7670b28;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-915a11d2-09ce-4f42-886b-99dab7670b28] {
    gap: 8px;
    --gap-h-915a11d2-09ce-4f42-886b-99dab7670b28: 0px;
    --gap-v-915a11d2-09ce-4f42-886b-99dab7670b28: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-915a11d2-09ce-4f42-886b-99dab7670b28] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-915a11d2-09ce-4f42-886b-99dab7670b28: 0px;
    --gap-v-915a11d2-09ce-4f42-886b-99dab7670b28: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-915a11d2-09ce-4f42-886b-99dab7670b28] {
    gap: 8px;
    --gap-h-915a11d2-09ce-4f42-886b-99dab7670b28: 0px;
    --gap-v-915a11d2-09ce-4f42-886b-99dab7670b28: 8px;
  }
}

.sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe] {
  color: #333;
  flex: none;
  font-family: var(--s-font-5c81bb64);
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b3573b45-8886-4a58-8565-28ee0b8648fe] {
    font-size: 18px;
  }
}

.sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4bd9a3db-7411-4d86-ae91-ae20620be761] {
    font-size: 15px;
  }
}

.sd[data-s-3aaf83e7-c3b3-4bde-9673-e6bc6ba190ef] {
  background: #0064a1;
  bottom: 0px;
  flex: none;
  height: 280px;
  left: 0px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: auto;
  width: calc(100% - (var(--gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab) * 0));
  z-index: 0;
  max-width: calc(100% - (var(--gap-h-785ae4c4-2859-4aeb-9690-0ab41f2beaab) * 0));
}

.sd[data-s-06a0ba4e-f2e3-45b3-aca8-1bb600b09e3b] {}

.sd[data-s-f55a1dec-c316-4e51-afc8-9c40d8390b13] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 56px 32px 88px 32px;
  width: 100%;
  --gap-h-f55a1dec-c316-4e51-afc8-9c40d8390b13: 0px;
  --gap-v-f55a1dec-c316-4e51-afc8-9c40d8390b13: 32px;
  --gap-uuid: f55a1dec-c316-4e51-afc8-9c40d8390b13;
  max-width: 100%;
}

.sd[data-s-f55a1dec-c316-4e51-afc8-9c40d8390b13]:before {
  background-size: 100%;
  --gap-h-f55a1dec-c316-4e51-afc8-9c40d8390b13: 0px;
  --gap-v-f55a1dec-c316-4e51-afc8-9c40d8390b13: 32px;
}

@media screen and (max-width: 840px) {
  .sd[data-s-f55a1dec-c316-4e51-afc8-9c40d8390b13] {
    padding: 56px 24px 72px 24px;
    --gap-h-f55a1dec-c316-4e51-afc8-9c40d8390b13: 0px;
    --gap-v-f55a1dec-c316-4e51-afc8-9c40d8390b13: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f55a1dec-c316-4e51-afc8-9c40d8390b13] {
    padding: 24px 16px 40px 16px;
    --gap-h-f55a1dec-c316-4e51-afc8-9c40d8390b13: 0px;
    --gap-v-f55a1dec-c316-4e51-afc8-9c40d8390b13: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f55a1dec-c316-4e51-afc8-9c40d8390b13] {
    padding: 16px 12px 40px 12px;
    --gap-h-f55a1dec-c316-4e51-afc8-9c40d8390b13: 0px;
    --gap-v-f55a1dec-c316-4e51-afc8-9c40d8390b13: 32px;
  }
}

.sd[data-s-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 110px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  z-index: 1;
  --gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 0px;
  --gap-v-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 110px;
  --gap-uuid: d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1] {
    gap: 80px;
    --gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 0px;
    --gap-v-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 80px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1] {
    gap: 48px;
    --gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 0px;
    --gap-v-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1: 48px;
  }
}

.sd[data-s-24687359-b7ed-4eb5-bd48-002f2e5d37c6] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  opacity: 1;
  padding: 0px;
  transform: translate(0px, 0px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  z-index: 1;
  --gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 0px;
  --gap-v-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 20px;
  --gap-uuid: 24687359-b7ed-4eb5-bd48-002f2e5d37c6;
}

.sd[data-s-24687359-b7ed-4eb5-bd48-002f2e5d37c6].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 0px;
  --gap-v-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 20px;
}

.sd[data-s-24687359-b7ed-4eb5-bd48-002f2e5d37c6].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-24687359-b7ed-4eb5-bd48-002f2e5d37c6] {
    gap: 16px;
    --gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 0px;
    --gap-v-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-24687359-b7ed-4eb5-bd48-002f2e5d37c6] {
    gap: 8px;
    --gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 0px;
    --gap-v-24687359-b7ed-4eb5-bd48-002f2e5d37c6: 8px;
  }
}

.sd[data-s-1a3c96e2-178b-4d92-8c49-889f76b798fa] {
  flex: none;
  height: auto;
  width: calc(72% - (var(--gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6) * 0.27999999999999997));
  max-width: calc(72% - (var(--gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6) * 0.27999999999999997));
}

@media screen and (max-width: 840px) {
  .sd[data-s-1a3c96e2-178b-4d92-8c49-889f76b798fa] {
    flex: none;
    width: calc(94% - (var(--gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6) * 0.059999999999999984));
    max-width: calc(94% - (var(--gap-h-24687359-b7ed-4eb5-bd48-002f2e5d37c6) * 0.059999999999999984));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1a3c96e2-178b-4d92-8c49-889f76b798fa] {
    flex: none;
    width: 94%;
  }
}

.sd[data-s-5b79e3b0-a4ad-4792-a948-f891e4bb389f] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 88px;
  justify-content: center;
  padding: 0px;
  width: 1100px;
  --gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 0px;
  --gap-v-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 88px;
  --gap-uuid: 5b79e3b0-a4ad-4792-a948-f891e4bb389f;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-5b79e3b0-a4ad-4792-a948-f891e4bb389f] {
    gap: 72px;
    --gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 0px;
    --gap-v-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 72px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-5b79e3b0-a4ad-4792-a948-f891e4bb389f] {
    flex: none;
    width: calc(96% - (var(--gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1) * 0.04000000000000007));
    --gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 0px;
    --gap-v-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 88px;
    max-width: calc(96% - (var(--gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1) * 0.04000000000000007));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5b79e3b0-a4ad-4792-a948-f891e4bb389f] {
    flex: none;
    gap: 48px;
    width: calc(100% - (var(--gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1) * 0));
    --gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 0px;
    --gap-v-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 48px;
    max-width: calc(100% - (var(--gap-h-d93ffc13-f93e-4d31-bceb-dfa9f5e93fb1) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-5b79e3b0-a4ad-4792-a948-f891e4bb389f] {
    gap: 40px;
    --gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 0px;
    --gap-v-5b79e3b0-a4ad-4792-a948-f891e4bb389f: 40px;
  }
}

.sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: none;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 48px 24px 28px 24px;
  width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
  --gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4: 20px;
  --gap-v-ec5e0985-00ee-4c2c-8599-f379887077c4: 0px;
  --gap-uuid: ec5e0985-00ee-4c2c-8599-f379887077c4;
  max-width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
}

.sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4: 20px;
  --gap-v-ec5e0985-00ee-4c2c-8599-f379887077c4: 0px;
}

.sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4: 0px;
    --gap-v-ec5e0985-00ee-4c2c-8599-f379887077c4: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4] {
    gap: 16px;
    padding: 32px 12px 16px 12px;
    --gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4: 16px;
    --gap-v-ec5e0985-00ee-4c2c-8599-f379887077c4: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ec5e0985-00ee-4c2c-8599-f379887077c4] {
    gap: 8px;
    padding: 24px 12px 16px 12px;
    --gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4: 8px;
    --gap-v-ec5e0985-00ee-4c2c-8599-f379887077c4: 0px;
  }
}

.sd[data-s-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
  z-index: 2;
  --gap-h-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 0px;
  --gap-v-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 20px;
  --gap-uuid: d0db3a12-6e73-4084-bbb9-7dbfd41ec51a;
  max-width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a] {
    gap: 16px;
    --gap-h-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 0px;
    --gap-v-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a] {
    gap: 8px;
    --gap-h-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 0px;
    --gap-v-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a: 8px;
  }
}

.sd[data-s-0f53e229-9286-4a22-8e58-c8be7c097792] {
  flex: none;
  height: auto;
  margin: -80px 0px 0px 0px;
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-0f53e229-9286-4a22-8e58-c8be7c097792] {
    flex: none;
    margin: -60px 0px 0px 0px;
    width: 480px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-0f53e229-9286-4a22-8e58-c8be7c097792] {
    flex: none;
    margin: -50px 0px 0px 0px;
    width: 440px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0f53e229-9286-4a22-8e58-c8be7c097792] {
    flex: none;
    margin: -40px 0px 0px 0px;
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0f53e229-9286-4a22-8e58-c8be7c097792] {
    flex: none;
    margin: -28px 0px 0px 0px;
    width: calc(88% - (var(--gap-h-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-d0db3a12-6e73-4084-bbb9-7dbfd41ec51a) * 0.12000000000000008));
  }
}

.sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718] {
  flex: none;
  height: 260px;
  width: 380px;
  max-width: 100%;
}

.sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718]:before {}

@media screen and (max-width: 1140px) {
  .sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718] {
    flex: none;
    width: calc(40% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0.6));
    max-width: calc(40% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718]:before {
    background-position: center top;
  }

  .sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718] {
    flex: none;
    height: 280px;
    width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
    max-width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-69404851-bddf-4246-9ceb-af8cb7b19718] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
    max-width: calc(100% - (var(--gap-h-ec5e0985-00ee-4c2c-8599-f379887077c4) * 0));
  }
}

.sd[data-s-b442abc5-b194-4d54-94c2-8bd8c19b17ff] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 0px;
  --gap-v-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 4px;
  --gap-uuid: b442abc5-b194-4d54-94c2-8bd8c19b17ff;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-b442abc5-b194-4d54-94c2-8bd8c19b17ff] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 0px;
    --gap-v-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 4px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b442abc5-b194-4d54-94c2-8bd8c19b17ff] {
    gap: 8px;
    --gap-h-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 0px;
    --gap-v-b442abc5-b194-4d54-94c2-8bd8c19b17ff: 8px;
  }
}

.sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] {
  color: #0064a1;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] {
    font-size: 24px;
  }

  .sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e8f75d69-1c99-45cd-b82e-c5f2bff83fb2] {
    font-size: 18px;
  }
}

.sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] {
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8d4f1846-e2f2-4ca6-9e39-3da1ee97123b] {
    font-size: 15px;
  }
}

.sd[data-s-2411e45d-5021-4291-81bf-df51841327a1] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: none;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 48px 24px 28px 24px;
  width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
  --gap-h-2411e45d-5021-4291-81bf-df51841327a1: 20px;
  --gap-v-2411e45d-5021-4291-81bf-df51841327a1: 0px;
  --gap-uuid: 2411e45d-5021-4291-81bf-df51841327a1;
  max-width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
}

.sd[data-s-2411e45d-5021-4291-81bf-df51841327a1].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-2411e45d-5021-4291-81bf-df51841327a1: 20px;
  --gap-v-2411e45d-5021-4291-81bf-df51841327a1: 0px;
}

.sd[data-s-2411e45d-5021-4291-81bf-df51841327a1].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-2411e45d-5021-4291-81bf-df51841327a1] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-2411e45d-5021-4291-81bf-df51841327a1: 0px;
    --gap-v-2411e45d-5021-4291-81bf-df51841327a1: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-2411e45d-5021-4291-81bf-df51841327a1] {
    gap: 16px;
    padding: 32px 12px 16px 12px;
    --gap-h-2411e45d-5021-4291-81bf-df51841327a1: 16px;
    --gap-v-2411e45d-5021-4291-81bf-df51841327a1: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-2411e45d-5021-4291-81bf-df51841327a1] {
    gap: 8px;
    padding: 24px 12px 16px 12px;
    --gap-h-2411e45d-5021-4291-81bf-df51841327a1: 8px;
    --gap-v-2411e45d-5021-4291-81bf-df51841327a1: 0px;
  }
}

.sd[data-s-b01b5166-9edb-4aa4-92ae-90fde863107b] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
  z-index: 2;
  --gap-h-b01b5166-9edb-4aa4-92ae-90fde863107b: 0px;
  --gap-v-b01b5166-9edb-4aa4-92ae-90fde863107b: 20px;
  --gap-uuid: b01b5166-9edb-4aa4-92ae-90fde863107b;
  max-width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-b01b5166-9edb-4aa4-92ae-90fde863107b] {
    gap: 16px;
    --gap-h-b01b5166-9edb-4aa4-92ae-90fde863107b: 0px;
    --gap-v-b01b5166-9edb-4aa4-92ae-90fde863107b: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b01b5166-9edb-4aa4-92ae-90fde863107b] {
    gap: 8px;
    --gap-h-b01b5166-9edb-4aa4-92ae-90fde863107b: 0px;
    --gap-v-b01b5166-9edb-4aa4-92ae-90fde863107b: 8px;
  }
}

.sd[data-s-92bfa5d3-5540-4441-bea3-03a4a17671eb] {
  flex: none;
  height: auto;
  margin: -80px 0px 0px 0px;
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-92bfa5d3-5540-4441-bea3-03a4a17671eb] {
    flex: none;
    margin: -60px 0px 0px 0px;
    width: 480px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-92bfa5d3-5540-4441-bea3-03a4a17671eb] {
    flex: none;
    margin: -50px 0px 0px 0px;
    width: 440px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-92bfa5d3-5540-4441-bea3-03a4a17671eb] {
    flex: none;
    margin: -40px 0px 0px 0px;
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-92bfa5d3-5540-4441-bea3-03a4a17671eb] {
    flex: none;
    margin: -28px 0px 0px 0px;
    width: calc(88% - (var(--gap-h-b01b5166-9edb-4aa4-92ae-90fde863107b) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-b01b5166-9edb-4aa4-92ae-90fde863107b) * 0.12000000000000008));
  }
}

.sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08] {
  flex: none;
  height: 260px;
  width: 380px;
  max-width: 100%;
}

.sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08]:before {}

@media screen and (max-width: 1140px) {
  .sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08] {
    flex: none;
    width: calc(40% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0.6));
    max-width: calc(40% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08]:before {
    background-position: center top;
  }

  .sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08] {
    flex: none;
    height: 280px;
    width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
    max-width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-63d5b917-7735-4f0f-abd0-8cc68040fd08] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
    max-width: calc(100% - (var(--gap-h-2411e45d-5021-4291-81bf-df51841327a1) * 0));
  }
}

.sd[data-s-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 0px;
  --gap-v-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 4px;
  --gap-uuid: 7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 0px;
    --gap-v-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 4px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5] {
    gap: 8px;
    --gap-h-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 0px;
    --gap-v-7ae2aaff-bf18-4d1d-8e6e-b9d8f90d56a5: 8px;
  }
}

.sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] {
  color: #0064a1;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] {
    font-size: 24px;
  }

  .sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b3e80be6-4c3f-4443-98d2-f1aa6c80acd0] {
    font-size: 18px;
  }
}

.sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 20px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] strong {
  color: #e32e25;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] {
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-63456c8a-1014-47b4-b84a-5af814dc65c6] {
    font-size: 15px;
  }
}

.sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: none;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 48px 24px 28px 24px;
  width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
  --gap-h-66238497-4da5-4970-8db2-4fd0acf35e60: 20px;
  --gap-v-66238497-4da5-4970-8db2-4fd0acf35e60: 0px;
  --gap-uuid: 66238497-4da5-4970-8db2-4fd0acf35e60;
  max-width: calc(100% - (var(--gap-h-5b79e3b0-a4ad-4792-a948-f891e4bb389f) * 0));
}

.sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-66238497-4da5-4970-8db2-4fd0acf35e60: 20px;
  --gap-v-66238497-4da5-4970-8db2-4fd0acf35e60: 0px;
}

.sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-66238497-4da5-4970-8db2-4fd0acf35e60: 0px;
    --gap-v-66238497-4da5-4970-8db2-4fd0acf35e60: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60] {
    gap: 16px;
    padding: 32px 12px 16px 12px;
    --gap-h-66238497-4da5-4970-8db2-4fd0acf35e60: 16px;
    --gap-v-66238497-4da5-4970-8db2-4fd0acf35e60: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-66238497-4da5-4970-8db2-4fd0acf35e60] {
    gap: 8px;
    padding: 24px 12px 16px 12px;
    --gap-h-66238497-4da5-4970-8db2-4fd0acf35e60: 8px;
    --gap-v-66238497-4da5-4970-8db2-4fd0acf35e60: 0px;
  }
}

.sd[data-s-ddfbcdb3-ea63-4abb-97bb-548cedc3974f] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
  z-index: 2;
  --gap-h-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 0px;
  --gap-v-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 20px;
  --gap-uuid: ddfbcdb3-ea63-4abb-97bb-548cedc3974f;
  max-width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-ddfbcdb3-ea63-4abb-97bb-548cedc3974f] {
    gap: 16px;
    --gap-h-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 0px;
    --gap-v-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ddfbcdb3-ea63-4abb-97bb-548cedc3974f] {
    gap: 8px;
    --gap-h-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 0px;
    --gap-v-ddfbcdb3-ea63-4abb-97bb-548cedc3974f: 8px;
  }
}

.sd[data-s-fb816f13-c983-42d2-aa43-84cbbaa198c0] {
  flex: none;
  height: auto;
  margin: -80px 0px 0px 0px;
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-fb816f13-c983-42d2-aa43-84cbbaa198c0] {
    flex: none;
    margin: -60px 0px 0px 0px;
    width: 480px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-fb816f13-c983-42d2-aa43-84cbbaa198c0] {
    flex: none;
    margin: -50px 0px 0px 0px;
    width: 440px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-fb816f13-c983-42d2-aa43-84cbbaa198c0] {
    flex: none;
    margin: -40px 0px 0px 0px;
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-fb816f13-c983-42d2-aa43-84cbbaa198c0] {
    flex: none;
    margin: -28px 0px 0px 0px;
    width: calc(88% - (var(--gap-h-ddfbcdb3-ea63-4abb-97bb-548cedc3974f) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-ddfbcdb3-ea63-4abb-97bb-548cedc3974f) * 0.12000000000000008));
  }
}

.sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535] {
  flex: none;
  height: 260px;
  width: 380px;
  max-width: 100%;
}

.sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535]:before {}

@media screen and (max-width: 1140px) {
  .sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535] {
    flex: none;
    width: calc(40% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0.6));
    max-width: calc(40% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0.6));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535]:before {
    background-position: center top;
  }

  .sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535] {
    flex: none;
    height: 280px;
    width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
    max-width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-95052b5d-4f8e-4f7f-9d9b-ef76b4b92535] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
    max-width: calc(100% - (var(--gap-h-66238497-4da5-4970-8db2-4fd0acf35e60) * 0));
  }
}

.sd[data-s-f5cfa9a2-d928-4925-bef6-83ad6d7ad829] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 0px;
  --gap-v-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 4px;
  --gap-uuid: f5cfa9a2-d928-4925-bef6-83ad6d7ad829;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-f5cfa9a2-d928-4925-bef6-83ad6d7ad829] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 0px;
    --gap-v-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 4px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f5cfa9a2-d928-4925-bef6-83ad6d7ad829] {
    gap: 8px;
    --gap-h-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 0px;
    --gap-v-f5cfa9a2-d928-4925-bef6-83ad6d7ad829: 8px;
  }
}

.sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] {
  color: #0064a1;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05]>p {
  margin: 0px 0px 0px 0px;
  text-align: left;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

.sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] strong {
  color: #e32e25;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] {
    font-size: 24px;
  }

  .sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05]>p {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-cd3794fb-beb7-4265-b716-03f6147eae05] {
    font-size: 18px;
  }
}

.sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 20px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] strong {
  color: #e32e25;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] {
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-feed9328-493e-46a7-9fb6-f5a48fdb04f4] {
    font-size: 15px;
  }
}

.sd[data-s-bf477809-88d3-46df-9bed-93edf38df678] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 0px 32px 40px 32px;
  width: 100%;
  --gap-h-bf477809-88d3-46df-9bed-93edf38df678: 0px;
  --gap-v-bf477809-88d3-46df-9bed-93edf38df678: 32px;
  --gap-uuid: bf477809-88d3-46df-9bed-93edf38df678;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-bf477809-88d3-46df-9bed-93edf38df678] {
    height: auto;
    padding: 0px 16px 40px 16px;
    --gap-h-bf477809-88d3-46df-9bed-93edf38df678: 0px;
    --gap-v-bf477809-88d3-46df-9bed-93edf38df678: 32px;
  }
}

.sd[data-s-491f0365-5094-4b88-8d22-3b33666bfada] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  margin: -40px 0px 0px 0px;
  padding: 0px;
  width: 1060px;
  --gap-h-491f0365-5094-4b88-8d22-3b33666bfada: 0px;
  --gap-v-491f0365-5094-4b88-8d22-3b33666bfada: 24px;
  --gap-uuid: 491f0365-5094-4b88-8d22-3b33666bfada;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-491f0365-5094-4b88-8d22-3b33666bfada] {
    gap: 12px;
    margin: -20px 0px 0px 0px;
    --gap-h-491f0365-5094-4b88-8d22-3b33666bfada: 0px;
    --gap-v-491f0365-5094-4b88-8d22-3b33666bfada: 12px;
    max-width: 100%;
  }
}

.sd[data-s-07e3b4fa-b5ec-4cb0-86b3-529ee0886a57] {
  flex: none;
  height: auto;
  width: calc(48% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.52));
  max-width: calc(48% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.52));
}

.sd[data-s-07e3b4fa-b5ec-4cb0-86b3-529ee0886a57].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
}

.sd[data-s-07e3b4fa-b5ec-4cb0-86b3-529ee0886a57].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-07e3b4fa-b5ec-4cb0-86b3-529ee0886a57] {
    flex: none;
    width: calc(56% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.44));
    max-width: calc(56% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.44));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-07e3b4fa-b5ec-4cb0-86b3-529ee0886a57] {
    flex: none;
    width: calc(64% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.36));
    max-width: calc(64% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.36));
  }
}

.sd[data-s-541a3e94-5d03-401d-9817-aa7f366cf4d6] {
  flex: none;
  height: auto;
  width: calc(56% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.44));
  max-width: calc(56% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.44));
}

.sd[data-s-541a3e94-5d03-401d-9817-aa7f366cf4d6].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
}

.sd[data-s-541a3e94-5d03-401d-9817-aa7f366cf4d6].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-541a3e94-5d03-401d-9817-aa7f366cf4d6] {
    flex: none;
    width: calc(64% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.36));
    max-width: calc(64% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.36));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-541a3e94-5d03-401d-9817-aa7f366cf4d6] {
    flex: none;
    width: calc(80% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.2));
    max-width: calc(80% - (var(--gap-h-491f0365-5094-4b88-8d22-3b33666bfada) * 0.2));
  }
}

.sd[data-s-7bbc46b6-0266-4d10-a8c1-360a90604eca] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 12px 12px;
  width: 920px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-7bbc46b6-0266-4d10-a8c1-360a90604eca] {
    padding: 8px 8px;
  }
}

.sd[data-s-57bcb013-3150-4f46-b30e-20ed18253e99] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: 100%;
  justify-content: center;
  padding: 48px 32px;
  width: 100%;
  --gap-h-57bcb013-3150-4f46-b30e-20ed18253e99: 0px;
  --gap-v-57bcb013-3150-4f46-b30e-20ed18253e99: 32px;
  --gap-uuid: 57bcb013-3150-4f46-b30e-20ed18253e99;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-57bcb013-3150-4f46-b30e-20ed18253e99] {
    gap: 24px;
    padding: 24px 16px 48px 16px;
    --gap-h-57bcb013-3150-4f46-b30e-20ed18253e99: 0px;
    --gap-v-57bcb013-3150-4f46-b30e-20ed18253e99: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-57bcb013-3150-4f46-b30e-20ed18253e99] {
    padding: 24px 12px 48px 12px;
    --gap-h-57bcb013-3150-4f46-b30e-20ed18253e99: 0px;
    --gap-v-57bcb013-3150-4f46-b30e-20ed18253e99: 32px;
  }
}

.sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] {
  color: #333;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

.sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] strong {
  color: #0064a1;
  font-family: var(--s-font-5c81bb64);
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] {
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] {
    display: none;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] {
    display: none;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-6523b9d7-bd24-4843-9ab0-ebc6cc56ae3c] {
    display: none;
    font-size: 15px;
  }
}

.sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] {
  color: #333;
  display: none;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0]>p {
  margin: 0px 0px 0px 0px;
}

.sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] strong {
  color: #0064a1;
   font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] {
    display: none;
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] {
    display: flex;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] {
    display: none;
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b6b16dd5-e12b-4cd1-aff4-8878fe134fa0] {
    display: none;
    font-size: 15px;
  }
}

.sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] {
  color: #333;
  display: none;
  flex: none;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39]>p {
  margin: 0px 0px 0px 0px;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] strong {
  color: #0064a1;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] {
    display: none;
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] {
    display: none;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] {
    display: flex;
    font-size: 16px;
    text-align: justify;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0f3e67f7-e81d-4441-a560-e8ff90e03f39] {
    display: flex;
    font-size: 15px;
  }
}

.sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] {
  color: #333;
  flex: none;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W7 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
}

.sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] strong {
  color: #0064a1;
  font-family: var(--s-font-5c81bb64);
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] {
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] {
    display: none;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] {
    display: none;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-cb6b5766-5ad5-435a-9616-46b8d0e3e0ea] {
    display: none;
    font-size: 15px;
  }
}

.sd[data-s-f937a395-824a-43d9-885e-31757273ac07] {
  color: #333;
  display: none;
  flex: none;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-f937a395-824a-43d9-885e-31757273ac07]>p {
  margin: 0px 0px 0px 0px;
}

.sd[data-s-f937a395-824a-43d9-885e-31757273ac07] strong {
  color: #0064a1;
  font-family: var(--s-font-5c81bb64);
}

@media screen and (max-width: 1140px) {
  .sd[data-s-f937a395-824a-43d9-885e-31757273ac07] {
    display: none;
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-f937a395-824a-43d9-885e-31757273ac07] {
    display: flex;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f937a395-824a-43d9-885e-31757273ac07] {
    display: none;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f937a395-824a-43d9-885e-31757273ac07] {
    display: none;
    font-size: 15px;
  }
}

.sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] {
  color: #333;
  display: none;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed]>p {
  margin: 0px 0px 0px 0px;
    font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] strong {
  color: #0064a1;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] {
    display: none;
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] {
    display: none;
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] {
    display: flex;
    font-size: 16px;
    text-align: justify;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-20cf17d4-3365-48b9-a6db-c424b8a97bed] {
    display: flex;
    font-size: 15px;
  }
}

.sd[data-s-2eb01976-199b-4679-b48d-d06f17498053] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-2eb01976-199b-4679-b48d-d06f17498053: 0px;
  --gap-v-2eb01976-199b-4679-b48d-d06f17498053: 0px;
  --gap-uuid: 2eb01976-199b-4679-b48d-d06f17498053;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-2eb01976-199b-4679-b48d-d06f17498053] {
    flex-direction: row;
    flex-wrap: wrap;
    --gap-h-2eb01976-199b-4679-b48d-d06f17498053: 0px;
    --gap-v-2eb01976-199b-4679-b48d-d06f17498053: 0px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-2eb01976-199b-4679-b48d-d06f17498053] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-2eb01976-199b-4679-b48d-d06f17498053: 0px;
    --gap-v-2eb01976-199b-4679-b48d-d06f17498053: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-2eb01976-199b-4679-b48d-d06f17498053] {
    display: flex;
    gap: 4px 0px;
    --gap-h-2eb01976-199b-4679-b48d-d06f17498053: 0px;
    --gap-v-2eb01976-199b-4679-b48d-d06f17498053: 4px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-2eb01976-199b-4679-b48d-d06f17498053] {
    display: flex;
    --gap-h-2eb01976-199b-4679-b48d-d06f17498053: 0px;
    --gap-v-2eb01976-199b-4679-b48d-d06f17498053: 0px;
  }
}

.sd[data-s-5a57b687-2f71-48ed-be82-97d62ee60b36] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-5a57b687-2f71-48ed-be82-97d62ee60b36: 0px;
  --gap-v-5a57b687-2f71-48ed-be82-97d62ee60b36: 0px;
  --gap-uuid: 5a57b687-2f71-48ed-be82-97d62ee60b36;
}

@media screen and (max-width: 840px) {
  .sd[data-s-5a57b687-2f71-48ed-be82-97d62ee60b36] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-5a57b687-2f71-48ed-be82-97d62ee60b36: 0px;
    --gap-v-5a57b687-2f71-48ed-be82-97d62ee60b36: 0px;
  }
}

.sd[data-s-b668f2f8-2807-4556-adc2-f631749fcaeb] {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 840px) {
  .sd[data-s-b668f2f8-2807-4556-adc2-f631749fcaeb] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-b668f2f8-2807-4556-adc2-f631749fcaeb] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b668f2f8-2807-4556-adc2-f631749fcaeb] {
    font-size: 16px;
  }
}

.sd[data-s-3fea17ca-1041-4756-8af1-fef0dc43b15a] {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3fea17ca-1041-4756-8af1-fef0dc43b15a] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3fea17ca-1041-4756-8af1-fef0dc43b15a] {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3fea17ca-1041-4756-8af1-fef0dc43b15a] {
    font-size: 16px;
  }
}

.sd[data-s-0403d1f6-f837-4ca9-b0aa-a5b5994b355f] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-0403d1f6-f837-4ca9-b0aa-a5b5994b355f: 0px;
  --gap-v-0403d1f6-f837-4ca9-b0aa-a5b5994b355f: 0px;
  --gap-uuid: 0403d1f6-f837-4ca9-b0aa-a5b5994b355f;
}

@media screen and (max-width: 840px) {
  .sd[data-s-0403d1f6-f837-4ca9-b0aa-a5b5994b355f] {
    flex-direction: column;
    flex-wrap: nowrap;
    --gap-h-0403d1f6-f837-4ca9-b0aa-a5b5994b355f: 0px;
    --gap-v-0403d1f6-f837-4ca9-b0aa-a5b5994b355f: 0px;
  }
}

.sd[data-s-7addf2f4-5c5c-493f-a967-221d972220e1] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-7addf2f4-5c5c-493f-a967-221d972220e1: 0px;
  --gap-v-7addf2f4-5c5c-493f-a967-221d972220e1: 0px;
  --gap-uuid: 7addf2f4-5c5c-493f-a967-221d972220e1;
}

.sd[data-s-80eab28b-a542-4a82-bcc7-875c8550d0ac] {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 840px) {
  .sd[data-s-80eab28b-a542-4a82-bcc7-875c8550d0ac] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-80eab28b-a542-4a82-bcc7-875c8550d0ac] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-80eab28b-a542-4a82-bcc7-875c8550d0ac] {
    font-size: 18px;
  }
}

.sd[data-s-be830e34-7bb7-4bff-97f3-96b590b3d2bf] {
  background: #fdd10c;
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
  z-index: -1;
  max-width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-be830e34-7bb7-4bff-97f3-96b590b3d2bf] {
    flex: none;
    height: 8px;
    margin: -10px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
    max-width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-be830e34-7bb7-4bff-97f3-96b590b3d2bf] {
    flex: none;
    height: 6px;
    margin: -8px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
    max-width: calc(100% - (var(--gap-h-7addf2f4-5c5c-493f-a967-221d972220e1) * 0));
  }
}

.sd[data-s-d9cb7730-00ff-4e88-84ff-0576be2bb9ed] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed: 0px;
  --gap-v-d9cb7730-00ff-4e88-84ff-0576be2bb9ed: 0px;
  --gap-uuid: d9cb7730-00ff-4e88-84ff-0576be2bb9ed;
}

.sd[data-s-2481c4ee-01cf-44ee-94ea-e5760284ad3a] {
  color: #e32e25;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 840px) {
  .sd[data-s-2481c4ee-01cf-44ee-94ea-e5760284ad3a] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-2481c4ee-01cf-44ee-94ea-e5760284ad3a] {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-2481c4ee-01cf-44ee-94ea-e5760284ad3a] {
    font-size: 18px;
  }
}

.sd[data-s-84e3c1dc-ff0d-4a44-a5d4-93e15128f5b7] {
  background: #fdd10c;
  flex: none;
  height: 12px;
  margin: -14px 0px 0px 0px;
  width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
  z-index: -1;
  max-width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-84e3c1dc-ff0d-4a44-a5d4-93e15128f5b7] {
    flex: none;
    height: 8px;
    margin: -10px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
    max-width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-84e3c1dc-ff0d-4a44-a5d4-93e15128f5b7] {
    flex: none;
    height: 6px;
    margin: -8px 0px 0px 0px;
    width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
    max-width: calc(100% - (var(--gap-h-d9cb7730-00ff-4e88-84ff-0576be2bb9ed) * 0));
  }
}

.sd[data-s-a423c915-e4c9-4438-aad2-52280a16d5a3] {
  bottom: 38px;
  height: auto;
  left: auto;
  margin: 0 0 0 0;
  position: absolute;
  right: -26px;
  top: auto;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-a423c915-e4c9-4438-aad2-52280a16d5a3] {
    flex: none;
    width: calc(18% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.82));
    max-width: calc(18% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.82));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-a423c915-e4c9-4438-aad2-52280a16d5a3] {
    flex: none;
    width: calc(22% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.78));
    max-width: calc(22% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.78));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a423c915-e4c9-4438-aad2-52280a16d5a3] {
    bottom: -10px;
    flex: none;
    width: calc(32% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.68));
    max-width: calc(32% - (var(--gap-h-57bcb013-3150-4f46-b30e-20ed18253e99) * 0.68));
  }
}

.sd[data-s-b2812b85-03a3-43d2-abc1-435bf0c69171] {}

.sd[data-s-8eea7d75-dcce-452f-b30b-a7afec127bb6] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 56px 32px 88px 32px;
  width: 100%;
  --gap-h-8eea7d75-dcce-452f-b30b-a7afec127bb6: 0px;
  --gap-v-8eea7d75-dcce-452f-b30b-a7afec127bb6: 32px;
  --gap-uuid: 8eea7d75-dcce-452f-b30b-a7afec127bb6;
  max-width: 100%;
}

.sd[data-s-8eea7d75-dcce-452f-b30b-a7afec127bb6]:before {
  background-size: 100%;
  --gap-h-8eea7d75-dcce-452f-b30b-a7afec127bb6: 0px;
  --gap-v-8eea7d75-dcce-452f-b30b-a7afec127bb6: 32px;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8eea7d75-dcce-452f-b30b-a7afec127bb6] {
    padding: 56px 24px 72px 24px;
    --gap-h-8eea7d75-dcce-452f-b30b-a7afec127bb6: 0px;
    --gap-v-8eea7d75-dcce-452f-b30b-a7afec127bb6: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8eea7d75-dcce-452f-b30b-a7afec127bb6] {
    padding: 24px 16px 40px 16px;
    --gap-h-8eea7d75-dcce-452f-b30b-a7afec127bb6: 0px;
    --gap-v-8eea7d75-dcce-452f-b30b-a7afec127bb6: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8eea7d75-dcce-452f-b30b-a7afec127bb6] {
    padding: 16px 12px 40px 12px;
    --gap-h-8eea7d75-dcce-452f-b30b-a7afec127bb6: 0px;
    --gap-v-8eea7d75-dcce-452f-b30b-a7afec127bb6: 32px;
  }
}

.sd[data-s-38ea9a10-10ca-4cad-bda1-64c8d42795da] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  z-index: 1;
  --gap-h-38ea9a10-10ca-4cad-bda1-64c8d42795da: 0px;
  --gap-v-38ea9a10-10ca-4cad-bda1-64c8d42795da: 32px;
  --gap-uuid: 38ea9a10-10ca-4cad-bda1-64c8d42795da;
  max-width: 100%;
}

.sd[data-s-f9347885-b104-433f-998d-799c188d6f36] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  opacity: 1;
  padding: 0px;
  transform: translate(0px, 0px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  z-index: 1;
  --gap-h-f9347885-b104-433f-998d-799c188d6f36: 0px;
  --gap-v-f9347885-b104-433f-998d-799c188d6f36: 20px;
  --gap-uuid: f9347885-b104-433f-998d-799c188d6f36;
}

.sd[data-s-f9347885-b104-433f-998d-799c188d6f36].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-f9347885-b104-433f-998d-799c188d6f36: 0px;
  --gap-v-f9347885-b104-433f-998d-799c188d6f36: 20px;
}

.sd[data-s-f9347885-b104-433f-998d-799c188d6f36].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-f9347885-b104-433f-998d-799c188d6f36] {
    gap: 16px;
    --gap-h-f9347885-b104-433f-998d-799c188d6f36: 0px;
    --gap-v-f9347885-b104-433f-998d-799c188d6f36: 16px;
  }
}

.sd[data-s-92a99703-0dc3-4655-ab21-f7b5c995729f] {
  flex: none;
  height: auto;
  width: calc(64% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.36));
  max-width: calc(64% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.36));
}

@media screen and (max-width: 840px) {
  .sd[data-s-92a99703-0dc3-4655-ab21-f7b5c995729f] {
    flex: none;
    width: calc(88% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-92a99703-0dc3-4655-ab21-f7b5c995729f] {
    flex: none;
    width: calc(94% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.059999999999999984));
    max-width: calc(94% - (var(--gap-h-f9347885-b104-433f-998d-799c188d6f36) * 0.059999999999999984));
  }
}

.sd[data-s-78940f54-7f2f-4f6d-ba21-c69fe6bcff17] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  width: 980px;
  --gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
  --gap-v-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
  --gap-uuid: 78940f54-7f2f-4f6d-ba21-c69fe6bcff17;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-78940f54-7f2f-4f6d-ba21-c69fe6bcff17] {
    flex: none;
    width: calc(94% - (var(--gap-h-38ea9a10-10ca-4cad-bda1-64c8d42795da) * 0.059999999999999984));
    --gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
    --gap-v-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
    max-width: calc(94% - (var(--gap-h-38ea9a10-10ca-4cad-bda1-64c8d42795da) * 0.059999999999999984));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-78940f54-7f2f-4f6d-ba21-c69fe6bcff17] {
    flex: none;
    width: calc(100% - (var(--gap-h-38ea9a10-10ca-4cad-bda1-64c8d42795da) * 0));
    --gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
    --gap-v-78940f54-7f2f-4f6d-ba21-c69fe6bcff17: 0px;
    max-width: calc(100% - (var(--gap-h-38ea9a10-10ca-4cad-bda1-64c8d42795da) * 0));
  }
}

.sd[data-s-d695bbc3-0ee8-4401-abf5-8d791085d635] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 12px 16px;
  --gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635: 20px;
  --gap-v-d695bbc3-0ee8-4401-abf5-8d791085d635: 0px;
  --gap-uuid: d695bbc3-0ee8-4401-abf5-8d791085d635;
  max-width: 100%;
}

.sd[data-s-d695bbc3-0ee8-4401-abf5-8d791085d635].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
  --gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635: 20px;
  --gap-v-d695bbc3-0ee8-4401-abf5-8d791085d635: 0px;
}

.sd[data-s-d695bbc3-0ee8-4401-abf5-8d791085d635].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-d695bbc3-0ee8-4401-abf5-8d791085d635] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 24px;
    --gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635: 0px;
    --gap-v-d695bbc3-0ee8-4401-abf5-8d791085d635: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d695bbc3-0ee8-4401-abf5-8d791085d635] {
    gap: 16px;
    padding: 24px 12px;
    --gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635: 16px;
    --gap-v-d695bbc3-0ee8-4401-abf5-8d791085d635: 0px;
  }
}

.sd[data-s-aa14df76-7763-4da4-abd2-5701671ca415] {
  flex: none;
  height: 220px;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-aa14df76-7763-4da4-abd2-5701671ca415] {
    flex: none;
    width: calc(36% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0.64));
    max-width: calc(36% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0.64));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-aa14df76-7763-4da4-abd2-5701671ca415] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0));
    max-width: calc(100% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-aa14df76-7763-4da4-abd2-5701671ca415] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0));
    max-width: calc(100% - (var(--gap-h-d695bbc3-0ee8-4401-abf5-8d791085d635) * 0));
  }
}

.sd[data-s-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 0px;
  --gap-v-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 12px;
  --gap-uuid: 3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 0px;
    --gap-v-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf] {
    gap: 8px;
    --gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 0px;
    --gap-v-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf: 8px;
  }
}

.sd[data-s-46072259-a0db-429e-b2cb-7f7d25958ef5] {
  flex: none;
  height: auto;
  width: calc(68% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.32000000000000006));
  max-width: calc(68% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.32000000000000006));
}

@media screen and (max-width: 840px) {
  .sd[data-s-46072259-a0db-429e-b2cb-7f7d25958ef5] {
    flex: none;
    width: calc(62% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.37999999999999995));
    max-width: calc(62% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.37999999999999995));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-46072259-a0db-429e-b2cb-7f7d25958ef5] {
    flex: none;
    width: calc(72% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.27999999999999997));
    max-width: calc(72% - (var(--gap-h-3fc45beb-bcd8-4cdc-bda5-7169b6c3adbf) * 0.27999999999999997));
  }
}

.sd[data-s-2c406af1-02b3-40d3-aafb-1ee56a632d3d] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-2c406af1-02b3-40d3-aafb-1ee56a632d3d]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-2c406af1-02b3-40d3-aafb-1ee56a632d3d] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
}

@media screen and (max-width: 540px) {
  .sd[data-s-2c406af1-02b3-40d3-aafb-1ee56a632d3d] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-2c406af1-02b3-40d3-aafb-1ee56a632d3d] {
    font-size: 15px;
  }
}

.sd[data-s-b2545b48-b7b6-4893-b932-e3b026f80228] {
  background: #0064a1;
  flex: none;
  height: 24px;
  width: 80px;
  max-width: 100%;
}

.sd[data-s-b2545b48-b7b6-4893-b932-e3b026f80228].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

.sd[data-s-b2545b48-b7b6-4893-b932-e3b026f80228].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-b2545b48-b7b6-4893-b932-e3b026f80228] {
    flex: none;
    height: 16px;
    width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
    max-width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
  }
}

.sd[data-s-d3efebec-b69b-4947-8e31-bd7797a9c6a3] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 12px 16px;
  --gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 20px;
  --gap-v-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 0px;
  --gap-uuid: d3efebec-b69b-4947-8e31-bd7797a9c6a3;
  max-width: 100%;
}

.sd[data-s-d3efebec-b69b-4947-8e31-bd7797a9c6a3].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
  --gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 20px;
  --gap-v-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 0px;
}

.sd[data-s-d3efebec-b69b-4947-8e31-bd7797a9c6a3].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-d3efebec-b69b-4947-8e31-bd7797a9c6a3] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 24px;
    --gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 0px;
    --gap-v-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d3efebec-b69b-4947-8e31-bd7797a9c6a3] {
    gap: 16px;
    padding: 24px 12px;
    --gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 16px;
    --gap-v-d3efebec-b69b-4947-8e31-bd7797a9c6a3: 0px;
  }
}

.sd[data-s-958d3e30-51d3-4164-8166-cb6b9b3b046f] {
  flex: none;
  height: 220px;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-958d3e30-51d3-4164-8166-cb6b9b3b046f] {
    flex: none;
    width: calc(36% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0.64));
    max-width: calc(36% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0.64));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-958d3e30-51d3-4164-8166-cb6b9b3b046f] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0));
    max-width: calc(100% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-958d3e30-51d3-4164-8166-cb6b9b3b046f] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0));
    max-width: calc(100% - (var(--gap-h-d3efebec-b69b-4947-8e31-bd7797a9c6a3) * 0));
  }
}

.sd[data-s-875654eb-91b5-4603-9689-e713663cc48f] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-875654eb-91b5-4603-9689-e713663cc48f: 0px;
  --gap-v-875654eb-91b5-4603-9689-e713663cc48f: 12px;
  --gap-uuid: 875654eb-91b5-4603-9689-e713663cc48f;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-875654eb-91b5-4603-9689-e713663cc48f] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-875654eb-91b5-4603-9689-e713663cc48f: 0px;
    --gap-v-875654eb-91b5-4603-9689-e713663cc48f: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-875654eb-91b5-4603-9689-e713663cc48f] {
    gap: 8px;
    --gap-h-875654eb-91b5-4603-9689-e713663cc48f: 0px;
    --gap-v-875654eb-91b5-4603-9689-e713663cc48f: 8px;
  }
}

.sd[data-s-5f8104a5-ad89-49bc-ab42-77f85f0dcce3] {
  flex: none;
  height: auto;
  width: calc(59% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.41));
  max-width: calc(59% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.41));
}

@media screen and (max-width: 840px) {
  .sd[data-s-5f8104a5-ad89-49bc-ab42-77f85f0dcce3] {
    flex: none;
    width: calc(54% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.46));
    max-width: calc(54% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.46));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5f8104a5-ad89-49bc-ab42-77f85f0dcce3] {
    flex: none;
    width: calc(67% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.33));
    max-width: calc(67% - (var(--gap-h-875654eb-91b5-4603-9689-e713663cc48f) * 0.33));
  }
}

.sd[data-s-1641d3d8-2d23-4592-9bdd-de28bf0619b0] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-1641d3d8-2d23-4592-9bdd-de28bf0619b0]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-1641d3d8-2d23-4592-9bdd-de28bf0619b0] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
}

@media screen and (max-width: 540px) {
  .sd[data-s-1641d3d8-2d23-4592-9bdd-de28bf0619b0] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-1641d3d8-2d23-4592-9bdd-de28bf0619b0] {
    font-size: 15px;
  }
}

.sd[data-s-832442ff-d271-4724-8275-484142afdb83] {
  background: #0064a1;
  flex: none;
  height: 24px;
  width: 80px;
  max-width: 100%;
}

.sd[data-s-832442ff-d271-4724-8275-484142afdb83].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

.sd[data-s-832442ff-d271-4724-8275-484142afdb83].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-832442ff-d271-4724-8275-484142afdb83] {
    flex: none;
    height: 16px;
    width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
    max-width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
  }
}

.sd[data-s-3a039171-82a2-4ed1-9246-5915a57dcc43] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 12px 16px;
  --gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43: 20px;
  --gap-v-3a039171-82a2-4ed1-9246-5915a57dcc43: 0px;
  --gap-uuid: 3a039171-82a2-4ed1-9246-5915a57dcc43;
  max-width: 100%;
}

.sd[data-s-3a039171-82a2-4ed1-9246-5915a57dcc43].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
  --gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43: 20px;
  --gap-v-3a039171-82a2-4ed1-9246-5915a57dcc43: 0px;
}

.sd[data-s-3a039171-82a2-4ed1-9246-5915a57dcc43].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3a039171-82a2-4ed1-9246-5915a57dcc43] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 24px;
    --gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43: 0px;
    --gap-v-3a039171-82a2-4ed1-9246-5915a57dcc43: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3a039171-82a2-4ed1-9246-5915a57dcc43] {
    gap: 16px;
    padding: 24px 12px;
    --gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43: 16px;
    --gap-v-3a039171-82a2-4ed1-9246-5915a57dcc43: 0px;
  }
}

.sd[data-s-a3f183b2-89c8-4a00-8f75-4955bd180a75] {
  flex: none;
  height: 220px;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-a3f183b2-89c8-4a00-8f75-4955bd180a75] {
    flex: none;
    width: calc(36% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0.64));
    max-width: calc(36% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0.64));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-a3f183b2-89c8-4a00-8f75-4955bd180a75] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0));
    max-width: calc(100% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a3f183b2-89c8-4a00-8f75-4955bd180a75] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0));
    max-width: calc(100% - (var(--gap-h-3a039171-82a2-4ed1-9246-5915a57dcc43) * 0));
  }
}

.sd[data-s-e0add687-f8d3-4685-ad20-6de178c203d4] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-e0add687-f8d3-4685-ad20-6de178c203d4: 0px;
  --gap-v-e0add687-f8d3-4685-ad20-6de178c203d4: 12px;
  --gap-uuid: e0add687-f8d3-4685-ad20-6de178c203d4;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-e0add687-f8d3-4685-ad20-6de178c203d4] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-e0add687-f8d3-4685-ad20-6de178c203d4: 0px;
    --gap-v-e0add687-f8d3-4685-ad20-6de178c203d4: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e0add687-f8d3-4685-ad20-6de178c203d4] {
    gap: 8px;
    --gap-h-e0add687-f8d3-4685-ad20-6de178c203d4: 0px;
    --gap-v-e0add687-f8d3-4685-ad20-6de178c203d4: 8px;
  }
}

.sd[data-s-58220132-820b-4752-bb08-76c0a4868197] {
  flex: none;
  height: auto;
  width: calc(68% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.32000000000000006));
  max-width: calc(68% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.32000000000000006));
}

@media screen and (max-width: 840px) {
  .sd[data-s-58220132-820b-4752-bb08-76c0a4868197] {
    flex: none;
    width: calc(62% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.37999999999999995));
    max-width: calc(62% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.37999999999999995));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-58220132-820b-4752-bb08-76c0a4868197] {
    flex: none;
    width: calc(74% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.25999999999999995));
    max-width: calc(74% - (var(--gap-h-e0add687-f8d3-4685-ad20-6de178c203d4) * 0.25999999999999995));
  }
}

.sd[data-s-9067bc9c-0071-437a-8ff6-ad0c3e48b0ed] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-9067bc9c-0071-437a-8ff6-ad0c3e48b0ed]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-9067bc9c-0071-437a-8ff6-ad0c3e48b0ed] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
}

@media screen and (max-width: 540px) {
  .sd[data-s-9067bc9c-0071-437a-8ff6-ad0c3e48b0ed] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-9067bc9c-0071-437a-8ff6-ad0c3e48b0ed] {
    font-size: 15px;
  }
}

.sd[data-s-2eae1e9d-c753-4aa7-844e-a6da236105fa] {
  background: #0064a1;
  flex: none;
  height: 24px;
  width: 80px;
  max-width: 100%;
}

.sd[data-s-2eae1e9d-c753-4aa7-844e-a6da236105fa].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

.sd[data-s-2eae1e9d-c753-4aa7-844e-a6da236105fa].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-2eae1e9d-c753-4aa7-844e-a6da236105fa] {
    flex: none;
    height: 16px;
    width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
    max-width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
  }
}

.sd[data-s-12831409-5436-4a2a-a4a6-6efb8c4169a7] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 12px 16px;
  --gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7: 20px;
  --gap-v-12831409-5436-4a2a-a4a6-6efb8c4169a7: 0px;
  --gap-uuid: 12831409-5436-4a2a-a4a6-6efb8c4169a7;
  max-width: 100%;
}

.sd[data-s-12831409-5436-4a2a-a4a6-6efb8c4169a7].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
  --gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7: 20px;
  --gap-v-12831409-5436-4a2a-a4a6-6efb8c4169a7: 0px;
}

.sd[data-s-12831409-5436-4a2a-a4a6-6efb8c4169a7].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-12831409-5436-4a2a-a4a6-6efb8c4169a7] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 24px;
    --gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7: 0px;
    --gap-v-12831409-5436-4a2a-a4a6-6efb8c4169a7: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-12831409-5436-4a2a-a4a6-6efb8c4169a7] {
    gap: 16px;
    padding: 24px 12px;
    --gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7: 16px;
    --gap-v-12831409-5436-4a2a-a4a6-6efb8c4169a7: 0px;
  }
}

.sd[data-s-c68c349c-7211-437f-bb26-40768da938af] {
  flex: none;
  height: 220px;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-c68c349c-7211-437f-bb26-40768da938af] {
    flex: none;
    width: calc(36% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0.64));
    max-width: calc(36% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0.64));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-c68c349c-7211-437f-bb26-40768da938af] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0));
    max-width: calc(100% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c68c349c-7211-437f-bb26-40768da938af] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0));
    max-width: calc(100% - (var(--gap-h-12831409-5436-4a2a-a4a6-6efb8c4169a7) * 0));
  }
}

.sd[data-s-d9439aa6-95b3-4d0d-92eb-436afb389c1a] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 0px;
  --gap-v-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 12px;
  --gap-uuid: d9439aa6-95b3-4d0d-92eb-436afb389c1a;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-d9439aa6-95b3-4d0d-92eb-436afb389c1a] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 0px;
    --gap-v-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d9439aa6-95b3-4d0d-92eb-436afb389c1a] {
    gap: 8px;
    --gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 0px;
    --gap-v-d9439aa6-95b3-4d0d-92eb-436afb389c1a: 8px;
  }
}

.sd[data-s-52a4f300-9ecc-469b-b71d-becf0e51190c] {
  flex: none;
  height: auto;
  width: calc(62% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.37999999999999995));
  max-width: calc(62% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.37999999999999995));
}

@media screen and (max-width: 840px) {
  .sd[data-s-52a4f300-9ecc-469b-b71d-becf0e51190c] {
    flex: none;
    width: calc(58% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.42));
    max-width: calc(58% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.42));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-52a4f300-9ecc-469b-b71d-becf0e51190c] {
    flex: none;
    width: calc(67% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.33));
    max-width: calc(67% - (var(--gap-h-d9439aa6-95b3-4d0d-92eb-436afb389c1a) * 0.33));
  }
}

.sd[data-s-6584a919-e9b4-4086-8ebb-5fb33d88964f] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-6584a919-e9b4-4086-8ebb-5fb33d88964f]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-6584a919-e9b4-4086-8ebb-5fb33d88964f] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-6584a919-e9b4-4086-8ebb-5fb33d88964f] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-6584a919-e9b4-4086-8ebb-5fb33d88964f] {
    font-size: 15px;
  }
}

.sd[data-s-b4b515e4-eec1-40d5-b478-0527e938cb91] {
  background: #0064a1;
  flex: none;
  height: 24px;
  width: 80px;
  max-width: 100%;
}

.sd[data-s-b4b515e4-eec1-40d5-b478-0527e938cb91].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

.sd[data-s-b4b515e4-eec1-40d5-b478-0527e938cb91].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-b4b515e4-eec1-40d5-b478-0527e938cb91] {
    flex: none;
    height: 16px;
    width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
    max-width: calc(20% - (var(--gap-h-78940f54-7f2f-4f6d-ba21-c69fe6bcff17) * 0.8));
  }
}

.sd[data-s-9b57f649-bbc5-4870-a230-a3ff721cce78] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  padding: 12px 16px;
  --gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78: 20px;
  --gap-v-9b57f649-bbc5-4870-a230-a3ff721cce78: 0px;
  --gap-uuid: 9b57f649-bbc5-4870-a230-a3ff721cce78;
  max-width: 100%;
}

.sd[data-s-9b57f649-bbc5-4870-a230-a3ff721cce78].appear {
  opacity: 0;
  transform: translate(-40px, 0px);
  transition-delay: 100ms;
  transition-duration: 1000ms;
  --gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78: 20px;
  --gap-v-9b57f649-bbc5-4870-a230-a3ff721cce78: 0px;
}

.sd[data-s-9b57f649-bbc5-4870-a230-a3ff721cce78].appear-active {
  transition-delay: 100ms;
  transition-duration: 1000ms;
}

@media screen and (max-width: 840px) {
  .sd[data-s-9b57f649-bbc5-4870-a230-a3ff721cce78] {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 24px 24px;
    --gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78: 0px;
    --gap-v-9b57f649-bbc5-4870-a230-a3ff721cce78: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-9b57f649-bbc5-4870-a230-a3ff721cce78] {
    gap: 16px;
    padding: 24px 12px;
    --gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78: 16px;
    --gap-v-9b57f649-bbc5-4870-a230-a3ff721cce78: 0px;
  }
}

.sd[data-s-3d37ad8c-0823-4558-bb54-cdc63dfdef7d] {
  flex: none;
  height: 220px;
  width: 360px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-3d37ad8c-0823-4558-bb54-cdc63dfdef7d] {
    flex: none;
    width: calc(36% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0.64));
    max-width: calc(36% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0.64));
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-3d37ad8c-0823-4558-bb54-cdc63dfdef7d] {
    flex: none;
    height: 240px;
    width: calc(100% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0));
    max-width: calc(100% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3d37ad8c-0823-4558-bb54-cdc63dfdef7d] {
    flex: none;
    height: 180px;
    width: calc(100% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0));
    max-width: calc(100% - (var(--gap-h-9b57f649-bbc5-4870-a230-a3ff721cce78) * 0));
  }
}

.sd[data-s-7630d0f9-a2a3-4987-af50-4a43a1b71fa3] {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  width: auto;
  --gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 0px;
  --gap-v-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 12px;
  --gap-uuid: 7630d0f9-a2a3-4987-af50-4a43a1b71fa3;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-7630d0f9-a2a3-4987-af50-4a43a1b71fa3] {
    align-content: center;
    align-items: center;
    justify-content: center;
    --gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 0px;
    --gap-v-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7630d0f9-a2a3-4987-af50-4a43a1b71fa3] {
    gap: 8px;
    --gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 0px;
    --gap-v-7630d0f9-a2a3-4987-af50-4a43a1b71fa3: 8px;
  }
}

.sd[data-s-5c65e29f-695b-4ad9-91ad-677ca86c12ad] {
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0));
  max-width: calc(100% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-5c65e29f-695b-4ad9-91ad-677ca86c12ad] {
    flex: none;
    width: calc(89% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0.11000000000000007));
    max-width: calc(89% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0.11000000000000007));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5c65e29f-695b-4ad9-91ad-677ca86c12ad] {
    flex: none;
    width: calc(100% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0));
    max-width: calc(100% - (var(--gap-h-7630d0f9-a2a3-4987-af50-4a43a1b71fa3) * 0));
  }
}

.sd[data-s-45cee759-7811-4f93-8c4c-8d130cf46e9a] {
  color: #333;
  flex: none;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
}

.sd[data-s-45cee759-7811-4f93-8c4c-8d130cf46e9a]>p {
  margin: 0px 0px 0px 0px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-45cee759-7811-4f93-8c4c-8d130cf46e9a] strong {
  color: #0064a1;
  font-family: var(--s-font-adba8a79);
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-45cee759-7811-4f93-8c4c-8d130cf46e9a] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-45cee759-7811-4f93-8c4c-8d130cf46e9a] {
    font-size: 15px;
  }
}

.sd[data-s-a94e492a-3f81-4d05-9089-256afe273e43] {
  align-content: center;
  align-items: center;
  background: #f5f5f5;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: flex-start;
  padding: 56px 32px 88px 32px;
  width: 100%;
  --gap-h-a94e492a-3f81-4d05-9089-256afe273e43: 0px;
  --gap-v-a94e492a-3f81-4d05-9089-256afe273e43: 32px;
  --gap-uuid: a94e492a-3f81-4d05-9089-256afe273e43;
  max-width: 100%;
}

.sd[data-s-a94e492a-3f81-4d05-9089-256afe273e43]:before {
  background-size: 100%;
  --gap-h-a94e492a-3f81-4d05-9089-256afe273e43: 0px;
  --gap-v-a94e492a-3f81-4d05-9089-256afe273e43: 32px;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a94e492a-3f81-4d05-9089-256afe273e43] {
    padding: 56px 24px 72px 24px;
    --gap-h-a94e492a-3f81-4d05-9089-256afe273e43: 0px;
    --gap-v-a94e492a-3f81-4d05-9089-256afe273e43: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a94e492a-3f81-4d05-9089-256afe273e43] {
    padding: 24px 16px 40px 16px;
    --gap-h-a94e492a-3f81-4d05-9089-256afe273e43: 0px;
    --gap-v-a94e492a-3f81-4d05-9089-256afe273e43: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a94e492a-3f81-4d05-9089-256afe273e43] {
    padding: 16px 12px 40px 12px;
    --gap-h-a94e492a-3f81-4d05-9089-256afe273e43: 0px;
    --gap-v-a94e492a-3f81-4d05-9089-256afe273e43: 32px;
  }
}

.sd[data-s-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  z-index: 1;
  --gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e: 0px;
  --gap-v-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e: 16px;
  --gap-uuid: 74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e;
  max-width: 100%;
}

.sd[data-s-4d080913-6af6-4ee9-a4cf-1ef4d2998b7f] {
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  height: 0px;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: -100px;
  width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
  max-width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-4d080913-6af6-4ee9-a4cf-1ef4d2998b7f] {
    top: -92px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4d080913-6af6-4ee9-a4cf-1ef4d2998b7f] {
    top: -76px;
  }
}

.sd[data-s-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  opacity: 1;
  padding: 0px;
  transform: translate(0px, 0px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  z-index: 1;
  --gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 0px;
  --gap-v-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 20px;
  --gap-uuid: fbbf42da-99bb-49f4-8ea1-1e36bedea8c3;
}

.sd[data-s-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-delay: 100ms;
  transition-duration: 600ms;
  --gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 0px;
  --gap-v-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 20px;
}

.sd[data-s-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3].appear-active {
  transition-delay: 100ms;
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3] {
    gap: 16px;
    --gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 0px;
    --gap-v-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3: 16px;
  }
}

.sd[data-s-10eb1fd6-986a-4cc1-80bd-dd128242297a] {
  flex: none;
  height: auto;
  width: calc(64% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.36));
  max-width: calc(64% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.36));
}

@media screen and (max-width: 840px) {
  .sd[data-s-10eb1fd6-986a-4cc1-80bd-dd128242297a] {
    flex: none;
    width: calc(88% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-10eb1fd6-986a-4cc1-80bd-dd128242297a] {
    flex: none;
    width: calc(94% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.059999999999999984));
    max-width: calc(94% - (var(--gap-h-fbbf42da-99bb-49f4-8ea1-1e36bedea8c3) * 0.059999999999999984));
  }
}

.sd[data-s-585b60e0-6ba1-43af-bc90-53f05a1a787e] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  margin: 0px 0px 36px 0px;
  padding: 0px;
  width: 1140px;
  --gap-h-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
  --gap-v-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
  --gap-uuid: 585b60e0-6ba1-43af-bc90-53f05a1a787e;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-585b60e0-6ba1-43af-bc90-53f05a1a787e] {
    flex: none;
    --gap-h-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
    --gap-v-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-585b60e0-6ba1-43af-bc90-53f05a1a787e] {
    flex: none;
    width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
    --gap-h-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
    --gap-v-585b60e0-6ba1-43af-bc90-53f05a1a787e: 0px;
    max-width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
  }
}

.sd[data-s-755c52ef-752c-4337-abf3-9481893be6aa] {
  background: #f5f5f5;
  color: #0064a1;
  flex: none;
font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 40px;
  height: 72px;
  line-height: 1.4;
  margin: 0px 0px -36px 0px;
  padding: 8px 40px;
  text-align: left;
  width: auto;
  z-index: 1;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-755c52ef-752c-4337-abf3-9481893be6aa] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-755c52ef-752c-4337-abf3-9481893be6aa] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-755c52ef-752c-4337-abf3-9481893be6aa] {
    flex: none;
    font-size: 24px;
    height: 50px;
    margin: 0px 0px -25px 0px;
    padding: 8px 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-755c52ef-752c-4337-abf3-9481893be6aa] {
    font-size: 20px;
  }
}

.sd[data-s-f14c95f6-f6f8-45fd-9809-551cc1236378] {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  border-radius: 4px;
  border-right: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px 20px;
  height: auto;
  justify-content: center;
  padding: 72px 24px 36px 24px;
  width: calc(100% - (var(--gap-h-585b60e0-6ba1-43af-bc90-53f05a1a787e) * 0));
  --gap-h-f14c95f6-f6f8-45fd-9809-551cc1236378: 20px;
  --gap-v-f14c95f6-f6f8-45fd-9809-551cc1236378: 32px;
  --gap-uuid: f14c95f6-f6f8-45fd-9809-551cc1236378;
  max-width: calc(100% - (var(--gap-h-585b60e0-6ba1-43af-bc90-53f05a1a787e) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-f14c95f6-f6f8-45fd-9809-551cc1236378] {
    padding: 72px 24px 36px 12px;
    --gap-h-f14c95f6-f6f8-45fd-9809-551cc1236378: 20px;
    --gap-v-f14c95f6-f6f8-45fd-9809-551cc1236378: 32px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f14c95f6-f6f8-45fd-9809-551cc1236378] {
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    flex: none;
    padding: 45px 16px 20px 16px;
    --gap-h-f14c95f6-f6f8-45fd-9809-551cc1236378: 20px;
    --gap-v-f14c95f6-f6f8-45fd-9809-551cc1236378: 32px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f14c95f6-f6f8-45fd-9809-551cc1236378] {
    flex: none;
    padding: 40px 16px 20px 16px;
    width: 100%;
    --gap-h-f14c95f6-f6f8-45fd-9809-551cc1236378: 20px;
    --gap-v-f14c95f6-f6f8-45fd-9809-551cc1236378: 32px;
  }
}

.sd[data-s-faeecf82-fd2c-49cc-bfa0-00a7453b30e4] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 44px 20px;
  justify-content: center;
  padding: 0px;
  --gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 20px;
  --gap-v-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 44px;
  --gap-uuid: faeecf82-fd2c-49cc-bfa0-00a7453b30e4;
}

@media screen and (max-width: 840px) {
  .sd[data-s-faeecf82-fd2c-49cc-bfa0-00a7453b30e4] {
    gap: 44px 4px;
    --gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 4px;
    --gap-v-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 44px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-faeecf82-fd2c-49cc-bfa0-00a7453b30e4] {
    gap: 20px 20px;
    --gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 20px;
    --gap-v-faeecf82-fd2c-49cc-bfa0-00a7453b30e4: 20px;
  }
}

.sd[data-s-767f733d-8bfa-4f44-863c-5ca456e5fab5] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5: 8px;
  --gap-v-767f733d-8bfa-4f44-863c-5ca456e5fab5: 0px;
  --gap-uuid: 767f733d-8bfa-4f44-863c-5ca456e5fab5;
}

@media screen and (max-width: 840px) {
  .sd[data-s-767f733d-8bfa-4f44-863c-5ca456e5fab5] {
    gap: 0px 4px;
    --gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5: 4px;
    --gap-v-767f733d-8bfa-4f44-863c-5ca456e5fab5: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-767f733d-8bfa-4f44-863c-5ca456e5fab5] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5: 0px;
    --gap-v-767f733d-8bfa-4f44-863c-5ca456e5fab5: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-538e5267-be5a-4a3f-85b2-b8acecc3038d] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d: 0px;
  --gap-v-538e5267-be5a-4a3f-85b2-b8acecc3038d: 12px;
  --gap-uuid: 538e5267-be5a-4a3f-85b2-b8acecc3038d;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-538e5267-be5a-4a3f-85b2-b8acecc3038d] {
    flex: none;
    width: 240px;
    --gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d: 0px;
    --gap-v-538e5267-be5a-4a3f-85b2-b8acecc3038d: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-538e5267-be5a-4a3f-85b2-b8acecc3038d] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d: 0px;
    --gap-v-538e5267-be5a-4a3f-85b2-b8acecc3038d: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-538e5267-be5a-4a3f-85b2-b8acecc3038d] {
    display: none;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 12px 0px;
    width: calc(100% - (var(--gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5) * 0));
    --gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d: 0px;
    --gap-v-538e5267-be5a-4a3f-85b2-b8acecc3038d: 12px;
    max-width: calc(100% - (var(--gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-538e5267-be5a-4a3f-85b2-b8acecc3038d] {
    display: none;
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d: 0px;
    --gap-v-538e5267-be5a-4a3f-85b2-b8acecc3038d: 12px;
  }
}

.sd[data-s-0d89fb50-097d-4e31-b2d3-763cd7a03ef5] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d) * 0));
  --gap-h-0d89fb50-097d-4e31-b2d3-763cd7a03ef5: 0px;
  --gap-v-0d89fb50-097d-4e31-b2d3-763cd7a03ef5: 20px;
  --gap-uuid: 0d89fb50-097d-4e31-b2d3-763cd7a03ef5;
  max-width: calc(100% - (var(--gap-h-538e5267-be5a-4a3f-85b2-b8acecc3038d) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-0d89fb50-097d-4e31-b2d3-763cd7a03ef5] {
    gap: 12px;
    --gap-h-0d89fb50-097d-4e31-b2d3-763cd7a03ef5: 0px;
    --gap-v-0d89fb50-097d-4e31-b2d3-763cd7a03ef5: 12px;
  }
}

.sd[data-s-de345f0c-a229-439a-a84e-d61ad0914eae] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-de345f0c-a229-439a-a84e-d61ad0914eae] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-de345f0c-a229-439a-a84e-d61ad0914eae] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-203bc02f-644a-4285-aaa6-63063c20c570] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-203bc02f-644a-4285-aaa6-63063c20c570] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-203bc02f-644a-4285-aaa6-63063c20c570] {
    font-size: 15px;
  }
}

.sd[data-s-00043aac-9cc9-4351-89b9-2448533801d7] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 24px;
  --gap-h-00043aac-9cc9-4351-89b9-2448533801d7: 0px;
  --gap-v-00043aac-9cc9-4351-89b9-2448533801d7: 12px;
  --gap-uuid: 00043aac-9cc9-4351-89b9-2448533801d7;
}

@media screen and (max-width: 540px) {
  .sd[data-s-00043aac-9cc9-4351-89b9-2448533801d7] {
    flex: 1;
    flex-direction: row;
    --gap-h-00043aac-9cc9-4351-89b9-2448533801d7: 12px;
    --gap-v-00043aac-9cc9-4351-89b9-2448533801d7: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-00043aac-9cc9-4351-89b9-2448533801d7] {
    gap: 12px;
    --gap-h-00043aac-9cc9-4351-89b9-2448533801d7: 0px;
    --gap-v-00043aac-9cc9-4351-89b9-2448533801d7: 12px;
  }
}

.sd[data-s-9868516e-fa90-42c7-9849-3a5affc0a53b] {
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0));
  max-width: calc(100% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-9868516e-fa90-42c7-9849-3a5affc0a53b] {
    flex: none;
    width: calc(88% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-9868516e-fa90-42c7-9849-3a5affc0a53b] {
    flex: none;
    width: calc(56% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0.44));
    max-width: calc(56% - (var(--gap-h-00043aac-9cc9-4351-89b9-2448533801d7) * 0.44));
  }
}

.sd[data-s-a6322bb7-a2bd-4248-8b99-dd0b58a5e39b] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a6322bb7-a2bd-4248-8b99-dd0b58a5e39b] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a6322bb7-a2bd-4248-8b99-dd0b58a5e39b] {
    font-size: 15px;
  }
}

.sd[data-s-1077b3d1-4f54-4305-9386-79a0bb0c8d4c] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 320px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 0px;
  --gap-v-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 12px;
  --gap-uuid: 1077b3d1-4f54-4305-9386-79a0bb0c8d4c;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-1077b3d1-4f54-4305-9386-79a0bb0c8d4c] {
    display: none;
    flex: none;
    width: 240px;
    --gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 0px;
    --gap-v-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-1077b3d1-4f54-4305-9386-79a0bb0c8d4c] {
    display: none;
    flex: none;
    width: 220px;
    --gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 0px;
    --gap-v-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1077b3d1-4f54-4305-9386-79a0bb0c8d4c] {
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 32px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5) * 0));
    --gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 0px;
    --gap-v-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 12px;
    max-width: calc(100% - (var(--gap-h-767f733d-8bfa-4f44-863c-5ca456e5fab5) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-1077b3d1-4f54-4305-9386-79a0bb0c8d4c] {
    display: flex;
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 0px;
    --gap-v-1077b3d1-4f54-4305-9386-79a0bb0c8d4c: 12px;
  }
}

.sd[data-s-d413cf45-c9c2-485c-9cd5-0db00ef2748e] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c) * 0));
  --gap-h-d413cf45-c9c2-485c-9cd5-0db00ef2748e: 0px;
  --gap-v-d413cf45-c9c2-485c-9cd5-0db00ef2748e: 20px;
  --gap-uuid: d413cf45-c9c2-485c-9cd5-0db00ef2748e;
  max-width: calc(100% - (var(--gap-h-1077b3d1-4f54-4305-9386-79a0bb0c8d4c) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-d413cf45-c9c2-485c-9cd5-0db00ef2748e] {
    gap: 12px;
    --gap-h-d413cf45-c9c2-485c-9cd5-0db00ef2748e: 0px;
    --gap-v-d413cf45-c9c2-485c-9cd5-0db00ef2748e: 12px;
  }
}

.sd[data-s-99d6edbb-bff0-4ab2-9a49-b3cc6b11d5ff] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-99d6edbb-bff0-4ab2-9a49-b3cc6b11d5ff] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-99d6edbb-bff0-4ab2-9a49-b3cc6b11d5ff] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-478a9ab1-a387-4fd3-aac3-3588297f0884] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-478a9ab1-a387-4fd3-aac3-3588297f0884] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-478a9ab1-a387-4fd3-aac3-3588297f0884] {
    font-size: 15px;
    font-family: 'Inter', 'Helvetica', sans-serif !important;
    font-weight: 800 !important;
  }
}

.sd[data-s-d8fdf67b-e651-485e-a429-a817d35f8c6f] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f: 0px;
  --gap-v-d8fdf67b-e651-485e-a429-a817d35f8c6f: 12px;
  --gap-uuid: d8fdf67b-e651-485e-a429-a817d35f8c6f;
}

@media screen and (max-width: 540px) {
  .sd[data-s-d8fdf67b-e651-485e-a429-a817d35f8c6f] {
    flex: 1;
    flex-direction: row;
    --gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f: 12px;
    --gap-v-d8fdf67b-e651-485e-a429-a817d35f8c6f: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d8fdf67b-e651-485e-a429-a817d35f8c6f] {
    gap: 12px;
    --gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f: 0px;
    --gap-v-d8fdf67b-e651-485e-a429-a817d35f8c6f: 12px;
  }
}

.sd[data-s-f61d4fba-0ee5-4b4e-b82c-b84c785dca07] {
  flex: none;
  height: auto;
  width: calc(80% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.2));
  max-width: calc(80% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.2));
}

@media screen and (max-width: 840px) {
  .sd[data-s-f61d4fba-0ee5-4b4e-b82c-b84c785dca07] {
    flex: none;
    width: calc(88% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f61d4fba-0ee5-4b4e-b82c-b84c785dca07] {
    flex: none;
    width: calc(56% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.44));
    max-width: calc(56% - (var(--gap-h-d8fdf67b-e651-485e-a429-a817d35f8c6f) * 0.44));
  }
}

.sd[data-s-e2dd71be-e81d-411f-b5de-021d4f38fa7c] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 840px) {
  .sd[data-s-e2dd71be-e81d-411f-b5de-021d4f38fa7c] {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-e2dd71be-e81d-411f-b5de-021d4f38fa7c] {
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

.sd[data-s-2e10381f-5960-4789-9052-b940cdd9fec0] {
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-2e10381f-5960-4789-9052-b940cdd9fec0] {
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

.sd[data-s-3b052daf-354f-491f-9494-abfbd6618756] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-3b052daf-354f-491f-9494-abfbd6618756: 8px;
  --gap-v-3b052daf-354f-491f-9494-abfbd6618756: 0px;
  --gap-uuid: 3b052daf-354f-491f-9494-abfbd6618756;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3b052daf-354f-491f-9494-abfbd6618756] {
    gap: 0px 4px;
    --gap-h-3b052daf-354f-491f-9494-abfbd6618756: 4px;
    --gap-v-3b052daf-354f-491f-9494-abfbd6618756: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3b052daf-354f-491f-9494-abfbd6618756] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-3b052daf-354f-491f-9494-abfbd6618756: 0px;
    --gap-v-3b052daf-354f-491f-9494-abfbd6618756: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 0px;
  --gap-v-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 12px;
  --gap-uuid: 4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a] {
    flex: none;
    width: 240px;
    --gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 0px;
    --gap-v-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 0px;
    --gap-v-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-3b052daf-354f-491f-9494-abfbd6618756) * 0));
    --gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 0px;
    --gap-v-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 12px;
    max-width: calc(100% - (var(--gap-h-3b052daf-354f-491f-9494-abfbd6618756) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a] {
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 0px;
    --gap-v-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a: 12px;
  }
}

.sd[data-s-461be508-4d23-4574-bc2d-958ad7a91a09] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a) * 0));
  --gap-h-461be508-4d23-4574-bc2d-958ad7a91a09: 0px;
  --gap-v-461be508-4d23-4574-bc2d-958ad7a91a09: 20px;
  --gap-uuid: 461be508-4d23-4574-bc2d-958ad7a91a09;
  max-width: calc(100% - (var(--gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-461be508-4d23-4574-bc2d-958ad7a91a09] {
    gap: 12px;
    --gap-h-461be508-4d23-4574-bc2d-958ad7a91a09: 0px;
    --gap-v-461be508-4d23-4574-bc2d-958ad7a91a09: 12px;
  }
}

.sd[data-s-4f5080ad-3728-4f4f-b3b6-d159b3c5193b] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4f5080ad-3728-4f4f-b3b6-d159b3c5193b] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4f5080ad-3728-4f4f-b3b6-d159b3c5193b] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-03a1765c-fe84-461f-9d48-74bcba07861c] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-03a1765c-fe84-461f-9d48-74bcba07861c] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-03a1765c-fe84-461f-9d48-74bcba07861c] {
    font-size: 15px;
  }
}

.sd[data-s-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 0px;
  --gap-v-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 12px;
  --gap-uuid: b01bc8e0-aa24-4364-abf7-d630b8f6e5d2;
}

@media screen and (max-width: 540px) {
  .sd[data-s-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2] {
    flex: none;
    flex-direction: row;
    width: calc(100% - (var(--gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a) * 0));
    --gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 12px;
    --gap-v-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 0px;
    max-width: calc(100% - (var(--gap-h-4243ad7e-3c0f-4684-b1c8-3aefdacbfe7a) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2] {
    gap: 12px;
    --gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 0px;
    --gap-v-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2: 12px;
  }
}

.sd[data-s-859317c6-0954-49fe-bb9d-cb95317ce942] {
  background: #f5f5f5;
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2) * 0));
  max-width: calc(100% - (var(--gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-859317c6-0954-49fe-bb9d-cb95317ce942] {
    flex: none;
    width: calc(88% - (var(--gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-b01bc8e0-aa24-4364-abf7-d630b8f6e5d2) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-859317c6-0954-49fe-bb9d-cb95317ce942] {
    flex: none;
  }
}

.sd[data-s-716a26d9-8ec9-4346-8ba6-301f95e141fb] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-716a26d9-8ec9-4346-8ba6-301f95e141fb] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-716a26d9-8ec9-4346-8ba6-301f95e141fb] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-716a26d9-8ec9-4346-8ba6-301f95e141fb] {
    display: none;
  }
}

.sd[data-s-4ef603a5-9ea8-4978-a1f5-bfa7598b09cb] {
  color: #333;
  display: none;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-4ef603a5-9ea8-4978-a1f5-bfa7598b09cb] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-4ef603a5-9ea8-4978-a1f5-bfa7598b09cb] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4ef603a5-9ea8-4978-a1f5-bfa7598b09cb] {
    display: flex;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4ef603a5-9ea8-4978-a1f5-bfa7598b09cb] {
    display: flex;
  }
}

.sd[data-s-61b166e9-587c-4704-8ea6-13ca890638f7] {
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-61b166e9-587c-4704-8ea6-13ca890638f7] {
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

.sd[data-s-81ca225f-d439-44bd-aebe-ee3f65d10d14] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-81ca225f-d439-44bd-aebe-ee3f65d10d14: 8px;
  --gap-v-81ca225f-d439-44bd-aebe-ee3f65d10d14: 0px;
  --gap-uuid: 81ca225f-d439-44bd-aebe-ee3f65d10d14;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-81ca225f-d439-44bd-aebe-ee3f65d10d14] {
    gap: 0px 4px;
    --gap-h-81ca225f-d439-44bd-aebe-ee3f65d10d14: 4px;
    --gap-v-81ca225f-d439-44bd-aebe-ee3f65d10d14: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-81ca225f-d439-44bd-aebe-ee3f65d10d14] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-81ca225f-d439-44bd-aebe-ee3f65d10d14: 0px;
    --gap-v-81ca225f-d439-44bd-aebe-ee3f65d10d14: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-8557f935-9f5a-40e1-a6cd-bb97ef27592a] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 0px;
  --gap-v-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 12px;
  --gap-uuid: 8557f935-9f5a-40e1-a6cd-bb97ef27592a;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-8557f935-9f5a-40e1-a6cd-bb97ef27592a] {
    flex: none;
    width: 240px;
    --gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 0px;
    --gap-v-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-8557f935-9f5a-40e1-a6cd-bb97ef27592a] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 0px;
    --gap-v-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8557f935-9f5a-40e1-a6cd-bb97ef27592a] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-81ca225f-d439-44bd-aebe-ee3f65d10d14) * 0));
    --gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 0px;
    --gap-v-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 12px;
    max-width: calc(100% - (var(--gap-h-81ca225f-d439-44bd-aebe-ee3f65d10d14) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8557f935-9f5a-40e1-a6cd-bb97ef27592a] {
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 0px;
    --gap-v-8557f935-9f5a-40e1-a6cd-bb97ef27592a: 12px;
  }
}

.sd[data-s-08bedc7b-f75f-4c38-9cef-ac6a50f85c14] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a) * 0));
  --gap-h-08bedc7b-f75f-4c38-9cef-ac6a50f85c14: 0px;
  --gap-v-08bedc7b-f75f-4c38-9cef-ac6a50f85c14: 20px;
  --gap-uuid: 08bedc7b-f75f-4c38-9cef-ac6a50f85c14;
  max-width: calc(100% - (var(--gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-08bedc7b-f75f-4c38-9cef-ac6a50f85c14] {
    gap: 12px;
    --gap-h-08bedc7b-f75f-4c38-9cef-ac6a50f85c14: 0px;
    --gap-v-08bedc7b-f75f-4c38-9cef-ac6a50f85c14: 12px;
  }
}

.sd[data-s-8e132ef0-cde5-46ab-a9e6-52e3647dbcda] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8e132ef0-cde5-46ab-a9e6-52e3647dbcda] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8e132ef0-cde5-46ab-a9e6-52e3647dbcda] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-f45d85b1-c476-4a53-a946-32aff6a648b5] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-f45d85b1-c476-4a53-a946-32aff6a648b5] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-f45d85b1-c476-4a53-a946-32aff6a648b5] {
    font-size: 15px;
  }
}

.sd[data-s-c48f83fc-958f-4ca3-adba-48cd6fb42195] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195: 0px;
  --gap-v-c48f83fc-958f-4ca3-adba-48cd6fb42195: 12px;
  --gap-uuid: c48f83fc-958f-4ca3-adba-48cd6fb42195;
}

@media screen and (max-width: 540px) {
  .sd[data-s-c48f83fc-958f-4ca3-adba-48cd6fb42195] {
    flex: none;
    flex-direction: row;
    width: calc(100% - (var(--gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a) * 0));
    --gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195: 12px;
    --gap-v-c48f83fc-958f-4ca3-adba-48cd6fb42195: 0px;
    max-width: calc(100% - (var(--gap-h-8557f935-9f5a-40e1-a6cd-bb97ef27592a) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-c48f83fc-958f-4ca3-adba-48cd6fb42195] {
    gap: 12px;
    --gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195: 0px;
    --gap-v-c48f83fc-958f-4ca3-adba-48cd6fb42195: 12px;
  }
}

.sd[data-s-7ba8858a-8ada-4591-a91a-2c94c58a8582] {
  background: #f5f5f5;
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195) * 0));
  max-width: calc(100% - (var(--gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-7ba8858a-8ada-4591-a91a-2c94c58a8582] {
    flex: none;
    width: calc(88% - (var(--gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-c48f83fc-958f-4ca3-adba-48cd6fb42195) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-7ba8858a-8ada-4591-a91a-2c94c58a8582] {
    flex: none;
  }
}

.sd[data-s-8a589b86-0a14-4097-9b2f-486e0982b3cb] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8a589b86-0a14-4097-9b2f-486e0982b3cb] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8a589b86-0a14-4097-9b2f-486e0982b3cb] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8a589b86-0a14-4097-9b2f-486e0982b3cb] {
    display: none;
  }
}

.sd[data-s-7645b4b9-f68b-4b41-b5ce-36fbcee390b5] {
  color: #333;
  display: none;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-7645b4b9-f68b-4b41-b5ce-36fbcee390b5] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-7645b4b9-f68b-4b41-b5ce-36fbcee390b5] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-7645b4b9-f68b-4b41-b5ce-36fbcee390b5] {
    display: flex;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7645b4b9-f68b-4b41-b5ce-36fbcee390b5] {
    display: flex;
  }
}

.sd[data-s-d4c788fb-ddc2-48ff-b693-db4d0bce5b26] {
  display: none;
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d4c788fb-ddc2-48ff-b693-db4d0bce5b26] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-d4c788fb-ddc2-48ff-b693-db4d0bce5b26] {
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d4c788fb-ddc2-48ff-b693-db4d0bce5b26] {
    display: flex;
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d4c788fb-ddc2-48ff-b693-db4d0bce5b26] {
    display: flex;
  }
}

.sd[data-s-7fea060d-ac5b-41ba-8866-7401525f0246] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-7fea060d-ac5b-41ba-8866-7401525f0246: 8px;
  --gap-v-7fea060d-ac5b-41ba-8866-7401525f0246: 0px;
  --gap-uuid: 7fea060d-ac5b-41ba-8866-7401525f0246;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-7fea060d-ac5b-41ba-8866-7401525f0246] {
    gap: 0px 4px;
    --gap-h-7fea060d-ac5b-41ba-8866-7401525f0246: 4px;
    --gap-v-7fea060d-ac5b-41ba-8866-7401525f0246: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-7fea060d-ac5b-41ba-8866-7401525f0246] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-7fea060d-ac5b-41ba-8866-7401525f0246: 0px;
    --gap-v-7fea060d-ac5b-41ba-8866-7401525f0246: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-32b328aa-624f-461b-8a60-364159cffc9a] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-32b328aa-624f-461b-8a60-364159cffc9a: 0px;
  --gap-v-32b328aa-624f-461b-8a60-364159cffc9a: 12px;
  --gap-uuid: 32b328aa-624f-461b-8a60-364159cffc9a;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-32b328aa-624f-461b-8a60-364159cffc9a] {
    flex: none;
    width: 240px;
    --gap-h-32b328aa-624f-461b-8a60-364159cffc9a: 0px;
    --gap-v-32b328aa-624f-461b-8a60-364159cffc9a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-32b328aa-624f-461b-8a60-364159cffc9a] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-32b328aa-624f-461b-8a60-364159cffc9a: 0px;
    --gap-v-32b328aa-624f-461b-8a60-364159cffc9a: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-32b328aa-624f-461b-8a60-364159cffc9a] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-7fea060d-ac5b-41ba-8866-7401525f0246) * 0));
    --gap-h-32b328aa-624f-461b-8a60-364159cffc9a: 0px;
    --gap-v-32b328aa-624f-461b-8a60-364159cffc9a: 12px;
    max-width: calc(100% - (var(--gap-h-7fea060d-ac5b-41ba-8866-7401525f0246) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-32b328aa-624f-461b-8a60-364159cffc9a] {
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-32b328aa-624f-461b-8a60-364159cffc9a: 0px;
    --gap-v-32b328aa-624f-461b-8a60-364159cffc9a: 12px;
  }
}

.sd[data-s-2219d35c-16bf-428b-8f86-74a08d0ef93f] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-32b328aa-624f-461b-8a60-364159cffc9a) * 0));
  --gap-h-2219d35c-16bf-428b-8f86-74a08d0ef93f: 0px;
  --gap-v-2219d35c-16bf-428b-8f86-74a08d0ef93f: 20px;
  --gap-uuid: 2219d35c-16bf-428b-8f86-74a08d0ef93f;
  max-width: calc(100% - (var(--gap-h-32b328aa-624f-461b-8a60-364159cffc9a) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-2219d35c-16bf-428b-8f86-74a08d0ef93f] {
    gap: 12px;
    --gap-h-2219d35c-16bf-428b-8f86-74a08d0ef93f: 0px;
    --gap-v-2219d35c-16bf-428b-8f86-74a08d0ef93f: 12px;
  }
}

.sd[data-s-40f0b466-69f7-4eab-b780-c9c82893caa9] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-40f0b466-69f7-4eab-b780-c9c82893caa9] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-40f0b466-69f7-4eab-b780-c9c82893caa9] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-06aa4f6e-ab55-4b2b-ba4f-7ca8c33bc6d7] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-06aa4f6e-ab55-4b2b-ba4f-7ca8c33bc6d7] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-06aa4f6e-ab55-4b2b-ba4f-7ca8c33bc6d7] {
    font-size: 15px;
  }
}

.sd[data-s-19719350-582b-4c1e-adc2-17786e21ea73] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-19719350-582b-4c1e-adc2-17786e21ea73: 0px;
  --gap-v-19719350-582b-4c1e-adc2-17786e21ea73: 12px;
  --gap-uuid: 19719350-582b-4c1e-adc2-17786e21ea73;
}

@media screen and (max-width: 540px) {
  .sd[data-s-19719350-582b-4c1e-adc2-17786e21ea73] {
    flex: none;
    flex-direction: row;
    width: calc(100% - (var(--gap-h-32b328aa-624f-461b-8a60-364159cffc9a) * 0));
    --gap-h-19719350-582b-4c1e-adc2-17786e21ea73: 12px;
    --gap-v-19719350-582b-4c1e-adc2-17786e21ea73: 0px;
    max-width: calc(100% - (var(--gap-h-32b328aa-624f-461b-8a60-364159cffc9a) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-19719350-582b-4c1e-adc2-17786e21ea73] {
    gap: 12px;
    --gap-h-19719350-582b-4c1e-adc2-17786e21ea73: 0px;
    --gap-v-19719350-582b-4c1e-adc2-17786e21ea73: 12px;
  }
}

.sd[data-s-0d9b44f0-2dbe-4dee-a3d5-1cd6d17d54c7] {
  background: #f5f5f5;
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-19719350-582b-4c1e-adc2-17786e21ea73) * 0));
  max-width: calc(100% - (var(--gap-h-19719350-582b-4c1e-adc2-17786e21ea73) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-0d9b44f0-2dbe-4dee-a3d5-1cd6d17d54c7] {
    flex: none;
    width: calc(88% - (var(--gap-h-19719350-582b-4c1e-adc2-17786e21ea73) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-19719350-582b-4c1e-adc2-17786e21ea73) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0d9b44f0-2dbe-4dee-a3d5-1cd6d17d54c7] {
    flex: none;
  }
}

.sd[data-s-a3928bac-400f-4bac-9d1e-9fc8a9699d1c] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a3928bac-400f-4bac-9d1e-9fc8a9699d1c] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a3928bac-400f-4bac-9d1e-9fc8a9699d1c] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a3928bac-400f-4bac-9d1e-9fc8a9699d1c] {
    display: none;
  }
}

.sd[data-s-ee154e58-7062-413a-af30-b776f98b1597] {
  color: #333;
  display: none;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-ee154e58-7062-413a-af30-b776f98b1597] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-ee154e58-7062-413a-af30-b776f98b1597] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ee154e58-7062-413a-af30-b776f98b1597] {
    display: flex;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ee154e58-7062-413a-af30-b776f98b1597] {
    display: flex;
  }
}

.sd[data-s-5763f1b1-6214-40fa-bbcf-d3c21f101f61] {
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-5763f1b1-6214-40fa-bbcf-d3c21f101f61] {
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

.sd[data-s-1785d05a-2d9c-4a3a-981c-43a4518d5d26] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 8px;
  --gap-v-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 0px;
  --gap-uuid: 1785d05a-2d9c-4a3a-981c-43a4518d5d26;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-1785d05a-2d9c-4a3a-981c-43a4518d5d26] {
    gap: 0px 4px;
    --gap-h-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 4px;
    --gap-v-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1785d05a-2d9c-4a3a-981c-43a4518d5d26] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 0px;
    --gap-v-1785d05a-2d9c-4a3a-981c-43a4518d5d26: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-5db213cd-249e-479e-b46b-03ab44094385] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-5db213cd-249e-479e-b46b-03ab44094385: 0px;
  --gap-v-5db213cd-249e-479e-b46b-03ab44094385: 12px;
  --gap-uuid: 5db213cd-249e-479e-b46b-03ab44094385;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-5db213cd-249e-479e-b46b-03ab44094385] {
    flex: none;
    width: 240px;
    --gap-h-5db213cd-249e-479e-b46b-03ab44094385: 0px;
    --gap-v-5db213cd-249e-479e-b46b-03ab44094385: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-5db213cd-249e-479e-b46b-03ab44094385] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-5db213cd-249e-479e-b46b-03ab44094385: 0px;
    --gap-v-5db213cd-249e-479e-b46b-03ab44094385: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-5db213cd-249e-479e-b46b-03ab44094385] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-1785d05a-2d9c-4a3a-981c-43a4518d5d26) * 0));
    --gap-h-5db213cd-249e-479e-b46b-03ab44094385: 0px;
    --gap-v-5db213cd-249e-479e-b46b-03ab44094385: 12px;
    max-width: calc(100% - (var(--gap-h-1785d05a-2d9c-4a3a-981c-43a4518d5d26) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-5db213cd-249e-479e-b46b-03ab44094385] {
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-5db213cd-249e-479e-b46b-03ab44094385: 0px;
    --gap-v-5db213cd-249e-479e-b46b-03ab44094385: 12px;
  }
}

.sd[data-s-b12db8f6-576d-4b70-b25c-27767d8561d4] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-5db213cd-249e-479e-b46b-03ab44094385) * 0));
  --gap-h-b12db8f6-576d-4b70-b25c-27767d8561d4: 0px;
  --gap-v-b12db8f6-576d-4b70-b25c-27767d8561d4: 20px;
  --gap-uuid: b12db8f6-576d-4b70-b25c-27767d8561d4;
  max-width: calc(100% - (var(--gap-h-5db213cd-249e-479e-b46b-03ab44094385) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-b12db8f6-576d-4b70-b25c-27767d8561d4] {
    gap: 12px;
    --gap-h-b12db8f6-576d-4b70-b25c-27767d8561d4: 0px;
    --gap-v-b12db8f6-576d-4b70-b25c-27767d8561d4: 12px;
  }
}

.sd[data-s-50283eca-3206-41cb-92e4-0b5c27b4618f] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-50283eca-3206-41cb-92e4-0b5c27b4618f] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-50283eca-3206-41cb-92e4-0b5c27b4618f] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-a2db74f2-c038-43f8-9019-be83f62a390b] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a2db74f2-c038-43f8-9019-be83f62a390b] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a2db74f2-c038-43f8-9019-be83f62a390b] {
    font-size: 15px;
  }
}

.sd[data-s-1f3c868a-f04d-496a-9ac4-2401c0fe75e5] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 0px;
  --gap-v-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 12px;
  --gap-uuid: 1f3c868a-f04d-496a-9ac4-2401c0fe75e5;
}

@media screen and (max-width: 540px) {
  .sd[data-s-1f3c868a-f04d-496a-9ac4-2401c0fe75e5] {
    flex: none;
    flex-direction: row;
    width: calc(100% - (var(--gap-h-5db213cd-249e-479e-b46b-03ab44094385) * 0));
    --gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 12px;
    --gap-v-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 0px;
    max-width: calc(100% - (var(--gap-h-5db213cd-249e-479e-b46b-03ab44094385) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-1f3c868a-f04d-496a-9ac4-2401c0fe75e5] {
    gap: 12px;
    --gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 0px;
    --gap-v-1f3c868a-f04d-496a-9ac4-2401c0fe75e5: 12px;
  }
}

.sd[data-s-c1d9569c-ce65-43dd-99c1-b5ad4dd319cf] {
  background: #f5f5f5;
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5) * 0));
  max-width: calc(100% - (var(--gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-c1d9569c-ce65-43dd-99c1-b5ad4dd319cf] {
    flex: none;
    width: calc(88% - (var(--gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-1f3c868a-f04d-496a-9ac4-2401c0fe75e5) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c1d9569c-ce65-43dd-99c1-b5ad4dd319cf] {
    flex: none;
  }
}

.sd[data-s-4b3447b4-dd1d-43f1-8b06-863499b1d4b1] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4b3447b4-dd1d-43f1-8b06-863499b1d4b1] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4b3447b4-dd1d-43f1-8b06-863499b1d4b1] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4b3447b4-dd1d-43f1-8b06-863499b1d4b1] {
    display: none;
  }
}

.sd[data-s-1656b7f1-3f61-4c9f-8776-9d8e7fbec3f0] {
  color: #333;
  display: none;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-1656b7f1-3f61-4c9f-8776-9d8e7fbec3f0] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-1656b7f1-3f61-4c9f-8776-9d8e7fbec3f0] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1656b7f1-3f61-4c9f-8776-9d8e7fbec3f0] {
    display: flex;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-1656b7f1-3f61-4c9f-8776-9d8e7fbec3f0] {
    display: flex;
  }
}

.sd[data-s-511479ee-b813-45d4-9f53-e56ca7802218] {
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-511479ee-b813-45d4-9f53-e56ca7802218] {
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

.sd[data-s-9708c134-5396-4a59-b298-05d59563ad05] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 8px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-9708c134-5396-4a59-b298-05d59563ad05: 8px;
  --gap-v-9708c134-5396-4a59-b298-05d59563ad05: 0px;
  --gap-uuid: 9708c134-5396-4a59-b298-05d59563ad05;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-9708c134-5396-4a59-b298-05d59563ad05] {
    gap: 0px 4px;
    --gap-h-9708c134-5396-4a59-b298-05d59563ad05: 4px;
    --gap-v-9708c134-5396-4a59-b298-05d59563ad05: 0px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-9708c134-5396-4a59-b298-05d59563ad05] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px 4px;
    width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
    --gap-h-9708c134-5396-4a59-b298-05d59563ad05: 0px;
    --gap-v-9708c134-5396-4a59-b298-05d59563ad05: 8px;
    max-width: calc(100% - (var(--gap-h-faeecf82-fd2c-49cc-bfa0-00a7453b30e4) * 0));
  }
}

.sd[data-s-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: 420px;
  justify-content: flex-start;
  padding: 28px 0px 12px 0px;
  width: 260px;
  --gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 0px;
  --gap-v-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 12px;
  --gap-uuid: e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc] {
    flex: none;
    width: 240px;
    --gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 0px;
    --gap-v-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc] {
    flex: none;
    height: 320px;
    width: 220px;
    --gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 0px;
    --gap-v-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 12px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc] {
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    padding: 20px 0px 20px 0px;
    width: calc(100% - (var(--gap-h-9708c134-5396-4a59-b298-05d59563ad05) * 0));
    --gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 0px;
    --gap-v-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 12px;
    max-width: calc(100% - (var(--gap-h-9708c134-5396-4a59-b298-05d59563ad05) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc] {
    flex: none;
    gap: 12px;
    width: 100%;
    --gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 0px;
    --gap-v-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc: 12px;
  }
}

.sd[data-s-2169847c-ac79-42f6-9e7b-2d06480d22d4] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 0;
  width: calc(100% - (var(--gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc) * 0));
  --gap-h-2169847c-ac79-42f6-9e7b-2d06480d22d4: 0px;
  --gap-v-2169847c-ac79-42f6-9e7b-2d06480d22d4: 20px;
  --gap-uuid: 2169847c-ac79-42f6-9e7b-2d06480d22d4;
  max-width: calc(100% - (var(--gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc) * 0));
}

@media screen and (max-width: 320px) {
  .sd[data-s-2169847c-ac79-42f6-9e7b-2d06480d22d4] {
    gap: 12px;
    --gap-h-2169847c-ac79-42f6-9e7b-2d06480d22d4: 0px;
    --gap-v-2169847c-ac79-42f6-9e7b-2d06480d22d4: 12px;
  }
}

.sd[data-s-78f41132-6105-46d9-a69b-948256df7ffc] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 48px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 36px;
  justify-content: center;
  margin: -20px 0px 0px 0px;
  padding: 4px 32px;
  width: 160px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-78f41132-6105-46d9-a69b-948256df7ffc] {
    flex: none;
    height: 36px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-78f41132-6105-46d9-a69b-948256df7ffc] {
    flex: none;
    height: 28px;
    margin: -14px 0px 0px 0px;
    width: 120px;
    max-width: 100%;
  }
}

.sd[data-s-4f014b67-5c23-4ee5-82e5-d8402b649ea4] {
  color: #FFFFFF;
  font-family: var(--s-font-218c2a23);
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4f014b67-5c23-4ee5-82e5-d8402b649ea4] {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4f014b67-5c23-4ee5-82e5-d8402b649ea4] {
    font-size: 15px;
  }
}

.sd[data-s-40d065fc-a3ea-4046-bdc0-9075f4660609] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  padding: 0px;
  --gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609: 0px;
  --gap-v-40d065fc-a3ea-4046-bdc0-9075f4660609: 12px;
  --gap-uuid: 40d065fc-a3ea-4046-bdc0-9075f4660609;
}

@media screen and (max-width: 540px) {
  .sd[data-s-40d065fc-a3ea-4046-bdc0-9075f4660609] {
    flex: none;
    flex-direction: row;
    width: calc(100% - (var(--gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc) * 0));
    --gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609: 12px;
    --gap-v-40d065fc-a3ea-4046-bdc0-9075f4660609: 0px;
    max-width: calc(100% - (var(--gap-h-e1ac7bb8-8a97-4a17-a7b1-d4d5618aa9dc) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-40d065fc-a3ea-4046-bdc0-9075f4660609] {
    gap: 12px;
    --gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609: 0px;
    --gap-v-40d065fc-a3ea-4046-bdc0-9075f4660609: 12px;
  }
}

.sd[data-s-98a01e1f-e9c9-4f4b-b00c-c5fea974c901] {
  background: #f5f5f5;
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609) * 0));
  max-width: calc(100% - (var(--gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-98a01e1f-e9c9-4f4b-b00c-c5fea974c901] {
    flex: none;
    width: calc(88% - (var(--gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609) * 0.12000000000000008));
    max-width: calc(88% - (var(--gap-h-40d065fc-a3ea-4046-bdc0-9075f4660609) * 0.12000000000000008));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-98a01e1f-e9c9-4f4b-b00c-c5fea974c901] {
    flex: none;
  }
}

.sd[data-s-a8850e93-db8e-4b5f-81bd-0a641aa0fcd8] {
  color: #333;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 840px) {
  .sd[data-s-a8850e93-db8e-4b5f-81bd-0a641aa0fcd8] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-a8850e93-db8e-4b5f-81bd-0a641aa0fcd8] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a8850e93-db8e-4b5f-81bd-0a641aa0fcd8] {
    display: none;
  }
}

.sd[data-s-7086eb26-3ae6-4c51-9a66-4fb7fcb632da] {
  color: #333;
  display: none;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-7086eb26-3ae6-4c51-9a66-4fb7fcb632da] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-7086eb26-3ae6-4c51-9a66-4fb7fcb632da] {
    display: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-7086eb26-3ae6-4c51-9a66-4fb7fcb632da] {
    display: flex;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7086eb26-3ae6-4c51-9a66-4fb7fcb632da] {
    display: flex;
  }
}

.sd[data-s-be94323d-7fd9-4e21-922a-ec0c87079d47] {
  display: none;
  flex: none;
  height: auto;
  width: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-be94323d-7fd9-4e21-922a-ec0c87079d47] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-be94323d-7fd9-4e21-922a-ec0c87079d47] {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-be94323d-7fd9-4e21-922a-ec0c87079d47] {
    display: none;
    margin: -40px 0px -40px 0px;
    transform: rotate(90deg);
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-be94323d-7fd9-4e21-922a-ec0c87079d47] {
    display: none;
  }
}

.sd[data-s-abe2173e-d4c7-4db5-80a0-0b4a51acd53a] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 0px;
  --gap-v-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 8px;
  --gap-uuid: abe2173e-d4c7-4db5-80a0-0b4a51acd53a;
}

@media screen and (max-width: 540px) {
  .sd[data-s-abe2173e-d4c7-4db5-80a0-0b4a51acd53a] {
    display: none;
    --gap-h-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 0px;
    --gap-v-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 8px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-abe2173e-d4c7-4db5-80a0-0b4a51acd53a] {
    display: none;
    --gap-h-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 0px;
    --gap-v-abe2173e-d4c7-4db5-80a0-0b4a51acd53a: 8px;
  }
}

.sd[data-s-6e392042-6636-424a-89d9-2b5fc792549d] {
  flex: none;
  height: auto;
  width: 480px;
  max-width: 100%;
}

.sd[data-s-6e392042-6636-424a-89d9-2b5fc792549d]:hover {
  transform: translate(0px, 3px);
  transition-duration: 600ms;
}

.sd[data-s-a0e54a1a-2b93-41f2-9579-ee3910277bd6] {
  color: #333;
  font-family: var(--s-font-d2b6732e);
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-a0e54a1a-2b93-41f2-9579-ee3910277bd6] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a0e54a1a-2b93-41f2-9579-ee3910277bd6] {
    font-size: 10px;
  }
}

.sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b] {
  align-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px 0px;
  justify-content: center;
  padding: 0px;
  --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
  --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
  --gap-uuid: 18043ac1-3943-4fe6-b77d-3d9bcb61c51b;
}

.sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b]:hover {
  --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
  --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b] {
    display: none;
    --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
    --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b] {
    display: none;
    --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
    --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b]:hover {
    transform: translate(0px, 2px);
    transition-duration: 600ms;
  }

  .sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b] {
    display: flex;
    --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
    --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-18043ac1-3943-4fe6-b77d-3d9bcb61c51b] {
    display: flex;
    --gap-h-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 0px;
    --gap-v-18043ac1-3943-4fe6-b77d-3d9bcb61c51b: 8px;
  }
}

.sd[data-s-84fc9a46-4916-4609-a3a4-04ad5b5cf5be] {
  flex: none;
  height: auto;
  width: 480px;
  max-width: 100%;
}

.sd[data-s-d428c227-5bdd-4dd5-ad59-e936b579efb1] {
  color: #333;
 font-family: 'ヒラギノ角ゴ W5 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 540px) {
  .sd[data-s-d428c227-5bdd-4dd5-ad59-e936b579efb1] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d428c227-5bdd-4dd5-ad59-e936b579efb1] {
    font-size: 10px;
  }
}

.sd[data-s-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  padding: 0px;
  width: 1140px;
  --gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
  --gap-v-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
  --gap-uuid: 8f9fa498-e5b3-4d64-a8f4-78f168dd8edf;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf] {
    flex: none;
    width: calc(94% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0.059999999999999984));
    --gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
    --gap-v-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
    max-width: calc(94% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0.059999999999999984));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf] {
    flex: none;
    width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
    --gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
    --gap-v-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
    max-width: calc(100% - (var(--gap-h-74e61c9c-6a6e-4efa-aa1d-21cf2a7d8a4e) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf] {
    flex: none;
    width: 100%;
    --gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
    --gap-v-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf: 0px;
  }
}

.sd[data-s-d6d2ba21-5b4d-4d0f-ac99-3c032182a8ab] {
  background: #f5f5f5;
  color: #0064a1;
  flex: none;
 font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
  font-size: 40px;
  font-weight: 400;
  height: 72px;
  line-height: 1.4;
  margin: 0px 0px -36px 0px;
  padding: 8px 40px;
  text-align: left;
  width: auto;
  z-index: 1;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-d6d2ba21-5b4d-4d0f-ac99-3c032182a8ab] {
    font-size: 32px;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-d6d2ba21-5b4d-4d0f-ac99-3c032182a8ab] {
    font-size: 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-d6d2ba21-5b4d-4d0f-ac99-3c032182a8ab] {
    flex: none;
    font-size: 24px;
    height: 50px;
    margin: 0px 0px -25px 0px;
    padding: 8px 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-d6d2ba21-5b4d-4d0f-ac99-3c032182a8ab] {
    font-size: 20px;
  }
}

.sd[data-s-e705cbdd-97c9-4027-9eca-1bb73dbc0109] {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  border-bottom: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  border-radius: 4px;
  border-right: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 44px 20px;
  height: auto;
  justify-content: center;
  padding: 72px 24px 36px 24px;
  width: calc(100% - (var(--gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf) * 0));
  --gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 20px;
  --gap-v-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 44px;
  --gap-uuid: e705cbdd-97c9-4027-9eca-1bb73dbc0109;
  max-width: calc(100% - (var(--gap-h-8f9fa498-e5b3-4d64-a8f4-78f168dd8edf) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-e705cbdd-97c9-4027-9eca-1bb73dbc0109] {
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    flex: none;
    padding: 45px 24px 20px 24px;
    --gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 20px;
    --gap-v-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 44px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e705cbdd-97c9-4027-9eca-1bb73dbc0109] {
    flex: none;
    padding: 40px 24px 20px 16px;
    width: 100%;
    --gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 20px;
    --gap-v-e705cbdd-97c9-4027-9eca-1bb73dbc0109: 44px;
  }
}

.sd[data-s-0b7d9a15-f135-4e91-9477-c78a37748dee] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  flex: none;
  gap: 24px;
  justify-content: center;
  margin: 0px;
  opacity: 1;
  padding: 0px;
  width: 720px;
  --gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee: 0px;
  --gap-v-0b7d9a15-f135-4e91-9477-c78a37748dee: 24px;
  --gap-uuid: 0b7d9a15-f135-4e91-9477-c78a37748dee;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-0b7d9a15-f135-4e91-9477-c78a37748dee] {
    flex: none;
    gap: 20px;
    width: calc(100% - (var(--gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109) * 0));
    --gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee: 0px;
    --gap-v-0b7d9a15-f135-4e91-9477-c78a37748dee: 20px;
    max-width: calc(100% - (var(--gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109) * 0));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0b7d9a15-f135-4e91-9477-c78a37748dee] {
    margin: 20px 0px 20px;
    --gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee: 0px;
    --gap-v-0b7d9a15-f135-4e91-9477-c78a37748dee: 24px;
    width: calc(100% - (var(--gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109) * 0));
    max-width: calc(100% - (var(--gap-h-e705cbdd-97c9-4027-9eca-1bb73dbc0109) * 0));
  }
}

.sd[data-s-ffe4a6ef-2378-4095-a3a8-e2b594eb9272] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  height: auto;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-ffe4a6ef-2378-4095-a3a8-e2b594eb9272: 0px;
  --gap-v-ffe4a6ef-2378-4095-a3a8-e2b594eb9272: 8px;
  --gap-uuid: ffe4a6ef-2378-4095-a3a8-e2b594eb9272;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-4f1c78e9-14a7-4e8c-aae4-cb5f1428a35c] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-4f1c78e9-14a7-4e8c-aae4-cb5f1428a35c: 4px;
  --gap-v-4f1c78e9-14a7-4e8c-aae4-cb5f1428a35c: 0px;
  --gap-uuid: 4f1c78e9-14a7-4e8c-aae4-cb5f1428a35c;
  max-width: 100%;
}

.sd[data-s-a2f5197a-53ae-40de-948e-83c8ff9445e3] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-a2f5197a-53ae-40de-948e-83c8ff9445e3] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-a2f5197a-53ae-40de-948e-83c8ff9445e3] {
    font-size: 14px;
  }
}

.sd[data-s-b4d27041-d6eb-4071-80ce-d2a5f7e51392] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-ade2e38b-0db3-4c0e-87dd-482699cf7d1e] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  width: calc(100% - (var(--gap-h-ffe4a6ef-2378-4095-a3a8-e2b594eb9272) * 0));
  max-width: calc(100% - (var(--gap-h-ffe4a6ef-2378-4095-a3a8-e2b594eb9272) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-ade2e38b-0db3-4c0e-87dd-482699cf7d1e]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-ade2e38b-0db3-4c0e-87dd-482699cf7d1e]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-ade2e38b-0db3-4c0e-87dd-482699cf7d1e]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-ade2e38b-0db3-4c0e-87dd-482699cf7d1e]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-2921c313-7378-44dc-bd4e-f7807f3d63b1] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  height: auto;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-2921c313-7378-44dc-bd4e-f7807f3d63b1: 0px;
  --gap-v-2921c313-7378-44dc-bd4e-f7807f3d63b1: 8px;
  --gap-uuid: 2921c313-7378-44dc-bd4e-f7807f3d63b1;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-3d73606b-555b-4636-951e-b889633b8147] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-3d73606b-555b-4636-951e-b889633b8147: 4px;
  --gap-v-3d73606b-555b-4636-951e-b889633b8147: 0px;
  --gap-uuid: 3d73606b-555b-4636-951e-b889633b8147;
  max-width: 100%;
}

.sd[data-s-300a9b14-ab61-4e3f-8154-99881b9e7253] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-300a9b14-ab61-4e3f-8154-99881b9e7253] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-300a9b14-ab61-4e3f-8154-99881b9e7253] {
    font-size: 14px;
  }
}

.sd[data-s-b82ca9d7-0a06-45b5-aeb0-28588ba53f8e] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-2722a300-1539-4ca5-a8eb-2b5cff946498] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  width: calc(100% - (var(--gap-h-2921c313-7378-44dc-bd4e-f7807f3d63b1) * 0));
  max-width: calc(100% - (var(--gap-h-2921c313-7378-44dc-bd4e-f7807f3d63b1) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-2722a300-1539-4ca5-a8eb-2b5cff946498]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-2722a300-1539-4ca5-a8eb-2b5cff946498]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-2722a300-1539-4ca5-a8eb-2b5cff946498]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-2722a300-1539-4ca5-a8eb-2b5cff946498]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-e4e64091-bbe6-4ec7-b900-cd0a363cd51e] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  height: auto;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-e4e64091-bbe6-4ec7-b900-cd0a363cd51e: 0px;
  --gap-v-e4e64091-bbe6-4ec7-b900-cd0a363cd51e: 8px;
  --gap-uuid: e4e64091-bbe6-4ec7-b900-cd0a363cd51e;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-f978db84-e5e5-4198-8dca-b819f465c599] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-f978db84-e5e5-4198-8dca-b819f465c599: 4px;
  --gap-v-f978db84-e5e5-4198-8dca-b819f465c599: 0px;
  --gap-uuid: f978db84-e5e5-4198-8dca-b819f465c599;
  max-width: 100%;
}

.sd[data-s-b626155c-2397-45b9-9847-fd2fe1054979] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-b626155c-2397-45b9-9847-fd2fe1054979] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-b626155c-2397-45b9-9847-fd2fe1054979] {
    font-size: 14px;
  }
}

.sd[data-s-f0d79436-db19-400b-b941-a60923ed79e6] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 80px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-91f754fb-6432-44b0-b1d9-cd3757b50619] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  width: calc(100% - (var(--gap-h-e4e64091-bbe6-4ec7-b900-cd0a363cd51e) * 0));
  max-width: calc(100% - (var(--gap-h-e4e64091-bbe6-4ec7-b900-cd0a363cd51e) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-91f754fb-6432-44b0-b1d9-cd3757b50619]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-91f754fb-6432-44b0-b1d9-cd3757b50619]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-91f754fb-6432-44b0-b1d9-cd3757b50619]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-91f754fb-6432-44b0-b1d9-cd3757b50619]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-308c744c-5344-4531-a682-32de10ce9bc3] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-308c744c-5344-4531-a682-32de10ce9bc3: 0px;
  --gap-v-308c744c-5344-4531-a682-32de10ce9bc3: 8px;
  --gap-uuid: 308c744c-5344-4531-a682-32de10ce9bc3;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-3399a465-987f-4113-8ea5-a4bd465d7e22] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-3399a465-987f-4113-8ea5-a4bd465d7e22: 4px;
  --gap-v-3399a465-987f-4113-8ea5-a4bd465d7e22: 0px;
  --gap-uuid: 3399a465-987f-4113-8ea5-a4bd465d7e22;
  max-width: 100%;
}

.sd[data-s-ad8ec20f-b44b-43f4-b0e6-25e20fa870ab] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-ad8ec20f-b44b-43f4-b0e6-25e20fa870ab] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ad8ec20f-b44b-43f4-b0e6-25e20fa870ab] {
    font-size: 14px;
  }
}

.sd[data-s-d67bcdb1-f4e3-432c-9fb3-aba5f2699f02] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-926f7aef-21cf-47ad-bbbb-bc351ee24e74] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 16px 10px 16px;
  text-align: left;
  text-shadow: none;
  width: calc(100% - (var(--gap-h-308c744c-5344-4531-a682-32de10ce9bc3) * 0));
  max-width: calc(100% - (var(--gap-h-308c744c-5344-4531-a682-32de10ce9bc3) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-926f7aef-21cf-47ad-bbbb-bc351ee24e74]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-926f7aef-21cf-47ad-bbbb-bc351ee24e74]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-926f7aef-21cf-47ad-bbbb-bc351ee24e74]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-926f7aef-21cf-47ad-bbbb-bc351ee24e74]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-7d4f19ca-82b5-4ecd-95b4-c2e69eb77621] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-7d4f19ca-82b5-4ecd-95b4-c2e69eb77621: 0px;
  --gap-v-7d4f19ca-82b5-4ecd-95b4-c2e69eb77621: 8px;
  --gap-uuid: 7d4f19ca-82b5-4ecd-95b4-c2e69eb77621;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-84431dc2-c988-463d-8bf2-cf975a21cfed] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-84431dc2-c988-463d-8bf2-cf975a21cfed: 4px;
  --gap-v-84431dc2-c988-463d-8bf2-cf975a21cfed: 0px;
  --gap-uuid: 84431dc2-c988-463d-8bf2-cf975a21cfed;
  max-width: 100%;
}

.sd[data-s-80c0c634-d5cf-4afd-a000-dccff537c8b6] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-80c0c634-d5cf-4afd-a000-dccff537c8b6] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-80c0c634-d5cf-4afd-a000-dccff537c8b6] {
    font-size: 14px;
  }
}

.sd[data-s-bba6da10-d900-402e-8d23-8ff70386fb97] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-1ad961a9-bb4b-4400-a20b-4c7c017cec67] {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0px 0px 0px 0px;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  max-width: 100%;
}

.sd[data-s-29c50699-1a2a-406a-bcd9-8f9af278ce00] {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
}

.sd[data-s-51ca1cdc-2b39-42e6-948c-f025904bb8bb] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 6px 10px 6px 10px;
  width: auto;
  max-width: 100%;
}

.sd[data-s-51ca1cdc-2b39-42e6-948c-f025904bb8bb]:hover {
  background: #fafafa;
}

.sd[data-s-483b5666-0cf9-46f6-b8e0-3ef237ce3aca] {
  flex: none;
  height: 15px;
  margin: 0px 10px 0px 0px;
  width: 15px;
  max-width: calc(100% - 10px);
}

.sd[data-s-b9bf7238-8da3-421d-a4fc-4b9107fb4064] {
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

.sd[data-s-96146e4f-ec57-4542-8763-1b104718f9a3] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-96146e4f-ec57-4542-8763-1b104718f9a3: 0px;
  --gap-v-96146e4f-ec57-4542-8763-1b104718f9a3: 8px;
  --gap-uuid: 96146e4f-ec57-4542-8763-1b104718f9a3;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-95d3acf6-774b-454b-8bdb-59d37332221f] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-95d3acf6-774b-454b-8bdb-59d37332221f: 4px;
  --gap-v-95d3acf6-774b-454b-8bdb-59d37332221f: 0px;
  --gap-uuid: 95d3acf6-774b-454b-8bdb-59d37332221f;
  max-width: 100%;
}

.sd[data-s-e4dff394-394c-4326-afa5-69978979ccd3] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-e4dff394-394c-4326-afa5-69978979ccd3] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e4dff394-394c-4326-afa5-69978979ccd3] {
    font-size: 14px;
  }
}

.sd[data-s-f0708612-ec87-4867-aa8b-2c6b1982db5e] {
  background: rgb(204, 5, 5);
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-6fc57afd-994b-47cf-95c1-1f440b73f967] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 16px 10px 16px;
  text-align: left;
  text-shadow: none;
  width: calc(100% - (var(--gap-h-96146e4f-ec57-4542-8763-1b104718f9a3) * 0));
  max-width: calc(100% - (var(--gap-h-96146e4f-ec57-4542-8763-1b104718f9a3) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-6fc57afd-994b-47cf-95c1-1f440b73f967]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-6fc57afd-994b-47cf-95c1-1f440b73f967]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-6fc57afd-994b-47cf-95c1-1f440b73f967]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-6fc57afd-994b-47cf-95c1-1f440b73f967]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-275fc8ab-fce8-4f8e-832f-c8f683e7e6ae] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-275fc8ab-fce8-4f8e-832f-c8f683e7e6ae: 0px;
  --gap-v-275fc8ab-fce8-4f8e-832f-c8f683e7e6ae: 8px;
  --gap-uuid: 275fc8ab-fce8-4f8e-832f-c8f683e7e6ae;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-6bc274cc-474b-4a76-84c8-93d9b3cafcf6] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  --gap-h-6bc274cc-474b-4a76-84c8-93d9b3cafcf6: 4px;
  --gap-v-6bc274cc-474b-4a76-84c8-93d9b3cafcf6: 0px;
  --gap-uuid: 6bc274cc-474b-4a76-84c8-93d9b3cafcf6;
  max-width: 100%;
}

.sd[data-s-7b5e735e-eb98-4f20-8410-11a5247aaca6] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-7b5e735e-eb98-4f20-8410-11a5247aaca6] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-7b5e735e-eb98-4f20-8410-11a5247aaca6] {
    font-size: 14px;
  }
}

.sd[data-s-49b448f2-00ce-4c98-85ff-2a90e55f7a16] {
  background: #BDBDBD;
  border-radius: 2px;
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-928ec183);
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 32px;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

.sd[data-s-87c2c490-4815-44cb-b1b1-4f024937e303] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 16px 10px 16px;
  text-align: left;
  text-shadow: none;
  width: calc(100% - (var(--gap-h-275fc8ab-fce8-4f8e-832f-c8f683e7e6ae) * 0));
  max-width: calc(100% - (var(--gap-h-275fc8ab-fce8-4f8e-832f-c8f683e7e6ae) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-87c2c490-4815-44cb-b1b1-4f024937e303]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-87c2c490-4815-44cb-b1b1-4f024937e303]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-87c2c490-4815-44cb-b1b1-4f024937e303]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-87c2c490-4815-44cb-b1b1-4f024937e303]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-0fb28f91-8945-4931-9395-cf9573661872] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  gap: 8px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 0 0 0;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  --gap-h-0fb28f91-8945-4931-9395-cf9573661872: 0px;
  --gap-v-0fb28f91-8945-4931-9395-cf9573661872: 8px;
  --gap-uuid: 0fb28f91-8945-4931-9395-cf9573661872;
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-8e306523-6c3d-42d6-8474-1de693112c57] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-width: 100%;
}

.sd[data-s-ce0c4edf-ba32-458b-b3ff-18816d08cc4f] {
  border-radius: 0;
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-ce0c4edf-ba32-458b-b3ff-18816d08cc4f] {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-ce0c4edf-ba32-458b-b3ff-18816d08cc4f] {
    font-size: 14px;
  }
}

.sd[data-s-69c4a2d0-df57-4be6-9184-ab705e761c95] {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-radius: 4px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  box-shadow: none;
  color: #333;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  height: 160px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  text-shadow: none;
  width: calc(100% - (var(--gap-h-0fb28f91-8945-4931-9395-cf9573661872) * 0));
  max-width: calc(100% - (var(--gap-h-0fb28f91-8945-4931-9395-cf9573661872) * 0));
  font-family: 'Noto Sans JP' !important;
  font-weight: 400 !important;
}

.sd[data-s-69c4a2d0-df57-4be6-9184-ab705e761c95]::-webkit-input-placeholder {
  color: #cccccc;
}

.sd[data-s-69c4a2d0-df57-4be6-9184-ab705e761c95]:-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-69c4a2d0-df57-4be6-9184-ab705e761c95]::-moz-placeholder {
  color: #cccccc;
}

.sd[data-s-69c4a2d0-df57-4be6-9184-ab705e761c95]:-ms-input-placeholder {
  color: #cccccc;
}

.sd[data-s-e24f00e4-6fc6-4ee0-b0c3-eb8e75d5a473] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: no-wrap;
  height: auto;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-4ce9cfc6-9276-44ae-905f-4b5ebcdd0261] {
  flex: none;
  height: auto;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  width: auto;
  max-width: calc(100% - 10px);
}

.sd[data-s-af97ebb4-1d49-4ee9-bc08-288fa921abc0] {
  color: #030303;
  font-family: var(--s-font-928ec183);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
}

.sd[data-s-af97ebb4-1d49-4ee9-bc08-288fa921abc0]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  .sd[data-s-af97ebb4-1d49-4ee9-bc08-288fa921abc0] {
    text-align: left;
    justify-content: flex-start;
  }
}

.sd[data-s-2a8956d8-e8ed-4d6c-b77a-cc93c6351926] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
  max-width: calc(100% - (var(--gap-h-0b7d9a15-f135-4e91-9477-c78a37748dee) * 0));
}

.sd[data-s-45e31f33-3f8d-4684-8ce3-c23730fca7d5] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  flex: none;
  font-size: 15px;
  height: 60px;
  justify-content: center;
  margin: 20px 0px 0px 0px;
  opacity: 1;
  padding: 15px;
  width: 60%;
  max-width: 60%;
}

.sd[data-s-45e31f33-3f8d-4684-8ce3-c23730fca7d5]:hover {
  opacity: 0.9;
  transform: translate(0px, 3px);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width: 540px) {
  .sd[data-s-45e31f33-3f8d-4684-8ce3-c23730fca7d5] {
    flex: none;
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-45e31f33-3f8d-4684-8ce3-c23730fca7d5] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.sd[data-s-c57f922b-f2d3-4b07-b950-51af006751e0] {
  border-radius: 0;
  color: #FFFFFF;
  font-family: var(--s-font-928ec183);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0px 0px 2px 0px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 320px) {
  .sd[data-s-c57f922b-f2d3-4b07-b950-51af006751e0] {
    font-weight: 500;
  }
}

body {
  background: #FFFFFF;
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

#reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.sd[data-r-0_2_1_227dced7-320c-4159-9dce-b6653e239cee_2dc57456-0e2e-4ff1-8a30-23c04e95da79]:before {
  background-image: url("img/bg3.webp")
}

.sd[data-r-3_1_9f9778c4-f9d0-4537-a6a0-87682bd00535]:before {
  background-image: url("img/bg4.webp")
}

.sd[data-r-1_0_1_0_6_1_0f301c00-703e-4c95-b5c4-75c8c482fa27]:before {
  background-image: url("img/sec02_img1.webp")
}

.sd[data-r-1_1_1_0_6_1_cca7e27c-860d-4a33-8904-4c67aac30e02]:before {
  background-image: url("img/sec02_img2.webp")
}

.sd[data-r-1_2_1_0_6_1_b1967a68-5aab-440d-9a60-8b83c8650539]:before {
  background-image: url("img/sec02_img3.webp")
}

:root {
  --s-font-d2b6732e: 'ヒラギノ角ゴ W6 JIS2004';
  --s-font-adba8a79: 'ヒラギノ角ゴ W7 JIS2004';
  --s-font-5c81bb64: 'ヒラギノ角ゴ W8 JIS2004';
  --s-font-1b908b7c: 'ヒラギノ角ゴ W9 JIS2004';
  --s-font-218c2a23: Inter;
  --s-font-928ec183: 'Noto Sans JP';
}

.sd[data-r-0_1_638131f0-0b6b-4cc1-a157-0647e3614cb2]:before {
  background-image: url("img/bg5.webp")
}

.sd[data-r-1_3_1_0_6_1_42b7c81d-e64f-4ce4-beda-79ef575523fd]:before {
  background-image: url("img/sec02_img4.webp")
}

.sd[data-r-1_4_1_0_6_1_d0bad03f-7297-4648-97ee-863e1b41b31c]:before {
  background-image: url("img/sec02_img5.webp")
}

.sd[data-r-1_5_1_0_6_1_5f9708d5-2fe7-4ef6-a67f-52f6ceadc176]:before {
  background-image: url("img/sec02_img6.webp")
}

.sd[data-r-1_6_1_0_6_1_fea5bd9a-6264-4519-b3d2-98b593f7e24b]:before {
  background-image: url("img/sec02_img7.webp")
}

.sd[data-r-6_1_785ae4c4-2859-4aeb-9690-0ab41f2beaab]:before {
  background-image: url("img/sec02_bg.webp")
}

#reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.sd[data-r-0_7_1_06a0ba4e-f2e3-45b3-aca8-1bb600b09e3b_2dc57456-0e2e-4ff1-8a30-23c04e95da79]:before {
  background-image: url("img/bg2.webp")
}

.sd[data-r-1_0_1_0_8_1_69404851-bddf-4246-9ceb-af8cb7b19718]:before {
  background-image: url("img/merit01_img.webp")
}

.sd[data-r-1_1_1_0_8_1_63d5b917-7735-4f0f-abd0-8cc68040fd08]:before {
  background-image: url("img/merit02_img.webp")
}

.sd[data-r-1_2_1_0_8_1_95052b5d-4f8e-4f7f-9d9b-ef76b4b92535]:before {
  background-image: url("img/merit03_img.webp")
}

.sd[data-r-0_2_0_9_1_57bcb013-3150-4f46-b30e-20ed18253e99]:before {
  background-image: url("img/bg1.webp")
}

#reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.sd[data-r-0_10_1_b2812b85-03a3-43d2-abc1-435bf0c69171_2dc57456-0e2e-4ff1-8a30-23c04e95da79]:before {
  background-image: url("img/bg6.webp")
}

.sd[data-r-0_0_1_0_11_1_aa14df76-7763-4da4-abd2-5701671ca415]:before {
  background-image: url("img/flow_img1.webp")
}

.sd[data-r-0_2_1_0_11_1_958d3e30-51d3-4164-8166-cb6b9b3b046f]:before {
  background-image: url("img/flow_img2.webp")
}

.sd[data-r-0_4_1_0_11_1_a3f183b2-89c8-4a00-8f75-4955bd180a75]:before {
  background-image: url("img/flow_img3.webp")
}

.sd[data-r-0_6_1_0_11_1_c68c349c-7211-437f-bb26-40768da938af]:before {
  background-image: url("img/flow_img4.webp")
}

.sd[data-r-0_8_1_0_11_1_3d37ad8c-0823-4558-bb54-cdc63dfdef7d]:before {
  background-image: url("img/flow_img5.webp")
}

.sd[data-r-11_1_8eea7d75-dcce-452f-b30b-a7afec127bb6]:before {
  background-image: url("img/bg7.webp")
}











.sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  bottom: 0px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  left: 0px;
  padding: 40px 48px 24px;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
    flex: none;
    height: auto;
    padding: 32px 24px 24px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-e9eddac3-6610-4127-a450-fc94d2931b14] {
    padding: 32px 16px 24px;
  }
}

.sd[data-s-477804de-f890-431d-ad3f-5bba085e6d8d] {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 72px;
  height: 100%;
  justify-content: space-between;
  width: 1280px;
  --gap-h-477804de-f890-431d-ad3f-5bba085e6d8d: 0px;
  --gap-v-477804de-f890-431d-ad3f-5bba085e6d8d: 72px;
  --gap-uuid: 477804de-f890-431d-ad3f-5bba085e6d8d;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-477804de-f890-431d-ad3f-5bba085e6d8d] {
    flex: none;
    width: 100%;
    --gap-h-477804de-f890-431d-ad3f-5bba085e6d8d: 0px;
    --gap-v-477804de-f890-431d-ad3f-5bba085e6d8d: 72px;
    max-width: 100%;
    height: 100%;
  }
}

.sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 0px;
  --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
  --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 24px;
  --gap-uuid: c69a8409-f8e5-44c4-b8ea-d0f496588d1b;
}

@media screen and (max-width: 840px) {
  .sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
    --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 24px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-c69a8409-f8e5-44c4-b8ea-d0f496588d1b] {
    flex: none;
    gap: 12px;
    --gap-h-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 0px;
    --gap-v-c69a8409-f8e5-44c4-b8ea-d0f496588d1b: 12px;
  }
}

.sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
  color: #ffffff;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-3171ea84-e9e5-4afe-87ac-53acecc0688d] {
    font-size: 10px;
  }
}

.sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  padding: 0px;
  --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
  --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 16px;
  --gap-uuid: 3ada87fe-9b69-4336-bedd-b35fa4664600;
}

@media screen and (max-width: 840px) {
  .sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
    --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 16px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-3ada87fe-9b69-4336-bedd-b35fa4664600] {
    gap: 12px;
    --gap-h-3ada87fe-9b69-4336-bedd-b35fa4664600: 0px;
    --gap-v-3ada87fe-9b69-4336-bedd-b35fa4664600: 12px;
  }
}

.sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
  color: #ffffff;
  font-family: var(--s-font-d2b6732e);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

.sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 840px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-8f08be26-1523-4fbb-bd39-01b67efed2e2] {
    font-size: 10px;
  }
}

.sd[data-s-26ba0bbe-7127-4c89-bd4e-abd981b8e086] {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - (var(--gap-h-477804de-f890-431d-ad3f-5bba085e6d8d) * 0));
  --gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 16px;
  --gap-v-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 0px;
  --gap-uuid: 26ba0bbe-7127-4c89-bd4e-abd981b8e086;
  max-width: calc(100% - (var(--gap-h-477804de-f890-431d-ad3f-5bba085e6d8d) * 0));
}

@media screen and (max-width: 540px) {
  .sd[data-s-26ba0bbe-7127-4c89-bd4e-abd981b8e086] {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
    --gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 0px;
    --gap-v-26ba0bbe-7127-4c89-bd4e-abd981b8e086: 4px;
  }
}

.sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 320px;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    justify-content: center;
    width: calc(32% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.68));
    max-width: calc(32% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.68));
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    flex: none;
    width: calc(40% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.6));
    max-width: calc(40% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.6));
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4a2bedda-8677-489e-bebd-c91c9642922c] {
    flex: none;
    width: calc(50% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.5));
    max-width: calc(50% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0.5));
  }
}

.sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
  backdrop-filter: contrast(100%);
  -webkit-backdrop-filter: contrast(100%);
  flex: none;
  height: auto;
  margin: 0px 0px 0px 0px;
  mix-blend-mode: normal;
  width: 100%;
  z-index: 1;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-1b575f9a-510f-47cd-a8d2-73967ea2a7c8] {
    flex: none;
  }
}

.sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
  color: #ffffff;
  flex: 1;
  font-family: var(--s-font-d2b6732e);
  font-size: 14px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.42;
  text-align: right;
  width: auto;
  max-width: 100%;
  justify-content: flex-end;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
    font-size: 10px;
    text-align: center;
    width: calc(100% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0));
    max-width: calc(100% - (var(--gap-h-26ba0bbe-7127-4c89-bd4e-abd981b8e086) * 0));
    justify-content: center;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-f5412e51-7e62-4f58-9358-dce8dd594057] {
    font-size: 8px;
  }
}

.sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
  align-content: center;
  align-items: center;
  background: #0064a1;
  bottom: 0px;
  flex: none;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 72px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 56px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-01f05ca0-9adc-4eeb-ab22-592265493348] {
    flex: none;
    height: 40px;
    width: 100%;
    max-width: 100%;
  }
}

.sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
  align-content: center;
  align-items: center;
  background: none;
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0px 20px 0px 32px;
  position: relative;
  transform: translate(0px, 0px);
  width: 1280px;
  z-index: 1;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    padding: 0px 16px 0px 28px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    flex: none;
    padding: 0px 8px 0px 16px;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0d00b3f4-e81b-4725-9345-5480e98d29bf] {
    flex: none;
  }
}

.sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 240px;
  --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
  --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
  --gap-uuid: 6b6c134b-5c97-4428-9ced-8b5949b9bcab;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    width: 28%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
    max-width: 28%;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    gap: 4px;
    width: 40%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 4px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
    max-width: 40%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-6b6c134b-5c97-4428-9ced-8b5949b9bcab] {
    flex: none;
    width: 40%;
    --gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 12px;
    --gap-v-6b6c134b-5c97-4428-9ced-8b5949b9bcab: 0px;
  }
}

.sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
  flex: none;
  height: auto;
  width: calc(100% - (var(--gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab) * 0));
  max-width: calc(100% - (var(--gap-h-6b6c134b-5c97-4428-9ced-8b5949b9bcab) * 0));
}

@media screen and (max-width: 840px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-0d3cacb0-742a-481c-b192-1a6a4840e9f2] {
    flex: none;
  }
}

.sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
  align-content: center;
  align-items: center;
  background: #fdd10c;
  border-radius: 64px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  height: 44px;
  justify-content: center;
  padding: 0px 24px;
  transition-duration: 0ms;
  transition-timing-function: linear;
  width: 220px;
  --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
  --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
  --gap-uuid: 69ded1cf-f973-480e-90ad-e65f9d6afecc;
  max-width: 100%;
}

.sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc]:hover {
  opacity: 1;
  transform: translate(0px, 3px);
  transition-delay: 0ms;
  transition-duration: 300ms;
  --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
  --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
}

@media screen and (max-width: 540px) {
  .sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
    display: flex;
    flex: none;
    height: auto;
    padding: 8px 32px;
    width: auto;
    --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
    --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-69ded1cf-f973-480e-90ad-e65f9d6afecc] {
    display: none;
    flex: none;
    --gap-h-69ded1cf-f973-480e-90ad-e65f9d6afecc: 8px;
    --gap-v-69ded1cf-f973-480e-90ad-e65f9d6afecc: 0px;
  }
}

.sd[data-s-0ee65441-c517-4e8e-8836-e93e6b086179] {
  color: #1d2e54;
  font-family: var(--s-font-adba8a79);
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  transform-origin: top right;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-family: 'ヒラギノ角ゴ W8 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 800 !important;
}

@media screen and (max-width: 540px) {
  .sd[data-s-0ee65441-c517-4e8e-8836-e93e6b086179] {
    font-size: 12px;
  }
}

.sd[data-s-82ecf055-8119-4869-b1f2-7a857f50850a] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-2dc57456-0e2e-4ff1-8a30-23c04e95da79] {
  align-content: center;
  align-items: center;
  background: #EEEEEE;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 40px 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-2dc57456-0e2e-4ff1-8a30-23c04e95da79] {
    padding: 32px 0px;
  }
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 880px;
  max-width: 100%;
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-duration: 600ms;
}

.sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7].appear-active {
  transition-duration: 600ms;
}

@media screen and (max-width: 540px) {
  .sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
    display: none;
    flex: none;
    width: 92%;
    max-width: 92%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-4e795ea7-17d3-4900-a453-05be07211ca7] {
    display: none;
  }
}

.sd[data-s-07fc4afd-ca2d-4b3b-8a8d-14f3983f34e4] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
  align-content: center;
  align-items: center;
  bottom: 20px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
    bottom: 12px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-eca9431d-fae4-4bdc-81db-2e98c37d612a] {
    bottom: 8px;
  }
}

.sd[data-s-f5f11772-4a23-4afe-9639-f85c2b7056e3] {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 64%;
  max-width: 64%;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2] {
  align-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2].appear-active {
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-78849b36-add2-4a7c-98f2-30841b5067d2]:hover {
  transform: translate(0px, 3px);
  transition-duration: 600ms;
}

.sd[data-s-f9d5ffb5-703f-4a59-94a2-2aa07f21ce96] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
  background: #EEEEEE;
  border-radius: 0px;
  display: flex;
  flex: none;
  height: 0px;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-551edd24-c897-4cdc-aa7c-7c5fb3ed4a3f] {
    display: flex;
  }
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
  align-content: center;
  align-items: center;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 880px;
  max-width: 100%;
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8].appear {
  opacity: 0;
  transform: translate(0px, 30px);
  transition-duration: 600ms;
}

.sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8].appear-active {
  transition-duration: 600ms;
}

@media screen and (max-width: 1140px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: flex;
    flex: none;
    width: 98%;
    max-width: 98%;
  }
}

@media screen and (max-width: 320px) {
  .sd[data-s-243bc5d5-dfb8-46de-91b3-1dba3ce01ef8] {
    display: flex;
  }
}

.sd[data-s-5c6fae7e-454e-427a-923d-6f46e2dd9454] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
  align-content: center;
  align-items: center;
  bottom: 20px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 840px) {
  .sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
    bottom: 12px;
  }
}

@media screen and (max-width: 540px) {
  .sd[data-s-ec5727fa-4610-4802-a393-4d8b9bf6ea3b] {
    bottom: 10px;
  }
}

.sd[data-s-dd0992a1-dec7-4b89-8c73-9e2f91307ca5] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}

@media screen and (max-width: 540px) {
  .sd[data-s-dd0992a1-dec7-4b89-8c73-9e2f91307ca5] {
    flex: none;
    width: 80%;
    max-width: 80%;
  }
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298] {
  align-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: 64%;
  max-width: 64%;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298].appear {
  opacity: 0;
  transform: translate(0px, 10px);
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298].appear-active {
  transition-delay: 400ms;
  transition-duration: 600ms;
}

.sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298]:hover {}

@media screen and (max-width: 540px) {
  .sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298]:hover {
    transform: translate(0px, 2px);
    transition-duration: 600ms;
  }

  .sd[data-s-20d5edfa-88a7-4111-a84a-9015025e9298] {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

.sd[data-s-691e2495-1251-4866-9bd3-889a07bc5ba6] {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-cee1b158-13c3-4fa0-bd13-f6e4b4cc9a3c] {
  background: #fff;
  border-radius: 0;
  box-shadow: ;
  height: 100%;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

.sd[data-s-a13928e8-2df4-4664-889c-06d4e9c99da1] {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 48px;
  height: 90vh;
  justify-content: center;
  margin: 80px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  --gap-h-a13928e8-2df4-4664-889c-06d4e9c99da1: 0px;
  --gap-v-a13928e8-2df4-4664-889c-06d4e9c99da1: 48px;
  --gap-uuid: a13928e8-2df4-4664-889c-06d4e9c99da1;
  max-width: 100%;
}

.sd[data-s-97759749-b713-49a0-9a7c-ac598c86874e] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-97759749-b713-49a0-9a7c-ac598c86874e: 0px;
  --gap-v-97759749-b713-49a0-9a7c-ac598c86874e: 8px;
  --gap-uuid: 97759749-b713-49a0-9a7c-ac598c86874e;
}

.sd[data-s-4bb7dbf2-4464-41a5-8f3b-71a5ac4a03b4] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-4bb7dbf2-4464-41a5-8f3b-71a5ac4a03b4] {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.sd[data-s-fd00a030-0219-4b4e-931a-fef89ef72acf] {
  color: #333;
  font-family: var(--s-font-d2b6732e);
  font-size: 24px;
  font-weight: bold;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 320px) {
  .sd[data-s-fd00a030-0219-4b4e-931a-fef89ef72acf] {
    font-size: 18px;
  }
}

.sd[data-s-019729c0-e52f-44ac-a447-3a99a1e15320] {
  color: #333;
  font-family: var(--s-font-d2b6732e);
  font-size: 24px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 320px) {
  .sd[data-s-019729c0-e52f-44ac-a447-3a99a1e15320] {
    font-size: 18px;
  }
}

.sd[data-s-ae64a1cc-2bf8-430d-9f3e-02d70393e7aa] {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .sd[data-s-ae64a1cc-2bf8-430d-9f3e-02d70393e7aa] {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.sd[data-s-a3f3a572-df45-428c-9007-6e7b3ded5e4f] {
  color: #333;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 320px) {
  .sd[data-s-a3f3a572-df45-428c-9007-6e7b3ded5e4f] {
    font-size: 15px;
  }
}

.sd[data-s-38d21c94-f608-4f15-9169-8a0ab9ec465a] {
  color: #333;
  font-family: var(--s-font-d2b6732e);
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Noto Sans JP', sans-serif !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 320px) {
  .sd[data-s-38d21c94-f608-4f15-9169-8a0ab9ec465a] {
    font-size: 15px;
  }
}

.sd[data-s-b41d7ac8-6009-4c68-b48b-83be45073c2e] {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}

.sd[data-s-16e30246-0506-405c-ad78-319a089bfc25] {
  flex: none;
  height: auto;
  mix-blend-mode: hard-light;
  width: 240px;
  max-width: 100%;
}

body {
  background: #fff;
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}










/*
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-out;
  min-height: 1px;
  will-change: transform, opacity;
}

.fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

.slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s ease-out;
  min-height: 1px;
  will-change: transform, opacity;
}

.slide-left.inview {
  opacity: 1;
  transform: translateX(0);
}

.fade-up.delay-1 {
  transition-delay: 0.1s;
}

.fade-up.delay-2 {
  transition-delay: 0.2s;
}

.fade-up.delay-3 {
  transition-delay: 0.3s;
}

body.no-anim .fade-up,
body.no-anim .slide-left {
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

*/

/* スクロール位置のずれ対策 */
#contact {
  scroll-margin-top: 100px;
}