*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  clear: both;
  height: 0;
  color: inherit;
  border-top-width: 1px;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  color: inherit;
  background-color: #0000;
  -webkit-text-decoration: none;
  text-decoration: none
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button {
  height: auto
}

[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 700
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 5rem;
  overflow-x: clip
}

html:has(body.is-scrollLock) {
  overflow-y: hidden
}

body {
  background-color: #fff;
  background-color: var(--c-background);
  color: var(--c-text);
  font-family: LINE Seed JP, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--f-default);
  letter-spacing: .025em;
  line-break: strict;
  word-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative
}

body.is-scrollLock {
  overflow: hidden
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

picture {
  display: block
}

input,
button,
textarea {
  font-family: LINE Seed JP, sans-serif;
  font-family: var(--f-default)
}

.visually-hidden {
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important
}

:root {
  --c-black: #000;
  --c-white: #fff;
  --c-background: var(--c-white);
  --c-text: #333;
  --c-yellow: #e19e1c;
  --c-main-100: #5972ca;
  --c-main-200: #072d5f;
  --c-bg-100: #c6f6f7;
  --c-bg-200: #75daec;
  --c-border: #9dc0d9;
  --c-tag-navy: #0072b2;
  --c-tag-orange: #e69f00;
  --c-tag-teal: #009e73;
  --c-tag-purple: #cc79a7;
  --c-tag-yellow: #f0e442;
  --c-btn: #0dc1fd;
  --c-link: var(--c-main-100);
  --c-link-hover: var(--c-main-200);
  --c-red: #e8433a;
  --c-blue-dark: #015ead;
  --c-sns-bg: #d2d3b0;
  --c-footer-bg: var(--c-main-200);
  --z-fixed: 1030;
  --z-modal: 1050;
  --f-default: "LINE Seed JP", sans-serif;
  --f-line-seed: "LINE Seed JP", sans-serif;
  --s-container-inline: 1.25rem;
  --s-container-block: 5rem
}

@media (width<=767.98px) {
  :root {
    --s-container-inline: 1.25rem;
    --s-container-block: 3.75rem
  }
}

@media (width>=768px) and (width<=1199.98px) {
  :root {
    --s-container-inline: 2.5rem
  }
}

@media (width>=1200px) {
  :root {
    --s-container-inline: max(2.5rem, calc((100vw - 77.5rem) / 2))
  }
}

.container {
  padding: 5rem 1.25rem;
  padding: var(--s-container-block) var(--s-container-inline)
}

@media (width<=767.98px) {
  .container {
    padding: 3.75rem 1.25rem;
    padding: 3.75rem var(--s-container-inline)
  }
}

.container_sm {
  padding: 3.75rem 1.25rem;
  padding: 3.75rem var(--s-container-inline)
}

.container_800 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto
}

.section_title {
  color: var(--c-main-200);
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=767.98px) {
  .section_title {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
  }
}

.section_subtitle {
  color: var(--c-main-200);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

.btn {
  color: var(--c-white);
  width: 25rem;
  height: 4.375rem;
  white-space: nowrap;
  background: linear-gradient(#36d0ff 0%, #05abdf 100%);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .625rem .3125rem #5d71b866, inset 0 -.3125rem .75rem #00506e66, inset 0 .3125rem .625rem #ffffff8c
}

.btn img {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem
}

@media (hover:hover) {
  .btn {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .btn:hover {
    transform: translateY(.1875rem);
    box-shadow: 0 .25rem .1875rem #5d71b84d, inset 0 -.3125rem .75rem #00506e66, inset 0 .3125rem .625rem #ffffff8c
  }
}

@media (width<=767.98px) {
  .btn {
    width: 100%;
    max-width: 25rem;
    height: 3.75rem;
    font-size: 1rem
  }
}

.btn_sm {
  color: var(--c-white);
  width: fit-content;
  height: 2.6875rem;
  white-space: nowrap;
  background: linear-gradient(#36d0ff 0%, #05abdf 100%);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 2.5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .375rem .3125rem #6f6c8a33, inset 0 -.25rem .625rem #00506e59, inset 0 .25rem .5rem #ffffff80
}

.btn_sm img {
  flex-shrink: 0;
  width: .875rem;
  height: .875rem
}

@media (hover:hover) {
  .btn_sm {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .btn_sm:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .125rem #6f6c8a26, inset 0 -.25rem .625rem #00506e59, inset 0 .25rem .5rem #ffffff80
  }
}

.visually_hidden {
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

@media (width<=991.98px) {
  .pc_only {
    display: none !important
  }
}

@media (width>=992px) {
  .sp_only {
    display: none !important
  }
}

@media (width<=767.98px) {
  .pc_tab_only {
    display: none !important
  }
}

@media (width>=992px) {
  .tab_only {
    display: none !important
  }
}

@media (width<=767.98px) {
  .tab_only {
    display: none !important
  }
}

.programs_difficulty_note {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff6;
  border-radius: .5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem
}

.programs_difficulty_note .programs_difficulty_note_title {
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 700
}

.programs_difficulty_note .programs_difficulty_note_list {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_item {
  align-items: flex-start;
  gap: .8rem;
  font-size: .75rem;
  line-height: 1.5;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_stars {
  flex-shrink: 0;
  align-items: center;
  gap: .125rem;
  margin-top: .05rem;
  line-height: 1;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_stars img {
  width: .875rem;
  height: .875rem;
  display: block
}

main {
  position: relative;
  container-type: inline-size
}

.shapedividers_com-3579 {
  position: relative;
  overflow: hidden;
  container-type: inline-size
}

.shapedividers_com-3579:before {
  z-index: 3;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8, <svg preserveAspectRatio=\"xMidYMin slice\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2001 77\"><g fill=\"%23acecf1\"><path opacity=\".5\" d=\"M1993 31v22l-19 11-19-11V31l19-11 19 11zM1942 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1961 25v16l-14 8-14-8V25l14-8 14 8zM1969 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M1871 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1903 25v16l14 8 14-8V25l-14-8-14 8zM1895 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1855 31v22l-19 11-19-11V31l19-11 19 11zM1803 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1823 25v16l-14 8-14-8V25l14-8 14 8zM1831 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1733 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1765 25v16l14 8 14-8V25l-14-8-14 8zM1757 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1717 31v22l-19 11-19-11V31l19-11 19 11zM1665 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1685 25v16l-14 8-14-8V25l14-8 14 8zM1693 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1594 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M1626 25v16l14 8 15-8V25l-15-8-14 8zM1618 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1579 31v22l-19 11-20-11V31l20-11 19 11zM1527 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1547 25v16l-14 8-15-8V25l15-8 14 8zM1555 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1456 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1488 25v16l14 8 14-8V25l-14-8-14 8zM1480 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1441 31v22l-20 11-19-11V31l19-11 20 11zM1389 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1408 25v16l-14 8-14-8V25l14-8 14 8zM1416 8v8l-6 4-7-4V8l7-4 6 4z\"/><path opacity=\".5\" d=\"M1318 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1350 25v16l14 8 14-8V25l-14-8-14 8zM1342 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1302 31v22l-19 11-19-11V31l19-11 19 11zM1251 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1270 25v16l-14 8-14-8V25l14-8 14 8zM1278 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1180 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1212 25v16l14 8 14-8V25l-14-8-14 8zM1204 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1164 31v22l-19 11-19-11V31l19-11 19 11zM1112 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1132 25v16l-14 8-14-8V25l14-8 14 8zM1140 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1041 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M1074 25v16l14 8 14-8V25l-14-8-14 8zM1066 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1026 31v22l-19 11-20-11V31l20-11 19 11zM974 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M994 25v16l-14 8-14-8V25l14-8 14 8zM1002 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M903 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M935 25v16l14 8 15-8V25l-15-8-14 8zM927 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M888 31v22l-20 11-19-11V31l19-11 20 11zM836 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M856 25v16l-15 8-14-8V25l14-8 15 8zM864 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M765 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M797 25v16l14 8 14-8V25l-14-8-14 8zM789 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M749 31v22l-19 11-19-11V31l19-11 19 11zM698 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M717 25v16l-14 8-14-8V25l14-8 14 8zM725 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M627 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M659 25v16l14 8 14-8V25l-14-8-14 8zM651 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M611 31v22l-19 11-19-11V31l19-11 19 11zM560 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M579 25v16l-14 8-14-8V25l14-8 14 8zM587 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M489 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M521 25v16l14 8 14-8V25l-14-8-14 8zM513 8v8l7 4 6-4V8l-6-4-7 4z\"/><path opacity=\".5\" d=\"M473 31v22l-19 11-19-11V31l19-11 19 11zM421 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M441 25v16l-14 8-14-8V25l14-8 14 8zM449 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M350 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M382 25v16l15 8 14-8V25l-14-8-15 8zM374 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M335 31v22l-19 11-20-11V31l20-11 19 11zM283 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M303 25v16l-14 8-14-8V25l14-8 14 8zM311 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M212 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M244 25v16l14 8 14-8V25l-14-8-14 8zM236 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M197 31v22l-20 11-19-11V31l19-11 20 11zM145 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M164 25v16l-14 8-14-8V25l14-8 14 8zM173 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M74 31v22l19 11 19-11V31L93 20 74 31z\"/><path opacity=\".3\" d=\"M53 9v15l13 7 13-7V9L66 1 53 9zM191 9v15l13 7 13-7V9l-13-8-13 8zM330 9v15l13 7 13-7V9l-13-8-13 8zM468 9v15l13 7 13-7V9l-13-8-13 8zM606 9v15l13 7 13-7V9l-13-8-13 8zM744 9v15l13 7 13-7V9l-13-8-13 8zM883 9v15l12 7 13-7V9l-13-8-12 8zM1021 9v15l13 7 13-7V9l-13-8-13 8zM1159 9v15l13 7 13-7V9l-13-8-13 8zM1297 9v15l13 7 13-7V9l-13-8-13 8zM1435 9v15l13 7 13-7V9l-13-8-13 8zM1574 9v15l13 7 12-7V9l-12-8-13 8zM1712 9v15l13 7 13-7V9l-13-8-13 8zM1850 9v15l13 7 13-7V9l-13-8-13 8z\"/><path opacity=\".75\" d=\"M106 25v16l14 8 14-8V25l-14-8-14 8zM98 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M58 31v22L39 64 20 53V31l19-11 19 11z\"/><path opacity=\".75\" d=\"M34 8v8l-7 4-6-4V8l6-4 7 4z\"/><path d=\"M2001 77V62l-21-12-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14L0 64v13h2001z\"/><path opacity=\".75\" d=\"M12 49L0 42V23l12-6 14 8v16l-14 8z\"/><path opacity=\".3\" d=\"M2001 31l-13-7V9l13-8v30z\"/></g></svg>");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% min(6.875cqw, 8rem);
  position: absolute;
  inset: -.1vw
}

@media (width<=767.98px) {
  .shapedividers_com-3579:before {
    background-size: 100% 3.75rem
  }
}

.page_mv {
  align-items: center;
  height: 20.75rem;
  display: flex;
  position: relative;
  overflow: hidden
}

@media (width<=991.98px) {
  .page_mv {
    height: 14rem
  }
}

@media (width<=767.98px) {
  .page_mv {
    height: 9.5rem
  }
}

.page_mv .page_mv_bg {
  position: absolute;
  inset: 0
}

.page_mv .page_mv_bg picture {
  width: 100%;
  height: 100%;
  display: block
}

.page_mv .page_mv_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}

.page_mv .page_mv_inner {
  z-index: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-left: var(--s-container-inline);
  padding-right: var(--s-container-inline);
  width: 100%;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media (width<=991.98px) {
  .page_mv .page_mv_inner {
    margin-top: -1.5rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_inner {
    margin-top: -2.25rem
  }
}

.page_mv .page_mv_en {
  color: var(--c-white);
  text-shadow: 0 .625rem .625rem #773f6366;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=991.98px) {
  .page_mv .page_mv_en {
    font-size: 2.75rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_en {
    font-size: 2rem
  }
}

.page_mv .page_mv_ja {
  color: var(--c-white);
  text-shadow: 0 .325rem .325rem #773f6366;
  margin-top: .75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=991.98px) {
  .page_mv .page_mv_ja {
    font-size: .875rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_ja {
    margin-top: .5rem;
    font-size: .875rem
  }
}

.site_header {
  z-index: 1030;
  z-index: var(--z-fixed);
  background-color: #fff;
  background-color: var(--c-white);
  width: 100%;
  position: sticky;
  top: 0;
  overflow: visible;
  box-shadow: 0 .0625rem .25rem #0000000f;
  container-type: inline-size
}

.site_header .site_header_inner {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  height: max(4rem, min(5.556cqw, 5rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: max(1rem, min(1.667cqw, 1.5rem));
  padding-right: max(1rem, min(1.667cqw, 1.5rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_inner {
    height: auto;
    padding: .5rem .625rem
  }
}

.site_header .site_header_logo {
  align-items: center;
  gap: max(.75rem, min(1.389cqw, 1.25rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_logo {
    gap: .5rem
  }
}

.site_header .site_header_logo_sa {
  width: max(8rem, min(12.847cqw, 11.5625rem));
  height: auto;
  display: block
}

@media (hover:hover) {
  .site_header .site_header_logo_sa {
    transition: scale .2s ease-out
  }

  .site_header .site_header_logo_sa:hover {
    scale: 1.03
  }
}

@media (width<=991.98px) {
  .site_header .site_header_logo_sa {
    width: 6.9375rem
  }
}

.site_header .site_header_logo_jst {
  width: max(7rem, min(11.458cqw, 10.3125rem));
  height: auto;
  display: block
}

@media (hover:hover) {
  .site_header .site_header_logo_jst {
    transition: scale .2s ease-out
  }

  .site_header .site_header_logo_jst:hover {
    scale: 1.03
  }
}

@media (width<=991.98px) {
  .site_header .site_header_logo_jst {
    width: 6.9375rem
  }
}

.site_header .site_header_nav {
  align-items: center;
  gap: max(.25rem, min(.556cqw, .5rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_nav {
    display: none
  }
}

.site_header .site_header_nav_list {
  align-items: center;
  list-style: none;
  display: flex
}

.site_header .site_header_nav_item a {
  color: var(--c-text);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: max(.4rem, min(.722cqw, .65rem));
  font-size: max(.75rem, min(.972cqw, .875rem));
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_header .site_header_nav_item a {
    transition: color .2s ease-out
  }

  .site_header .site_header_nav_item a:hover {
    color: var(--c-main-100)
  }
}

.site_header .site_header_search {
  background-color: #0dc1fd;
  background-color: var(--c-btn);
  color: var(--c-white);
  white-space: nowrap;
  border-radius: 1.5rem;
  align-items: center;
  gap: max(.2rem, min(.278cqw, .25rem));
  padding: max(.5rem, min(.833cqw, .75rem)) max(.6rem, min(1.111cqw, 1rem));
  font-size: max(.75rem, min(.972cqw, .875rem));
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .25rem .125rem #c9cbd2cc, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

.site_header .site_header_search img {
  flex-shrink: 0;
  width: max(1rem, min(1.389cqw, 1.25rem));
  height: max(1rem, min(1.389cqw, 1.25rem))
}

@media (hover:hover) {
  .site_header .site_header_search {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .site_header .site_header_search:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .0625rem #c9cbd299, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.site_header_search {
  cursor: pointer;
  background: 0 0;
  border: none
}

.gsc-modal-background-image {
  pointer-events: none !important
}

.site_header_search_panel {
  z-index: calc(1030 + 1);
  z-index: calc(var(--z-fixed) + 1);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #201a3980;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem 2rem;
  display: none;
  position: fixed;
  inset: max(4rem, min(5.556vw, 5rem)) 0 0;
  overflow: hidden
}

@media (width<=991.98px) {
  .site_header_search_panel {
    padding-top: .75rem;
    top: 3.25rem
  }
}

body.is_search_open .site_header_search_panel {
  display: flex
}

.site_header_search_panel .gcse-search {
  width: 100%;
  max-width: 50rem
}

.site_header_search_panel .gsc-control-cse {
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important
}

@media (width<=991.98px) {
  .site_header_search_panel .gsc-control-cse {
    width: 100% !important
  }
}

.site_header_search_panel form.gsc-search-box {
  position: absolute !important;
  top: -624.938rem !important;
  left: -624.938rem !important
}

.site_header_search_panel .gsc-above-wrapper-area {
  display: none !important
}

.site_header_search_panel .gsc-results-wrapper-overlay {
  transition: none !important;
  animation: none !important
}

.site_header_search_panel .gsc-results-wrapper-visible {
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  border-radius: .625rem;
  max-height: calc(100dvh - max(4rem, min(5.556vw, 5rem)) - 10.75rem);
  overflow-y: auto;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: none !important;
  animation: none !important;
  left: 0 !important;
  right: 0 !important
}

@media (width<=991.98px) {
  .site_header_search_panel .gsc-results-wrapper-visible {
    max-height: calc(100dvh - 9.25rem)
  }
}

.site_header_search_panel .gsc-branding,
.site_header_search_panel .gcsc-branding-clickable,
.site_header_search_panel.is_results_collapsed .gsc-results-wrapper-visible,
.site_header_search_panel.is_results_collapsed .gsc-modal-background-image {
  display: none !important
}

.site_header_search_panel_form {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff;
  background: var(--c-white);
  border-radius: .625rem;
  align-items: center;
  gap: .75rem;
  width: 100%;
  max-width: 50rem;
  height: 3.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  box-shadow: 0 .25rem .75rem #0000001a
}

.site_header_search_panel_submit {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex
}

.site_header_search_panel_submit img {
  filter: brightness(0)opacity(.45);
  width: 1.25rem;
  height: 1.25rem
}

@media (hover:hover) {
  .site_header_search_panel_submit:hover img {
    opacity: .7
  }
}

.site_header_search_panel_input {
  color: var(--c-text);
  min-width: 0;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  align-self: stretch;
  font-size: 1rem
}

.site_header_search_panel_input::placeholder {
  color: #aaa
}

.site_header_search_panel_input::-webkit-search-cancel-button {
  appearance: none
}

.site_header_search_panel_clear {
  cursor: pointer;
  color: #aaa;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: none
}

.site_header_search_panel_form:has(.site_header_search_panel_input:not(:-moz-placeholder-shown)) .site_header_search_panel_clear {
  display: flex
}

.site_header_search_panel_form:has(.site_header_search_panel_input:not(:placeholder-shown)) .site_header_search_panel_clear {
  display: flex
}

@media (hover:hover) {
  .site_header_search_panel_clear:hover {
    color: var(--c-text)
  }
}

.site_header_search_panel_close {
  cursor: pointer;
  background: #0dc1fd;
  background: var(--c-btn);
  color: var(--c-white);
  white-space: nowrap;
  border: none;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  padding: max(.75rem, min(1.111vw, 1rem)) 1.25rem;
  font-size: max(.75rem, min(.972vw, .875rem));
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 .25rem .375rem #00000040, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .site_header_search_panel_close {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .site_header_search_panel_close:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .125rem #0000002e, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.hamburger_search_results {
  opacity: 0;
  z-index: calc(1030 + 2);
  z-index: calc(var(--z-fixed) + 2);
  pointer-events: none;
  flex-direction: column;
  align-items: stretch;
  gap: .625rem;
  padding: .75rem .625rem 1.5rem;
  transition: opacity .15s;
  display: flex;
  position: fixed;
  inset: 3.25rem 0 0;
  overflow: hidden
}

body.is_hamburger_search .hamburger_search_results {
  opacity: 1;
  pointer-events: auto
}

.hamburger_search_results .gcse-search {
  width: 100%
}

.hamburger_search_results .gsc-control-cse {
  background: 0 0 !important;
  border: none !important;
  width: 100% !important;
  padding: 0 !important
}

.hamburger_search_results form.gsc-search-box {
  position: absolute !important;
  top: -624.938rem !important;
  left: -624.938rem !important
}

.hamburger_search_results .gsc-above-wrapper-area {
  display: none !important
}

.hamburger_search_results .gsc-results-wrapper-overlay {
  transition: none !important;
  animation: none !important
}

.hamburger_search_results .gsc-results-wrapper-visible {
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  border-radius: .625rem;
  max-height: calc(100dvh - 5.5rem);
  overflow-y: auto;
  margin-top: 0 !important;
  transition: none !important;
  animation: none !important
}

.hamburger_search_results .gsc-branding,
.hamburger_search_results .gcsc-branding-clickable {
  display: none !important
}

.site_header_actions {
  align-items: center;
  display: none
}

@media (width<=991.98px) {
  .site_header_actions {
    display: flex
  }
}

.hamburger {
  cursor: pointer;
  background: #0dc1fd;
  background: var(--c-btn);
  border: none;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  width: 3rem;
  height: 2.25rem;
  display: none;
  box-shadow: 0 .25rem .125rem #c9cbd2cc, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (width<=991.98px) {
  .hamburger {
    display: flex
  }
}

@media (hover:hover) {
  .hamburger {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .hamburger:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .0625rem #c9cbd299, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

body.is_hamburger_search .hamburger {
  opacity: .4;
  pointer-events: none
}

.hamburger_bar {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: .0625rem;
  width: 1rem;
  height: .125rem;
  transition: transform .25s, opacity .25s;
  display: block
}

.hamburger.is_open .hamburger_bar:first-child {
  transform: translateY(.375rem)rotate(45deg)
}

.hamburger.is_open .hamburger_bar:nth-child(2) {
  opacity: 0
}

.hamburger.is_open .hamburger_bar:nth-child(3) {
  transform: translateY(-.375rem)rotate(-45deg)
}

body.is_search_open {
  overflow: hidden
}

body:has(.hamburger.is_open) {
  overflow: hidden
}

body:has(.hamburger.is_open) .site_header {
  width: 100%;
  position: fixed;
  top: 0
}

body.is_search_open:not(.does-not-exist) .site_header {
  width: 100%;
  position: fixed;
  top: 0
}

.hamburger_menu {
  z-index: calc(1030 - 1);
  z-index: calc(var(--z-fixed) - 1);
  display: none;
  position: fixed;
  inset: 0
}

body:has(.hamburger.is_open) .hamburger_menu {
  display: block
}

.hamburger_menu_overlay {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background: #201a3980;
  position: absolute;
  inset: 0
}

.hamburger_menu_panel {
  z-index: 1;
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  border-radius: 0 0 1.25rem 1.25rem;
  flex-direction: column;
  gap: .625rem;
  max-height: calc(100dvh - 3.25rem);
  padding: .625rem .625rem 1.25rem;
  display: flex;
  position: absolute;
  top: 3.25rem;
  left: 0;
  right: 0;
  overflow-y: auto
}

.hamburger_menu_panel > nav {
  flex-shrink: 0
}

.hamburger_menu_search {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #f1f4ff;
  border-radius: .375rem;
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex
}

.hamburger_menu_search img {
  filter: invert(38%)sepia(10%)saturate(600%)hue-rotate(202deg);
  flex-shrink: 0
}

.hamburger_menu_search input {
  color: var(--c-text);
  min-width: 0;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  align-self: stretch;
  font-size: 1rem
}

.hamburger_menu_search input::placeholder {
  color: #aaa
}

.hamburger_menu_search input::-webkit-search-cancel-button {
  appearance: none
}

.hamburger_menu_search_clear {
  cursor: pointer;
  color: #aaa;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: none
}

.hamburger_menu_search:has(.hamburger_menu_search_input:not(:-moz-placeholder-shown)) .hamburger_menu_search_clear {
  display: flex
}

.hamburger_menu_search:has(.hamburger_menu_search_input:not(:placeholder-shown)) .hamburger_menu_search_clear {
  display: flex
}

.hamburger_menu_nav {
  list-style: none
}

.hamburger_menu_nav_link {
  border-bottom: .0625rem solid #9dc0d9;
  border-bottom: .0625rem solid var(--c-border);
  color: #201a39;
  align-items: center;
  width: 100%;
  padding: 1.25rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .hamburger_menu_nav_link {
    transition: color .2s ease-out
  }

  .hamburger_menu_nav_link:hover {
    color: var(--c-main-100)
  }
}

.hamburger_menu_nav > li:last-child .hamburger_menu_nav_link {
  border-bottom: none
}

picture:has(.home_deco_robot) {
  top: -5rem;
  right: 1.875rem;
  right: calc(var(--s-container-inline) + .625rem);
  width: 8vw;
  max-width: 8.5rem;
  position: absolute
}

@media (width>=768px) and (width<=1199.98px) {
  picture:has(.home_deco_robot) {
    width: 12vw;
    max-width: 6.5rem;
    top: -4.5rem;
    right: 3vw
  }
}

@media (width<=767.98px) {
  picture:has(.home_deco_robot) {
    width: 15.5vw;
    max-width: 5rem;
    top: -2.5rem;
    left: 83vw
  }
}

.home_deco_robot {
  width: 100%;
  height: auto;
  display: block
}

.site_footer {
  background-color: #072d5f;
  background-color: var(--c-footer-bg);
  padding: 7.5rem 1.25rem;
  padding: 7.5rem var(--s-container-inline);
  color: var(--c-white);
  flex-direction: column;
  gap: 1.875rem;
  display: flex;
  position: relative
}

@media (width<=767.98px) {
  .site_footer {
    padding: 3.75rem 1.25rem;
    padding: 3.75rem var(--s-container-inline)
  }
}

.site_footer .site_footer_inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_inner {
    flex-direction: column;
    gap: 1.875rem
  }
}

.site_footer .site_footer_left {
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
  display: flex
}

.site_footer .site_footer_logo {
  width: fit-content;
  display: block
}

@media (hover:hover) {
  .site_footer .site_footer_logo {
    transition: scale .2s ease-out
  }

  .site_footer .site_footer_logo:hover {
    scale: 1.03
  }
}

.site_footer .site_footer_logo img {
  width: 15rem;
  height: auto
}

@media (width<=767.98px) {
  .site_footer .site_footer_logo img {
    width: 11.25rem
  }
}

.site_footer .site_footer_nav_list {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  column-gap: 1.25rem;
  list-style: none;
  display: grid
}

@media (width<=1199.98px) {
  .site_footer .site_footer_nav_list {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto)
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_nav_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.site_footer .site_footer_nav_item a {
  color: var(--c-white);
  white-space: nowrap;
  align-items: center;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_nav_item a {
    transition: opacity .2s ease-out
  }

  .site_footer .site_footer_nav_item a:hover {
    opacity: .75
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_nav_item a {
    white-space: normal;
    padding: .5rem
  }
}

.site_footer .site_footer_contact {
  background-color: #fff3;
  border-radius: .5rem;
  flex-direction: column;
  flex: 0 auto;
  gap: .25rem;
  min-width: 0;
  padding: 1.5rem 2rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_contact {
    width: 100%
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact {
    gap: .625rem;
    padding: 1rem 1.5rem
  }
}

.site_footer .site_footer_contact_header {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.site_footer .site_footer_contact_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_title {
    font-size: 1rem
  }
}

.site_footer .site_footer_contact_office {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

.site_footer .site_footer_contact_office br {
  display: none
}

@media (width<=1199.98px) {
  .site_footer .site_footer_contact_office br {
    display: inline
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_office {
    font-size: .875rem
  }
}

.site_footer .site_footer_contact_rows {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.site_footer .site_footer_contact_row {
  align-items: center;
  gap: .5rem;
  display: flex
}

.site_footer .site_footer_contact_label {
  border: .0625rem solid #fff;
  border: .0625rem solid var(--c-white);
  white-space: nowrap;
  border-radius: .3125rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .3125rem .375rem;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.site_footer .site_footer_contact_value {
  word-break: break-all;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_value {
    font-size: .75rem
  }
}

.site_footer .site_footer_contact_hours {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5
}

.site_footer .site_footer_contact_hours br {
  display: none
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_hours br {
    display: inline
  }
}

.site_footer .site_footer_sns {
  gap: 1.25rem;
  display: flex
}

.site_footer .site_footer_sns_item {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity .2s;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_sns_item:hover {
    opacity: .85
  }
}

.site_footer .site_footer_bottom {
  border-top: .0625rem solid #cacaca33;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
    padding-top: 1.25rem
  }
}

.site_footer .site_footer_policy_list {
  flex-wrap: wrap;
  list-style: none;
  display: flex
}

@media (width<=767.98px) {
  .site_footer .site_footer_policy_list {
    flex-direction: column
  }
}

.site_footer .site_footer_policy_item a {
  color: var(--c-white);
  white-space: nowrap;
  align-items: center;
  gap: .25rem;
  padding: .75rem .75rem .75rem 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_policy_item a {
    transition: opacity .2s ease-out
  }

  .site_footer .site_footer_policy_item a:hover {
    opacity: .75
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_policy_item a {
    padding: .625rem 0
  }
}

.site_footer .site_footer_copyright {
  white-space: nowrap;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1
}

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

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb > .splide__list {
  display: block
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  visibility: hidden;
  position: relative
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden
}

@keyframes modal-video {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-video-inner {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translate(0)
  }
}

.modal-video {
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-out;
  animation-name: modal-video;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  position: fixed;
  top: 0;
  left: 0
}

.modal-video-close {
  opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
  transform: translateY(100px)
}

.modal-video-body {
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex
}

.modal-video-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex
}

@media (orientation:landscape) {
  .modal-video-inner {
    box-sizing: border-box;
    padding: 10px 60px
  }
}

.modal-video-movie-wrap {
  background-color: #333;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transition: transform .3s ease-out;
  animation-name: modal-video-inner;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  position: relative;
  transform: translate(0)
}

.modal-video-movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.modal-video-close-btn {
  z-index: 2;
  background: 0 0;
  border: none;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 0;
  overflow: hidden
}

@media (orientation:landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 0
}

[class^=home_deco_] {
  pointer-events: none;
  position: absolute
}

.mv {
  aspect-ratio: 1440/666;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  container-type: inline-size
}

@media (width<=767.98px) {
  .mv {
    aspect-ratio: 390/335;
    min-height: 0;
    min-height: initial;
    align-items: flex-start;
    max-height: 21rem;
    padding-top: 4.0625rem
  }
}

.mv .mv_bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden
}

.mv .mv_bg .mv_bg_pc {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0
}

@media (width<=767.98px) {
  .mv .mv_bg .mv_bg_pc {
    display: none
  }
}

.mv .mv_bg .mv_bg_sp {
  display: none
}

@media (width<=767.98px) {
  .mv .mv_bg {
    background-image: -webkit-image-set(url(/sis/scienceagora/2026/img/photo_mv_sp.webp) 1x type("image/webp"), url(/sis/scienceagora/2026/img/photo_mv_sp.jpg) 1x type("image/jpeg"));
    background-image: image-set("/sis/scienceagora/2026/img/photo_mv_sp.webp" 1x type("image/webp"), "/sis/scienceagora/2026/img/photo_mv_sp.jpg" 1x type("image/jpeg"));
    background-position: 100% 100%;
    background-size: auto 105%
  }
}

@media (width<=32.5rem) {
  .mv .mv_bg {
    right: -15%
  }
}

.mv .mv_inner {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  gap: 3.472cqw;
  width: 48.611cqw;
  margin-left: 7.917cqw;
  display: flex;
  position: relative
}

@media (width<=767.98px) {
  .mv .mv_inner {
    align-items: flex-start;
    gap: 1rem;
    width: 12.0625rem;
    margin-left: calc(28vw - 6.0313rem);
    margin-right: auto
  }
}

@media (width<=24.3125rem) {
  .mv .mv_inner {
    margin-left: max(.75rem, 28vw - 6.0313rem)
  }
}

.mv .mv_title {
  width: 100%;
  margin: 0
}

.mv .mv_title img {
  filter: drop-shadow(.125rem .25rem .1rem #2f5b9680);
  width: 100%;
  height: auto
}

.mv .mv_title .mv_title_sp {
  display: none
}

@media (width<=767.98px) {
  .mv .mv_title .mv_title_sp {
    width: 11.5rem;
    display: block
  }
}

@media (width<=24.3125rem) {
  .mv .mv_title .mv_title_sp {
    width: 9.5rem
  }
}

.mv .mv_info {
  flex-direction: column;
  align-items: center;
  gap: .694cqw;
  display: flex
}

@media (width<=767.98px) {
  .mv .mv_info {
    align-items: flex-start;
    gap: .5rem;
    width: 100%
  }
}

.mv .mv_sub_info {
  flex-direction: column;
  align-items: center;
  gap: 1.389cqw;
  display: flex
}

@media (width<=767.98px) {
  .mv .mv_sub_info {
    align-items: flex-start;
    gap: .625rem
  }
}

.mv .mv_date {
  color: var(--c-white);
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  place-items: start;
  line-height: 0;
  display: inline-grid
}

.mv .mv_date > * {
  grid-area: 1/1
}

.mv .mv_date_num {
  text-shadow: .125rem .15rem .1rem #2f5b964d;
  font-size: 5.278cqw;
  font-weight: 400;
  line-height: 1.1;
  display: block
}

@media (width<=767.98px) {
  .mv .mv_date_num {
    font-size: 1.75rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_num {
    font-size: 1.5rem
  }
}

.mv .mv_date_num.mv_date_num_1 {
  margin-top: 0;
  margin-left: 0
}

.mv .mv_date_num.mv_date_num_2 {
  margin-top: .215cqw;
  margin-left: 16.419cqw
}

@media (width<=767.98px) {
  .mv .mv_date_num.mv_date_num_2 {
    margin-top: 0;
    margin-left: 4.9044rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_num.mv_date_num_2 {
    margin-left: 4.1rem
  }
}

.mv .mv_date_badge {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.194cqw;
  height: 3.194cqw;
  margin-top: 2.399cqw;
  font-size: 1.944cqw;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  box-shadow: .125rem .25rem .1875rem #2f5b9666
}

@media (width<=767.98px) {
  .mv .mv_date_badge {
    width: 1rem;
    height: 1rem;
    margin-top: .6937rem;
    font-size: .625rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_badge {
    width: .875rem;
    height: .875rem;
    margin-top: .59rem;
    font-size: .5625rem
  }
}

.mv .mv_date_badge.mv_date_badge_sat {
  color: var(--c-blue-dark);
  margin-left: 10.278cqw
}

@media (width<=767.98px) {
  .mv .mv_date_badge.mv_date_badge_sat {
    margin-left: 3.3125rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_badge.mv_date_badge_sat {
    margin-left: 2.8rem
  }
}

.mv .mv_date_badge.mv_date_badge_sun {
  color: var(--c-red);
  margin-left: 22.6cqw
}

@media (width<=767.98px) {
  .mv .mv_date_badge.mv_date_badge_sun {
    margin-left: 6.9044rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_badge.mv_date_badge_sun {
    margin-left: 5.85rem
  }
}

.mv .mv_date_sep {
  margin-top: 2.778cqw;
  margin-left: 14.097cqw
}

@media (width<=767.98px) {
  .mv .mv_date_sep {
    margin-top: .8812rem;
    margin-left: 4.4669rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_sep {
    margin-top: .75rem;
    margin-left: 3.8rem
  }
}

.mv .mv_date_sep img {
  width: 1.389cqw;
  height: 1.389cqw;
  display: block
}

@media (width<=767.98px) {
  .mv .mv_date_sep img {
    width: .4375rem;
    height: .4375rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_date_sep img {
    width: .375rem;
    height: .375rem
  }
}

@supports ((-moz-appearance:none)) {
  .mv .mv_date_num.mv_date_num_2 {
    margin-left: 17.619cqw
  }

  @media (width<=767.98px) {
    .mv .mv_date_num.mv_date_num_2 {
      margin-left: 5.4669rem
    }
  }

  @media (width<=24.3125rem) {
    .mv .mv_date_num.mv_date_num_2 {
      margin-left: 4.6625rem
    }
  }

  .mv .mv_date_badge.mv_date_badge_sat {
    margin-left: 11.478cqw
  }

  @media (width<=767.98px) {
    .mv .mv_date_badge.mv_date_badge_sat {
      margin-left: 3.75rem
    }
  }

  @media (width<=24.3125rem) {
    .mv .mv_date_badge.mv_date_badge_sat {
      margin-left: 3.3625rem
    }
  }

  .mv .mv_date_badge.mv_date_badge_sun {
    margin-left: 23.8cqw
  }

  @media (width<=767.98px) {
    .mv .mv_date_badge.mv_date_badge_sun {
      margin-left: 7.4669rem
    }
  }

  @media (width<=24.3125rem) {
    .mv .mv_date_badge.mv_date_badge_sun {
      margin-left: 6.4125rem
    }
  }

  .mv .mv_date_sep {
    margin-left: 15.297cqw
  }

  @media (width<=767.98px) {
    .mv .mv_date_sep {
      margin-left: 5.0294rem
    }
  }

  @media (width<=24.3125rem) {
    .mv .mv_date_sep {
      margin-left: 4.3625rem
    }
  }
}

.mv .mv_venue {
  align-items: center;
  gap: 1.111cqw;
  display: flex
}

@media (width<=767.98px) {
  .mv .mv_venue {
    gap: .25rem
  }
}

.mv .mv_venue_label {
  background-color: #fff;
  background-color: var(--c-white);
  color: var(--c-main-100);
  white-space: nowrap;
  border-radius: .556cqw;
  justify-content: center;
  align-items: center;
  padding: .278cqw .694cqw;
  font-size: 1.389cqw;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  box-shadow: .125rem .25rem .1875rem #52409a66
}

@media (width<=767.98px) {
  .mv .mv_venue_label {
    border-radius: .25rem;
    padding: .0938rem .3125rem;
    font-size: .625rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_venue_label {
    font-size: .5625rem
  }
}

.mv .mv_venue_text {
  color: var(--c-white);
  text-shadow: .125rem .1rem .1rem #52409a33;
  white-space: nowrap;
  font-size: 2.222cqw;
  font-weight: 700;
  line-height: 1
}

@media (width<=767.98px) {
  .mv .mv_venue_text {
    font-size: .9375rem
  }
}

@media (width<=24.3125rem) {
  .mv .mv_venue_text {
    font-size: .8125rem
  }
}

.mv .mv_venue_text .mv_venue_text_small {
  letter-spacing: .11em;
  font-size: 1.528cqw
}

.mv .mv_btn {
  background-color: #0dc1fd;
  background-color: var(--c-btn);
  color: var(--c-white);
  width: 22.222cqw;
  white-space: nowrap;
  border-radius: 2.778cqw;
  justify-content: center;
  align-items: center;
  gap: .556cqw;
  padding: 1.111cqw;
  font-size: 1.25cqw;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .625rem .3125rem #6d406666, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .mv .mv_btn {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .mv .mv_btn:hover {
    transform: translateY(.1875rem);
    box-shadow: 0 .25rem .1875rem #6d40664d, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

@media (width<=767.98px) {
  .mv .mv_btn {
    border-radius: 2.5rem;
    gap: .5rem;
    width: 12.0625rem;
    height: 2.1875rem;
    padding: 0 1rem;
    font-size: .75rem
  }
}

.mv .mv_btn img {
  flex-shrink: 0;
  width: 1.389cqw;
  height: 1.389cqw
}

@media (width<=767.98px) {
  .mv .mv_btn img {
    width: .75rem;
    height: .75rem
  }
}

.mv:before {
  z-index: 3;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8, <svg preserveAspectRatio=\"xMidYMin slice\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2001 77\"><g fill=\"%23a5ddeb\"><path opacity=\".5\" d=\"M1993 31v22l-19 11-19-11V31l19-11 19 11zM1942 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1961 25v16l-14 8-14-8V25l14-8 14 8zM1969 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M1871 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1903 25v16l14 8 14-8V25l-14-8-14 8zM1895 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1855 31v22l-19 11-19-11V31l19-11 19 11zM1803 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1823 25v16l-14 8-14-8V25l14-8 14 8zM1831 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1733 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1765 25v16l14 8 14-8V25l-14-8-14 8zM1757 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1717 31v22l-19 11-19-11V31l19-11 19 11zM1665 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1685 25v16l-14 8-14-8V25l14-8 14 8zM1693 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1594 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M1626 25v16l14 8 15-8V25l-15-8-14 8zM1618 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1579 31v22l-19 11-20-11V31l20-11 19 11zM1527 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1547 25v16l-14 8-15-8V25l15-8 14 8zM1555 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1456 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1488 25v16l14 8 14-8V25l-14-8-14 8zM1480 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1441 31v22l-20 11-19-11V31l19-11 20 11zM1389 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1408 25v16l-14 8-14-8V25l14-8 14 8zM1416 8v8l-6 4-7-4V8l7-4 6 4z\"/><path opacity=\".5\" d=\"M1318 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1350 25v16l14 8 14-8V25l-14-8-14 8zM1342 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1302 31v22l-19 11-19-11V31l19-11 19 11zM1251 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1270 25v16l-14 8-14-8V25l14-8 14 8zM1278 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1180 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1212 25v16l14 8 14-8V25l-14-8-14 8zM1204 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1164 31v22l-19 11-19-11V31l19-11 19 11zM1112 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1132 25v16l-14 8-14-8V25l14-8 14 8zM1140 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1041 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M1074 25v16l14 8 14-8V25l-14-8-14 8zM1066 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1026 31v22l-19 11-20-11V31l20-11 19 11zM974 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M994 25v16l-14 8-14-8V25l14-8 14 8zM1002 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M903 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M935 25v16l14 8 15-8V25l-15-8-14 8zM927 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M888 31v22l-20 11-19-11V31l19-11 20 11zM836 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M856 25v16l-15 8-14-8V25l14-8 15 8zM864 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M765 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M797 25v16l14 8 14-8V25l-14-8-14 8zM789 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M749 31v22l-19 11-19-11V31l19-11 19 11zM698 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M717 25v16l-14 8-14-8V25l14-8 14 8zM725 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M627 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M659 25v16l14 8 14-8V25l-14-8-14 8zM651 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M611 31v22l-19 11-19-11V31l19-11 19 11zM560 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M579 25v16l-14 8-14-8V25l14-8 14 8zM587 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M489 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M521 25v16l14 8 14-8V25l-14-8-14 8zM513 8v8l7 4 6-4V8l-6-4-7 4z\"/><path opacity=\".5\" d=\"M473 31v22l-19 11-19-11V31l19-11 19 11zM421 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M441 25v16l-14 8-14-8V25l14-8 14 8zM449 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M350 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M382 25v16l15 8 14-8V25l-14-8-15 8zM374 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M335 31v22l-19 11-20-11V31l20-11 19 11zM283 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M303 25v16l-14 8-14-8V25l14-8 14 8zM311 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M212 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M244 25v16l14 8 14-8V25l-14-8-14 8zM236 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M197 31v22l-20 11-19-11V31l19-11 20 11zM145 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M164 25v16l-14 8-14-8V25l14-8 14 8zM173 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M74 31v22l19 11 19-11V31L93 20 74 31z\"/><path opacity=\".3\" d=\"M53 9v15l13 7 13-7V9L66 1 53 9zM191 9v15l13 7 13-7V9l-13-8-13 8zM330 9v15l13 7 13-7V9l-13-8-13 8zM468 9v15l13 7 13-7V9l-13-8-13 8zM606 9v15l13 7 13-7V9l-13-8-13 8zM744 9v15l13 7 13-7V9l-13-8-13 8zM883 9v15l12 7 13-7V9l-13-8-12 8zM1021 9v15l13 7 13-7V9l-13-8-13 8zM1159 9v15l13 7 13-7V9l-13-8-13 8zM1297 9v15l13 7 13-7V9l-13-8-13 8zM1435 9v15l13 7 13-7V9l-13-8-13 8zM1574 9v15l13 7 12-7V9l-12-8-13 8zM1712 9v15l13 7 13-7V9l-13-8-13 8zM1850 9v15l13 7 13-7V9l-13-8-13 8z\"/><path opacity=\".75\" d=\"M106 25v16l14 8 14-8V25l-14-8-14 8zM98 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M58 31v22L39 64 20 53V31l19-11 19 11z\"/><path opacity=\".75\" d=\"M34 8v8l-7 4-6-4V8l6-4 7 4z\"/><path d=\"M2001 77V62l-21-12-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14L0 64v13h2001z\"/><path opacity=\".75\" d=\"M12 49L0 42V23l12-6 14 8v16l-14 8z\"/><path opacity=\".3\" d=\"M2001 31l-13-7V9l13-8v30z\"/></g></svg>");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% min(6.875cqw, 8rem);
  position: absolute;
  inset: -.1vw
}

@media (width<=767.98px) {
  .mv:before {
    background-size: 100% 3.75rem
  }
}

.pickup {
  background: linear-gradient(#a5ddeb, #a7b9eb);
  position: relative;
  overflow-x: clip;
  container-type: inline-size
}

.pickup > .container {
  padding-bottom: 13.125rem
}

@media (width<=767.98px) {
  .pickup > .container {
    padding-bottom: 7.5rem
  }
}

.pickup .pickup_header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative
}

.pickup .pickup_header .home_deco_saturn {
  top: -4.625rem;
  left: max(min(13cqw, 11.25rem) - 1.25rem, 6.25rem);
  left: max(calc(min(13cqw, 11.25rem) - var(--s-container-inline)), 6.25rem);
  width: 13cqw;
  max-width: 11.25rem
}

@media (width>=768px) and (width<=1199.98px) {
  .pickup .pickup_header .home_deco_saturn {
    top: -4.625rem;
    left: calc(10cqw - 1.25rem);
    left: calc(10cqw - var(--s-container-inline));
    width: 18cqw;
    max-width: 8.125rem;
    transform: none
  }
}

@media (width<=767.98px) {
  .pickup .pickup_header .home_deco_saturn {
    width: 18cqw;
    max-width: 5.625rem;
    top: -3.75rem;
    left: calc(12.385cqw - 1.25rem);
    transform: none
  }
}

.pickup .pickup_header .home_deco_ai {
  top: -3.125rem;
  left: max(min(73.194cqw, 65.875rem) - 1.25rem, 57.5rem);
  left: max(calc(min(73.194cqw, 65.875rem) - var(--s-container-inline)), 57.5rem);
  width: 10.417cqw;
  max-width: 9.375rem;
  transform: rotate(10deg)
}

@media (width>=768px) and (width<=1199.98px) {
  .pickup .pickup_header .home_deco_ai {
    top: -5rem;
    left: calc(74.872cqw - 1.25rem);
    left: calc(74.872cqw - var(--s-container-inline));
    width: 13cqw;
    max-width: 6.25rem
  }
}

@media (width<=767.98px) {
  .pickup .pickup_header .home_deco_ai {
    width: 17.949cqw;
    max-width: 4.375rem;
    top: -3.125rem;
    left: calc(74.872cqw - 1.25rem)
  }
}

.pickup .section_title {
  margin-bottom: 1.88rem
}

@media (width>=768px) and (width<=991.98px) {
  .pickup .section_title {
    font-size: 2.25rem
  }
}

@media (width<=767.98px) {
  .pickup .section_title {
    margin-bottom: .5rem
  }
}

.pickup .pickup_slider {
  width: calc(100% + 1.25rem);
  width: calc(100% + var(--s-container-inline));
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden
}

@media (width<=767.98px) {
  .pickup .pickup_slider {
    width: calc(100% + 1.25rem);
    width: calc(100% + var(--s-container-inline))
  }
}

.pickup .pickup_slider .splide__slide {
  border-radius: .625rem;
  height: 12.5rem;
  overflow: hidden
}

.pickup .pickup_slider .splide__slide a {
  width: 100%;
  height: 100%;
  display: block
}

.pickup .pickup_slider .splide__slide picture {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden
}

@media (hover:hover) {
  .pickup .pickup_slider .splide__slide picture {
    will-change: scale;
    transition: scale .2s ease-out
  }
}

@media (width<=767.98px) {
  .pickup .pickup_slider .splide__slide picture {
    height: auto
  }
}

.pickup .pickup_slider .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block
}

@media (width<=767.98px) {
  .pickup .pickup_slider .splide__slide img {
    height: auto
  }
}

@media (hover:hover) {
  .pickup .pickup_slider .splide__slide:hover picture {
    scale: .98
  }

  .pickup .pickup_slider .splide__slide.splide__slide_no_link:hover picture {
    scale: 1
  }
}

@media (width<=767.98px) {
  .pickup .pickup_slider .splide__slide {
    height: auto
  }
}

.pickup .pickup_slider_controls {
  padding-right: 1.25rem;
  padding-right: var(--s-container-inline);
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  display: flex
}

.pickup .splide__arrows {
  flex-shrink: 0;
  gap: .25rem;
  display: flex
}

.pickup .splide__arrow,
.pickup .splide__toggle {
  cursor: pointer;
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 3rem;
  display: flex
}

.pickup .splide__arrow img,
.pickup .splide__toggle img {
  width: 1.25rem;
  height: 1.25rem;
  display: block
}

.pickup .splide__arrow.splide__toggle img,
.pickup .splide__toggle.splide__toggle img {
  width: 1rem;
  height: 1rem
}

.pickup .splide__arrow.splide__arrow--prev img,
.pickup .splide__toggle.splide__arrow--prev img {
  transform: rotate(180deg)
}

@media (hover:hover) {

  .pickup .splide__arrow,
  .pickup .splide__toggle {
    transition: background-color .2s ease-out
  }

  .pickup .splide__arrow:hover,
  .pickup .splide__toggle:hover {
    background-color: #5972ca;
    background-color: var(--c-main-100)
  }

  .pickup .splide__arrow:hover img,
  .pickup .splide__toggle:hover img {
    filter: brightness(0)invert()
  }
}

@media (width<=767.98px) {

  .pickup .splide__arrow,
  .pickup .splide__toggle {
    width: 3.75rem;
    height: 2.5rem
  }
}

.pickup .pickup_slider_pagination {
  background-color: #5972ca33;
  border-radius: .0625rem;
  flex: 1;
  grid-template-rows: .125rem;
  grid-template-columns: 1fr;
  display: grid
}

.pickup .pickup_slider_pagination_fill {
  background-color: #5972ca;
  background-color: var(--c-main-100);
  border-radius: .0625rem;
  grid-area: 1/1;
  align-self: stretch;
  width: 50%;
  transition: width .3s
}

.pickup .pickup_list_header {
  position: relative
}

.pickup .pickup_list_title {
  margin-bottom: 1.25rem
}

@media (width<=767.98px) {
  .pickup .pickup_list_title {
    font-size: 1.25rem
  }
}

.pickup .pickup_category {
  margin-bottom: 2rem
}

.pickup .pickup_category:last-of-type {
  margin-bottom: 2.5rem
}

.pickup .pickup_category_title {
  color: var(--c-text);
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pickup .pickup_category_title {
    font-size: 1.25rem
  }
}

.pickup .pickup_list {
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 0;
  display: grid
}

@media (width<=991.98px) {
  .pickup .pickup_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (width<=767.98px) {
  .pickup .pickup_list {
    grid-template-columns: 1fr;
    padding-left: .375rem
  }
}

.pickup .pickup_list > li {
  display: flex
}

.pickup .pickup_card {
  border-left: .375rem solid #9dc0d9;
  border-left: .375rem solid var(--c-card-accent, var(--c-border));
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  padding: 1.25rem 1.25rem 1.75rem;
  display: flex
}

@media (hover:hover) {
  .pickup .pickup_card:hover .pickup_card_arrow {
    background-color: #5972ca;
    background-color: var(--c-main-100)
  }

  .pickup .pickup_card:hover .pickup_card_arrow img {
    filter: brightness(0)invert()
  }
}

.pickup .pickup_card--navy {
  --c-card-accent: var(--c-tag-navy);
  --c-card-tag: var(--c-tag-navy);
  --c-card-text: #fff
}

.pickup .pickup_card--orange {
  --c-card-accent: var(--c-tag-orange);
  --c-card-tag: var(--c-tag-orange);
  --c-card-text: #201a39
}

.pickup .pickup_card--teal {
  --c-card-accent: var(--c-tag-teal);
  --c-card-tag: var(--c-tag-teal);
  --c-card-text: #fff
}

.pickup .pickup_card--purple {
  --c-card-accent: var(--c-tag-purple);
  --c-card-tag: var(--c-tag-purple);
  --c-card-text: #201a39
}

.pickup .pickup_card--yellow {
  --c-card-accent: var(--c-tag-yellow);
  --c-card-tag: var(--c-tag-yellow);
  --c-card-text: #201a39
}

.pickup .pickup_card_header {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex
}

.pickup .pickup_card_category {
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  display: flex
}

.pickup .pickup_card_number {
  color: #201a39;
  background-color: #e1e5f2;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  padding: .3125rem .375rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex
}

@media (width<=767.98px) {
  .pickup .pickup_card_number {
    font-size: .625rem
  }
}

.pickup .pickup_card_theme {
  background-color: #5972ca33;
  background-color: var(--c-card-tag, #5972ca33);
  color: var(--c-card-text, #201a39);
  border-radius: .1875rem;
  align-items: center;
  padding: .3125rem .375rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex
}

@media (width<=767.98px) {
  .pickup .pickup_card_theme {
    font-size: .625rem
  }
}

.pickup .pickup_card_arrow {
  cursor: pointer;
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: 0 0;
  border-radius: 1.25rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  transition: background-color .2s ease-out;
  display: flex
}

@media (width<=767.98px) {
  .pickup .pickup_card_arrow {
    width: 2rem;
    height: 1.375rem
  }
}

.pickup .pickup_card_body {
  flex-direction: column;
  flex: 1;
  gap: .75rem;
  display: flex
}

.pickup .pickup_card_title_group {
  flex-direction: column;
  gap: .5rem;
  display: flex
}

.pickup .pickup_card_title {
  color: #201a39;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2
}

@media (width<=767.98px) {
  .pickup .pickup_card_title {
    font-size: 1.125rem
  }
}

.pickup .pickup_card_subtitle {
  color: #201a39;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pickup .pickup_card_subtitle {
    font-size: .75rem
  }
}

.pickup .pickup_card_desc {
  color: #201a39;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pickup .pickup_card_desc {
    font-size: .625rem
  }
}

.pickup .pickup_card_footer {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

@media (width<=767.98px) {
  .pickup .pickup_card_footer {
    gap: .5rem
  }
}

.pickup .pickup_card_datetime {
  color: #201a39;
  flex: 1;
  min-width: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pickup .pickup_card_datetime {
    font-size: .75rem
  }
}

.pickup .pickup_card_venue {
  color: #201a39;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pickup .pickup_card_venue {
    font-size: .75rem
  }
}

.pickup .pickup_card_difficulty {
  color: #201a39;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: .25rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex
}

.pickup .pickup_card_stars {
  align-items: center;
  gap: .25rem;
  display: flex
}

.pickup .pickup_card_stars img {
  width: 1rem;
  height: 1rem;
  display: block
}

.pickup .pickup_btn_wrap {
  text-align: center;
  margin-bottom: 5rem
}

@media (width<=767.98px) {
  .pickup .pickup_btn_wrap {
    margin-bottom: 3.75rem
  }
}

.pickup:after {
  z-index: 3;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8, <svg preserveAspectRatio=\"xMidYMin slice\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2001 77\"><g fill=\"%23c6f6f7\"><path opacity=\".5\" d=\"M1993 31v22l-19 11-19-11V31l19-11 19 11zM1942 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1961 25v16l-14 8-14-8V25l14-8 14 8zM1969 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M1871 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1903 25v16l14 8 14-8V25l-14-8-14 8zM1895 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1855 31v22l-19 11-19-11V31l19-11 19 11zM1803 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1823 25v16l-14 8-14-8V25l14-8 14 8zM1831 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1733 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1765 25v16l14 8 14-8V25l-14-8-14 8zM1757 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1717 31v22l-19 11-19-11V31l19-11 19 11zM1665 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1685 25v16l-14 8-14-8V25l14-8 14 8zM1693 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1594 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M1626 25v16l14 8 15-8V25l-15-8-14 8zM1618 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1579 31v22l-19 11-20-11V31l20-11 19 11zM1527 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1547 25v16l-14 8-15-8V25l15-8 14 8zM1555 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1456 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1488 25v16l14 8 14-8V25l-14-8-14 8zM1480 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1441 31v22l-20 11-19-11V31l19-11 20 11zM1389 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1408 25v16l-14 8-14-8V25l14-8 14 8zM1416 8v8l-6 4-7-4V8l7-4 6 4z\"/><path opacity=\".5\" d=\"M1318 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1350 25v16l14 8 14-8V25l-14-8-14 8zM1342 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1302 31v22l-19 11-19-11V31l19-11 19 11zM1251 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1270 25v16l-14 8-14-8V25l14-8 14 8zM1278 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1180 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1212 25v16l14 8 14-8V25l-14-8-14 8zM1204 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1164 31v22l-19 11-19-11V31l19-11 19 11zM1112 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1132 25v16l-14 8-14-8V25l14-8 14 8zM1140 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1041 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M1074 25v16l14 8 14-8V25l-14-8-14 8zM1066 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1026 31v22l-19 11-20-11V31l20-11 19 11zM974 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M994 25v16l-14 8-14-8V25l14-8 14 8zM1002 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M903 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M935 25v16l14 8 15-8V25l-15-8-14 8zM927 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M888 31v22l-20 11-19-11V31l19-11 20 11zM836 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M856 25v16l-15 8-14-8V25l14-8 15 8zM864 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M765 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M797 25v16l14 8 14-8V25l-14-8-14 8zM789 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M749 31v22l-19 11-19-11V31l19-11 19 11zM698 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M717 25v16l-14 8-14-8V25l14-8 14 8zM725 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M627 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M659 25v16l14 8 14-8V25l-14-8-14 8zM651 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M611 31v22l-19 11-19-11V31l19-11 19 11zM560 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M579 25v16l-14 8-14-8V25l14-8 14 8zM587 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M489 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M521 25v16l14 8 14-8V25l-14-8-14 8zM513 8v8l7 4 6-4V8l-6-4-7 4z\"/><path opacity=\".5\" d=\"M473 31v22l-19 11-19-11V31l19-11 19 11zM421 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M441 25v16l-14 8-14-8V25l14-8 14 8zM449 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M350 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M382 25v16l15 8 14-8V25l-14-8-15 8zM374 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M335 31v22l-19 11-20-11V31l20-11 19 11zM283 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M303 25v16l-14 8-14-8V25l14-8 14 8zM311 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M212 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M244 25v16l14 8 14-8V25l-14-8-14 8zM236 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M197 31v22l-20 11-19-11V31l19-11 20 11zM145 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M164 25v16l-14 8-14-8V25l14-8 14 8zM173 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M74 31v22l19 11 19-11V31L93 20 74 31z\"/><path opacity=\".3\" d=\"M53 9v15l13 7 13-7V9L66 1 53 9zM191 9v15l13 7 13-7V9l-13-8-13 8zM330 9v15l13 7 13-7V9l-13-8-13 8zM468 9v15l13 7 13-7V9l-13-8-13 8zM606 9v15l13 7 13-7V9l-13-8-13 8zM744 9v15l13 7 13-7V9l-13-8-13 8zM883 9v15l12 7 13-7V9l-13-8-12 8zM1021 9v15l13 7 13-7V9l-13-8-13 8zM1159 9v15l13 7 13-7V9l-13-8-13 8zM1297 9v15l13 7 13-7V9l-13-8-13 8zM1435 9v15l13 7 13-7V9l-13-8-13 8zM1574 9v15l13 7 12-7V9l-12-8-13 8zM1712 9v15l13 7 13-7V9l-13-8-13 8zM1850 9v15l13 7 13-7V9l-13-8-13 8z\"/><path opacity=\".75\" d=\"M106 25v16l14 8 14-8V25l-14-8-14 8zM98 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M58 31v22L39 64 20 53V31l19-11 19 11z\"/><path opacity=\".75\" d=\"M34 8v8l-7 4-6-4V8l6-4 7 4z\"/><path d=\"M2001 77V62l-21-12-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14L0 64v13h2001z\"/><path opacity=\".75\" d=\"M12 49L0 42V23l12-6 14 8v16l-14 8z\"/><path opacity=\".3\" d=\"M2001 31l-13-7V9l13-8v30z\"/></g></svg>");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% min(6.875cqw, 8rem);
  position: absolute;
  inset: -.1vw
}

@media (width<=767.98px) {
  .pickup:after {
    background-size: 100% 3.75rem
  }
}

.partner {
  margin-bottom: 2.5rem
}

.partner .partner_title {
  margin-bottom: 1.25rem
}

@media (width<=767.98px) {
  .partner .partner_title {
    font-size: 1.25rem
  }
}

.partner .partner_item {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff6;
  border-radius: .625rem;
  margin-bottom: 1.375rem;
  padding: 1.875rem 2.5rem
}

.partner .partner_item:last-child {
  margin-bottom: 0
}

@media (width<=767.98px) {
  .partner .partner_item {
    padding: 1.25rem 1.5rem
  }
}

.partner .partner_item_name {
  color: var(--c-text);
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .partner .partner_item_name {
    font-size: 1rem
  }
}

.partner .partner_item_body {
  flex-direction: column;
  gap: 1.25rem;
  display: flex
}

.partner .partner_item_photo {
  aspect-ratio: 948/336;
  flex-shrink: 0;
  width: 100%;
  max-width: 37.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

.partner .partner_item_photo picture {
  width: 100%;
  height: 100%
}

.partner .partner_item_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.partner .partner_item_photo--full {
  aspect-ratio: 960/720;
  max-width: 23rem
}

.partner .partner_item_content {
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  display: flex
}

.partner .partner_item_desc {
  color: var(--c-text);
  font-size: .875rem;
  line-height: 1.5
}

.partner .partner_item_meta {
  flex-direction: column;
  gap: .625rem;
  display: flex
}

.partner .partner_item_meta_row {
  align-items: flex-start;
  gap: .375rem;
  display: flex
}

@media (width<=991.98px) {
  .partner .partner_item_meta_row {
    flex-direction: column;
    gap: .375rem
  }
}

.partner .partner_item_meta_label {
  background-color: #fff;
  background-color: var(--c-white);
  color: var(--c-main-100);
  width: 9.5rem;
  white-space: nowrap;
  border-radius: .25rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.partner .partner_item_meta_value {
  color: var(--c-text);
  font-size: .875rem;
  line-height: 1.5
}

.partner .partner_item_meta_value br {
  display: none
}

@media (width<=767.98px) {
  .partner .partner_item_meta_value br {
    display: inline
  }
}

.partner .partner_item_meta_list {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.partner .partner_item_meta_list li {
  text-indent: -1em;
  padding-left: 1em
}

.partner .partner_item_btn {
  align-self: center
}

.concurrent {
  position: relative
}

.concurrent .home_deco_vr {
  width: 9.583cqw;
  max-width: 8.625rem;
  top: .5rem;
  right: -3rem
}

@media (width<=991.98px) {
  .concurrent .home_deco_vr {
    display: none
  }
}

@media (width<=767.98px) {
  .concurrent .home_deco_vr {
    width: 18cqw;
    max-width: 5.5rem;
    display: block;
    top: -1rem;
    left: auto;
    right: -.625rem
  }
}

.concurrent .concurrent_title {
  margin-bottom: 1.25rem
}

@media (width<=767.98px) {
  .concurrent .concurrent_title {
    font-size: 1.25rem
  }
}

.concurrent .concurrent_list {
  grid-gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  display: grid
}

@media (width<=991.98px) {
  .concurrent .concurrent_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (width<=767.98px) {
  .concurrent .concurrent_list {
    grid-template-columns: 1fr
  }
}

.concurrent .concurrent_item {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff6;
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.875rem;
  display: flex
}

@media (width<=767.98px) {
  .concurrent .concurrent_item {
    padding: 1.25rem 1.5rem
  }
}

.concurrent .concurrent_item_top {
  flex-direction: column;
  flex: 1;
  gap: .625rem;
  width: 100%;
  display: flex
}

.concurrent .concurrent_item_name {
  -webkit-line-clamp: 2;
  color: var(--c-text);
  min-height: 3rem;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden
}

.concurrent .concurrent_item_meta {
  align-items: center;
  gap: .375rem;
  display: flex
}

.concurrent .concurrent_item_meta_label {
  background-color: #fff;
  background-color: var(--c-white);
  color: var(--c-main-100);
  white-space: nowrap;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.concurrent .concurrent_item_meta_value {
  color: var(--c-text);
  font-size: .875rem;
  line-height: 1.5
}

.concurrent .concurrent_item_btn {
  align-self: center;
  margin-top: auto
}

@media (width<=767.98px) {
  .concurrent .concurrent_item_btn {
    margin-top: 0
  }
}

.lower_bg {
  background: linear-gradient(#c6f6f7 0%, #e8e0c0 100%)
}

.overview {
  position: relative;
  overflow-x: clip
}

.overview .home_deco_protractor {
  top: .625rem;
  left: 18.75rem;
  left: calc(var(--s-container-inline) + 17.5rem);
  width: 10.417cqw;
  max-width: 9.375rem
}

@media (width>=768px) and (width<=1199.98px) {
  .overview .home_deco_protractor {
    width: 20cqw;
    max-width: 6.25rem;
    top: .625rem;
    left: 20cqw;
    transform: none
  }
}

@media (width<=767.98px) {
  .overview .home_deco_protractor {
    width: 21.795cqw;
    max-width: 5.3125rem;
    top: 0;
    left: 12cqw;
    transform: none
  }
}

.overview .section_title {
  text-align: center;
  margin-bottom: 2.5rem
}

.overview .overview_row {
  border-bottom: .0625rem solid #9dc0d9;
  border-bottom: .0625rem solid var(--c-border);
  align-items: flex-start;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex
}

@media (width<=767.98px) {
  .overview .overview_row:first-child {
    padding-top: 0
  }
}

.overview .overview_label {
  color: var(--c-text);
  width: 10rem;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .overview .overview_label {
    width: 3.6rem;
    font-size: .875rem
  }
}

.overview .overview_value {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

@media (width<=767.98px) {
  .overview .overview_value {
    font-size: .875rem
  }
}

.overview .overview_pdf_wrap {
  justify-content: center;
  margin-top: 2.5rem;
  display: flex
}

.overview .overview_pdf {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background-color: #fff6;
  border-radius: .625rem;
  align-items: center;
  gap: .625rem;
  width: 24.375rem;
  padding: 1.875rem;
  display: flex
}

@media (width<=767.98px) {
  .overview .overview_pdf {
    gap: .625rem;
    width: 100%;
    max-width: 25rem;
    padding: 1.25rem 1.5rem
  }
}

.overview .overview_pdf_thumb {
  flex-shrink: 0;
  width: 6.25rem;
  height: 9.375rem;
  overflow: hidden
}

.overview .overview_pdf_thumb picture {
  width: 100%;
  height: 100%;
  display: block
}

.overview .overview_pdf_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block
}

.overview .overview_pdf_info {
  flex-direction: column;
  justify-content: center;
  gap: .625rem;
  height: 9.375rem;
  display: flex
}

@media (width<=767.98px) {
  .overview .overview_pdf_info {
    flex: 1;
    min-width: 0
  }
}

.overview .overview_pdf_info_top {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.overview .overview_pdf_title {
  color: var(--c-text);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .overview .overview_pdf_title {
    white-space: normal;
    font-size: .875rem
  }
}

.overview .overview_pdf_meta {
  align-items: center;
  gap: .375rem;
  display: flex
}

.overview .overview_pdf_format {
  background-color: #fff;
  background-color: var(--c-white);
  color: var(--c-main-100);
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.overview .overview_pdf_size {
  color: var(--c-text);
  font-size: .75rem;
  font-weight: 700
}

.overview .btn {
  box-shadow: 0 .625rem .3125rem #6c8a8366, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .overview .btn:hover {
    box-shadow: 0 .25rem .1875rem #6c8a834d, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.overview .btn_sm {
  box-shadow: 0 .375rem .3125rem #6c8a8333, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .overview .btn_sm:hover {
    box-shadow: 0 .125rem .125rem #6c8a8326, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.overview .overview_btn_wrap {
  text-align: center;
  margin-top: 2.5rem
}

@media (width<=767.98px) {
  .overview .overview_pdf_btn {
    text-align: center;
    white-space: normal;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
  }

  .overview .overview_pdf_btn img {
    flex-shrink: 0
  }
}

.about {
  position: relative;
  overflow-x: clip
}

.about .home_deco_quantum {
  top: 1.875rem;
  left: 10.625rem;
  left: calc(var(--s-container-inline) + 9.375rem);
  width: 13.889cqw;
  max-width: 12.5rem;
  transform: rotate(16.91deg)
}

@media (width>=768px) and (width<=1199.98px) {
  .about .home_deco_quantum {
    width: 18cqw;
    max-width: 11.25rem;
    top: -1.25rem;
    left: 15cqw
  }
}

@media (width<=767.98px) {
  .about .home_deco_quantum {
    display: none
  }
}

.about .home_deco_circuit {
  top: 1.25rem;
  right: 7.5rem;
  right: calc(var(--s-container-inline) + 6.25rem);
  width: 15.972cqw;
  max-width: 14.375rem
}

@media (width>=768px) and (width<=1199.98px) {
  .about .home_deco_circuit {
    width: 18cqw;
    max-width: 11.25rem;
    top: -1.25rem;
    right: 18cqw
  }
}

@media (width<=767.98px) {
  .about .home_deco_circuit {
    display: none
  }
}

.about > .container_sm {
  padding-top: 2.5rem
}

@media (width<=767.98px) {
  .about > .container_sm {
    padding-top: 0
  }
}

.about .about_header {
  text-align: center;
  margin-bottom: 2.5rem
}

.about .section_title {
  margin-bottom: 1.875rem
}

@media (width<=767.98px) {
  .about .section_title {
    margin-bottom: .5rem
  }
}

.about .about_text {
  color: var(--c-main-200);
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2
}

@media (width<=767.98px) {
  .about .about_text {
    text-align: center;
    word-wrap: break-word;
    font-size: .875rem;
    line-height: 1.75
  }
}

.about .about_movie {
  cursor: pointer;
  background-color: #fff;
  background-color: var(--c-white);
  text-align: left;
  border: none;
  border-radius: 1.25rem;
  width: 100%;
  height: 13.125rem;
  margin-bottom: 2.5rem;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .625rem .625rem #6e827033
}

@media (hover:hover) {
  .about .about_movie {
    transition: scale .2s ease-out
  }

  .about .about_movie:hover {
    scale: 1.03
  }
}

@media (width<=767.98px) {
  .about .about_movie {
    border-radius: .625rem;
    max-width: 25rem;
    height: auto;
    margin-left: auto;
    margin-right: auto
  }
}

.about .about_movie_thumb {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.about .about_movie_thumb picture {
  width: 100%;
  height: 100%;
  display: block
}

.about .about_movie_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

@media (width<=767.98px) {
  .about .about_movie_thumb {
    flex: 0 0 50%;
    height: auto
  }
}

.about .about_movie_play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0
}

.about .about_movie_play:before {
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, #ffffffb3 0%, #fff0 65%);
  position: absolute;
  inset: 0
}

.about .about_movie_play_circle {
  filter: drop-shadow(0 .625rem 1.25rem #0003);
  background: radial-gradient(circle at 40% 35%, #fff 0%, #d8eef5 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 -.25rem .5rem #50505066, inset 0 .25rem .5rem #ffffffe6
}

.about .about_movie_play_circle img {
  width: 1.125rem;
  height: auto;
  margin-left: .25rem
}

@media (width<=767.98px) {
  .about .about_movie_play_circle img {
    width: .75rem
  }

  .about .about_movie_play_circle {
    width: 2.5rem;
    height: 2.5rem
  }
}

.about .about_movie_info {
  flex-direction: column;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  display: flex
}

@media (width<=767.98px) {
  .about .about_movie_info {
    flex: 0 0 50%;
    gap: .25rem;
    padding: 0 1.25rem
  }
}

.about .about_movie_label {
  color: var(--c-main-100);
  letter-spacing: .1em;
  font-size: .75rem;
  font-weight: 700
}

@media (width<=767.98px) {
  .about .about_movie_label {
    font-size: .625rem
  }
}

.about .about_movie_text {
  color: var(--c-text);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .about .about_movie_text {
    font-size: .875rem;
    line-height: 1.25
  }
}

.about .btn {
  box-shadow: 0 .625rem .3125rem #6e827066, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .about .btn:hover {
    box-shadow: 0 .25rem .1875rem #6e82704d, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.about .about_btn_wrap {
  text-align: center
}

.access {
  position: relative;
  overflow-x: clip
}

.access .home_deco_dna {
  top: -5rem;
  left: -5rem;
  left: calc(var(--s-container-inline) - 6.25rem);
  width: 15.278cqw;
  max-width: 13.75rem
}

@media (width>=768px) and (width<=1199.98px) {
  .access .home_deco_dna {
    width: 22cqw;
    max-width: 11.25rem;
    top: -4.375rem;
    left: -5cqw
  }
}

@media (width<=767.98px) {
  .access .home_deco_dna {
    width: 28.462cqw;
    max-width: 8.125rem;
    top: -4.375rem;
    left: -3cqw
  }
}

.access .home_deco_book {
  top: 31.25rem;
  right: -5rem;
  right: calc(var(--s-container-inline) - 6.25rem);
  width: 17.361cqw;
  max-width: 15.625rem
}

@media (width>=768px) and (width<=1199.98px) {
  .access .home_deco_book {
    width: 20cqw;
    max-width: 11.25rem;
    top: auto;
    bottom: 52%;
    right: -3cqw
  }
}

@media (width<=991.98px) {
  .access .home_deco_book {
    display: none
  }
}

.access > .container {
  padding-top: 0
}

.access .access_card {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 2.5rem;
  align-items: flex-start;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
  padding: 5rem;
  display: flex
}

@media (width<=991.98px) {
  .access .access_card {
    border-radius: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 1.875rem 1.5rem
  }

  .access .access_card .access_info {
    display: contents
  }
}

.access .access_info {
  flex-direction: column;
  flex: 1;
  gap: 2.5rem;
  display: flex
}

.access .access_venue {
  flex-direction: column;
  gap: .5rem;
  display: flex
}

.access .access_venue_name {
  color: var(--c-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .access .access_venue_name {
    font-size: 1.25rem
  }
}

.access .access_venue_address {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

.access .access_venue_address a {
  color: var(--c-main-100);
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.access .access_venue_address a img {
  vertical-align: text-top;
  margin-left: .25rem
}

@media (hover:hover) {
  .access .access_venue_address a {
    transition: opacity .2s ease-out
  }

  .access .access_venue_address a:hover {
    opacity: .75
  }
}

@media (width<=767.98px) {
  .access .access_venue_address {
    font-size: .875rem
  }
}

.access .access_venue_access {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

@media (width<=767.98px) {
  .access .access_venue_access {
    font-size: .875rem
  }
}

.access .access_concurrent {
  flex-direction: column;
  gap: .5rem;
  display: flex
}

@media (width<=991.98px) {
  .access .access_concurrent {
    order: 1
  }
}

.access .access_concurrent_title {
  color: var(--c-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .access .access_concurrent_title {
    font-size: 1.25rem
  }
}

.access .access_concurrent_list {
  flex-direction: column;
  gap: .5rem;
  display: flex
}

.access .access_concurrent_item {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

@media (width<=767.98px) {
  .access .access_concurrent_item {
    font-size: .85rem
  }
}

.access .access_concurrent_item_name {
  color: var(--c-text);
  grid-template-columns: 1.5rem 1fr;
  align-items: start;
  font-weight: 700;
  display: grid
}

.access .access_concurrent_item_name a {
  color: var(--c-main-100);
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.access .access_concurrent_item_name a img {
  vertical-align: text-top;
  margin-left: .25rem
}

@media (hover:hover) {
  .access .access_concurrent_item_name a {
    transition: opacity .2s ease-out
  }

  .access .access_concurrent_item_name a:hover {
    opacity: .75
  }
}

.access .access_concurrent_item_num {
  color: var(--c-white);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #09a899;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
  font-size: .75rem;
  line-height: 1;
  display: inline-flex
}

.access .access_concurrent_item_date {
  color: var(--c-text);
  line-height: 1.5
}

.access .access_map {
  flex: 0 0 45%;
  max-width: 31.25rem
}

.access .access_map picture {
  border-radius: .75rem;
  display: block;
  overflow: hidden
}

@media (width<=767.98px) {
  .access .access_map picture {
    border-radius: 0
  }
}

.access .access_map img {
  width: 100%;
  height: auto;
  display: block
}

@media (width<=991.98px) {
  .access .access_map {
    border: .0625rem solid #9dc0d9;
    border: .0625rem solid var(--c-border);
    width: 80%;
    margin: 0 auto
  }
}

@media (width<=767.98px) {
  .access .access_map {
    flex: none;
    order: 0;
    width: 100%;
    max-width: none
  }
}

.access .access_sponsors {
  width: 100%;
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto
}

.access .access_sponsor_row {
  border-bottom: .0625rem solid #9dc0d9;
  border-bottom: .0625rem solid var(--c-border);
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  display: flex
}

@media (width<=767.98px) {
  .access .access_sponsor_row {
    flex-direction: column;
    align-items: flex-start;
    gap: .625rem;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0
  }
}

.access .access_sponsor_label {
  color: var(--c-text);
  width: 10rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .access .access_sponsor_label {
    width: auto
  }
}

.access .access_sponsor_logos {
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  gap: .625rem;
  display: flex
}

@media (width<=767.98px) {
  .access .access_sponsor_logos {
    width: 100%
  }
}

.access .access_sponsor_logo_cell {
  background-color: #fff;
  background-color: var(--c-white);
  justify-content: center;
  align-items: center;
  width: calc(33.3333% - .416667rem);
  display: flex
}

@media (hover:hover) {
  .access a.access_sponsor_logo_cell {
    transition: opacity .2s
  }

  .access a.access_sponsor_logo_cell:hover {
    opacity: .7
  }
}

.access .access_sponsor_logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.access .access_sponsor_text {
  grid-gap: .25rem .625rem;
  color: var(--c-text);
  grid-template-columns: repeat(3, 1fr);
  gap: .25rem .625rem;
  font-size: .875rem;
  line-height: 1.5;
  display: grid
}

@media (width<=991.98px) {
  .access .access_sponsor_text {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (width<=767.98px) {
  .access .access_sponsor_text {
    font-size: .75rem
  }
}

.access .access_sponsor_text span {
  text-indent: -1em;
  padding-left: 1em
}

.sns {
  position: relative;
  overflow-x: clip
}

.sns > .container {
  padding-top: 0
}

.sns .section_title {
  text-align: center;
  margin-bottom: 2.5rem
}

@media (width<=991.98px) {
  .sns .section_title {
    margin-bottom: 1.25rem
  }
}

.sns .sns_list {
  gap: 1.5rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.sns .sns_list > li {
  flex: 1
}

@media (width<=991.98px) {
  .sns .sns_list {
    grid-gap: .625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem;
    display: grid
  }
}

.sns .sns_item {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .625rem .3125rem #b5a68933
}

@media (hover:hover) {
  .sns .sns_item {
    transition: scale .2s ease-out
  }

  .sns .sns_item:hover {
    scale: 1.03
  }
}

@media (width<=991.98px) {
  .sns .sns_item {
    border-radius: .625rem;
    flex-direction: row;
    gap: .625rem;
    padding: .75rem
  }
}

.sns .sns_item_icon {
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  overflow: hidden
}

.sns .sns_item_icon img {
  -o-object-fit: contain;
  object-fit: contain
}

@media (width<=991.98px) {
  .sns .sns_item_icon {
    border-radius: 1.25rem;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem
  }
}

.sns .sns_item--x .sns_item_icon {
  background-color: #000
}

.sns .sns_item--x .sns_item_icon img {
  width: 1.875rem;
  height: 2rem
}

@media (width<=991.98px) {
  .sns .sns_item--x .sns_item_icon img {
    width: .9375rem;
    height: 1rem
  }
}

.sns .sns_item--instagram .sns_item_icon {
  background-color: #ff005e
}

.sns .sns_item--instagram .sns_item_icon img {
  width: 2.5rem;
  height: 2.5rem
}

@media (width<=991.98px) {
  .sns .sns_item--instagram .sns_item_icon img {
    width: 1.25rem;
    height: 1.25rem
  }
}

.sns .sns_item--facebook .sns_item_icon {
  background-color: #1877f2
}

.sns .sns_item--facebook .sns_item_icon img {
  width: 2.5rem;
  height: 2.5rem
}

@media (width<=991.98px) {
  .sns .sns_item--facebook .sns_item_icon img {
    width: 1.375rem;
    height: 1.375rem
  }
}

.sns .sns_item--youtube .sns_item_icon {
  background-color: red
}

.sns .sns_item--youtube .sns_item_icon img {
  width: 3rem;
  height: 3rem
}

@media (width<=991.98px) {
  .sns .sns_item--youtube .sns_item_icon img {
    width: 1.5rem;
    height: 1.5rem
  }
}

.sns .sns_item_label {
  color: var(--c-main-200);
  align-items: center;
  gap: .25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex
}

@media (width<=991.98px) {
  .sns .sns_item_label {
    font-size: .875rem
  }

  .sns .sns_item_label img {
    width: .875rem;
    height: .875rem
  }
}

.modal-video {
  z-index: 9999
}

.modal-video-inner {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex
}