@charset "UTF-8";
:root {
  --color-white: rgb(255, 255, 255);
  --color-black: rgb(0, 0, 0);
  --color-figure: rgb(32, 35, 36);
  --color-body: rgb(255, 255, 255);
  --color-true: rgb(81, 207, 102);
  --color-false: rgb(250, 82, 82);
  --color-new: rgb(255, 146, 43);
  --color-success: rgb(81, 207, 102);
  --color-info: rgb(50, 154, 240);
  --color-warning: rgb(255, 146, 43);
  --color-danger: rgb(250, 82, 82);
  --padding-page: 5.6rem 1.2rem 5.6rem 1.2rem;
  --padding-page--block: 5.6rem 5.6rem;
  --padding-page--inline: 1.2rem 1.2rem;
  --padding-page--t: 5.6rem;
  --padding-page--r: 1.2rem;
  --padding-page--b: 5.6rem;
  --padding-page--l: 1.2rem;
  --padding-content--t: 5.6rem;
  --padding-content--b: 5.6rem;
  --width-content: 100%;
  --margin: 1.4rem;
  --margin-width: 2rem;
  --margin-section: 2.8rem;
  --margin-article: 5.6rem;
  --font-size--xxs: 0.8rem;
  --letter-spacing--xxs: 0;
  --font-size--xs: 1rem;
  --letter-spacing--xs: 0;
  --font-size--sm: 1.2rem;
  --letter-spacing--sm: 0;
  --font-size--md: 1.4rem;
  --letter-spacing--md: 0;
  --font-size--lg: 1.6rem;
  --letter-spacing--lg: 0;
  --font-size--xl: 2rem;
  --letter-spacing--xl: 0;
  --font-size--xxl: 2.8rem;
  --letter-spacing--xxl: 0;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page: 7.2rem 2.5rem 7.2rem 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page: 8rem 5.9rem 8rem 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page: 9.6rem 5.9rem 9.6rem 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --padding-page: 9.6rem 11.8rem 9.6rem 11.8rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--block: 7.2rem 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--block: 8rem 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--block: 9.6rem 9.6rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--inline: 2.5rem 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--inline: 5.9rem 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--inline: 5.9rem 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --padding-page--inline: 11.8rem 11.8rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--t: 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--t: 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--t: 9.6rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--r: 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--r: 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--r: 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --padding-page--r: 11.8rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--b: 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--b: 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--b: 9.6rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-page--l: 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-page--l: 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-page--l: 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --padding-page--l: 11.8rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-content--t: 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-content--t: 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-content--t: 9.6rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --padding-content--b: 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --padding-content--b: 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --padding-content--b: 9.6rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  :root {
    --width-content: 100%;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --width-content: 98rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --width-content: 113.4rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --margin: 1.8rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --margin: 2rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --margin: 2.4rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --margin-width: 2.4rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --margin-width: 2.6rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --margin-width: 2.8rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --margin-width: 4.2rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --margin-section: 3.6rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --margin-section: 4rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --margin-section: 4.8rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --margin-article: 7.2rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --margin-article: 8rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --margin-article: 9.6rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--xxs: 1rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--xs: 1.2rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--sm: 1.4rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--md: 1.6rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--lg: 2rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--xl: 2.8rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --font-size--xxl: 4.4rem;
  }
}

/*! Reset - Base: Eric Mayer Reset v2.0 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
main,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
.shc-footer__nav,
.m-header,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
.shc-footer__nav,
.m-header {
  display: block;
}

time {
  display: inline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: "";
  content: none;
}

q::after, q::before {
  content: "";
  content: none;
}

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

/*! Reset - Base: Eric Mayer Reset v2.0: END */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  --scrollbar-width: 15px;
}

body {
  -webkit-print-color-adjust: exact;
}

input::-ms-clear {
  visibility: hidden;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

input[type=range] {
  margin: 0;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

video,
small,
textarea,
picture,
svg {
  display: block;
}

s, .s,
strike, .strike,
del, .del {
  text-decoration: line-through;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  background-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

a, button {
  outline: 0;
}

img, picture, object {
  display: block;
}

dialog {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: auto;
  max-height: unset;
  max-width: unset;
}
dialog::backdrop {
  background-color: transparent;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block, .ib {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.mb-none {
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 568px) {
  .mb-none--p {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (max-width: 1098px) {
  .mb-none--p-t {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .mb-none--t {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 568.02px) {
  .mb-none--t-d {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .mb-none--d {
    margin-bottom: 0 !important;
  }
}
.mb-bit {
  margin-bottom: 0.1rem !important;
}

@media print, screen and (max-width: 568px) {
  .mb-bit--p {
    margin-bottom: 0.1rem !important;
  }
}
@media print, screen and (max-width: 1098px) {
  .mb-bit--p-t {
    margin-bottom: 0.1rem !important;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .mb-bit--t {
    margin-bottom: 0.1rem !important;
  }
}
@media print, screen and (min-width: 568.02px) {
  .mb-bit--t-d {
    margin-bottom: 0.1rem !important;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .mb-bit--d {
    margin-bottom: 0.1rem !important;
  }
}
@media print, screen and (max-width: 568px) {
  .mb--half,
  .mb--half--p {
    margin-bottom: 0.7rem !important;
  }
}

@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .mb--half,
  .mb--half--p-t,
  .mb--half--t,
  .mb--half--t-d {
    margin-bottom: 0.9rem !important;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .mb--half,
  .mb--half--t-d,
  .mb--half--d {
    margin-bottom: 1.2rem !important;
  }
}

.mb--section {
  margin-bottom: var(--margin-section) !important;
}

.mb--article {
  margin-bottom: var(--margin-article) !important;
}

.mt--section {
  margin-top: var(--margin-section) !important;
}

.mt--article {
  margin-top: var(--margin-article) !important;
}

.pt--none {
  padding-top: 0 !important;
}

.pt--section {
  padding-top: var(--margin-section);
}

.pt--block {
  padding-top: var(--margin);
}

.pb--none {
  padding-bottom: 0 !important;
}

.pb--section {
  padding-bottom: var(--margin-section);
}

.pb--block {
  padding-bottom: var(--margin);
}

.logo {
  display: block;
  background-color: currentcolor;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path class="b" d="m65.52344,34.47656C59.67197,29.50597,60.33736,0,50,0s-9.67197,29.50597-15.52344,34.47656C29.50597,40.32803,0,39.66264,0,50s29.50597,9.67197,34.47656,15.52344c5.85146,4.9706,5.18608,34.47656,15.52344,34.47656s9.67197-29.50597,15.52344-34.47656c4.9706-5.85146,34.47656-5.18608,34.47656-15.52344s-29.50597-9.67197-34.47656-15.52344Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.logo--space {
  mask-size: auto 60%;
}

.opacity--0 {
  opacity: 0;
}

.fill-opacity--0 {
  fill-opacity: 0;
}

.opacity--5 {
  opacity: 0.05;
}

.fill-opacity--5 {
  fill-opacity: 0.05;
}

.opacity--10 {
  opacity: 0.1;
}

.fill-opacity--10 {
  fill-opacity: 0.1;
}

.opacity--15 {
  opacity: 0.15;
}

.fill-opacity--15 {
  fill-opacity: 0.15;
}

.opacity--20 {
  opacity: 0.2;
}

.fill-opacity--20 {
  fill-opacity: 0.2;
}

.opacity--25 {
  opacity: 0.25;
}

.fill-opacity--25 {
  fill-opacity: 0.25;
}

.opacity--30 {
  opacity: 0.3;
}

.fill-opacity--30 {
  fill-opacity: 0.3;
}

.opacity--35 {
  opacity: 0.35;
}

.fill-opacity--35 {
  fill-opacity: 0.35;
}

.opacity--40 {
  opacity: 0.4;
}

.fill-opacity--40 {
  fill-opacity: 0.4;
}

.opacity--45 {
  opacity: 0.45;
}

.fill-opacity--45 {
  fill-opacity: 0.45;
}

.opacity--50 {
  opacity: 0.5;
}

.fill-opacity--50 {
  fill-opacity: 0.5;
}

.opacity--55 {
  opacity: 0.55;
}

.fill-opacity--55 {
  fill-opacity: 0.55;
}

.opacity--60 {
  opacity: 0.6;
}

.fill-opacity--60 {
  fill-opacity: 0.6;
}

.opacity--65 {
  opacity: 0.65;
}

.fill-opacity--65 {
  fill-opacity: 0.65;
}

.opacity--70 {
  opacity: 0.7;
}

.fill-opacity--70 {
  fill-opacity: 0.7;
}

.opacity--75 {
  opacity: 0.75;
}

.fill-opacity--75 {
  fill-opacity: 0.75;
}

.opacity--80 {
  opacity: 0.8;
}

.fill-opacity--80 {
  fill-opacity: 0.8;
}

.opacity--85 {
  opacity: 0.85;
}

.fill-opacity--85 {
  fill-opacity: 0.85;
}

.opacity--90 {
  opacity: 0.9;
}

.fill-opacity--90 {
  fill-opacity: 0.9;
}

.opacity--95 {
  opacity: 0.95;
}

.fill-opacity--95 {
  fill-opacity: 0.95;
}

.fill--ground {
  fill: #ffffff;
}

.stroke--ground {
  stroke: #ffffff;
}

.fill--main {
  fill: #329AF0;
}

.stroke--main {
  stroke: #329AF0;
}

.fill--gray {
  fill: rgb(248.31, 248.4, 248.43);
}

.stroke--gray {
  stroke: rgb(248.31, 248.4, 248.43);
}

.fill--exGray {
  fill: rgb(230.47, 230.8, 230.91);
}

.stroke--exGray {
  stroke: rgb(230.47, 230.8, 230.91);
}

.fill--gray--0 {
  fill: rgb(250.54, 250.6, 250.62);
}

.stroke--gray--0 {
  stroke: rgb(250.54, 250.6, 250.62);
}

.fill--gray--1 {
  fill: rgb(248.31, 248.4, 248.43);
}

.stroke--gray--1 {
  stroke: rgb(248.31, 248.4, 248.43);
}

.fill--gray--2 {
  fill: rgb(241.62, 241.8, 241.86);
}

.stroke--gray--2 {
  stroke: rgb(241.62, 241.8, 241.86);
}

.fill--gray--3 {
  fill: rgb(230.47, 230.8, 230.91);
}

.stroke--gray--3 {
  stroke: rgb(230.47, 230.8, 230.91);
}

.fill--gray--4 {
  fill: rgb(217.09, 217.6, 217.77);
}

.stroke--gray--4 {
  stroke: rgb(217.09, 217.6, 217.77);
}

.fill--gray--9 {
  fill: rgb(143.5, 145, 145.5);
}

.stroke--gray--9 {
  stroke: rgb(143.5, 145, 145.5);
}

.fill--ngtv {
  fill: #202324;
}

.stroke--ngtv {
  stroke: #202324;
}

.fill--trans {
  fill: transparent;
}

.stroke--trans {
  stroke: transparent;
}

.fill--red {
  fill: #FA5252;
}

.stroke--red {
  stroke: #FA5252;
}

.fill--pink {
  fill: #F06595;
}

.stroke--pink {
  stroke: #F06595;
}

.fill--grape {
  fill: #9F4CDB;
}

.stroke--grape {
  stroke: #9F4CDB;
}

.fill--violet {
  fill: #845EF7;
}

.stroke--violet {
  stroke: #845EF7;
}

.fill--indigo {
  fill: #4C6EF5;
}

.stroke--indigo {
  stroke: #4C6EF5;
}

.fill--blue {
  fill: #329AF0;
}

.stroke--blue {
  stroke: #329AF0;
}

.fill--cyan {
  fill: #22B8CF;
}

.stroke--cyan {
  stroke: #22B8CF;
}

.fill--teal {
  fill: #20C997;
}

.stroke--teal {
  stroke: #20C997;
}

.fill--green {
  fill: #51CF66;
}

.stroke--green {
  stroke: #51CF66;
}

.fill--lime {
  fill: #94D82D;
}

.stroke--lime {
  stroke: #94D82D;
}

.fill--yellow {
  fill: #FFD43B;
}

.stroke--yellow {
  stroke: #FFD43B;
}

.fill--orange {
  fill: #FF922B;
}

.stroke--orange {
  stroke: #FF922B;
}

.fill--highlighter {
  fill: #FFFF00;
}

.stroke--highlighter {
  stroke: #FFFF00;
}

.fill--success {
  fill: #51CF66;
}

.stroke--success {
  stroke: #51CF66;
}

.fill--info {
  fill: #329AF0;
}

.stroke--info {
  stroke: #329AF0;
}

.fill--warning {
  fill: #FF922B;
}

.stroke--warning {
  stroke: #FF922B;
}

.fill--danger {
  fill: #FA5252;
}

.stroke--danger {
  stroke: #FA5252;
}

.fill--new {
  fill: #FF922B;
}

.stroke--new {
  stroke: #FF922B;
}

.fill--true {
  fill: #51CF66;
}

.stroke--true {
  stroke: #51CF66;
}

.fill--false {
  fill: #FA5252;
}

.stroke--false {
  stroke: #FA5252;
}

.fill--facebook {
  fill: #3a5897;
}

.stroke--facebook {
  stroke: #3a5897;
}

.fill--twitter {
  fill: #55acee;
}

.stroke--twitter {
  stroke: #55acee;
}

.fill--line {
  fill: #00b900;
}

.stroke--line {
  stroke: #00b900;
}

@keyframes kf__spin {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes kf__icon-h-loop {
  0%, 100% {
    left: 0;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  50.1% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes kf__icon-v-roop {
  0%, 100% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0;
  }
  50.1% {
    top: -100%;
    opacity: 0;
  }
}
@keyframes kf__icon-h-looping {
  0%, 25%, 100% {
    left: 0;
    opacity: 1;
  }
  12.5% {
    left: 100%;
    opacity: 0;
  }
  12.6% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes kf__icon-v-rooping {
  0%, 25%, 100% {
    top: 0;
    opacity: 1;
  }
  12.5% {
    top: 100%;
    opacity: 0;
  }
  12.6% {
    top: -100%;
    opacity: 0;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size--thumbnail,
img[class*=attachment-],
img[class*=wp-image] {
  height: auto;
}

.post-edit-link {
  font-size: 1.4rem !important;
  letter-spacing: 0 !important;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

html:not(.no-js) .no-script {
  display: none;
}

html.no-js .is-script {
  display: none;
}

.is-hide {
  display: none;
}

.none {
  display: none !important;
}

@media print, screen and (min-width: 568.02px) {
  .only--p {
    display: none !important;
  }
}

@media print, screen and (min-width: 833.02px) {
  .only--p-t-sm {
    display: none !important;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .only--p-t {
    display: none !important;
  }
}

@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .only--p-d {
    display: none !important;
  }
}

@media print, screen and (max-width: 568px), (min-width: 1098.02px) {
  .only--t {
    display: none !important;
  }
}

@media print, screen and (max-width: 568px) {
  .only--t-sm {
    display: none !important;
  }
}
@media print, screen and (min-width: 833.02px) {
  .only--t-sm {
    display: none !important;
  }
}

@media print, screen and (max-width: 833px) {
  .only--t-lg {
    display: none !important;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .only--t-lg {
    display: none !important;
  }
}

@media print, screen and (max-width: 568px) {
  .only--t-d {
    display: none !important;
  }
}

@media print, screen and (max-width: 833px) {
  .only--t-lg-d {
    display: none !important;
  }
}

@media print, screen and (max-width: 1098px) {
  .only--d {
    display: none !important;
  }
}

@media print, screen and (min-width: 1370.02px) {
  .not--w, .only--p-t-d {
    display: none !important;
  }
}

@media print, screen and (max-width: 1370px) {
  .only--w {
    display: none !important;
  }
}

@media screen {
  .only--print {
    display: none !important;
  }
}

@media print {
  .only--screen {
    display: none !important;
  }
}

@media print, screen and (orientation: landscape) {
  .only--portrait {
    display: none !important;
  }
}

@media print, screen and (orientation: portrait) {
  .only--landscape {
    display: none !important;
  }
}

[data-is-hash]:not(.is-active),
[data-is-mode]:not(.is-active) {
  display: none;
}

.only--localhost {
  display: none;
}
html.is-localhost .only--localhost {
  display: block;
}

.only__is-active:not(.is-active) {
  display: none;
}

.only__is-not-active.is-active {
  display: none;
}

.shc-footer__inner, .page-head__inner, .footer__container__inner, .footer__site__inner, .l-content, .header-page {
  padding-inline: var(--padding-page--inline);
  max-width: calc(var(--width-content) + var(--padding-page--r) + var(--padding-page--l));
}
@supports (padding: env(safe-area-inset-left)) {
  .shc-footer__inner, .page-head__inner, .footer__container__inner, .footer__site__inner, .l-content, .header-page {
    padding-inline: calc(var(--padding-page--l) + env(safe-area-inset-left)) calc(var(--padding-page--r) + env(safe-area-inset-right));
  }
}

.fixed-header_trigger {
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  pointer-events: none;
  z-index: -1;
  transition-property: none !important;
}

.shc-footer__nav__list:not(:last-child), .gallery:not(:last-child), .header__drawer__list__item--button .header__drawer__list__item__str:not(:last-child), .header__nav__item--button .header__nav__item__str:not(:last-child),
main cite:not(:last-child),
main dl:not(:last-child),
main p:not(:last-child),
main table:not(:last-child),
main .l-content img:not(:last-child),
main .l-content object:not(:last-child),
main .l-content picture:not(:last-child),
main .l-content figure:not(:last-child), .l-block:not(:last-child), .caption:not(:last-child),
.wp-caption-text:not(:last-child), .wp-caption a:not(:last-child), .wp-caption:not(:last-child), .h2 + .h-sub:not(:last-child),
.l-content--entry h2 + .h-sub:not(:last-child), .h2:not(:last-child),
.l-content--entry h2:not(:last-child), .h1 + .h-sub:not(:last-child),
.l-content--entry h1 + .h-sub:not(:last-child), .wall + .cite:not(:last-child), blockquote + .cite:not(:last-child), .blockquote + .cite:not(:last-child), blockquote:not(:last-child), .blockquote:not(:last-child) {
  margin-bottom: calc(var(--margin) * 1 * 1);
}

.newslist__list__item__anchor__inner__article__title:not(:last-child), .l-block--sm:not(:last-child), .h-head:not(:last-child), .h4 + .h-sub:not(:last-child),
.l-content--entry h4 + .h-sub:not(:last-child), .h4:not(:last-child),
.l-content--entry h4:not(:last-child), .h3 + .h-sub:not(:last-child),
.l-content--entry h3 + .h-sub:not(:last-child), .h3:not(:last-child),
.l-content--entry h3:not(:last-child) {
  margin-bottom: calc(var(--margin) * 0.5 * 1);
}

.l-block--xs:not(:last-child), .h5:not(:last-child),
.l-content--entry h5:not(:last-child) {
  margin-bottom: calc(var(--margin) * 0.3333333333 * 1);
}

.section:not(:last-child), section:not(:last-child), .shc-footer__nav:not(:last-child), .m-header:not(:last-child), .l-section:not(:last-child), .h1:not(:last-child):not(:only-child),
.l-content--entry h1:not(:last-child):not(:only-child) {
  margin-bottom: calc(var(--margin-section) * 1);
}

article:not(:last-child), .article:not(:last-child), .l-content:not(:last-child), .header-page:not(:last-child) {
  margin-bottom: calc(var(--margin-article) * 1);
}

html#cs .s-lead, .header__bar, .condensed, .narrow, .l-content--entry, .caption--dent-c,
.wp-caption-text--dent-c, .caption--tadpole-c::before, .caption--tadpole-c::after,
.wp-caption-text--tadpole-c::before,
.wp-caption-text--tadpole-c::after, .caption--drawer-c::before, .caption--drawer-c::after,
.wp-caption-text--drawer-c::before,
.wp-caption-text--drawer-c::after, .caption--line-c::before,
.wp-caption-text--line-c::before, .m-header .h-sub, .m-header h2, .margin-auto, .shc-footer__inner, .page-head__inner, .footer__container__inner, .footer__site__inner, .l-content, .header-page {
  margin-inline: auto;
}

h1, h2, h3, h4, h5, h6, body, input, select, textarea, mark {
  font-weight: 500;
}

.hero__copy, .padding-text, .m-header h2 > span, .bold {
  font-weight: bold;
}

.bordered {
  border-style: solid;
  border-color: rgba(32, 35, 36, 0.11);
  border-width: 0.1rem;
}

.bordered.bordered--group {
  border: 0;
}
.bordered.bordered--group > * {
  border-style: solid;
  border-color: rgba(32, 35, 36, 0.11);
  border-width: 0.1rem;
  margin-bottom: 0 !important;
  border-radius: 0;
}
.bordered.bordered--group > *:not(:first-child) {
  border-top: 0;
}
.bordered.bordered--group.rounded > *:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.bordered.bordered--group.rounded > *:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.bordered.bordered--group > .form-set input {
  border: 0;
}
.bordered.bordered--group > .form-set:not(:first-child) input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bordered.bordered--group > .form-set:not(:last-child) input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bordered--sm, .bordered--sm.bordered--group > * {
  border-width: 0.9rem;
}

.bordered--md, .bordered--md.bordered--group > * {
  border-width: 1.4rem;
}

.bordered--lg, .bordered--lg.bordered--group > * {
  border-width: 2.3rem;
}

.bordered--xl, .bordered--xl.bordered--group > * {
  border-width: 3.7rem;
}

.rounded, picture.rounded img {
  border-radius: 1rem;
}

.rounded--xxs, picture.rounded--xxs img {
  border-radius: 0.25rem;
}

.rounded--xs, picture.rounded--xs img {
  border-radius: 0.3333333333rem;
}

.rounded--sm, picture.rounded--sm img {
  border-radius: 0.5rem;
}

.rounded--lg, picture.rounded--lg img {
  border-radius: 2rem;
}

.rounded--xl, picture.rounded--xl img {
  border-radius: 3rem;
}

.rounded--xxl, picture.rounded--xxl img {
  border-radius: 4rem;
}

.rounded--max, picture.rounded--max img {
  border-radius: 999.9rem;
}

.box-shadow {
  box-shadow: 0 0 1.7em 0.1rem rgba(32, 35, 36, 0.17);
}

.inner-shadow {
  box-shadow: 0 0 1.7em rgba(32, 35, 36, 0.17) inset;
}

.neu-shadow {
  box-shadow: 0.5666666667em 0.5666666667em 1.7em 0.1rem rgba(32, 35, 36, 0.17), -0.5666666667em -0.5666666667em 1.7em 0.1rem rgba(255, 255, 255, 0.5);
}

.shadow {
  position: relative;
  z-index: 100;
}
.shadow::before, .shadow::after {
  content: "";
  position: absolute;
}
.shadow::after {
  z-index: 102;
  background-color: var(--color-body);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.shadow::before {
  z-index: 101;
}
.shadow__inner {
  position: relative;
  z-index: 103;
}

.shadow--edge::before {
  box-shadow: 0 0 var(--margin-section) 0 rgba(32, 35, 36, 0.17);
  width: 50%;
  height: 50%;
}

.shadow--edge--t-r::before {
  skew: -5deg -5deg;
  transform-origin: right top;
  top: 0;
  right: 0;
}

.shadow--edge--b-r::before {
  skew: 5deg 5deg;
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}

.shadow--edge--b-l::before {
  skew: -5deg -5deg;
  transform-origin: left bottom;
  bottom: 0;
  left: 0;
}

.shadow--edge--t-l::before {
  skew: 5deg 5deg;
  transform-origin: left top;
  top: 0;
  left: 0;
}

.shadow--bottom::before {
  width: 100%;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(rgba(32, 35, 36, 0.17), rgba(32, 35, 36, 0) 70%);
  height: calc(var(--margin-section) * 2);
  bottom: calc(var(--margin-section) * -1);
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt", "kern";
  font-variant-numeric: lining-nums;
}

body, input, select, textarea, mark {
  color: var(--color-figure);
  font-size: var(--font-size--md);
  letter-spacing: var(--letter-spacing--md);
  line-height: 1.7;
  line-break: strict;
  font-family: Arial, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
html#cs body, html#cs input, html#cs select, html#cs textarea, html#cs mark {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html#ss body, html#ss input, html#ss select, html#ss textarea, html#ss mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-variant-numeric: oldstyle-nums;
}

::selection {
  background: rgba(50, 154, 240, 0.25);
}

pre {
  white-space: pre-wrap;
}

sup,
sub {
  line-height: 1em;
  font-size: 0.75em;
}
sup::before, sup::after,
sub::before,
sub::after {
  content: " ";
}

sup {
  vertical-align: 0.35em;
}

sub {
  vertical-align: 0;
}

b, .b, strong, .strong {
  font-style: normal;
  font-weight: bold;
}

em {
  font-style: normal;
  color: #FF922B;
}

mark, .mark {
  background-color: #FFFF00;
}

ruby {
  text-emphasis: none;
}

.sans {
  font-family: Arial, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.serif {
  font-family: Garamond, Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.monospace {
  font-family: Courier, monospace;
  letter-spacing: 0 !important;
}

.italic {
  font-style: italic !important;
}

.txt-xxs {
  font-size: var(--font-size--xxs);
  letter-spacing: var(--letter-spacing--xxs);
  line-height: 1.7;
}

.txt-xs {
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
}

.txt-sm {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
  line-height: 1.7;
}

.txt-md {
  font-size: var(--font-size--md);
  letter-spacing: var(--letter-spacing--md);
  line-height: 1.7;
}

.txt-lg {
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
  line-height: 1.7;
}

.txt-xl {
  font-size: var(--font-size--xl);
  letter-spacing: var(--letter-spacing--xl);
  line-height: 1.7;
}

.txt-xxl {
  font-size: var(--font-size--xxl);
  letter-spacing: var(--letter-spacing--xxl);
  line-height: 1.7;
}

.txt-xxxl {
  font-size: var(--font-size--xxxl);
  letter-spacing: var(--letter-spacing--xxxl);
  line-height: 1.7;
}

.nowrap {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.overflow-break {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.flash-left {
  *zoom: 1;
}
.flash-left::after {
  content: "";
  display: table;
  clear: both;
}
.flash-left > span {
  white-space: nowrap;
  float: left;
}

.tax {
  font-size: 0.75em;
}

a, button {
  color: #329AF0;
  outline: none;
  text-underline-offset: 0.35em;
}
@media (hover: hover) {
  a:hover, button:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 0.1rem;
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  }
}
a:focus-visible, a.is-hover, button:focus-visible, button.is-hover {
  text-decoration-line: underline;
  text-decoration-thickness: 0.1rem;
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}
article a, article button {
  text-decoration-line: underline;
  text-decoration-thickness: 0.1rem;
}
html.un-touched article a:focus-visible, html.un-touched article button:focus-visible {
  outline: rgba(50, 154, 240, 0.6) solid 0.3rem;
  outline-offset: 0.6rem;
}
a[disabled], button[disabled] {
  color: rgba(32, 35, 36, 0.5);
  pointer-events: none;
}

a, button, .button {
  transition-property: color,background,border,opacity,outline;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}

.anchor--gap {
  margin-inline: 0.4em;
}

a.anchor--mail,
.mailaddress {
  overflow-wrap: break-word;
}

.ui a, .ui button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .ui a:hover, .ui button:hover {
    text-decoration-line: none;
  }
}
.ui a:focus-visible, .ui a.is-hover, .ui button:focus-visible, .ui button.is-hover {
  text-decoration-line: none;
}

a.ui {
  text-decoration-line: none;
}
@media (hover: hover) {
  a.ui:hover {
    text-decoration-line: none;
  }
}
a.ui:focus-visible, a.ui.is-hover {
  text-decoration-line: none;
}

.anchor--inherit a, .anchor--inherit button {
  color: inherit;
}
@media (hover: hover) {
  .anchor--inherit a:hover, .anchor--inherit button:hover {
    color: inherit;
  }
}
.anchor--inherit a:focus-visible, .anchor--inherit a.is-hover, .anchor--inherit button:focus-visible, .anchor--inherit button.is-hover {
  color: inherit;
}

a.anchor--inherit {
  color: inherit;
}
@media (hover: hover) {
  a.anchor--inherit:hover {
    color: inherit;
  }
}
a.anchor--inherit:focus-visible, a.anchor--inherit.is-hover {
  color: inherit;
}

.anchor--font a, .anchor--font button {
  color: var(--color-figure);
}
@media (hover: hover) {
  .anchor--font a:hover, .anchor--font button:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  }
}
.anchor--font a:focus-visible, .anchor--font a.is-hover, .anchor--font button:focus-visible, .anchor--font button.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}

a.anchor--font {
  color: var(--color-figure);
}
@media (hover: hover) {
  a.anchor--font:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  }
}
a.anchor--font:focus-visible, a.anchor--font.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}

.anchor--lihgt a, .anchor--lihgt button {
  color: rgba(32, 35, 36, 0.5);
}
@media (hover: hover) {
  .anchor--lihgt a:hover, .anchor--lihgt button:hover {
    color: rgba(32, 35, 36, 0.75);
  }
}
.anchor--lihgt a:focus-visible, .anchor--lihgt a.is-hover, .anchor--lihgt button:focus-visible, .anchor--lihgt button.is-hover {
  color: rgba(32, 35, 36, 0.75);
}

.anchor--ngtv a, .anchor--ngtv button {
  color: var(--color-body);
}
@media (hover: hover) {
  .anchor--ngtv a:hover, .anchor--ngtv button:hover {
    color: var(--color-body);
  }
}
.anchor--ngtv a:focus-visible, .anchor--ngtv a.is-hover, .anchor--ngtv button:focus-visible, .anchor--ngtv button.is-hover {
  color: var(--color-body);
}

.main {
  color: #329AF0;
  border-color: currentcolor;
}

.light {
  color: rgba(32, 35, 36, 0.5);
  border-color: currentcolor;
}

.exLight {
  color: rgba(32, 35, 36, 0.3);
  border-color: currentcolor;
}

.txt-ngtv {
  color: var(--color-body);
}
.txt-ngtv a, .txt-ngtv button {
  color: var(--color-body);
}
@media (hover: hover) {
  .txt-ngtv a:hover, .txt-ngtv button:hover {
    color: var(--color-body);
  }
}
.txt-ngtv a:focus-visible, .txt-ngtv a.is-hover, .txt-ngtv button:focus-visible, .txt-ngtv button.is-hover {
  color: var(--color-body);
}

.ground {
  color: #ffffff;
  border-color: currentcolor;
}

.main {
  color: #329AF0;
  border-color: currentcolor;
}

.gray {
  color: rgb(248.31, 248.4, 248.43);
  border-color: currentcolor;
}

.exGray {
  color: rgb(230.47, 230.8, 230.91);
  border-color: currentcolor;
}

.gray--0 {
  color: rgb(250.54, 250.6, 250.62);
  border-color: currentcolor;
}

.gray--1 {
  color: rgb(248.31, 248.4, 248.43);
  border-color: currentcolor;
}

.gray--2 {
  color: rgb(241.62, 241.8, 241.86);
  border-color: currentcolor;
}

.gray--3 {
  color: rgb(230.47, 230.8, 230.91);
  border-color: currentcolor;
}

.gray--4 {
  color: rgb(217.09, 217.6, 217.77);
  border-color: currentcolor;
}

.gray--9 {
  color: rgb(143.5, 145, 145.5);
  border-color: currentcolor;
}

.ngtv {
  color: #202324;
  border-color: currentcolor;
}

.trans {
  color: transparent;
  border-color: currentcolor;
}

.red {
  color: #FA5252;
  border-color: currentcolor;
}

.pink {
  color: #F06595;
  border-color: currentcolor;
}

.grape {
  color: #9F4CDB;
  border-color: currentcolor;
}

.violet {
  color: #845EF7;
  border-color: currentcolor;
}

.indigo {
  color: #4C6EF5;
  border-color: currentcolor;
}

.blue {
  color: #329AF0;
  border-color: currentcolor;
}

.cyan {
  color: #22B8CF;
  border-color: currentcolor;
}

.teal {
  color: #20C997;
  border-color: currentcolor;
}

.green {
  color: #51CF66;
  border-color: currentcolor;
}

.lime {
  color: #94D82D;
  border-color: currentcolor;
}

.yellow {
  color: #FFD43B;
  border-color: currentcolor;
}

.orange {
  color: #FF922B;
  border-color: currentcolor;
}

.highlighter {
  color: #FFFF00;
  border-color: currentcolor;
}

.success {
  color: #51CF66;
  border-color: currentcolor;
}

.info {
  color: #329AF0;
  border-color: currentcolor;
}

.warning {
  color: #FF922B;
  border-color: currentcolor;
}

.danger {
  color: #FA5252;
  border-color: currentcolor;
}

.new {
  color: #FF922B;
  border-color: currentcolor;
}

.true {
  color: #51CF66;
  border-color: currentcolor;
}

.false {
  color: #FA5252;
  border-color: currentcolor;
}

.facebook {
  color: #3a5897;
  border-color: currentcolor;
}

.twitter {
  color: #55acee;
  border-color: currentcolor;
}

.line {
  color: #00b900;
  border-color: currentcolor;
}

.beta {
  font-feature-settings: normal;
}

.palt {
  font-feature-settings: "palt";
}

.pwid {
  font-variant-east-asian: proportional-width;
}

.pkna {
  font-feature-settings: "pkna";
}

.smcp {
  font-feature-settings: "smcp";
}

.liga {
  font-feature-settings: "liga";
}

.dlig {
  font-variant-ligatures: discretionary-ligatures;
  -moz-font-feature-settings: "dlig";
  -webkit-font-feature-settings: "dlig";
  font-feature-settings: "dlig";
}

.onum {
  font-feature-settings: "onum";
}

.lnum {
  font-feature-settings: "lnum";
}

.frac {
  font-feature-settings: "frac";
}

.tnum {
  font-feature-settings: "frac";
}

.salt {
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}

.vertical-writing {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

@media print, screen and (max-width: 568px) {
  .vertical-writing--p {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

@media print, screen and (max-width: 568px) {
  .vertical-writing--p-t {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .vertical-writing--p-t {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .vertical-writing--t {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

@media print, screen and (min-width: 568.02px) {
  .vertical-writing--t-d {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .vertical-writing--d {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
  }
}

.andshy__widow {
  white-space: nowrap;
}

.vf {
  font-family: "subset";
  vertical-align: baseline;
  line-height: 1;
  letter-spacing: 0;
}

.paren--maru-ja {
  font-size: 0.75em;
  vertical-align: 0.125em;
}

.su-maru {
  letter-spacing: -0.15em;
  white-space: nowrap;
}

.ri-maru {
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.ri-ten {
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.hellip {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0 !important;
  font-variant-east-asian: initial;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

@media print, screen and (max-width: 568px) {
  .ellipsis--p {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

@media print, screen and (max-width: 1098px) {
  .ellipsis--p-t {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .ellipsis--t {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

@media print, screen and (min-width: 568.02px) {
  .ellipsis--t-d {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .ellipsis--d {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

@media print, screen and (min-width: 1370.02px) {
  .ellipsis--w {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}

.ellipsis-fade {
  overflow: hidden;
  position: relative;
  line-height: 1.7em;
  background-color: rgb(230.47, 230.8, 230.91);
}
.ellipsis-fade span {
  display: block;
}

.ellipsis-fade--1 {
  max-height: 1.7em;
}
.ellipsis-fade--1::before {
  top: 0em;
}

.ellipsis-fade--2 {
  max-height: 3.4em;
}
.ellipsis-fade--2::before {
  top: 1.7em;
}

.ellipsis-fade--3 {
  max-height: 5.1em;
}
.ellipsis-fade--3::before {
  top: 3.4em;
}

.ellipsis-fade--4 {
  max-height: 6.8em;
}
.ellipsis-fade--4::before {
  top: 5.1em;
}

:root {
  --blockquote__padding-left: 3.7rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --blockquote__padding-left: 4.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --blockquote__padding-left: 5.7rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --blockquote__padding-left: 5.7rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --blockquote__padding-left: 6.9rem;
  }
}

blockquote, .blockquote {
  position: relative;
  padding-left: var(--blockquote__padding-left);
}
blockquote::before, .blockquote::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: currentcolor;
  left: 0;
  top: calc((1.7em - 0.1rem) / 2);
  width: calc(var(--blockquote__padding-left) - 0.7em);
}

.blockquote--quote {
  border-top: 0.35em solid transparent;
}
.blockquote--quote::before {
  content: "“";
  background-color: transparent;
  font-variant-ligatures: discretionary-ligatures;
  letter-spacing: 0 !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0 !important;
  top: 0;
  left: 0;
  font-family: icon-font-13;
  font-variation-settings: "wght" 100;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .blockquote--quote::before {
    font-family: icon-font-21;
    font-variation-settings: "wght" 300;
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 833.02px) {
  .blockquote--quote::before {
    font-family: icon-font-33;
    font-variation-settings: "wght" 500;
    font-size: 3.3rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  .blockquote--quote::before {
    font-family: icon-font-45;
    font-variation-settings: "wght" 700;
    font-size: 4.5rem;
  }
}
.blockquote--quote .blockquote__inner {
  margin-top: -0.35em;
}

.blockquote--kakko {
  border-top: 0.35em solid transparent;
}
.blockquote--kakko::before {
  background-color: transparent;
  border-top: 0.2rem solid currentcolor;
  border-left: 0.2rem solid currentcolor;
  top: 0;
  left: 0;
  width: 0.65rem;
  height: 0.975rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .blockquote--kakko::before {
    width: 1.05rem;
    height: 1.575rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .blockquote--kakko::before {
    width: 1.65rem;
    height: 2.475rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .blockquote--kakko::before {
    width: 1.65rem;
    height: 2.475rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  .blockquote--kakko::before {
    width: 2.25rem;
    height: 3.375rem;
  }
}
.blockquote--kakko .blockquote__inner {
  margin-top: -0.35em;
}

.cite {
  display: block;
}
.cite cite {
  display: inline;
}
.wall + .cite, blockquote + .cite, .blockquote + .cite {
  text-align: right;
  position: relative;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
}
.cite > p, .cite > cite {
  position: relative;
}
.cite > p::before, .cite > cite::before {
  content: "——";
  font-family: "subset";
  margin-right: 0.2em;
}

.blockquote--line {
  padding-left: 1em;
  padding-right: 0;
}
.blockquote--line::after, .blockquote--line::before {
  content: "";
}
.blockquote--line::before {
  width: 0.1rem;
  height: 100%;
  background-color: rgb(230.47, 230.8, 230.91);
  left: 0;
  top: 0;
}
.blockquote--line::after {
  display: none;
}
.blockquote--line + .cite {
  padding-left: 1em;
  position: relative;
}
.blockquote--line + .cite::before {
  content: "";
  width: 0.1rem;
  height: calc(100% + var(--margin));
  background-color: rgb(230.47, 230.8, 230.91);
  left: 0;
  bottom: 0;
  position: absolute;
}

.exactly::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -0.35em;
}

@media print, screen and (max-width: 568px) {
  .exactly--p::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em;
  }
}

@media print, screen and (max-width: 1098px) {
  .exactly--p-t::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em;
  }
}

@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .exactly--t::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em;
  }
}

@media print, screen and (min-width: 568.02px) {
  .exactly--t-d::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .exactly--d::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.35em;
  }
}

.multiplication {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.multiplication::before, .multiplication::after {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
}
.multiplication::before {
  rotate: 45deg;
}
.multiplication::after {
  rotate: -45deg;
}

.gen-plus {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.gen-plus::before, .gen-plus::after {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
}
.gen-plus::before, .gen-plus::after {
  top: -0.1em;
}
.gen-plus::after {
  rotate: 90deg;
}

.colon {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.colon::before, .colon::after {
  content: "";
  position: absolute;
  margin-inline: auto;
  right: 0;
  left: 0;
  background-color: currentcolor;
  width: 0.12em;
  height: 0.12em;
  border-radius: 50%;
}
.colon::before {
  top: 0;
}
.colon::after {
  bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.aligncenter + .h1, .alignright + .h1, .alignleft + .h1,
.aligncenter + .h2,
.alignright + .h2,
.alignleft + .h2,
.aligncenter + .h3,
.alignright + .h3,
.alignleft + .h3,
.aligncenter + .h4,
.alignright + .h4,
.alignleft + .h4,
.aligncenter + .h5,
.alignright + .h5,
.alignleft + .h5,
.aligncenter + .h6,
.alignright + .h6,
.alignleft + .h6,
.aligncenter + .h_label,
.alignright + .h_label,
.alignleft + .h_label {
  clear: none;
}
.h1 h1, .h1 h1 a, .h1 h2, .h1 h2 a, .h1 h3, .h1 h3 a, .h1 h4, .h1 h4 a, .h1 h5, .h1 h5 a, .h1 h6, .h1 h6 a,
.h2 h1,
.h2 h1 a,
.h2 h2,
.h2 h2 a,
.h2 h3,
.h2 h3 a,
.h2 h4,
.h2 h4 a,
.h2 h5,
.h2 h5 a,
.h2 h6,
.h2 h6 a,
.h3 h1,
.h3 h1 a,
.h3 h2,
.h3 h2 a,
.h3 h3,
.h3 h3 a,
.h3 h4,
.h3 h4 a,
.h3 h5,
.h3 h5 a,
.h3 h6,
.h3 h6 a,
.h4 h1,
.h4 h1 a,
.h4 h2,
.h4 h2 a,
.h4 h3,
.h4 h3 a,
.h4 h4,
.h4 h4 a,
.h4 h5,
.h4 h5 a,
.h4 h6,
.h4 h6 a,
.h5 h1,
.h5 h1 a,
.h5 h2,
.h5 h2 a,
.h5 h3,
.h5 h3 a,
.h5 h4,
.h5 h4 a,
.h5 h5,
.h5 h5 a,
.h5 h6,
.h5 h6 a,
.h6 h1,
.h6 h1 a,
.h6 h2,
.h6 h2 a,
.h6 h3,
.h6 h3 a,
.h6 h4,
.h6 h4 a,
.h6 h5,
.h6 h5 a,
.h6 h6,
.h6 h6 a,
.h_label h1,
.h_label h1 a,
.h_label h2,
.h_label h2 a,
.h_label h3,
.h_label h3 a,
.h_label h4,
.h_label h4 a,
.h_label h5,
.h_label h5 a,
.h_label h6,
.h_label h6 a {
  color: #329AF0;
}
.h1 + picture:not(:first-child),
.h2 + picture:not(:first-child),
.h3 + picture:not(:first-child),
.h4 + picture:not(:first-child),
.h5 + picture:not(:first-child),
.h6 + picture:not(:first-child),
.h_label + picture:not(:first-child) {
  margin-top: calc(var(--margin) * 1 * 1);
}

.header-page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.header-page > * {
  min-width: 0;
}
.header-page > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.h1,
.l-content--entry h1 {
  font-size: var(--font-size--xl);
  letter-spacing: var(--letter-spacing--xl);
}
.h1 + .h-sub:not(:first-child),
.l-content--entry h1 + .h-sub:not(:first-child) {
  margin-top: calc(var(--margin) * 1 * 1);
}
.h1:not(:only-child):not(:first-child),
.l-content--entry h1:not(:only-child):not(:first-child) {
  first-top: calc(var(--margin-article) * 1);
}
.h1 .entry-title:has(.icon),
.l-content--entry h1 .entry-title:has(.icon) {
  align-items: center;
  display: grid;
}
.h1 .entry-title:has(.icon),
.l-content--entry h1 .entry-title:has(.icon) {
  gap: calc(var(--margin) * 0.5) calc(var(--margin-width) * 0.5);
}
.h1 .entry-title:has(.icon),
.l-content--entry h1 .entry-title:has(.icon) {
  grid-template-columns: auto 1fr;
}
.h2,
.l-content--entry h2 {
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
}
.h2:not(:first-child),
.l-content--entry h2:not(:first-child) {
  margin-top: 2.8rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .h2:not(:first-child),
  .l-content--entry h2:not(:first-child) {
    margin-top: 3.6rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .h2:not(:first-child),
  .l-content--entry h2:not(:first-child) {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .h2:not(:first-child),
  .l-content--entry h2:not(:first-child) {
    margin-top: 4.8rem;
  }
}
.h2 + .h-sub:not(:first-child),
.l-content--entry h2 + .h-sub:not(:first-child) {
  margin-top: calc(var(--margin) * 1 * 1);
}

.h3,
.l-content--entry h3 {
  font-size: var(--font-size--md);
  letter-spacing: var(--letter-spacing--md);
}
.h3 + .h-sub:not(:first-child),
.l-content--entry h3 + .h-sub:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}

.h4,
.l-content--entry h4 {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
}
.h3 + .h4,
.h3 + .l-content--entry h4 {
  margin-top: 0;
}
.h4 + .h-sub:not(:first-child),
.l-content--entry h4 + .h-sub:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}

.h5,
.l-content--entry h5 {
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
}

.h6,
.l-content--entry h6 {
  color: rgba(32, 35, 36, 0.5);
  border-color: currentcolor;
  font-size: var(--font-size--xxs);
  letter-spacing: var(--letter-spacing--xxs);
}

.h-head {
  color: rgba(32, 35, 36, 0.5);
  border-color: currentcolor;
}

.h-bar h2, .h-bar h3, .h-bar h4, .h-bar h5, .h-bar h6 {
  padding-left: 1em;
  padding-bottom: 1.5em;
  border-left: 0.1rem solid currentcolor;
}

.h-bar-r h2, .h-bar-r h3, .h-bar-r h4, .h-bar-r h5, .h-bar-r h6 {
  position: relative;
  padding-left: calc(0.4rem + 0.6em);
}
.h-bar-r h2::before, .h-bar-r h3::before, .h-bar-r h4::before, .h-bar-r h5::before, .h-bar-r h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 0.4rem;
  height: calc(100% - 0.5em);
  border-radius: 999.9rem;
  background-color: currentcolor;
}

.h-line h2, .h-line h3, .h-line h4, .h-line h5, .h-line h6 {
  padding-left: 1em;
  position: relative;
}
.h-line h2::before, .h-line h3::before, .h-line h4::before, .h-line h5::before, .h-line h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.5em;
  height: 0.1rem;
  background-color: currentcolor;
}

.h-dot h2, .h-dot h3, .h-dot h4, .h-dot h5, .h-dot h6 {
  padding-left: 1em;
  position: relative;
}
.h-dot h2::before, .h-dot h3::before, .h-dot h4::before, .h-dot h5::before, .h-dot h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: currentcolor;
}

.h-hr h2, .h-hr h3, .h-hr h4, .h-hr h5, .h-hr h6 {
  padding-bottom: 1.7em;
  position: relative;
  margin-bottom: 0;
}
.h-hr h2::before, .h-hr h3::before, .h-hr h4::before, .h-hr h5::before, .h-hr h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.85em;
  width: 2em;
  height: 0.1rem;
  background-color: currentcolor;
}

.h-owt {
  overflow: hidden;
}
.h-owt h2, .h-owt h3, .h-owt h4, .h-owt h5, .h-owt h6 {
  text-align: center;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}
.h-owt h2 span, .h-owt h3 span, .h-owt h4 span, .h-owt h5 span, .h-owt h6 span {
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
}
.h-owt h2 span::before, .h-owt h2 span::after, .h-owt h3 span::before, .h-owt h3 span::after, .h-owt h4 span::before, .h-owt h4 span::after, .h-owt h5 span::before, .h-owt h5 span::after, .h-owt h6 span::before, .h-owt h6 span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.2rem;
  height: 200%;
  background-color: currentcolor;
  transform-origin: center;
}
.h-owt h2 span::before, .h-owt h3 span::before, .h-owt h4 span::before, .h-owt h5 span::before, .h-owt h6 span::before {
  left: -0.25em;
  rotate: -12deg;
}
.h-owt h2 span::after, .h-owt h3 span::after, .h-owt h4 span::after, .h-owt h5 span::after, .h-owt h6 span::after {
  right: -0.25em;
  rotate: 12deg;
}

.h-paren h2, .h-paren h3, .h-paren h4, .h-paren h5, .h-paren h6 {
  text-align: center;
}
.h-paren h2 span, .h-paren h3 span, .h-paren h4 span, .h-paren h5 span, .h-paren h6 span {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: inline-block;
  position: relative;
}
.h-paren h2 span::before, .h-paren h2 span::after, .h-paren h3 span::before, .h-paren h3 span::after, .h-paren h4 span::before, .h-paren h4 span::after, .h-paren h5 span::before, .h-paren h5 span::after, .h-paren h6 span::before, .h-paren h6 span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3rem;
  height: 100%;
  border-radius: 50%;
  border: 0.4rem solid currentcolor;
  border-top: 0;
  border-bottom: 0;
}
.h-paren h2 span::before, .h-paren h3 span::before, .h-paren h4 span::before, .h-paren h5 span::before, .h-paren h6 span::before {
  left: 0;
  border-right: 0;
}
.h-paren h2 span::after, .h-paren h3 span::after, .h-paren h4 span::after, .h-paren h5 span::after, .h-paren h6 span::after {
  right: 0;
  border-left: 0;
}

.m-header {
  text-align: center;
  display: grid;
}
.m-header {
  grid-template-columns: auto;
}
.m-header {
  grid-template-rows: auto auto;
}
.m-header h2 {
  max-width: 40em;
}
.m-header h2 > span {
  display: block;
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
  line-height: 1.5;
}
.m-header h2 > span span {
  display: inline-block;
}
.m-header h2:first-child > span {
  margin-bottom: -0.25em;
}
.m-header h2:last-child > span {
  margin-top: -0.25em;
}
.m-header .h-sub {
  position: relative;
  min-width: 4em;
  color: #329AF0;
}
.m-header .h-sub::before {
  content: "";
  position: absolute;
  position: absolute;
  margin-inline: auto;
  right: 0;
  left: 0;
  height: 0.2rem;
  width: 4em;
  background-color: currentcolor;
}
.m-header .h-sub > span {
  display: block;
  text-transform: uppercase;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1;
}
.m-header .h-copy {
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
  line-height: 1.7;
}

.m-header--a .h-sub {
  padding-top: calc(2em + 0.2rem);
}
.m-header--a .h-sub::before {
  top: 1em;
}

.m-header--a2 h2 {
  grid-row: 2/3;
}
.m-header--a2 .h-sub {
  padding-bottom: calc(2em + 0.2rem);
  grid-row: 1/2;
}
.m-header--a2 .h-sub::before {
  bottom: 1em;
}

figure {
  position: relative;
}

.wp-caption {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.wp-caption a {
  display: block;
}

.caption,
.wp-caption-text {
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
  color: rgba(32, 35, 36, 0.5);
  border-color: currentcolor;
}
.caption:not(:first-child),
.wp-caption-text:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}
.caption, .caption--r,
.wp-caption-text,
.wp-caption-text--r {
  text-align: right;
}
.caption--l,
.wp-caption-text--l {
  text-align: left;
}
.caption--c,
.wp-caption-text--c {
  text-align: center;
}
.caption__str,
.wp-caption-text__str {
  position: relative;
}
.caption--ngtv,
.wp-caption-text--ngtv {
  color: var(--color-body);
}
.caption--wall .caption__str,
.caption--wall .wp-caption-text__str,
.wp-caption-text--wall .caption__str,
.wp-caption-text--wall .wp-caption-text__str {
  background-color: #329AF0;
  color: #ffffff;
  padding: 0.2680469716em 0.6180469716em;
}
.caption--inner, .caption--inner-r, .caption--inner-c, .caption--inner-l,
.wp-caption-text--inner,
.wp-caption-text--inner-r,
.wp-caption-text--inner-c,
.wp-caption-text--inner-l {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.2680469716em 0.6180469716em;
}
.caption--inner, .caption--inner-r,
.wp-caption-text--inner,
.wp-caption-text--inner-r {
  text-align: right;
}
.caption--inner-l,
.wp-caption-text--inner-l {
  text-align: left;
}
.caption--inner-c,
.wp-caption-text--inner-c {
  text-align: center;
}
.caption--bar, .caption--bar-r, .caption--bar-l,
.wp-caption-text--bar,
.wp-caption-text--bar-r,
.wp-caption-text--bar-l {
  position: relative;
}
.caption--bar:not(:first-child), .caption--bar-r:not(:first-child), .caption--bar-l:not(:first-child),
.wp-caption-text--bar:not(:first-child),
.wp-caption-text--bar-r:not(:first-child),
.wp-caption-text--bar-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}
.caption--bar::before, .caption--bar-r::before, .caption--bar-l::before,
.wp-caption-text--bar::before,
.wp-caption-text--bar-r::before,
.wp-caption-text--bar-l::before {
  content: "";
  width: 0.1rem;
  position: absolute;
  background-color: currentcolor;
  bottom: 0;
  height: calc(var(--margin) * 0.5 - 0.2rem + 100%);
}
.caption--bar, .caption--bar-r,
.wp-caption-text--bar,
.wp-caption-text--bar-r {
  text-align: right;
  padding-right: 0.6180469716em;
}
.caption--bar::before, .caption--bar-r::before,
.wp-caption-text--bar::before,
.wp-caption-text--bar-r::before {
  right: 0;
}
.caption--bar-l,
.wp-caption-text--bar-l {
  text-align: left;
  padding-left: 0.6180469716em;
}
.caption--bar-l::before,
.wp-caption-text--bar-l::before {
  left: 0;
}
.caption--el, .caption--el-r, .caption--el-l,
.wp-caption-text--el,
.wp-caption-text--el-r,
.wp-caption-text--el-l {
  position: relative;
}
.caption--el:not(:first-child), .caption--el-r:not(:first-child), .caption--el-l:not(:first-child),
.wp-caption-text--el:not(:first-child),
.wp-caption-text--el-r:not(:first-child),
.wp-caption-text--el-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}
.caption--el::before, .caption--el-r::before, .caption--el-l::before,
.wp-caption-text--el::before,
.wp-caption-text--el-r::before,
.wp-caption-text--el-l::before {
  content: "";
  width: 0.1rem;
  position: absolute;
  background-color: currentcolor;
  bottom: 0;
  height: calc(var(--margin) * 0.5 - 0.2rem + 100%);
}
.caption--el .caption__str, .caption--el-r .caption__str, .caption--el-l .caption__str,
.caption--el .wp-caption-text__str,
.caption--el-r .wp-caption-text__str,
.caption--el-l .wp-caption-text__str,
.wp-caption-text--el .caption__str,
.wp-caption-text--el-r .caption__str,
.wp-caption-text--el-l .caption__str,
.wp-caption-text--el .wp-caption-text__str,
.wp-caption-text--el-r .wp-caption-text__str,
.wp-caption-text--el-l .wp-caption-text__str {
  padding-bottom: calc(0.2680469716em + 0.1rem);
  display: inline-block;
}
.caption--el .caption__str::before, .caption--el-r .caption__str::before, .caption--el-l .caption__str::before,
.caption--el .wp-caption-text__str::before,
.caption--el-r .wp-caption-text__str::before,
.caption--el-l .wp-caption-text__str::before,
.wp-caption-text--el .caption__str::before,
.wp-caption-text--el-r .caption__str::before,
.wp-caption-text--el-l .caption__str::before,
.wp-caption-text--el .wp-caption-text__str::before,
.wp-caption-text--el-r .wp-caption-text__str::before,
.wp-caption-text--el-l .wp-caption-text__str::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.6180469716em - 0.3rem);
  left: 0;
  height: 0.1rem;
  background-color: currentcolor;
  bottom: 0;
}
.caption--el, .caption--el-r,
.wp-caption-text--el,
.wp-caption-text--el-r {
  text-align: right;
  padding-right: 0.6180469716em;
}
.caption--el::before, .caption--el-r::before,
.wp-caption-text--el::before,
.wp-caption-text--el-r::before {
  right: 0;
}
.caption--el-l,
.wp-caption-text--el-l {
  text-align: left;
  padding-left: 0.6180469716em;
}
.caption--el-l::before,
.wp-caption-text--el-l::before {
  left: 0;
}
.caption--tee, .caption--tee-r, .caption--tee-l,
.wp-caption-text--tee,
.wp-caption-text--tee-r,
.wp-caption-text--tee-l {
  position: relative;
}
.caption--tee:not(:first-child), .caption--tee-r:not(:first-child), .caption--tee-l:not(:first-child),
.wp-caption-text--tee:not(:first-child),
.wp-caption-text--tee-r:not(:first-child),
.wp-caption-text--tee-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}
.caption--tee::before, .caption--tee-r::before, .caption--tee-l::before,
.wp-caption-text--tee::before,
.wp-caption-text--tee-r::before,
.wp-caption-text--tee-l::before {
  content: "";
  width: 0.1rem;
  position: absolute;
  background-color: currentcolor;
  bottom: 0.35em;
  height: calc(var(--margin) * 0.5 - 0.2rem - 0.35em + 100%);
}
.caption--tee .caption__str::before, .caption--tee-r .caption__str::before, .caption--tee-l .caption__str::before,
.caption--tee .wp-caption-text__str::before,
.caption--tee-r .wp-caption-text__str::before,
.caption--tee-l .wp-caption-text__str::before,
.wp-caption-text--tee .caption__str::before,
.wp-caption-text--tee-r .caption__str::before,
.wp-caption-text--tee-l .caption__str::before,
.wp-caption-text--tee .wp-caption-text__str::before,
.wp-caption-text--tee-r .wp-caption-text__str::before,
.wp-caption-text--tee-l .wp-caption-text__str::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.1rem;
  background-color: currentcolor;
  top: calc((1.7em + 0.1rem) / 2);
}
.caption--tee, .caption--tee-r,
.wp-caption-text--tee,
.wp-caption-text--tee-r {
  text-align: right;
}
.caption--tee::before, .caption--tee-r::before,
.wp-caption-text--tee::before,
.wp-caption-text--tee-r::before {
  right: 0;
}
.caption--tee .caption__str, .caption--tee-r .caption__str,
.caption--tee .wp-caption-text__str,
.caption--tee-r .wp-caption-text__str,
.wp-caption-text--tee .caption__str,
.wp-caption-text--tee-r .caption__str,
.wp-caption-text--tee .wp-caption-text__str,
.wp-caption-text--tee-r .wp-caption-text__str {
  padding-right: calc(1.6180469716em + 0.3rem);
}
.caption--tee .caption__str::before, .caption--tee-r .caption__str::before,
.caption--tee .wp-caption-text__str::before,
.caption--tee-r .wp-caption-text__str::before,
.wp-caption-text--tee .caption__str::before,
.wp-caption-text--tee-r .caption__str::before,
.wp-caption-text--tee .wp-caption-text__str::before,
.wp-caption-text--tee-r .wp-caption-text__str::before {
  right: 0.3rem;
}
.caption--tee-l,
.wp-caption-text--tee-l {
  text-align: left;
}
.caption--tee-l::before,
.wp-caption-text--tee-l::before {
  left: 0;
}
.caption--tee-l .caption__str,
.caption--tee-l .wp-caption-text__str,
.wp-caption-text--tee-l .caption__str,
.wp-caption-text--tee-l .wp-caption-text__str {
  padding-left: calc(1.6180469716em + 0.3rem);
}
.caption--tee-l .caption__str::before,
.caption--tee-l .wp-caption-text__str::before,
.wp-caption-text--tee-l .caption__str::before,
.wp-caption-text--tee-l .wp-caption-text__str::before {
  left: 0.3rem;
}
.caption--ef, .caption--ef-r, .caption--ef-l,
.wp-caption-text--ef,
.wp-caption-text--ef-r,
.wp-caption-text--ef-l {
  position: relative;
}
.caption--ef:not(:first-child), .caption--ef-r:not(:first-child), .caption--ef-l:not(:first-child),
.wp-caption-text--ef:not(:first-child),
.wp-caption-text--ef-r:not(:first-child),
.wp-caption-text--ef-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}
.caption--ef::before, .caption--ef-r::before, .caption--ef-l::before,
.wp-caption-text--ef::before,
.wp-caption-text--ef-r::before,
.wp-caption-text--ef-l::before {
  content: "";
  width: 0.1rem;
  position: absolute;
  background-color: currentcolor;
  bottom: 0.35em;
  height: calc(var(--margin) * 0.5 - 0.2rem - 0.35em + 100%);
}
.caption--ef .caption__str, .caption--ef-r .caption__str, .caption--ef-l .caption__str,
.caption--ef .wp-caption-text__str,
.caption--ef-r .wp-caption-text__str,
.caption--ef-l .wp-caption-text__str,
.wp-caption-text--ef .caption__str,
.wp-caption-text--ef-r .caption__str,
.wp-caption-text--ef-l .caption__str,
.wp-caption-text--ef .wp-caption-text__str,
.wp-caption-text--ef-r .wp-caption-text__str,
.wp-caption-text--ef-l .wp-caption-text__str {
  padding-top: calc(0.2680469716em + 0.1rem);
  display: inline-block;
}
.caption--ef .caption__str::before, .caption--ef-r .caption__str::before, .caption--ef-l .caption__str::before,
.caption--ef .wp-caption-text__str::before,
.caption--ef-r .wp-caption-text__str::before,
.caption--ef-l .wp-caption-text__str::before,
.wp-caption-text--ef .caption__str::before,
.wp-caption-text--ef-r .caption__str::before,
.wp-caption-text--ef-l .caption__str::before,
.wp-caption-text--ef .wp-caption-text__str::before,
.wp-caption-text--ef-r .wp-caption-text__str::before,
.wp-caption-text--ef-l .wp-caption-text__str::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.6180469716em - 0.3rem);
  left: 0;
  height: 0.1rem;
  background-color: currentcolor;
  top: 0;
}
.caption--ef, .caption--ef-r,
.wp-caption-text--ef,
.wp-caption-text--ef-r {
  text-align: right;
  padding-right: 0.6180469716em;
}
.caption--ef::before, .caption--ef-r::before,
.wp-caption-text--ef::before,
.wp-caption-text--ef-r::before {
  right: 0;
}
.caption--ef-l,
.wp-caption-text--ef-l {
  text-align: left;
  padding-left: 0.6180469716em;
}
.caption--ef-l::before,
.wp-caption-text--ef-l::before {
  left: 0;
}
.caption--line, .caption--line-r, .caption--line-c, .caption--line-l,
.wp-caption-text--line,
.wp-caption-text--line-r,
.wp-caption-text--line-c,
.wp-caption-text--line-l {
  position: relative;
}
.caption--line:not(:first-child), .caption--line-r:not(:first-child), .caption--line-c:not(:first-child), .caption--line-l:not(:first-child),
.wp-caption-text--line:not(:first-child),
.wp-caption-text--line-r:not(:first-child),
.wp-caption-text--line-c:not(:first-child),
.wp-caption-text--line-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0 * 1);
}
.caption--line::before, .caption--line-r::before, .caption--line-c::before, .caption--line-l::before,
.wp-caption-text--line::before,
.wp-caption-text--line-r::before,
.wp-caption-text--line-c::before,
.wp-caption-text--line-l::before {
  content: "";
  width: 0.1rem;
  position: absolute;
  background-color: #329AF0;
  bottom: 100%;
  height: calc(var(--margin) * 2);
}
.caption--line, .caption--line-r,
.wp-caption-text--line,
.wp-caption-text--line-r {
  text-align: right;
}
.caption--line::before, .caption--line-r::before,
.wp-caption-text--line::before,
.wp-caption-text--line-r::before {
  right: var(--margin-width);
}
.caption--line-l,
.wp-caption-text--line-l {
  text-align: left;
}
.caption--line-l::before,
.wp-caption-text--line-l::before {
  left: var(--margin-width);
}
.caption--line-c,
.wp-caption-text--line-c {
  text-align: center;
}
.caption--line-c::before,
.wp-caption-text--line-c::before {
  left: 0;
  right: 0;
}
.caption--drawer, .caption--drawer-r, .caption--drawer-c, .caption--drawer-l,
.wp-caption-text--drawer,
.wp-caption-text--drawer-r,
.wp-caption-text--drawer-c,
.wp-caption-text--drawer-l {
  position: relative;
}
.caption--drawer:not(:first-child), .caption--drawer-r:not(:first-child), .caption--drawer-c:not(:first-child), .caption--drawer-l:not(:first-child),
.wp-caption-text--drawer:not(:first-child),
.wp-caption-text--drawer-r:not(:first-child),
.wp-caption-text--drawer-c:not(:first-child),
.wp-caption-text--drawer-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0 * 1);
}
.caption--drawer::before, .caption--drawer::after, .caption--drawer-r::before, .caption--drawer-r::after, .caption--drawer-c::before, .caption--drawer-c::after, .caption--drawer-l::before, .caption--drawer-l::after,
.wp-caption-text--drawer::before,
.wp-caption-text--drawer::after,
.wp-caption-text--drawer-r::before,
.wp-caption-text--drawer-r::after,
.wp-caption-text--drawer-c::before,
.wp-caption-text--drawer-c::after,
.wp-caption-text--drawer-l::before,
.wp-caption-text--drawer-l::after {
  content: "";
  width: 0.1rem;
  position: absolute;
  bottom: 100%;
}
.caption--drawer::before, .caption--drawer-r::before, .caption--drawer-c::before, .caption--drawer-l::before,
.wp-caption-text--drawer::before,
.wp-caption-text--drawer-r::before,
.wp-caption-text--drawer-c::before,
.wp-caption-text--drawer-l::before {
  background-color: #ffffff;
  height: calc(var(--margin) * 2);
}
.caption--drawer::after, .caption--drawer-r::after, .caption--drawer-c::after, .caption--drawer-l::after,
.wp-caption-text--drawer::after,
.wp-caption-text--drawer-r::after,
.wp-caption-text--drawer-c::after,
.wp-caption-text--drawer-l::after {
  background-color: #329AF0;
  height: calc(var(--margin) * 2);
}
.caption--drawer, .caption--drawer-r,
.wp-caption-text--drawer,
.wp-caption-text--drawer-r {
  text-align: right;
}
.caption--drawer::before, .caption--drawer::after, .caption--drawer-r::before, .caption--drawer-r::after,
.wp-caption-text--drawer::before,
.wp-caption-text--drawer::after,
.wp-caption-text--drawer-r::before,
.wp-caption-text--drawer-r::after {
  right: var(--margin-width);
}
.caption--drawer-l,
.wp-caption-text--drawer-l {
  text-align: left;
}
.caption--drawer-l::before, .caption--drawer-l::after,
.wp-caption-text--drawer-l::before,
.wp-caption-text--drawer-l::after {
  left: var(--margin-width);
}
.caption--drawer-c,
.wp-caption-text--drawer-c {
  text-align: center;
}
.caption--drawer-c::before, .caption--drawer-c::after,
.wp-caption-text--drawer-c::before,
.wp-caption-text--drawer-c::after {
  left: 0;
  right: 0;
}
.caption :root,
.wp-caption-text :root {
  --caption--tadpole--gap: 2rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .caption :root,
  .wp-caption-text :root {
    --caption--tadpole--gap: 2.4rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .caption :root,
  .wp-caption-text :root {
    --caption--tadpole--gap: 2.6rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .caption :root,
  .wp-caption-text :root {
    --caption--tadpole--gap: 2.8rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  .caption :root,
  .wp-caption-text :root {
    --caption--tadpole--gap: 4.2rem;
  }
}
.caption--tadpole, .caption--tadpole-r, .caption--tadpole-c, .caption--tadpole-l,
.wp-caption-text--tadpole,
.wp-caption-text--tadpole-r,
.wp-caption-text--tadpole-c,
.wp-caption-text--tadpole-l {
  position: relative;
}
.caption--tadpole:not(:first-child), .caption--tadpole-r:not(:first-child), .caption--tadpole-c:not(:first-child), .caption--tadpole-l:not(:first-child),
.wp-caption-text--tadpole:not(:first-child),
.wp-caption-text--tadpole-r:not(:first-child),
.wp-caption-text--tadpole-c:not(:first-child),
.wp-caption-text--tadpole-l:not(:first-child) {
  margin-top: calc(var(--margin) * 0 * 1);
}
.caption--tadpole::before, .caption--tadpole::after, .caption--tadpole-r::before, .caption--tadpole-r::after, .caption--tadpole-c::before, .caption--tadpole-c::after, .caption--tadpole-l::before, .caption--tadpole-l::after,
.wp-caption-text--tadpole::before,
.wp-caption-text--tadpole::after,
.wp-caption-text--tadpole-r::before,
.wp-caption-text--tadpole-r::after,
.wp-caption-text--tadpole-c::before,
.wp-caption-text--tadpole-c::after,
.wp-caption-text--tadpole-l::before,
.wp-caption-text--tadpole-l::after {
  content: "";
  background-color: #329AF0;
  position: absolute;
}
.caption--tadpole::before, .caption--tadpole-r::before, .caption--tadpole-c::before, .caption--tadpole-l::before,
.wp-caption-text--tadpole::before,
.wp-caption-text--tadpole-r::before,
.wp-caption-text--tadpole-c::before,
.wp-caption-text--tadpole-l::before {
  width: 0.1rem;
  height: var(--margin);
  bottom: 100%;
}
.caption--tadpole::after, .caption--tadpole-r::after, .caption--tadpole-c::after, .caption--tadpole-l::after,
.wp-caption-text--tadpole::after,
.wp-caption-text--tadpole-r::after,
.wp-caption-text--tadpole-c::after,
.wp-caption-text--tadpole-l::after {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  bottom: calc(100% + var(--margin) - 0.3rem);
}
.caption--tadpole, .caption--tadpole-r,
.wp-caption-text--tadpole,
.wp-caption-text--tadpole-r {
  text-align: right;
}
.caption--tadpole::before, .caption--tadpole-r::before,
.wp-caption-text--tadpole::before,
.wp-caption-text--tadpole-r::before {
  right: var(--caption--tadpole--gap);
}
.caption--tadpole::after, .caption--tadpole-r::after,
.wp-caption-text--tadpole::after,
.wp-caption-text--tadpole-r::after {
  right: calc(var(--caption--tadpole--gap) - 0.3rem);
}
.caption--tadpole-l,
.wp-caption-text--tadpole-l {
  text-align: left;
}
.caption--tadpole-l::before,
.wp-caption-text--tadpole-l::before {
  left: var(--caption--tadpole--gap);
}
.caption--tadpole-l::after,
.wp-caption-text--tadpole-l::after {
  left: calc(var(--caption--tadpole--gap) - 0.3rem);
}
.caption--tadpole-c,
.wp-caption-text--tadpole-c {
  text-align: center;
}
.caption--tadpole-c::before, .caption--tadpole-c::after,
.wp-caption-text--tadpole-c::before,
.wp-caption-text--tadpole-c::after {
  left: 0;
  right: 0;
}
.caption--dent, .caption--dent-r, .caption--dent-c, .caption--dent-l,
.wp-caption-text--dent,
.wp-caption-text--dent-r,
.wp-caption-text--dent-c,
.wp-caption-text--dent-l {
  position: absolute;
  bottom: -0.6180469716em;
}
.caption--dent .caption__str span, .caption--dent-r .caption__str span, .caption--dent-c .caption__str span, .caption--dent-l .caption__str span,
.wp-caption-text--dent .caption__str span,
.wp-caption-text--dent-r .caption__str span,
.wp-caption-text--dent-c .caption__str span,
.wp-caption-text--dent-l .caption__str span {
  display: inline-block;
  background-color: var(--color-body);
  padding: 0.2680469716em 0.6180469716em;
}
.caption--dent, .caption--dent-r,
.wp-caption-text--dent,
.wp-caption-text--dent-r {
  right: 0;
  text-align: right;
}
.caption--dent-l,
.wp-caption-text--dent-l {
  left: 0;
  text-align: left;
}
.caption--dent-c,
.wp-caption-text--dent-c {
  right: 0;
  left: 0;
  text-align: center;
}
.caption__str,
.wp-caption-text__str {
  display: inline-block;
}
.caption.txt-ngtv, .txt-ngtv .caption,
.wp-caption-text.txt-ngtv,
.txt-ngtv .wp-caption-text {
  color: var(--color-body);
}
.caption.txt-ngtv a, .caption.txt-ngtv button, .txt-ngtv .caption a, .txt-ngtv .caption button,
.wp-caption-text.txt-ngtv a,
.wp-caption-text.txt-ngtv button,
.txt-ngtv .wp-caption-text a,
.txt-ngtv .wp-caption-text button {
  color: var(--color-body);
}
@media (hover: hover) {
  .caption.txt-ngtv a:hover, .caption.txt-ngtv button:hover, .txt-ngtv .caption a:hover, .txt-ngtv .caption button:hover,
  .wp-caption-text.txt-ngtv a:hover,
  .wp-caption-text.txt-ngtv button:hover,
  .txt-ngtv .wp-caption-text a:hover,
  .txt-ngtv .wp-caption-text button:hover {
    color: var(--color-body);
  }
}
.caption.txt-ngtv a:focus-visible, .caption.txt-ngtv a.is-hover, .caption.txt-ngtv button:focus-visible, .caption.txt-ngtv button.is-hover, .txt-ngtv .caption a:focus-visible, .txt-ngtv .caption a.is-hover, .txt-ngtv .caption button:focus-visible, .txt-ngtv .caption button.is-hover,
.wp-caption-text.txt-ngtv a:focus-visible,
.wp-caption-text.txt-ngtv a.is-hover,
.wp-caption-text.txt-ngtv button:focus-visible,
.wp-caption-text.txt-ngtv button.is-hover,
.txt-ngtv .wp-caption-text a:focus-visible,
.txt-ngtv .wp-caption-text a.is-hover,
.txt-ngtv .wp-caption-text button:focus-visible,
.txt-ngtv .wp-caption-text button.is-hover {
  color: var(--color-body);
}
.l-full > .caption,
.l-full > .wp-caption-text {
  padding-inline: var(--padding-page--inline);
}

.ruby-base {
  position: relative;
}

.ruby-txt {
  text-align: center;
  line-height: 1.4em;
  white-space: nowrap;
  position: absolute;
  bottom: 1em;
  left: 50%;
  translate: -50% 0;
  scale: 0.5;
  display: block;
  transform-origin: bottom center;
}
.ruby-txt span:first-child, .ruby-txt span:last-child {
  color: transparent;
}

.padding-text {
  border-left: 1em solid var(--color-body);
}
.padding-text span {
  background-color: var(--color-body);
  color: var(--color-figure);
  display: inline-block;
  padding: 0.125em 0.5em 0.125em 0;
  line-height: 1.5em;
  white-space: nowrap;
  margin-left: -0.5em;
}
.padding-text span:not(:first-child) {
  margin-top: -0.125em;
}

@supports (animation-range: 1%) {
  .fit-text {
    font-size: 500px;
    overflow: hidden;
    line-height: 1;
  }
  .fit-text > * {
    margin: 0;
    width: max-content;
    transform-origin: 0 0;
    animation: fix-ratio linear;
    animation-timeline: view(inline);
    animation-range: entry-crossing;
  }
  @keyframes fix-ratio {
    0% {
      margin-bottom: -1lh;
      scale: 0;
    }
  }
}
kbd,
.kbd {
  border-style: solid;
  border-color: rgba(32, 35, 36, 0.11);
  border-width: 0.1rem;
  font-family: Courier, monospace;
  letter-spacing: 0 !important;
  padding-inline: 0.3em;
  padding-block: calc(-0.05em - 0.2rem);
  background-color: rgb(248.31, 248.4, 248.43);
  border-radius: 0.4em;
  margin-inline: 0.4em;
  white-space: nowrap;
  display: inline-block;
  box-shadow: 0 0.2em 0 0 rgba(32, 35, 36, 0.11);
  background-clip: padding-box;
  font-size: 0.8em;
}

.flash-keyboard {
  z-index: 1000;
  background-color: rgba(32, 35, 36, 0.8);
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: opacity;
  min-width: 320px;
  position: fixed;
  margin: auto;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.6s;
  border-radius: 2rem;
  width: 13.6rem;
  height: 13.6rem;
  text-align: center;
}
.flash-keyboard.is-active {
  transition-duration: 0s;
  pointer-events: auto;
  opacity: 1;
}
.flash-keyboard span {
  position: absolute;
  margin: auto;
  inset: 0;
  font-size: 9rem;
  line-height: 1;
  height: 9rem;
}

html {
  overflow-y: scroll;
  scroll-padding-top: var(--margin-section);
}
html.no-js {
  scroll-behavior: smooth;
}

body,
html {
  min-height: 100%;
}

body {
  background-color: var(--color-body);
  width: 100%;
}

@page {
  margin: 8mm 8mm 8mm 8mm;
}
.wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
  padding-bottom: var(--padding-page--b);
}
@supports (padding: env(safe-area-inset-bottom)) {
  .wrap {
    padding-bottom: calc(env(safe-area-inset-bottom) + var(--padding-page--b));
  }
}
@media print {
  .wrap {
    width: calc(var(--width-content) + var(--padding-page--l) + var(--padding-page--r));
    margin-inline: auto;
    margin-bottom: 0;
  }
}

.l-main {
  padding-block: var(--padding-content--t) var(--padding-content--b);
}
.l-main:empty {
  display: none;
}

.l-full {
  width: 100%;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-full > .l-content {
  margin-top: 0;
  margin-bottom: 0;
}
.l-full > .l-content:first-child {
  padding-top: var(--margin-article);
}
.l-full > .l-content:last-child {
  padding-bottom: var(--margin-article);
}
.l-full > .l-content + .l-content {
  padding-top: var(--margin-article);
}
.l-full > .l-block:first-child {
  margin-top: 0;
  padding-top: var(--margin);
}
.l-full > .l-block:last-child {
  margin-bottom: 0;
  padding-bottom: var(--margin);
}
.l-full + .l-content {
  margin-top: var(--margin-article);
}
.l-full + .l-block {
  margin-top: var(--margin);
}

.l-content--entry {
  max-width: 64.4rem;
}
.l-content--entry {
  padding-inline: var(--padding-page--l) var(--padding-page--r);
}
@media print, screen and (min-width: 1098.02px) {
  .l-content--entry {
    padding-inline: 0;
  }
}

.l-content--ngtv:not(:first-child) {
  margin-top: calc(var(--margin-article) * 1);
}

@media print, screen and (min-width: 1098.02px) {
  .l-content--full {
    max-width: none;
    padding-inline: var(--padding-page--inline);
  }
}

@media print, screen and (min-width: 1098.02px) {
  .l-side {
    max-width: unset;
  }
}

@media print, screen and (min-width: 1098.02px) {
  .l-side--right {
    padding-left: calc((100% - var(--width-content) - var(--padding-page--l) - var(--padding-page--r)) * 0.5 + var(--padding-page--l));
  }
}
.l-side--right.l-side--solid {
  padding-right: 0;
}

@media print, screen and (min-width: 1098.02px) {
  .l-side--left {
    padding-right: calc((100% - var(--width-content) - var(--padding-page--l) - var(--padding-page--r)) * 0.5 + var(--padding-page--r));
  }
}
.l-side--left.l-side--solid {
  padding-left: 0;
}

a.l-block {
  display: block;
}

.l-block--ngtv:not(:first-child) {
  margin-top: calc(var(--margin) * 1 * 1);
}

.l-block--sm--ngtv:not(:first-child) {
  margin-top: calc(var(--margin) * 0.5 * 1);
}

.l-block--xs--ngtv:not(:first-child) {
  margin-top: calc(var(--margin) * 0.3333333333 * 1);
}

.narrow {
  max-width: 64.4rem;
}
.narrow {
  padding-inline: var(--padding-page--l) var(--padding-page--r);
}
@media print, screen and (min-width: 1098.02px) {
  .narrow {
    padding-inline: 0;
  }
}

.condensed {
  max-width: 47.6rem;
}
.condensed {
  padding-inline: calc(var(--padding-page--l) + var(--padding-page--r));
}
@media print, screen and (min-width: 1370.02px) {
  .condensed {
    padding-inline: 0;
  }
}

main img, main picture, main object, main figure {
  width: 100%;
  height: auto;
}

:root {
  --header__logo__height: 2.7em;
}
@media print, screen and (min-width: 568.02px) {
  :root {
    --header__logo__height: 3.7em;
  }
}

:root {
  --header__height: 4.32em;
}
@media print, screen and (min-width: 568.02px) {
  :root {
    --header__height: 5.92em;
  }
}

:root {
  --header-nav__gap: var(--margin-width);
}

:root {
  --header__padding--l: var(--padding-page--l);
}

:root {
  --header__padding--r: var(--padding-page--r);
}

:root {
  --hero--padding: var(--padding-page--r);
}
@media print, screen and (min-width: 833.02px) {
  :root {
    --hero--padding: 1em;
  }
}

.no-footer .l-footer {
  display: none !important;
}

.no-header .l-header {
  display: none !important;
}

.l-header {
  z-index: 800;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.l-header a, .l-header button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .l-header a:hover, .l-header button:hover {
    text-decoration-line: none;
  }
}
.l-header a:focus-visible, .l-header a.is-hover, .l-header button:focus-visible, .l-header button.is-hover {
  text-decoration-line: none;
}
.l-header a, .l-header button {
  color: inherit;
}
@media (hover: hover) {
  .l-header a:hover, .l-header button:hover {
    color: inherit;
  }
}
.l-header a:focus-visible, .l-header a.is-hover, .l-header button:focus-visible, .l-header button.is-hover {
  color: inherit;
}

.header__bar {
  padding-left: var(--padding-page--l);
  padding-right: calc(var(--padding-page--r) + var(--header__height--shc));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: relative;
  z-index: 801;
  height: var(--header__height--shc);
  background-color: var(--color-body);
}
.header__bar > * {
  min-width: 0;
}
.header__bar > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
@supports (padding: env(safe-area-inset-left)) {
  .header__bar {
    padding-inline: calc(var(--header__padding--l) + env(safe-area-inset-left)) calc(var(--header__padding--r) + var(--header__height--shc) + env(safe-area-inset-right));
  }
}

.header__logo__wrap {
  margin-right: auto;
}

.header__logo {
  display: block;
  padding-inline: min(var(--padding-page--l), var(--margin-width));
  margin-inline: max(var(--padding-page--l) * -1, var(--margin-width) * -1);
}
.header__logo::before {
  content: "";
  background-color: currentcolor;
  height: 0.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.header__logo:focus-visible::before {
  opacity: 1;
}
.header__logo .logo {
  width: calc(var(--header__logo__height) * 1);
  height: var(--header__height--shc);
}

.header__toggle {
  width: var(--header__height--shc);
  height: var(--header__height--shc);
  z-index: 850;
  background-color: var(--color-body);
  transition-property: background-color,color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  position: absolute;
  right: 0;
  top: 0;
}
@media (hover: hover) {
  .header__toggle button:hover {
    background-color: rgba(32, 35, 36, 0.28);
  }
}
.header__toggle button:focus-visible, .header__toggle button.is-hover {
  background-color: rgba(32, 35, 36, 0.28);
}
header:has(button[aria-expanded=true]) .header__toggle {
  background-color: #329AF0;
  color: #ffffff;
}
#hpc header:has(button[aria-expanded=true]) .header__toggle {
  background-color: var(--color-main);
}
#ss header:has(button[aria-expanded=true]) .header__toggle {
  background-color: #202324;
}
#cs header:has(button[aria-expanded=true]) .header__toggle {
  background-color: #4C6EF5;
}
.header__nav {
  position: relative;
  z-index: 802;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-inline-end: calc(var(--header-nav__gap) * -0.5);
}
.header__nav > * {
  min-width: 0;
}
.header__nav > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.header__nav__item {
  display: block;
  position: relative;
  height: var(--header__height--shc);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-inline: calc(var(--header-nav__gap) * 0.5);
}
.header__nav__item > * {
  min-width: 0;
}
.header__nav__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.header__nav__item::before {
  content: "";
  position: absolute;
  left: calc(var(--header-nav__gap) * 0.5);
  bottom: 0;
  width: calc(100% - var(--header-nav__gap));
  height: 0.2rem;
  background-color: currentcolor;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 833.02px) {
  .header__nav__item:hover::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 833.02px) {
  .header__nav__item:focus-visible::before, .header__nav__item.is-hover::before {
    opacity: 1;
  }
}

.header__nav__item__str {
  display: block;
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
}
.header__nav__item--button .header__nav__item__str {
  border: 0.1rem solid rgba(32, 35, 36, 0.11);
  background-color: rgb(250.54, 250.6, 250.62);
  display: block;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #329AF0;
  border-radius: 1rem;
  height: auto;
  min-height: 4.4rem;
  line-height: 2.1rem;
  padding: 1.05rem 1.4rem;
  position: relative;
  background-color: #329AF0;
  color: var(--color-body);
}
@media (hover: hover) {
  .header__nav__item--button .header__nav__item__str:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
    background-color: rgb(241.62, 241.8, 241.86);
    border-color: rgba(32, 35, 36, 0.28);
  }
}
.header__nav__item--button .header__nav__item__str:focus-visible, .header__nav__item--button .header__nav__item__str.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  background-color: rgb(241.62, 241.8, 241.86);
  border-color: rgba(32, 35, 36, 0.28);
}
@media (hover: hover) {
  .header__nav__item--button .header__nav__item__str:hover {
    text-decoration: none !important;
  }
}
.header__nav__item--button .header__nav__item__str:focus-visible {
  border-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}
html.un-touched .header__nav__item--button .header__nav__item__str:focus-visible {
  outline: rgba(50, 154, 240, 0.35) solid 0.3rem;
  outline-offset: 0;
}
.header__nav__item--button .header__nav__item__str:not(.width) {
  width: 100%;
}
@media (hover: hover) {
  .header__nav__item--button .header__nav__item__str:hover {
    background-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
    color: var(--color-body);
    border-color: rgba(32, 35, 36, 0.28);
  }
}
.header__nav__item--button .header__nav__item__str:focus-visible, .header__nav__item--button .header__nav__item__str.is-hover {
  background-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  color: var(--color-body);
  border-color: rgba(32, 35, 36, 0.28);
}
html.un-touched .header__nav__item--button .header__nav__item__str:focus-visible {
  outline: rgba(50, 154, 240, 0.35) solid 0.3rem;
  outline-offset: 0;
}
@media (hover: hover) {
  .header__nav__item--button .header__nav__item__str:disabled:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
  }
}
.header__nav__item--button .header__nav__item__str:disabled:focus-visible, .header__nav__item--button .header__nav__item__str:disabled.is-hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.header__drawer {
  color: var(--color-white);
  z-index: 805;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: right 0s cubic-bezier(0, 0.55, 0.45, 1) 0.3s, background-color 0.3s cubic-bezier(0, 0.55, 0.45, 1) 0s, backdrop-filter 0.3s cubic-bezier(0, 0.55, 0.45, 1) 0s, -webkit-backdrop-filter 0.3s 0s, box-shadow 0.3s cubic-bezier(0, 0.55, 0.45, 1) 0s;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  box-shadow: 0 0 var(--margin-width) transparent inset;
}
.header__drawer a, .header__drawer button {
  color: var(--color-body);
}
@media (hover: hover) {
  .header__drawer a:hover, .header__drawer button:hover {
    color: var(--color-body);
  }
}
.header__drawer a:focus-visible, .header__drawer a.is-hover, .header__drawer button:focus-visible, .header__drawer button.is-hover {
  color: var(--color-body);
}
.l-header:has(.draw-hamburger[aria-expanded=true]) .header__drawer {
  transition-delay: 0s;
  right: 0;
  background-color: rgba(32, 35, 36, 0.8);
  box-shadow: 0 0 var(--margin-width) rgba(32, 35, 36, 0.9) inset;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.header__drawer__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - var(--header__height--shc));
  height: 100%;
  background: linear-gradient(to right, rgba(32, 35, 36, 0.8) 0%, rgba(32, 35, 36, 0.9) 100%);
  translate: -100% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  flex-direction: column;
  padding-top: var(--header__height--shc);
  transition-property: translate;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.header__drawer__inner > * {
  min-width: 0;
}
.header__drawer__inner > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.l-header:has(.draw-hamburger[aria-expanded=true]) .header__drawer__inner {
  translate: 0 0;
}

.header__drawer__list__item {
  height: var(--header__height--shc);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-inline: var(--padding-page--l);
}
.header__drawer__list__item > * {
  min-width: 0;
}
.header__drawer__list__item > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
@media (hover: hover) {
  .header__drawer__list__item:not(.header__drawer__list__item--button):hover {
    background-color: #202324;
  }
}
.header__drawer__list__item:not(.header__drawer__list__item--button):focus-visible, .header__drawer__list__item:not(.header__drawer__list__item--button).is-hover {
  background-color: #202324;
}

.header__drawer__list__item--button .header__drawer__list__item__str {
  border: 0.1rem solid rgba(32, 35, 36, 0.11);
  background-color: rgb(250.54, 250.6, 250.62);
  display: block;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #329AF0;
  border-radius: 1rem;
  height: auto;
  min-height: 4.4rem;
  line-height: 2.1rem;
  padding: 1.05rem 1.4rem;
  position: relative;
  background-color: #329AF0;
  color: var(--color-body);
}
@media (hover: hover) {
  .header__drawer__list__item--button .header__drawer__list__item__str:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
    background-color: rgb(241.62, 241.8, 241.86);
    border-color: rgba(32, 35, 36, 0.28);
  }
}
.header__drawer__list__item--button .header__drawer__list__item__str:focus-visible, .header__drawer__list__item--button .header__drawer__list__item__str.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  background-color: rgb(241.62, 241.8, 241.86);
  border-color: rgba(32, 35, 36, 0.28);
}
@media (hover: hover) {
  .header__drawer__list__item--button .header__drawer__list__item__str:hover {
    text-decoration: none !important;
  }
}
.header__drawer__list__item--button .header__drawer__list__item__str:focus-visible {
  border-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}
html.un-touched .header__drawer__list__item--button .header__drawer__list__item__str:focus-visible {
  outline: rgba(50, 154, 240, 0.35) solid 0.3rem;
  outline-offset: 0;
}
.header__drawer__list__item--button .header__drawer__list__item__str:not(.width) {
  width: 100%;
}
@media (hover: hover) {
  .header__drawer__list__item--button .header__drawer__list__item__str:hover {
    background-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
    color: var(--color-body);
    border-color: rgba(32, 35, 36, 0.28);
  }
}
.header__drawer__list__item--button .header__drawer__list__item__str:focus-visible, .header__drawer__list__item--button .header__drawer__list__item__str.is-hover {
  background-color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  color: var(--color-body);
  border-color: rgba(32, 35, 36, 0.28);
}
html.un-touched .header__drawer__list__item--button .header__drawer__list__item__str:focus-visible {
  outline: rgba(50, 154, 240, 0.35) solid 0.3rem;
  outline-offset: 0;
}
@media (hover: hover) {
  .header__drawer__list__item--button .header__drawer__list__item__str:disabled:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
  }
}
.header__drawer__list__item--button .header__drawer__list__item__str:disabled:focus-visible, .header__drawer__list__item--button .header__drawer__list__item__str:disabled.is-hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.header__drawer__foot {
  margin-top: auto;
  padding-inline: var(--padding-page--l);
  padding-bottom: var(--padding-page--l);
}

.fixed-header_trigger {
  height: 40vh;
}

.fixed-header {
  width: 100%;
  transition-property: background-color,translate;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  z-index: 810;
  top: 0;
  left: 0;
  translate: 0 -100%;
  position: fixed;
}
.fixed-header.is-active, .fixed-header_trigger.is-activing + .fixed-header, .fixed-header:has(a:focus) {
  translate: 0 0;
}
.shc-header__drawer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 840;
  left: 100%;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.js__header__toggle:has(.header__toggle__button[aria-expanded=true]) + .shc-header__drawer {
  left: 0;
}

.shc-header__drawer__inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  padding-top: calc(var(--header__height--shc) * 2);
  color: #ffffff;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .shc-header__drawer__inner {
    width: 50%;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .shc-header__drawer__inner {
    width: 30%;
  }
}
#hpc .shc-header__drawer__inner {
  background-color: #329AF0;
}
#ss .shc-header__drawer__inner {
  background-color: #202324;
}
#cs .shc-header__drawer__inner {
  background-color: #4C6EF5;
}

.shc-header__nav__list__item__anchor {
  line-height: clamp(2em, var(--header__height--shc), 10vh);
  padding-inline: calc((var(--header__height--shc) - 1em) * 0.5);
  display: block;
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
  font-weight: bold;
}
@media (hover: hover) {
  .shc-header__nav__list__item__anchor:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.shc-header__nav__list__item__anchor:focus-visible, .shc-header__nav__list__item__anchor.is-hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.l-footer {
  width: 100%;
}
.l-footer a, .l-footer button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .l-footer a:hover, .l-footer button:hover {
    text-decoration-line: none;
  }
}
.l-footer a:focus-visible, .l-footer a.is-hover, .l-footer button:focus-visible, .l-footer button.is-hover {
  text-decoration-line: none;
}

.footer__container {
  padding-top: var(--padding-page--b);
}
.footer__container a, .footer__container button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .footer__container a:hover, .footer__container button:hover {
    text-decoration-line: none;
  }
}
.footer__container a:focus-visible, .footer__container a.is-hover, .footer__container button:focus-visible, .footer__container button.is-hover {
  text-decoration-line: none;
}
.footer__container a, .footer__container button {
  color: var(--color-figure);
}
@media (hover: hover) {
  .footer__container a:hover, .footer__container button:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  }
}
.footer__container a:focus-visible, .footer__container a.is-hover, .footer__container button:focus-visible, .footer__container button.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}

.copyright {
  text-align: center;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
}

:root {
  --hero--ratio: 0.95;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  :root {
    --hero--ratio: 0.6666666667;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --hero--ratio: 0.5625;
  }
}

:root {
  --hero-video--ratio: 0.95;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  :root {
    --hero-video--ratio: 0.6666666667;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --hero-video--ratio: 0.5625;
  }
}

:root {
  --hero--logo--width: 20vw;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --hero--logo--width: 15vw;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --hero--logo--width: 10vw;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --hero--logo--width: 6vw;
  }
}

:root {
  --hero--padding--r: 1.2rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --hero--padding--r: 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --hero--padding--r: 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --hero--padding--r: 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --hero--padding--r: 11.8rem;
  }
}

:root {
  --hero--padding--l: 1.2rem;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  :root {
    --hero--padding--l: 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --hero--padding--l: 5.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --hero--padding--l: 5.9rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --hero--padding--l: 11.8rem;
  }
}

.hero {
  position: relative;
  z-index: 200;
  box-sizing: content-box;
  color: var(--color-body);
}
.hero a, .hero button {
  color: var(--color-body);
}
@media (hover: hover) {
  .hero a:hover, .hero button:hover {
    color: var(--color-body);
  }
}
.hero a:focus-visible, .hero a.is-hover, .hero button:focus-visible, .hero button.is-hover {
  color: var(--color-body);
}
.hero--fig {
  width: 100%;
  height: calc(var(--hero--ratio) * 100vw);
  min-height: 33.3333333333vw;
  max-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--margin-article) * 2);
  z-index: 219;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#cs .hero::before {
  display: none;
}
#hpc .hero::before {
  display: none;
}

.hero--mask {
  width: calc(100% - var(--padding-page--r) - var(--padding-page--l));
  margin-inline: var(--padding-page--l) var(--padding-page--r);
  aspect-ratio: 16/9;
  background-color: rgb(248.31, 248.4, 248.43);
  background-position: center;
  background-size: cover;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 108"><defs><style>.b{stroke-width:0px;}</style></defs><path class="b" d="m192,54c0,9.51687,0,20.05015-3.877,29.48782-3.86836,9.33906-11.29612,16.76683-20.63518,20.63519-9.43766,3.87699-19.97095,3.87699-29.48782,3.87699H54c-9.51687,0-20.05015,0-29.48782-3.87699-9.33906-3.86837-16.76683-11.29612-20.63519-20.63519C0,74.05015,0,63.51687,0,54H0C0,44.48313,0,33.94985,3.877,24.51218,7.74536,15.17313,15.17312,7.74535,24.51218,3.877,33.94985,0,44.48313,0,54,0h84C147.51687,0,158.05016,0,167.48782,3.877c9.33906,3.86837,16.76684,11.29613,20.63518,20.63519,3.877,9.43767,3.877,19.97095,3.877,29.48782h0Z"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.hero__clip::before, .hero__clip::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.hero__clip::before {
  z-index: 201;
  height: 20%;
}
.hero__clip::after {
  z-index: 202;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 110% 2%;
  pointer-events: none;
}
.hero__clip--top::before {
  top: 0;
  background-image: linear-gradient(to bottom, #fa5252 0%, rgba(250, 82, 82, 0) 100%);
}
.hero__clip--top::after {
  top: -1px;
  background-position: top center;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><defs><style>.b{fill:%23ffffff;}</style></defs><path class="b" d="m0,.00002c15.98102,65.27795,32.73499,100,50,100S84.01898,65.27797,100,.00002H0Z"/></svg>');
}
.hero__clip--bottom::before {
  bottom: 0;
  background-image: linear-gradient(to top, #329af0 0%, rgba(50, 154, 240, 0) 100%);
}
.hero__clip--bottom::after {
  bottom: -1px;
  background-position: bottom center;
  background-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><defs><style>.b{fill:%23ffffff;}</style></defs><path class="b" d="m100,100C84.01898,34.72205,67.26501,0,50,0S15.98102,34.72205,0,100h100Z"/></svg>');
}

.hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 210;
}

.hero__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 211;
}
.hero__content > * {
  min-width: 0;
}
.hero__content > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}

.hero__logo {
  position: absolute;
  margin: auto;
  inset: 0;
  width: var(--hero--logo--width);
  height: var(--hero--logo--width);
}

.hero__copy {
  font-size: 2vw;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  z-index: 220;
}

.hero--video__object {
  position: absolute;
  top: 0;
  left: 0;
}
.hero--video--overflow .hero--video__object {
  height: 100%;
  object-fit: cover;
}

:root {
  --draw_hamburger__length: 2.6rem;
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --draw_hamburger__length: 4.4rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --draw_hamburger__length: 4.6rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --draw_hamburger__length: 5.3rem;
  }
}

:root {
  --draw_hamburger__thickness: 1.7rem;
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --draw_hamburger__thickness: 2.9rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --draw_hamburger__thickness: 3.1rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --draw_hamburger__thickness: 3.5rem;
  }
}

:root {
  --draw_hamburger__border-width: 0.1rem;
}

:root {
  --draw_hamburger__gap: 0.7rem;
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --draw_hamburger__gap: 1.3rem;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --draw_hamburger__gap: 1.4rem;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --draw_hamburger__gap: 1.6rem;
  }
}

.draw-hamburger {
  width: 100%;
  height: 100%;
  z-index: 890;
  position: relative;
  display: block;
  color: currentcolor;
  min-height: max(var(--draw_hamburger__thickness), var(--draw_hamburger__length));
  min-width: var(--draw_hamburger__length);
}
@media (hover: hover) {
  .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):hover .draw-hamburger__inner span {
    translate: -10% 0;
  }
  .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):hover .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):hover .draw-hamburger__inner span:nth-child(2):last-child {
    translate: 10% 0;
  }
}
.draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span, .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]).is-hover .draw-hamburger__inner span {
  translate: -10% 0;
}
.draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span:nth-child(2):last-child, .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]).is-hover .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--h:not([aria-expanded=true]).is-hover .draw-hamburger__inner span:nth-child(2):last-child {
  translate: 10% 0;
}
@media (hover: hover) {
  .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):hover .draw-hamburger__inner span {
    translate: 0 -10%;
  }
  .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):hover .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):hover .draw-hamburger__inner span:nth-child(2):last-child {
    translate: 0 10%;
  }
}
.draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span, .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]).is-hover .draw-hamburger__inner span {
  translate: 0 -10%;
}
.draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]):focus-visible .draw-hamburger__inner span:nth-child(2):last-child, .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]).is-hover .draw-hamburger__inner span:not(:last-child):not(:first-child), .draw-hamburger.draw-hamburger--slip.draw-hamburger--v:not([aria-expanded=true]).is-hover .draw-hamburger__inner span:nth-child(2):last-child {
  translate: 0 10%;
}

.draw-hamburger__inner {
  position: absolute;
  margin: auto;
  inset: 0;
}
.draw-hamburger--h .draw-hamburger__inner {
  width: var(--draw_hamburger__length);
  height: var(--draw_hamburger__thickness);
}
.draw-hamburger--v .draw-hamburger__inner {
  width: var(--draw_hamburger__thickness);
  height: var(--draw_hamburger__length);
}
.draw-hamburger__inner span {
  display: block;
  position: absolute;
  background-color: currentcolor;
  margin: auto;
}
.draw-hamburger--h .draw-hamburger__inner span {
  width: 100%;
  left: 0;
  height: var(--draw_hamburger__border-width);
}
.draw-hamburger--h .draw-hamburger__inner span:first-child {
  top: 0;
}
.draw-hamburger--h .draw-hamburger__inner span:not(:first-child):not(:last-child) {
  right: 0;
  top: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
}
.draw-hamburger--h .draw-hamburger__inner span:last-child {
  bottom: 0;
}
.draw-hamburger--v .draw-hamburger__inner span {
  height: 100%;
  top: 0;
  width: var(--draw_hamburger__border-width);
}
.draw-hamburger--v .draw-hamburger__inner span:first-child {
  left: 0;
}
.draw-hamburger--v .draw-hamburger__inner span:not(:first-child):not(:last-child) {
  left: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
}
.draw-hamburger--v .draw-hamburger__inner span:last-child {
  right: 0;
}
.draw-hamburger--brick .draw-hamburger__inner span {
  background-color: transparent;
}
.draw-hamburger--brick .draw-hamburger__inner span::before, .draw-hamburger--brick .draw-hamburger__inner span::after {
  content: "";
  position: absolute;
  background-color: currentcolor;
}
.draw-hamburger--h.draw-hamburger--brick .draw-hamburger__inner span::before, .draw-hamburger--h.draw-hamburger--brick .draw-hamburger__inner span::after {
  width: 45%;
  height: 100%;
}
.draw-hamburger--h.draw-hamburger--brick .draw-hamburger__inner span::before {
  left: 0;
}
.draw-hamburger--h.draw-hamburger--brick .draw-hamburger__inner span::after {
  right: 0;
}
.draw-hamburger--v.draw-hamburger--brick .draw-hamburger__inner span::before, .draw-hamburger--v.draw-hamburger--brick .draw-hamburger__inner span::after {
  width: 100%;
  height: 45%;
}
.draw-hamburger--v.draw-hamburger--brick .draw-hamburger__inner span::before {
  top: 0;
}
.draw-hamburger--v.draw-hamburger--brick .draw-hamburger__inner span::after {
  bottom: 0;
}
.draw-hamburger--animate .draw-hamburger__inner span {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.draw-hamburger--332.draw-hamburger--h .draw-hamburger__inner span:last-child {
  width: 66.6666666667%;
  left: 0;
  right: auto;
}
.draw-hamburger--332.draw-hamburger--v .draw-hamburger__inner span:last-child {
  height: 66.6666666667%;
}
.draw-hamburger--322.draw-hamburger--h .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--322.draw-hamburger--h .draw-hamburger__inner span:last-child {
  width: 66.6666666667%;
  left: 0;
  right: auto;
}
.draw-hamburger--322.draw-hamburger--v .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--322.draw-hamburger--v .draw-hamburger__inner span:last-child {
  height: 66.6666666667%;
}
.draw-hamburger--321.draw-hamburger--h .draw-hamburger__inner span:not(:first-child):not(:last-child) {
  width: 66.6666666667%;
  left: 0;
  right: auto;
}
.draw-hamburger--321.draw-hamburger--h .draw-hamburger__inner span:last-child {
  width: 33.3333333333%;
  left: 0;
  right: auto;
}
.draw-hamburger--321.draw-hamburger--v .draw-hamburger__inner span:not(:first-child):not(:last-child) {
  height: 66.6666666667%;
}
.draw-hamburger--321.draw-hamburger--v .draw-hamburger__inner span:last-child {
  height: 33.3333333333%;
}
.draw-hamburger--332.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--332.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--332.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:last-child, .draw-hamburger--322.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--322.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--322.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:last-child, .draw-hamburger--321.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--321.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--321.draw-hamburger--h.draw-hamburger--center .draw-hamburger__inner span:last-child {
  left: 0;
  right: 0;
}
.draw-hamburger--332.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--332.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--332.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:last-child, .draw-hamburger--322.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--322.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--322.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:last-child, .draw-hamburger--321.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span, .draw-hamburger--321.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:not(:first-child):not(:last-child), .draw-hamburger--321.draw-hamburger--v.draw-hamburger--center .draw-hamburger__inner span:last-child {
  top: 0;
  bottom: 0;
}

.draw-hamburger--45[aria-expanded=true] span:first-child {
  rotate: 45deg;
}
.draw-hamburger--45[aria-expanded=true] span:not(:first-child):not(:last-child) {
  opacity: 0;
}
.draw-hamburger--45[aria-expanded=true] span:last-child {
  rotate: 135deg;
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--h span:first-child {
  width: 100% !important;
  top: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--h span:not(:first-child):not(:last-child) {
  width: 0;
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--h span:last-child {
  bottom: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
  width: 100% !important;
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--v span:first-child {
  left: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
  height: 100% !important;
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--v span:not(:first-child):not(:last-child) {
  height: 0;
}
.draw-hamburger--45[aria-expanded=true].draw-hamburger--v span:last-child {
  right: calc(var(--draw_hamburger__gap) + var(--draw_hamburger__border-width));
  height: 100% !important;
}

:root {
  --gallery__ratio: 56.25%;
}

.gallery {
  z-index: 200;
}

.gallery__item {
  z-index: 105;
  background-color: rgb(248.31, 248.4, 248.43);
}
.gallery__item.is-actived {
  z-index: 110;
}
.gallery__item.is-active, .gallery:not(.is-loaded) .gallery__item:first-child {
  z-index: 115;
}
#cs .gallery__item:not(.is-active) {
  pointer-events: none;
}

.gallery__selector,
.gallery__controler__item {
  z-index: 121;
}

.gallery__selector__item {
  z-index: 121;
}

.gallery__selector__item__inner {
  z-index: 122;
}

@media print {
  .gallery__selector,
  .gallery__controler {
    display: none !important;
  }
}

@media print {
  .gallery,
  .gallery__item,
  .gallery__item__inner {
    padding-top: 0 !important;
  }
}

@media print {
  .gallery__item,
  .gallery__item__inner,
  .gallery__item__inner picture,
  .gallery__item__inner img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }
}

.gallery {
  position: relative;
  width: 100%;
  padding-top: var(--gallery__ratio);
}
.hero .gallery {
  height: 100%;
  padding-top: 0;
}
.gallery--s-lead {
  padding-top: 0;
}

.gallery__item {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-property: none;
  padding-top: 56.25%;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .gallery__item {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .gallery__item {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .gallery__item {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 1370.02px) {
  .gallery__item {
    padding-top: 56.25%;
  }
}
.gallery:not(.is-loaded) .gallery__item:not(:first-child) {
  opacity: 0;
}
.hero .gallery__item {
  height: 100%;
  padding: 0;
}
.gallery--s-lead .gallery__item {
  padding-top: 0;
  position: relative;
  height: auto;
  opacity: 0;
  background-color: transparent;
}
@media print, screen and (max-width: 568px) {
  .gallery--s-lead .gallery__item {
    padding-inline: calc(var(--padding-page--l) * 2);
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .gallery--s-lead .gallery__item {
    padding-inline: calc(var(--padding-page--l) * 1);
  }
}
.gallery--s-lead .gallery__item.is-active {
  opacity: 1;
}

.gallery__item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#ss .gallery__item__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30vw;
  width: 100%;
}
#cs .gallery__item__inner {
  box-shadow: 0 0 1.7em 0.1rem rgba(32, 35, 36, 0.17);
  border-radius: 1rem;
}
.gallery--s-lead .gallery__item__inner {
  padding-top: 0;
  height: auto;
  border-radius: 1rem;
}
.gallery--s-lead .gallery__item.is-active .gallery__item__inner {
  position: relative;
}

html#ss .gallery__item:nth-child(1) .gallery__item__inner::before {
  background: linear-gradient(to bottom, #4630dd, rgba(70, 48, 221, 0));
}
html#ss .gallery__item:nth-child(2) .gallery__item__inner::before {
  background: linear-gradient(to bottom, #e84217, rgba(232, 66, 23, 0));
}
html#ss .gallery__item:nth-child(3) .gallery__item__inner::before {
  background: linear-gradient(to bottom, #24a72e, rgba(36, 167, 46, 0));
}

.gallery__item__inner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#hpc .gallery__item__inner__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
html#hpc .gallery__item__inner__content > * {
  min-width: 0;
}
html#hpc .gallery__item__inner__content > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
html#ss .gallery__item__inner__content {
  padding: var(--padding-page--l);
}
html#cs .gallery__item__inner__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: var(--padding-page--l);
  padding-bottom: calc(var(--margin-width) + var(--padding-page--l));
}
html#cs .gallery__item__inner__content > * {
  min-width: 0;
}
html#cs .gallery__item__inner__content > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
html#cs .gallery__item__inner__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  height: 20vw;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.gallery--s-lead .gallery__item__inner__content {
  padding-top: 0;
  position: relative;
}

.gallery__item__inner__content__h {
  font-size: 4vw;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.gallery__item__inner__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
  color: var(--color-white);
  padding: 0.65em 1em;
}

#cs .gallery--s-lead .gallery__item .s-lead__inner__list__item__body {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
#cs .gallery--s-lead .gallery__item.is-active .s-lead__inner__list__item__body {
  opacity: 1;
}

.gallery--fade .gallery__item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0.5s;
}
.gallery--fade .gallery__item.is-active {
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.gallery--fade:not(.is-loaded) .gallery__item:first-child,
.gallery--fade .gallery__item:only-child,
.gallery--fade .gallery__item.is-active {
  opacity: 1;
}

.gallery--shift {
  overflow: hidden;
}
.gallery--shift .gallery__item__inner {
  width: calc(100% + var(--margin-width) * 2);
  translate: 0 0;
  transition-property: opacity, translate;
  transition-duration: 0s;
}
.gallery--shift .gallery__item.is-active .gallery__item__inner,
.gallery--shift .gallery__item.is-actived .gallery__item__inner {
  translate: calc(var(--margin-width) * -1) 0;
  transition-duration: 1s;
}
.gallery--shift .gallery__item__inner__content {
  width: calc(100% - var(--margin-width) * 2);
  left: var(--margin-width);
}
.gallery--shift:not(.is-loaded) .gallery__item__inner {
  translate: calc(var(--margin-width) * -1) 0;
}

.gallery--horizontal {
  overflow: hidden;
  z-index: 1;
}
.gallery--horizontal .gallery__item {
  translate: 100% 0;
  transition-property: translate, width;
  transition-duration: 0s;
  width: 100%;
}
.gallery--horizontal .gallery__item.is-active {
  translate: 0 0;
  transition-duration: 1s;
}
.gallery--horizontal .gallery__item.is-actived {
  translate: -50% 0;
  transition-duration: 1s;
  width: 50%;
}
.gallery--horizontal:not(.is-loaded) .gallery__item {
  translate: 0 0;
}

.gallery--vertical {
  overflow: hidden;
}
.gallery--vertical .gallery__item {
  translate: 0 100%;
  transition-property: translate, height;
  transition-duration: 0s;
}
.gallery--vertical .gallery__item.is-active {
  translate: 0 0;
  transition-duration: 0.6s;
}
.gallery--vertical .gallery__item.is-actived {
  translate: 0 -50%;
  transition-duration: 0.6s;
}
.gallery--vertical:not(.is-loaded) .gallery__item {
  translate: 0 0;
}

.gallery--size {
  overflow: hidden;
}
.gallery--size .gallery__item {
  transition-duration: 1s;
  scale: 1.4;
  opacity: 0;
  transition-property: scale, opacity;
}
.gallery--size .gallery__item.is-active, .gallery--size .gallery__item.is-actived {
  opacity: 1;
}
.gallery--size .gallery__item.is-active {
  scale: 1.2;
}
.gallery--size .gallery__item.is-actived {
  background-size: 100% auto;
  opacity: 1;
}
.gallery--size:not(.is-loaded) .gallery__item {
  scale: 1.2;
  opacity: 1;
}

.gallery--clip .gallery__item {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 1.2s;
  transition-property: clip-path;
  transition-delay: 1.2s;
}

.gallery--clip--ellipse .gallery__item {
  clip-path: ellipse(50% 50% at 50% -50%);
}
.gallery--clip--ellipse .gallery__item.is-active {
  transition-delay: 0s;
  clip-path: ellipse(400% 200% at 100% 0%);
}

.gallery--gradient {
  overflow: hidden;
}
.gallery--gradient .gallery__item {
  translate: 0 100%;
  transition-property: translate, width;
  transition-duration: 0s;
  width: 100%;
  overflow: hidden;
}
.gallery--gradient .gallery__item::before, .gallery--gradient .gallery__item::after {
  z-index: 116;
  transition-property: top,bottom,opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  right: 0;
}
.gallery--gradient .gallery__item::before {
  transition-duration: 2s;
  top: 0;
  background-image: linear-gradient(to top, rgba(50, 154, 240, 0) 0%, rgba(50, 154, 240, 0) 30%, #329af0 50%, #329af0 100%);
}
.gallery--gradient .gallery__item::after {
  transition-duration: 0.5s;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(50, 154, 240, 0) 0%, rgba(50, 154, 240, 0) 30%, #329af0 50%, #329af0 100%);
}
.gallery--gradient .gallery__item.is-active {
  translate: 0 0;
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-active::before {
  top: -140%;
}
.gallery--gradient .gallery__item.is-active::after {
  bottom: -100%;
}
.gallery--gradient .gallery__item.is-actived {
  translate: 0 -80%;
  transition-duration: 1s;
}
.gallery--gradient .gallery__item.is-actived::before {
  top: 100%;
}
.gallery--gradient .gallery__item.is-actived::after {
  bottom: 0;
}
.gallery--gradient:not(.is-loaded) .gallery__item {
  translate: 0 0;
}

dl.dl {
  display: grid;
}
dl.dl {
  grid-template-columns: min-content auto;
}
dl.dl {
  grid-template-rows: auto;
}
dl.dl {
  column-gap: 1em;
}
dl.dl dt {
  white-space: nowrap;
}
dl.dl--auto {
  grid-template-columns: min-content min-content;
}
dl.cv {
  display: grid;
}
dl.cv {
  grid-template-columns: auto 1fr;
}
dl.cv {
  grid-template-rows: auto;
}
dl.cv {
  column-gap: 1em;
}
dl.cv dt {
  grid-column: 1/2;
  white-space: nowrap;
}
dl.cv dd {
  grid-column: 2/3;
}
dl.cv .t--kagikakko {
  text-indent: -0.2em;
}
dl.cv .t--quote {
  text-indent: -0.25em;
}

table.dl td, table.dl th {
  text-align: left;
  vertical-align: top;
}
table.dl th {
  padding-right: 1.4em;
  overflow: hidden;
}
table.dl th span {
  position: relative;
  display: inline-block;
}
table.dl th span::before {
  content: "";
  position: absolute;
  left: calc(100% + 0.4em);
  top: calc((1.7em + 0.1rem) / 2);
  width: 100vw;
  height: 0.1rem;
  background-color: currentcolor;
}
table.dl td {
  padding-left: 0.4em;
}

dl.dl--dash {
  column-gap: 0.4em;
}
dl.dl--dash dt {
  position: relative;
  z-index: 100;
  padding-right: 1em;
}
dl.dl--dash dt::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
  z-index: 101;
  position: absolute;
  left: 0;
  top: calc((1.7em - 0.1rem) * 0.5);
}
dl.dl--dash dt span {
  background-color: var(--color-body);
  position: relative;
  z-index: 102;
  padding-right: 0.4em;
}
dl.dl--dash dt span:empty {
  display: none;
}

dl.dl--bar--v {
  column-gap: calc(2em + 0.1rem);
}
dl.dl--bar--v dd {
  position: relative;
}
dl.dl--bar--v dd::after {
  content: "";
  width: 0.1rem;
  background-color: currentcolor;
  height: calc(100% - 0.7em);
  top: 0.35em;
  left: calc((1em + 0.1rem) * -1);
  position: absolute;
}

dl.dl--bar--h {
  row-gap: calc(2em + 0.1rem);
}
dl.dl--bar--h dt, dl.dl--bar--h dd {
  position: relative;
}
dl.dl--bar--h dt::before, dl.dl--bar--h dd::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
  left: 0;
  bottom: calc((1em + 0.1rem) * -1);
  position: absolute;
}
dl.dl--bar--h dt:last-of-type::before,
dl.dl--bar--h dd:last-of-type::before {
  display: none;
}

dl.dl--bar {
  column-gap: calc(2em + 0.1rem);
}
dl.dl--bar dd {
  position: relative;
}
dl.dl--bar dd::after {
  content: "";
  width: 0.1rem;
  background-color: currentcolor;
  height: calc(100% - 0.7em);
  top: 0.35em;
  left: calc((1em + 0.1rem) * -1);
  position: absolute;
}
dl.dl--bar {
  row-gap: calc(2em + 0.1rem);
}
dl.dl--bar dt, dl.dl--bar dd {
  position: relative;
}
dl.dl--bar dt::before, dl.dl--bar dd::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
  left: 0;
  bottom: calc((1em + 0.1rem) * -1);
  position: absolute;
}
dl.dl--bar dt:last-of-type::before,
dl.dl--bar dd:last-of-type::before {
  display: none;
}

dl.dl--bar-switch {
  padding-bottom: calc(1em + 0.1rem);
}
dl.dl--bar-switch {
  row-gap: calc(2em + 0.1rem);
}
dl.dl--bar-switch {
  column-gap: 0;
}
dl.dl--bar-switch dt, dl.dl--bar-switch dd {
  position: relative;
}
dl.dl--bar-switch dt::before, dl.dl--bar-switch dd::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: calc((1em + 0.1rem) * -1);
  position: absolute;
}
dl.dl--bar-switch dt {
  padding-right: 1em;
}
dl.dl--bar-switch dt::before {
  background-color: currentcolor;
}
dl.dl--bar-switch dd {
  padding-left: 1em;
}
dl.dl--bar-switch dd::before {
  background-color: rgb(192.56, 193.4, 193.68);
}

dl.dl--bar-switch--double {
  padding-top: calc(1em + 0.1rem);
}
dl.dl--bar-switch--double dt:first-child::after, dl.dl--bar-switch--double dt:first-child + dd::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  top: calc((1em + 0.1rem) * -1);
  position: absolute;
}
dl.dl--bar-switch--double dt::after {
  background-color: currentcolor;
}
dl.dl--bar-switch--double dd::after {
  background-color: rgb(192.56, 193.4, 193.68);
}

dl.dl--bar-table {
  border-block: 0.2rem solid currentcolor;
  padding-block: calc(1em + 0.1rem);
}
dl.dl--bar-table {
  row-gap: calc(2em + 0.1rem);
}
dl.dl--bar-table {
  column-gap: 0;
}
dl.dl--bar-table dt, dl.dl--bar-table dd {
  position: relative;
  padding: 0 1em;
}
dl.dl--bar-table dt:not(:last-of-type)::before, dl.dl--bar-table dd:not(:last-of-type)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: calc((1em + 0.1rem) * -1);
  position: absolute;
  background-color: rgb(230.47, 230.8, 230.91);
}
dl.dl--bar-table dd::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgb(230.47, 230.8, 230.91);
}

dl.dl--gap {
  column-gap: calc(var(--margin-width) * 1);
}
dl.dl--gap--sm {
  gap: 0 calc(var(--margin-width) * 0.5);
}
dl.dl--gap--xs {
  gap: 0 calc(var(--margin-width) * 0.3333333333);
}
.dl--interview {
  gap: calc(var(--margin) * 1) calc(var(--margin-width) * 1);
}
.dl--interview dt {
  position: relative;
  z-index: 100;
  padding-right: 1em;
}
.dl--interview dt::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentcolor;
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0.85em;
}
.dl--interview dt span {
  background-color: var(--color-body);
  position: relative;
  z-index: 102;
  padding-right: 0.4em;
}
.dl--interview dt span:empty {
  display: none;
}

.newslist a, .newslist button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .newslist a:hover, .newslist button:hover {
    text-decoration-line: none;
  }
}
.newslist a:focus-visible, .newslist a.is-hover, .newslist button:focus-visible, .newslist button.is-hover {
  text-decoration-line: none;
}
html.un-touched .newslist a:focus-visible {
  border-radius: 0.1rem;
  outline-offset: 0.6rem;
}
.newslist.newslist--blk .newslist__list__item > a:focus-visible {
  border-radius: 1rem;
}
html.un-touched .newslist.newslist--blk .newslist__list__item > a:focus-visible {
  outline: rgba(50, 154, 240, 0.6) solid 0.3rem;
  outline-offset: 0;
}

.newslist--hr {
  position: relative;
}
.newslist--hr::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(230.47, 230.8, 230.91);
}

.newslist--catfilter {
  display: grid;
}
.newslist--catfilter {
  gap: calc(var(--margin) * 1) calc(var(--margin-width) * 1);
}
.newslist--catfilter {
  grid-template-columns: auto;
}
.newslist--catfilter {
  grid-template-rows: auto auto;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--catfilter {
    grid-template-columns: calc(11.2rem + var(--margin-width) * 1) auto;
  }
  .newslist--catfilter {
    grid-template-rows: auto;
  }
}
.newslist--catfilter .newslist__catfilter {
  grid-column: 1/-1;
  grid-row: 1/2;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--catfilter .newslist__catfilter {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
.newslist--catfilter .newslist__list {
  grid-column: 1/-1;
  grid-row: 2/3;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--catfilter .newslist__list {
    grid-column: 2/3;
    grid-row: 1/-1;
  }
}

@media print, screen and (min-width: 833.02px) {
  .newslist__catfilter .tag__item {
    display: block;
  }
}

.newslist:not(.newslist--hr):not(.newslist--blk) .newslist__list {
  margin-block: calc(var(--margin) * 1 * 0.5 * -1);
}

.newslist--hr .newslist__list__item {
  position: relative;
}
.newslist--hr .newslist__list__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(230.47, 230.8, 230.91);
}
.newslist--blk .newslist__list__item {
  padding: 1.268em 1.618em;
  background-color: rgb(230.47, 230.8, 230.91);
  border-radius: 1rem;
}
.newslist--blk .newslist__list__item:not(:last-child) {
  margin-bottom: calc(var(--margin) * 1 * 1);
}
.newslist--blk .newslist__list__item > a {
  border-radius: 1rem;
  padding: 1.268em 1.618em;
  margin: -1.268em -1.618em;
}
.newslist--blk.newslist--fig .newslist__list__item {
  padding: 1.618em;
}
.newslist--hr.newslist--hr--halfway .newslist__list__item::after {
  width: 50%;
  background-color: rgb(230.47, 230.8, 230.91);
  width: calc(100% - calc(11.2rem + var(--margin-width) * 1) - var(--margin-width) * 1);
}
.newslist--hr.newslist--hr--halfway .newslist__list__item:last-child::after {
  width: 100%;
}
.newslist--hr.newslist--fig .newslist__list__item {
  padding-bottom: calc(var(--margin) * 2 + 0.1rem);
}
.newslist__list__item.is-past {
  opacity: 0.5;
  text-decoration: line-through;
}
.newslist__list__item.is-future .newslist__list__item__anchor__inner__article__title::before {
  content: "予約";
  display: inline-block;
  vertical-align: middle;
  padding-inline: 0.5em;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1;
  border-inline: 0.1rem solid currentcolor;
  margin-right: 0.5em;
}

.newslist__list__item__anchor {
  display: block;
  padding-block: calc(var(--margin) * 1 * 0.5);
}
.newslist--fig:not(.newslist--blk) .newslist__list__item__anchor:not(:last-child) {
  padding-bottom: calc(var(--margin) * 2 * 1);
}
.newslist--hr .newslist__list__item__anchor {
  padding-block: calc(var(--margin) * 1 + 0.1rem);
}
.newslist__list__item__anchor.newslist--fig {
  padding-top: calc(var(--margin) * 2 + 0.1rem);
}

.newslist__list__item__anchor__inner {
  position: relative;
  display: grid;
}
.newslist__list__item__anchor__inner {
  gap: calc(var(--margin) * 0.5) calc(var(--margin-width) * 1);
}
.newslist__list__item__anchor__inner {
  grid-template-columns: auto;
}
@media print, screen and (min-width: 568.02px) {
  .newslist__list__item__anchor__inner {
    grid-template-columns: calc(11.2rem + var(--margin-width) * 1) auto;
  }
}
.newslist--cat .newslist__list__item__anchor__inner {
  gap: 0 calc(var(--margin-width) * 1);
}
@media print, screen and (min-width: 568.02px) {
  .newslist--cat .newslist__list__item__anchor__inner {
    grid-template-rows: auto 1fr;
  }
}
.newslist--fig .newslist__list__item__anchor__inner {
  grid-template-rows: auto 1fr;
}
.newslist--fig .newslist__list__item__anchor__inner {
  grid-template-columns: calc(11.2rem + var(--margin-width) * 1) auto;
}
@media print, screen and (min-width: 1098.02px) {
  .newslist--fig .newslist__list__item__anchor__inner {
    grid-template-columns: calc(11.2rem + var(--margin-width) * 1) calc(11.2rem + var(--margin-width) * 1) auto;
  }
}
.newslist--cat.newslist--fig .newslist__list__item__anchor__inner {
  grid-template-rows: auto 1fr;
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner {
  grid-template-columns: auto 1fr;
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner {
  grid-template-rows: auto auto;
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner {
  gap: calc(var(--margin) * 0.5) calc(var(--margin-width) * 1);
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk .newslist__list__item__anchor__inner {
    grid-template-columns: calc(11.2rem + var(--margin-width) * 1) calc(11.2rem + var(--margin-width) * 1) auto;
  }
  .newslist--cat.newslist--blk .newslist__list__item__anchor__inner {
    grid-template-rows: auto;
  }
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner {
  grid-template-columns: calc(11.2rem + var(--margin-width) * 1) 1fr;
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner {
  grid-template-rows: auto auto;
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner {
  gap: 0 calc(var(--margin-width) * 1);
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner {
    grid-template-columns: calc(11.2rem + var(--margin-width) * 1) calc(11.2rem + var(--margin-width) * 1) auto;
  }
  .newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner {
    grid-template-rows: auto 1fr;
  }
}
.newslist--blk a.newslist__list__item__anchor .newslist__list__item__anchor__inner, .newslist--hr a.newslist__list__item__anchor .newslist__list__item__anchor__inner {
  padding-right: calc(0.1rem + var(--margin-width) * 1);
}
.newslist--blk a.newslist__list__item__anchor .newslist__list__item__anchor__inner::before, .newslist--hr a.newslist__list__item__anchor .newslist__list__item__anchor__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background-color: rgb(230.47, 230.8, 230.91);
}
.newslist--blk a.newslist__list__item__anchor .newslist__list__item__anchor__inner::before {
  background-color: var(--color-white);
}
.newslist--hr a.newslist__list__item__anchor .newslist__list__item__anchor__inner::before {
  background-color: rgb(230.47, 230.8, 230.91);
}

.newslist__list__item__anchor__inner__fig {
  grid-column: 1/2;
  grid-row: 1/-1;
}
.newslist__list__item__anchor__inner__fig img {
  border-radius: 1rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media print, screen and (min-width: 568.02px) {
  .newslist--cat .newslist__list__item__anchor__inner__date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.newslist--fig .newslist__list__item__anchor__inner__date {
  grid-column: 2/3;
  grid-row: 2/3;
  padding-top: calc(var(--margin) * 0.5);
}
@media print, screen and (min-width: 1098.02px) {
  .newslist--fig .newslist__list__item__anchor__inner__date {
    padding-top: 0;
    grid-column: 2/3;
    grid-row: 1/-1;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .newslist--cat.newslist--fig .newslist__list__item__anchor__inner__date {
    grid-row: 1/2;
  }
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner__date {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk .newslist__list__item__anchor__inner__date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__date {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__date {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.newslist__list__item__anchor__inner__date__str {
  color: var(--color-figure);
}
.newslist--fig .newslist__list__item__anchor__inner__date__str {
  color: rgba(32, 35, 36, 0.5);
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
}
@media print, screen and (min-width: 1098.02px) {
  .newslist--fig .newslist__list__item__anchor__inner__date__str {
    font-size: var(--font-size--md);
    letter-spacing: var(--letter-spacing--md);
    line-height: 1.7;
    color: var(--color-figure);
  }
}
.newslist__list__item.is-new .newslist__list__item__anchor__inner__date__str::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.4em;
  background-color: var(--color-new);
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.newslist__list__item__anchor__inner__cat {
  color: var(--color-figure);
}
.newslist--cat .newslist__list__item__anchor__inner__cat {
  grid-column: 1/-1;
  grid-row: 2/3;
}
@media print, screen and (min-width: 568.02px) {
  .newslist--cat .newslist__list__item__anchor__inner__cat {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.newslist--cat.newslist--fig .newslist__list__item__anchor__inner__cat {
  grid-column: 2/3;
  grid-row: -2/-1;
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner__cat {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk .newslist__list__item__anchor__inner__cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__cat {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__cat {
    grid-column: 2/3;
    grid-row: -1/-2;
  }
}
.newslist__list__item__anchor__inner__cat span {
  display: block;
  font-size: var(--font-size--xs);
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1.7;
  color: #329AF0;
}

.newslist__list__item__anchor__inner__article {
  position: relative;
}
.newslist--cat .newslist__list__item__anchor__inner__article {
  grid-column: 1/-1;
  grid-row: 3/4;
  padding-top: calc(var(--margin) * 0.5);
}
@media print, screen and (min-width: 568.02px) {
  .newslist--cat .newslist__list__item__anchor__inner__article {
    grid-column: 2/3;
    grid-row: 1/-1;
    padding-top: 0;
  }
}
.newslist--fig .newslist__list__item__anchor__inner__article {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: 0;
}
@media print, screen and (min-width: 1098.02px) {
  .newslist--fig .newslist__list__item__anchor__inner__article {
    grid-column: 3/4;
    grid-row: 1/-1;
  }
}
.newslist--blk .newslist__list__item__anchor__inner__article {
  position: relative;
}
@media print, screen and (min-width: 568.02px) {
  .newslist--blk .newslist__list__item__anchor__inner__article {
    padding-left: calc(var(--margin-width) * 1 + 0.1rem);
  }
  .newslist--blk .newslist__list__item__anchor__inner__article::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.1rem;
    background-color: var(--color-white);
  }
}
.newslist--cat.newslist--blk .newslist__list__item__anchor__inner__article {
  grid-column: 1/-1;
  grid-row: 2/3;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk .newslist__list__item__anchor__inner__article {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__article {
  grid-column: 1/-1;
  grid-row: 2/3;
}
@media print, screen and (min-width: 833.02px) {
  .newslist--cat.newslist--blk.newslist--fig .newslist__list__item__anchor__inner__article {
    grid-column: 3/4;
    grid-row: 1/-1;
  }
}

.newslist__list__item__anchor__inner__article__body {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
  line-height: 1.7;
}

.newslist__more:not(:first-child) {
  margin-top: calc(var(--margin) * 1 * 1);
}
.newslist__more {
  padding-left: 0;
}
@media print, screen and (min-width: 568.02px) {
  .newslist__more {
    padding-left: calc(calc(11.2rem + var(--margin-width) * 1) + var(--margin-width) * 1);
  }
}
.newslist--fig .newslist__more:not(:first-child) {
  margin-top: calc(var(--margin) * 2 * 1);
}

.tableLayout {
  width: 100%;
}

.tableLayout tbody td,
.tableLayout tbody th {
  padding: 0 !important;
  vertical-align: top;
  text-align: left;
}

table th {
  vertical-align: middle;
}
table td {
  vertical-align: top;
}
table td[rowspan],
table th[rowspan] {
  vertical-align: middle;
}
table td.label, table td.minimum,
table th.label,
table th.minimum {
  width: 1%;
  white-space: nowrap;
}
table td.label label, table td.minimum label,
table th.label label,
table th.minimum label {
  line-height: 4.4rem;
}
table td.label,
table th.label {
  background-color: rgba(32, 35, 36, 0.03);
  vertical-align: middle;
}
table td.minimum .minimum__inner,
table th.minimum .minimum__inner {
  padding: 0 1.4rem;
}
table td.common,
table th.common {
  width: 30%;
}

.tableView {
  border-collapse: separate;
  width: 100%;
  border-right: 0.1rem solid rgb(230.47, 230.8, 230.91);
  border-bottom: 0.1rem solid rgb(230.47, 230.8, 230.91);
}
.tableView thead th {
  text-align: center;
}
.tableView td,
.tableView th {
  text-align: left;
  border-top: 0.1rem solid rgb(230.47, 230.8, 230.91);
  border-left: 0.1rem solid rgb(230.47, 230.8, 230.91);
  padding: 0.9rem 1.4rem;
}
.tableView td.solid,
.tableView th.solid {
  padding: 0 !important;
}
.tableView td.null,
.tableView th.null {
  font-style: italic !important;
  color: rgba(32, 35, 36, 0.5);
}
.tableView.tableView--sm td, .tableView.tableView--sm th {
  padding: 0.4rem 0.9rem;
}
.tableView th {
  white-space: nowrap;
  background-color: rgb(241.62, 241.8, 241.86);
}
.tableView .id, .tableView .date, .tableView .end {
  white-space: nowrap;
}

@media print, screen and (max-width: 568px) {
  .tableView.responsive {
    display: block;
    border-right: none;
    border-bottom: none;
  }
  .tableView.responsive td,
  .tableView.responsive th {
    padding: 0.9rem 1.4rem;
  }
  .tableView.responsive td:last-child,
  .tableView.responsive th:last-child {
    border-bottom: 0.1rem solid rgb(230.47, 230.8, 230.91);
  }
  .tableView.responsive th {
    background-color: rgb(241.62, 241.8, 241.86) !important;
  }
  .tableView.responsive thead {
    float: left;
  }
  .tableView.responsive thead tr td,
  .tableView.responsive thead tr th {
    display: block;
    border-right: 0.1rem solid rgb(230.47, 230.8, 230.91);
  }
  .tableView.responsive tbody {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tableView.responsive tbody tr {
    display: inline-block;
  }
  .tableView.responsive tbody tr:last-child {
    border-right: 0.1rem solid rgb(230.47, 230.8, 230.91);
  }
  .tableView.responsive tbody tr:first-child td,
  .tableView.responsive tbody tr:first-child th {
    border-left: none;
  }
  .tableView.responsive tbody tr td,
  .tableView.responsive tbody tr th {
    display: block;
  }
  .tableView.responsive tbody td:nth-child(odd) {
    background-color: rgb(250.54, 250.6, 250.62);
  }
  .tableView.responsive tbody td:nth-child(even) {
    background-color: transparent;
  }
  .tableView.responsive tbody:first-child tr:first-child td,
  .tableView.responsive tbody:first-child tr:first-child th {
    border-left: 0.1rem solid rgb(230.47, 230.8, 230.91);
  }
}
.tableView2 {
  border-collapse: separate;
  width: 100%;
}
.tableView2 thead th {
  text-align: center;
}
.tableView2 th {
  white-space: nowrap;
}
.tableView2 tr {
  background-color: rgb(248.31, 248.4, 248.43);
}
.tableView2 tr th {
  background-color: rgb(230.47, 230.8, 230.91);
}
.tableView2 tr:nth-child(even) {
  background-color: rgb(250.54, 250.6, 250.62);
}
.tableView2 tr:nth-child(even) th {
  background-color: rgb(217.09, 217.6, 217.77);
}
.tableView2 td,
.tableView2 th {
  text-align: left;
  border-top: 0.2rem solid #ffffff;
  border-left: 0.2rem solid #ffffff;
  padding: 0.9rem 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.tableView2 td:first-child,
.tableView2 th:first-child {
  border-left: none;
}
.tableView2 td:empty,
.tableView2 th:empty {
  border: none !important;
  background-color: inherit;
}

.tableView.rounded {
  border-radius: 1rem;
}
.tableView.rounded thead tr td:first-child,
.tableView.rounded thead tr th:first-child {
  border-radius: 1rem 0 0 0;
}
.tableView.rounded thead tr td:last-child,
.tableView.rounded thead tr th:last-child {
  border-radius: 0 1rem 0 0;
}
.tableView.rounded thead tr td:only-child,
.tableView.rounded thead tr th:only-child {
  border-radius: 1rem 1rem 0 0;
}
.tableView.rounded tbody:only-child tr:first-child td:first-child,
.tableView.rounded tbody:only-child tr:first-child th:first-child {
  border-radius: 1rem 0 0 0;
}
.tableView.rounded tbody:only-child tr:first-child td:last-child,
.tableView.rounded tbody:only-child tr:first-child th:last-child {
  border-radius: 0 1rem 0 0;
}
.tableView.rounded tbody:only-child tr:first-child td:only-child,
.tableView.rounded tbody:only-child tr:first-child th:only-child {
  border-radius: 1rem 1rem 0 0;
}
.tableView.rounded tbody tr:last-child td:first-child,
.tableView.rounded tbody tr:last-child th:first-child {
  border-radius: 0 0 0 1rem;
}
.tableView.rounded td:empty + th,
.tableView.rounded th:empty + th {
  border-radius: 1rem 0 0 0;
}
.tableView.rounded thead + tbody tr:first-child th {
  border-radius: 1rem 0 0 0;
}
.tableView.rounded tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

@media print, screen and (max-width: 568px) {
  .tableView.tableBreak td,
  .tableView.tableBreak th {
    width: 100%;
    display: block;
  }
}

dl.tableView.rounded {
  border-radius: 1rem;
}
dl.tableView.rounded dt:first-child {
  border-top-left-radius: 1rem;
}
@media print, screen and (max-width: 568px) {
  dl.tableView.rounded dt:first-child {
    border-top-right-radius: 1rem;
  }
}
dl.tableView.rounded dt:first-child + dd {
  border-top-right-radius: 1rem;
}
@media print, screen and (max-width: 568px) {
  dl.tableView.rounded dt:first-child + dd {
    border-top-right-radius: 0;
  }
}
dl.tableView.rounded dt:last-of-type {
  border-bottom-left-radius: 1rem;
}
@media print, screen and (max-width: 568px) {
  dl.tableView.rounded dt:last-of-type {
    border-bottom-left-radius: 0;
  }
}
@media print, screen and (max-width: 568px) {
  dl.tableView.rounded dd:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}

.tableView-line {
  width: 100%;
}
.tableView-line thead th {
  text-align: center;
}
.tableView-line th {
  white-space: nowrap;
  color: #329AF0;
  vertical-align: top;
}
.tableView-line td,
.tableView-line th {
  text-align: left;
  border-bottom: 0.1rem solid #329AF0;
  padding: 0.9rem 1.4rem;
}
.tableView-line tbody tr:last-child td, .tableView-line tbody tr:last-child th {
  border-bottom: 0;
  padding-bottom: 0;
}
.tableView-line thead td, .tableView-line thead th,
.tableView-line tbody:only-child tr:first-child td,
.tableView-line tbody:only-child tr:first-child th {
  padding-top: 0;
}

.tableView--by-turns tr:nth-child(2n) {
  background-color: rgb(250.54, 250.6, 250.62);
}

@media (hover: hover) {
  table.tableView--highlight tbody tr:hover td {
    background-color: rgba(32, 35, 36, 0.03) !important;
  }
}
.table-scrollable {
  width: calc(100% + 2.4rem);
  margin-inline: -1.2rem -1.2rem;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.table-scrollable::before, .table-scrollable::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
}
.table-scrollable::before {
  left: 0;
  width: 1.2rem;
  background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 75%);
}
.table-scrollable::after {
  right: 0;
  width: 1.2rem;
  background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 75%);
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .table-scrollable {
    width: calc(100% + 5rem);
    margin-inline: -2.5rem -2.5rem;
  }
  .table-scrollable::before {
    width: 2.5rem;
  }
  .table-scrollable::after {
    width: 2.5rem;
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .table-scrollable {
    width: calc(100% + 11.8rem);
    margin-inline: -5.9rem -5.9rem;
  }
  .table-scrollable::before {
    width: 5.9rem;
  }
  .table-scrollable::after {
    width: 5.9rem;
  }
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .table-scrollable.table-scrollable--p {
    width: 100%;
    margin-inline: 0;
    white-space: normal;
  }
  .table-scrollable.table-scrollable--p::before, .table-scrollable.table-scrollable--p::after {
    display: none;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .table-scrollable {
    width: 100vw;
    margin-inline: calc(50% - 50vw) calc(50% - 50vw);
  }
  .table-scrollable::before, .table-scrollable::after {
    width: calc(50% - var(--width-content) * 0.5);
  }
  .table-scrollable::before {
    right: calc(50% - var(--width-content) * 0.5);
    left: auto;
  }
  .table-scrollable::after {
    right: auto;
    left: calc(50% - var(--width-content) * 0.5);
  }
}
@media print, screen and (min-width: 1098.02px) {
  .table-scrollable.table-scrollable--p, .table-scrollable.table-scrollable--p-t {
    width: 100%;
    margin-inline: 0;
    white-space: normal;
  }
  .table-scrollable.table-scrollable--p::before, .table-scrollable.table-scrollable--p::after, .table-scrollable.table-scrollable--p-t::before, .table-scrollable.table-scrollable--p-t::after {
    display: none;
  }
}

.table-scrollable__inner {
  overflow: auto;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .table-scrollable--p .table-scrollable__inner {
    overflow: visible;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .table-scrollable__inner .table-scrollable--p, .table-scrollable--p-t .table-scrollable__inner {
    overflow: visible;
  }
}

.table-scrollable__inner__inner {
  padding-inline: var(--padding-page--inline);
  width: fit-content;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .table-scrollable--p .table-scrollable__inner__inner {
    width: 100%;
    padding-inline: 0;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .table-scrollable__inner__inner {
    padding-inline: calc(50vw - var(--width-content) * 0.5);
  }
}
@media print, screen and (min-width: 1098.02px) {
  .table-scrollable--p .table-scrollable__inner__inner, .table-scrollable--p-t .table-scrollable__inner__inner {
    width: 100%;
    padding-inline: 0;
  }
}

.js__inview,
.js__inview .js__inview__inner, .js__inview::after, .js__inview::before {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 0.75s;
}

.js__inview__item {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  transition-duration: 0.75s;
}

.js__inview--false {
  transition: none;
}

.is-active--slow,
.is-active--slow .js__inview__inner, .is-active--slow::after, .is-active--slow::before {
  transition-duration: 1.5s;
}

.is-active--fast,
.is-active--fast .js__inview__inner, .is-active--fast::after, .is-active--fast::before {
  transition-duration: 0.375s;
}

span.js__inview {
  display: inline-block;
}

.is-active--fade-in {
  transition-property: opacity;
  opacity: 0;
}
.is-active--fade-in.is-active, html.no-js .is-active--fade-in {
  opacity: 1;
}
@media print {
  .is-active--fade-in {
    opacity: 1;
  }
}

.is-active--fade-out {
  transition-property: opacity;
  opacity: 1;
}
.is-active--fade-out.is-active, html.no-js .is-active--fade-out {
  opacity: 0;
}
@media print {
  .is-active--fade-out {
    opacity: 0;
  }
}

.is-active--bg {
  transition-property: none !important;
}
.is-active--bg img {
  transition-property: scale;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  scale: 1.5;
  opacity: 0;
}
.is-active--bg.is-active img, html.no-js .is-active--bg img {
  scale: 1;
  opacity: 1;
}
@media print {
  .is-active--bg img {
    scale: 1;
    opacity: 1;
  }
}

.is-active--gs {
  filter: grayscale(100%);
  transition-property: filter;
}
.is-active--gs.is-active, html.no-js .is-active--gs {
  filter: grayscale(0);
}

.is-activing--gs {
  filter: grayscale(100%);
  transition-property: filter;
}
.is-activing--gs.is-activing, html.no-js .is-activing--gs {
  filter: grayscale(0);
}

.is-active--slide {
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.is-active--slide::before, .is-active--slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.is-active--slide::before {
  z-index: 102;
  background-color: var(--color-body);
  transition-duration: 0.375s;
  transition-delay: 0s;
}
.is-active--slide::after {
  z-index: 101;
  background-color: rgb(248.31, 248.4, 248.43);
  transition-duration: 0.75s;
  transition-delay: 0.75s;
}

.is-active--slide--top::before, .is-active--slide--top::after {
  left: 0;
  bottom: 0;
}
.is-active--slide--top.is-active::before, .is-active--slide--top.is-active::after, html.no-js .is-active--slide--top::before, html.no-js .is-active--slide--top::after {
  bottom: 100%;
}
@media print {
  .is-active--slide--top::before, .is-active--slide--top::after {
    bottom: 100%;
  }
}

.is-active--slide--right::before, .is-active--slide--right::after {
  left: 0;
  top: 0;
}
.is-active--slide--right.is-active::before, .is-active--slide--right.is-active::after, html.no-js .is-active--slide--right::before, html.no-js .is-active--slide--right::after {
  left: 100%;
}
@media print {
  .is-active--slide--right::before, .is-active--slide--right::after {
    left: 100%;
  }
}

.is-active--slide--bottom::before, .is-active--slide--bottom::after {
  left: 0;
  top: 0;
}
.is-active--slide--bottom.is-active::before, .is-active--slide--bottom.is-active::after, html.no-js .is-active--slide--bottom::before, html.no-js .is-active--slide--bottom::after {
  top: 100%;
}
@media print {
  .is-active--slide--bottom::before, .is-active--slide--bottom::after {
    top: 100%;
  }
}

.is-active--slide--left::before, .is-active--slide--left::after {
  right: 0;
  top: 0;
}
.is-active--slide--left.is-active::before, .is-active--slide--left.is-active::after, html.no-js .is-active--slide--left::before, html.no-js .is-active--slide--left::after {
  right: 100%;
}
@media print {
  .is-active--slide--left::before, .is-active--slide--left::after {
    right: 100%;
  }
}

.is-active--slide-fade {
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.is-active--slide-fade::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 102;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 33.3333333333%, white 66.6666666667%);
  transition-property: right;
  transition-duration: 0.375s;
  transition-delay: 0s;
}

.is-active--slide-fade.is-active::before, html.no-js .is-active--slide-fade::before {
  right: -200%;
}
@media print {
  .is-active--slide-fade::before {
    display: none;
  }
}

.is-active--up {
  transition-property: opacity, translate, scale, rotate;
  opacity: 0;
  translate: 0 calc(var(--margin) * 1);
}
.is-active--up.is-active, html.no-js .is-active--up {
  opacity: 1;
}
@media print {
  .is-active--up {
    opacity: 1;
  }
}
.is-active--up.is-active, html.no-js .is-active--up {
  translate: 0 0;
}
@media print {
  .is-active--up {
    translate: 0 0;
  }
}

.is-active--down {
  transition-property: opacity, translate, scale, rotate;
  opacity: 0;
  translate: 0 calc(var(--margin) * -1);
}
.is-active--down.is-active, html.no-js .is-active--down {
  opacity: 1;
}
@media print {
  .is-active--down {
    opacity: 1;
  }
}
.is-active--down.is-active, html.no-js .is-active--down {
  translate: 0 0;
}
@media print {
  .is-active--down {
    translate: 0 0;
  }
}

.is-active--left {
  transition-property: opacity, translate, scale, rotate;
  opacity: 0;
  translate: calc(var(--margin) * -1) 0;
}
.is-active--left.is-active, html.no-js .is-active--left {
  opacity: 1;
}
@media print {
  .is-active--left {
    opacity: 1;
  }
}
.is-active--left.is-active, html.no-js .is-active--left {
  translate: 0 0;
}
@media print {
  .is-active--left {
    translate: 0 0;
  }
}

.is-active--right {
  transition-property: opacity, translate, scale, rotate;
  opacity: 0;
  translate: var(--margin) 0;
}
.is-active--right.is-active, html.no-js .is-active--right {
  opacity: 1;
}
@media print {
  .is-active--right {
    opacity: 1;
  }
}
.is-active--right.is-active, html.no-js .is-active--right {
  translate: 0 0;
}
@media print {
  .is-active--right {
    translate: 0 0;
  }
}

.js__inview__item > *:nth-child(1) {
  transition-delay: 0.2s;
}
.js__inview__item > *:nth-child(2) {
  transition-delay: 0.4s;
}
.js__inview__item > *:nth-child(3) {
  transition-delay: 0.6s;
}
.js__inview__item > *:nth-child(4) {
  transition-delay: 0.8s;
}
.js__inview__item > *:nth-child(5) {
  transition-delay: 1s;
}
.js__inview__item > *:nth-child(6) {
  transition-delay: 1.2s;
}
.js__inview__item > *:nth-child(7) {
  transition-delay: 1.4s;
}
.js__inview__item > *:nth-child(8) {
  transition-delay: 1.6s;
}
.js__inview__item > *:nth-child(9) {
  transition-delay: 1.8s;
}
.js__inview__item > *:nth-child(10) {
  transition-delay: 2s;
}

.js__inview__item--2 > *:nth-child(1), .js__inview__item--2 > *:nth-child(2) {
  transition-delay: 0.2s;
}
.js__inview__item--2 > *:nth-child(3), .js__inview__item--2 > *:nth-child(4) {
  transition-delay: 0.4s;
}
.js__inview__item--2 > *:nth-child(5), .js__inview__item--2 > *:nth-child(6) {
  transition-delay: 0.6s;
}
.js__inview__item--2 > *:nth-child(7), .js__inview__item--2 > *:nth-child(8) {
  transition-delay: 0.8s;
}
.js__inview__item--2 > *:nth-child(9), .js__inview__item--2 > *:nth-child(10) {
  transition-delay: 1s;
}
.js__inview__item--2 > *:nth-child(11), .js__inview__item--2 > *:nth-child(12) {
  transition-delay: 1.2s;
}
.js__inview__item--2 > *:nth-child(13), .js__inview__item--2 > *:nth-child(14) {
  transition-delay: 1.4s;
}
.js__inview__item--2 > *:nth-child(15), .js__inview__item--2 > *:nth-child(16) {
  transition-delay: 1.6s;
}
.js__inview__item--2 > *:nth-child(17), .js__inview__item--2 > *:nth-child(18) {
  transition-delay: 1.8s;
}
.js__inview__item--2 > *:nth-child(19), .js__inview__item--2 > *:nth-child(20) {
  transition-delay: 2s;
}

.js__inview__item--3 > *:nth-child(1), .js__inview__item--3 > *:nth-child(2), .js__inview__item--3 > *:nth-child(3) {
  transition-delay: 0.2s;
}
.js__inview__item--3 > *:nth-child(4), .js__inview__item--3 > *:nth-child(5), .js__inview__item--3 > *:nth-child(6) {
  transition-delay: 0.4s;
}
.js__inview__item--3 > *:nth-child(7), .js__inview__item--3 > *:nth-child(8), .js__inview__item--3 > *:nth-child(9) {
  transition-delay: 0.6s;
}
.js__inview__item--3 > *:nth-child(10), .js__inview__item--3 > *:nth-child(11), .js__inview__item--3 > *:nth-child(12) {
  transition-delay: 0.8s;
}
.js__inview__item--3 > *:nth-child(13), .js__inview__item--3 > *:nth-child(14), .js__inview__item--3 > *:nth-child(15) {
  transition-delay: 1s;
}
.js__inview__item--3 > *:nth-child(16), .js__inview__item--3 > *:nth-child(17), .js__inview__item--3 > *:nth-child(18) {
  transition-delay: 1.2s;
}
.js__inview__item--3 > *:nth-child(19), .js__inview__item--3 > *:nth-child(20), .js__inview__item--3 > *:nth-child(21) {
  transition-delay: 1.4s;
}
.js__inview__item--3 > *:nth-child(22), .js__inview__item--3 > *:nth-child(23), .js__inview__item--3 > *:nth-child(24) {
  transition-delay: 1.6s;
}
.js__inview__item--3 > *:nth-child(25), .js__inview__item--3 > *:nth-child(26), .js__inview__item--3 > *:nth-child(27) {
  transition-delay: 1.8s;
}
.js__inview__item--3 > *:nth-child(28), .js__inview__item--3 > *:nth-child(29), .js__inview__item--3 > *:nth-child(30) {
  transition-delay: 2s;
}

.js__inview__item--fast--3 > *:nth-child(1), .js__inview__item--fast--3 > *:nth-child(2), .js__inview__item--fast--3 > *:nth-child(3) {
  transition-delay: 0.1s;
}
.js__inview__item--fast--3 > *:nth-child(4), .js__inview__item--fast--3 > *:nth-child(5), .js__inview__item--fast--3 > *:nth-child(6) {
  transition-delay: 0.2s;
}
.js__inview__item--fast--3 > *:nth-child(7), .js__inview__item--fast--3 > *:nth-child(8), .js__inview__item--fast--3 > *:nth-child(9) {
  transition-delay: 0.3s;
}
.js__inview__item--fast--3 > *:nth-child(10), .js__inview__item--fast--3 > *:nth-child(11), .js__inview__item--fast--3 > *:nth-child(12) {
  transition-delay: 0.4s;
}
.js__inview__item--fast--3 > *:nth-child(13), .js__inview__item--fast--3 > *:nth-child(14), .js__inview__item--fast--3 > *:nth-child(15) {
  transition-delay: 0.5s;
}
.js__inview__item--fast--3 > *:nth-child(16), .js__inview__item--fast--3 > *:nth-child(17), .js__inview__item--fast--3 > *:nth-child(18) {
  transition-delay: 0.6s;
}
.js__inview__item--fast--3 > *:nth-child(19), .js__inview__item--fast--3 > *:nth-child(20), .js__inview__item--fast--3 > *:nth-child(21) {
  transition-delay: 0.7s;
}
.js__inview__item--fast--3 > *:nth-child(22), .js__inview__item--fast--3 > *:nth-child(23), .js__inview__item--fast--3 > *:nth-child(24) {
  transition-delay: 0.8s;
}
.js__inview__item--fast--3 > *:nth-child(25), .js__inview__item--fast--3 > *:nth-child(26), .js__inview__item--fast--3 > *:nth-child(27) {
  transition-delay: 0.9s;
}
.js__inview__item--fast--3 > *:nth-child(28), .js__inview__item--fast--3 > *:nth-child(29), .js__inview__item--fast--3 > *:nth-child(30) {
  transition-delay: 1s;
}

.is-active__item--up > * {
  transition-property: opacity, translate;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  translate: 0 calc(var(--margin) * 1);
  opacity: 0;
}
@media print {
  .is-active__item--up > * {
    translate: 0 0;
  }
}
.is-active__item--up.is-active > *, html.no-js .is-active__item--up > * {
  translate: 0 0;
  opacity: 1;
}

.is-active--up-down {
  opacity: 0;
}
.is-active--up-down.is-active, html.no-js .is-active--up-down {
  animation: inviewUp_down 0.75s 1 cubic-bezier(0, 0.55, 0.45, 1) 0s;
  animation-fill-mode: both;
}
@keyframes inviewUp_down {
  0% {
    translate: 0 var(--margin);
    opacity: 0;
  }
  80% {
    translate: 0 calc(var(--margin) * -1 / 3);
    opacity: 0.25;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@media print {
  .is-active--up-down {
    opacity: 1;
  }
}

.is-active--obj {
  overflow: hidden;
}
.is-active--obj img {
  scale: 1.25;
  transition-property: translate;
  transition-duration: 1.125s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
}
.is-active--obj.is-active img {
  scale: 1;
}

.is-active--border {
  position: relative;
}
.is-active--border::before {
  content: "";
  position: absolute;
  background-color: var(--color-figure);
}

.is-active--border--top::before {
  height: 0.1rem;
  width: 0;
  top: 0;
  left: 0;
}
.is-active--border--top.is-active--border--bold::before {
  height: 0.2rem;
}
.is-active--border--top.is-active::before, html.no-js .is-active--border--top::before {
  width: 100%;
}
@media print {
  .is-active--border--top {
    width: 100%;
  }
}

.is-active--border--right::before {
  width: 0.1rem;
  height: 0;
  top: 0;
  right: 0;
}
.is-active--border--right.is-active--border--bold::before {
  width: 0.2rem;
}
.is-active--border--right.is-active::before, html.no-js .is-active--border--right::before {
  height: 100%;
}
@media print {
  .is-active--border--right {
    height: 100%;
  }
}

.is-active--border--bottom::before {
  height: 0.1rem;
  width: 0;
  bottom: 0;
  left: 0;
}
.is-active--border--bottom.is-active--border--bold::before {
  height: 0.2rem;
}
.is-active--border--bottom.is-active::before, html.no-js .is-active--border--bottom::before {
  width: 100%;
}
@media print {
  .is-active--border--bottom {
    width: 100%;
  }
}

.is-active--border--left::before {
  width: 0.1rem;
  height: 0;
  top: 0;
  left: 0;
}
.is-active--border--left.is-active--border--bold::before {
  width: 0.2rem;
}
.is-active--border--left.is-active::before, html.no-js .is-active--border--left::before {
  height: 100%;
}
@media print {
  .is-active--border--left {
    height: 100%;
  }
}

.is-active--blur {
  transition-duration: filter, opacity;
}

.is-active--blur--in {
  filter: blur(0);
  opacity: 1;
}
.is-active--blur--in.is-active, html.no-js .is-active--blur--in {
  filter: blur(10px);
  opacity: 0;
}

.is-active--blur--out {
  filter: blur(10px);
  opacity: 0;
}
.is-active--blur--out.is-active, html.no-js .is-active--blur--out {
  filter: blur(0);
  opacity: 1;
}

html#hpc .s-service {
  display: grid;
}
html#hpc .s-service {
  grid-template-columns: repeat(12, 1fr);
}
.service__h {
  text-transform: uppercase;
  overflow: hidden;
}
.service__h:not(:last-child) {
  margin-bottom: calc(var(--margin-section) * 1);
}
.service__h h2 {
  font-size: var(--font-size--xl);
  letter-spacing: var(--letter-spacing--xl);
}
html#hpc .service__h h2 {
  font-size: var(--font-size--md);
  letter-spacing: var(--letter-spacing--md);
  line-height: 1;
  color: var(--color-font);
  padding-bottom: 0.35em;
  border-bottom: 2px solid currentcolor;
  width: fit-content;
}
html#ss .service__h h2 {
  font-size: var(--margin-article);
  line-height: 1;
  font-weight: bold;
  color: rgb(217.09, 217.6, 217.77);
}
html#hpc .service__h {
  grid-column: 1/-1;
}
@media print, screen and (min-width: 833.02px) {
  html#hpc .service__h {
    grid-column: 1/3;
  }
}

.service__list {
  display: grid;
}
.service__list {
  gap: calc(var(--margin) * 1) calc(var(--margin-width) * 1);
}
.service__list {
  grid-template-columns: auto;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  .service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1098.02px) {
  .service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
html#ss .service__list {
  gap: 0;
}
html#ss .service__list {
  grid-template-columns: 1fr;
}
html#hpc .service__list {
  grid-column: 1/-1;
}
@media print, screen and (min-width: 833.02px) {
  html#hpc .service__list {
    grid-column: 3/-1;
  }
}
#cs .service__list {
  box-shadow: 0 0 1.7em 0.1rem rgba(32, 35, 36, 0.17);
  border-radius: 1rem;
  background-color: rgba(32, 35, 36, 0.08);
  gap: 0.25em;
}

html#hpc .service__list__item {
  padding-top: 1em;
  border-top: 0.1rem solid currentcolor;
  position: relative;
}
html#hpc .service__list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0.2rem;
  background-color: currentcolor;
  width: 3em;
}
html#cs .service__list__item {
  padding: var(--margin-width);
  border-radius: 1rem;
  background-color: #fff;
}
html#ss .service__list__item {
  padding-block: var(--margin-width);
  border-top: 0.1rem solid rgb(230.47, 230.8, 230.91);
}
html#ss .service__list__item:last-child {
  border-bottom: 0.1rem solid rgb(230.47, 230.8, 230.91);
}

.l-main {
  padding-top: 0;
}

.hero {
  margin-bottom: 0 !important;
  height: calc(100vh - var(--header__height--shc));
  height: calc(100svh - var(--header__height--shc));
  min-height: initial;
  max-height: initial;
  line-height: 1.5;
}
html#hpc .hero {
  height: 56.25vw;
}
html#cs .hero {
  max-width: calc(100% - var(--hero--padding) * 2);
  margin-left: var(--hero--padding);
  border-radius: 1rem;
  overflow: hidden;
  height: calc(100vh - var(--header__height--shc) - (var(--hero--padding)));
  height: calc(100svh - var(--header__height--shc) - (var(--hero--padding)));
}

.l-main, .wrap, article {
  padding-bottom: 0;
  margin-bottom: 0;
}

.l-header, .l-footer {
  display: none;
}

.gallery__item__inner__content__inner > span > span {
  background-color: var(--color-figure);
  color: var(--color-white);
  display: block;
  padding: calc(0.25 * var(--font-size--xxl));
  width: fit-content;
}
html#ss .gallery__item__inner__content__inner > span > span {
  background-color: transparent;
  padding: 0;
  text-shadow: 0 0 0.25em #000;
}
html#cs .gallery__item__inner__content__inner > span > span {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  text-shadow: 0 0 0.25em #000;
}
.gallery__item__inner__content__inner > span > span + span {
  margin-top: calc(0.25 * var(--font-size--xxl) * -1);
}
html#cs .gallery__item__inner__content__inner {
  border-left: 1px solid #fff;
  padding-left: var(--margin-width);
}

.gallery__item__inner__content__inner__item {
  display: block;
}
html#hpc .gallery__item__inner__content__inner__item, html#ss .gallery__item__inner__content__inner__item {
  opacity: 0;
  transition-property: opacity,translate;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  translate: 0 calc(var(--margin));
}
html#ss .gallery__item__inner__content__inner__item {
  translate: calc(var(--margin)) 0;
}
html#cs .gallery__item__inner__content__inner__item {
  overflow: hidden;
  opacity: 0;
}
html#cs .gallery__item__inner__content__inner__item span {
  transition-property: translate;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 0s;
  translate: 0 200%;
}
html#hpc .gallery__item.is-active .gallery__item__inner__content__inner__item, html#hpc .gallery__item.is-actived .gallery__item__inner__content__inner__item, html#ss .gallery__item.is-active .gallery__item__inner__content__inner__item, html#ss .gallery__item.is-actived .gallery__item__inner__content__inner__item {
  opacity: 1;
  translate: 0 !important;
}
html#cs .gallery__item.is-active .gallery__item__inner__content__inner__item, html#cs .gallery__item.is-actived .gallery__item__inner__content__inner__item {
  opacity: 1;
}
html#cs .gallery__item.is-active .gallery__item__inner__content__inner__item span, html#cs .gallery__item.is-actived .gallery__item__inner__content__inner__item span {
  translate: 0 !important;
}

.gallery__item__inner__content__inner__item--main {
  font-size: var(--font-size--xl);
  letter-spacing: var(--letter-spacing--xl);
  font-weight: bold;
  transition-delay: 0.2s;
}
@media print, screen and (max-width: 568px) {
  .gallery__item__inner__content__inner__item--main {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .gallery__item__inner__content__inner__item--main {
    font-size: var(--font-size--xxl);
  }
}

.gallery__item__inner__content__inner__item--sub {
  transition-delay: 0.4s;
}
.page-head {
  padding-block: calc(var(--margin-section) * 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-head:not(:last-child) {
  margin-bottom: calc(var(--margin-article) * 1);
}
@media print, screen and (min-width: 833.02px) {
  .page-head {
    padding-block: calc(var(--margin-article) * 2);
  }
}
html.company .page-head {
  background-image: url(../image/kv/hero--company.jpg);
}
html.news .page-head {
  background-image: url(../image/kv/hero--news.jpg);
}
html.privacy .page-head {
  background-image: url(../image/kv/hero--privacy.jpg);
}
.page-head::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

html#cs .page-head {
  max-width: calc(100% - var(--hero--padding) * 2);
  margin-left: var(--hero--padding);
  border-radius: 1rem;
  overflow: hidden;
}

.page-head__inner {
  z-index: 3;
  position: relative;
}
.page-head__inner h1 {
  color: var(--color-white);
  font-weight: bold;
}

:root {
  --header__height--shc: 4em;
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --header__height--shc: 5em;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --header__height--shc: 6em;
  }
}

:root {
  --logo__height: 2em;
}

:root {
  --header__nav__gap: 1em;
}
@media print, screen and (min-width: 833.02px) and (max-width: 1098px) {
  :root {
    --header__nav__gap: 1.25em;
  }
}
@media print, screen and (min-width: 1098.02px) {
  :root {
    --header__nav__gap: 1.5em;
  }
}
@media print, screen and (min-width: 1370.02px) {
  :root {
    --header__nav__gap: 2em;
  }
}

.shc-header {
  height: var(--header__height--shc);
  line-height: var(--header__height--shc);
  background-color: var(--color-body);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  padding-inline: var(--padding-page--inline);
  z-index: 800;
  position: relative;
  white-space: nowrap;
}
.shc-header a, .shc-header button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .shc-header a:hover, .shc-header button:hover {
    text-decoration-line: none;
  }
}
.shc-header a:focus-visible, .shc-header a.is-hover, .shc-header button:focus-visible, .shc-header button.is-hover {
  text-decoration-line: none;
}
.shc-header a, .shc-header button {
  color: inherit;
}
@media (hover: hover) {
  .shc-header a:hover, .shc-header button:hover {
    color: inherit;
  }
}
.shc-header a:focus-visible, .shc-header a.is-hover, .shc-header button:focus-visible, .shc-header button.is-hover {
  color: inherit;
}
.shc-header > * {
  min-width: 0;
}
.shc-header > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
html#hpc .shc-header {
  background-color: transparent;
}

.shc-header__logo {
  height: var(--header__height--shc);
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.shc-header__logo > * {
  min-width: 0;
}
.shc-header__logo > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.shc-header__logo__h1 {
  font-size: var(--font-size--md);
  letter-spacing: var(--letter-spacing--md);
  font-weight: bold;
  align-self: first;
}
@media print, screen and (min-width: 568.02px) {
  .shc-header__logo__h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.7em;
    font-size: var(--font-size--lg);
    letter-spacing: var(--letter-spacing--lg);
  }
  .shc-header__logo__h1 > * {
    min-width: 0;
  }
  .shc-header__logo__h1 > *.minimum {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    white-space: nowrap;
  }
}
.shc-header__logo__h1 picture {
  width: fit-content;
}
.shc-header__logo__h1 span {
  display: block;
}

@media print, screen and (max-width: 568px) {
  .shc-header__logo__h1__ja {
    margin-bottom: 0.25em;
  }
}
.shc-header__logo__h1__ja img {
  height: 1em;
}
.shc-header__logo__h1__en img {
  height: 0.66em;
}
.shc-footer {
  position: relative;
  z-index: 799;
  padding-top: var(--padding-page--b);
  padding-bottom: var(--padding-page--b);
}
.shc-footer a, .shc-footer button {
  text-decoration-line: none;
}
@media (hover: hover) {
  .shc-footer a:hover, .shc-footer button:hover {
    text-decoration-line: none;
  }
}
.shc-footer a:focus-visible, .shc-footer a.is-hover, .shc-footer button:focus-visible, .shc-footer button.is-hover {
  text-decoration-line: none;
}
.shc-footer a, .shc-footer button {
  color: var(--color-figure);
}
@media (hover: hover) {
  .shc-footer a:hover, .shc-footer button:hover {
    color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
  }
}
.shc-footer a:focus-visible, .shc-footer a.is-hover, .shc-footer button:focus-visible, .shc-footer button.is-hover {
  color: rgb(15.8181818182, 125.4909090909, 216.1818181818);
}
.shc-footer__nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}
.shc-footer__nav__list > * {
  min-width: 0;
}
.shc-footer__nav__list > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.shc-footer__nav__list {
  gap: calc(var(--margin) * 1) calc(var(--margin-width) * 1);
}
@media print, screen and (min-width: 833.02px) {
  .shc-footer__nav__list {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.shc-footer__nav__list--main {
  font-weight: bold;
}

.s-lead {
  margin-top: calc(var(--margin-width) * -1);
  z-index: 220;
  overflow: hidden;
}
.s-lead:not(:last-child) {
  margin-bottom: calc(var(--margin-article) * 1);
}
.s-lead html#hpc,
.s-lead html#ss {
  padding-bottom: var(--margin-section);
}
.s-lead html#hpc::before,
.s-lead html#ss::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--margin-article) * 1.5);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
html#cs .s-lead {
  overflow: visible;
  padding-inline: var(--padding-page--inline);
  max-width: calc(var(--width-content) + var(--padding-page--r) + var(--padding-page--l));
  padding-bottom: var(--margin-width);
}
@supports (padding: env(safe-area-inset-left)) {
  html#cs .s-lead {
    padding-inline: calc(var(--padding-page--l) + env(safe-area-inset-left)) calc(var(--padding-page--r) + env(safe-area-inset-right));
  }
}

.s-lead__inner {
  padding-left: var(--margin-width);
  width: 400%;
  animation: s-lead--loop 60s infinite linear;
}
@media print, screen and (min-width: 568.02px) and (max-width: 1098px) {
  .s-lead__inner {
    width: 300%;
    animation: s-lead--loop 45s infinite linear;
  }
}
@media print, screen and (min-width: 1098.02px) {
  .s-lead__inner {
    width: 200%;
    animation: s-lead--loop 30s infinite linear;
  }
}

@keyframes s-lead--loop {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -50% 0;
  }
}
.s-lead__inner__list {
  display: grid;
}
.s-lead__inner__list {
  gap: calc(var(--margin) * 1) calc(var(--margin-width) * 1);
}
.s-lead__inner__list {
  grid-template-columns: repeat(8, 1fr);
}
#cs .s-lead__inner__list {
  grid-template-columns: repeat(6, 1fr);
}
.s-lead__inner__list__item {
  overflow: hidden;
  z-index: 1;
}
#hpc .s-lead__inner__list__item {
  border-radius: 1rem;
}
#cs .s-lead__inner__list__item {
  background-color: var(--color-white);
  display: grid;
}
#cs .s-lead__inner__list__item {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 568.02px) {
  #cs .s-lead__inner__list__item {
    grid-template-columns: 3fr 2fr;
  }
}
html#ss .s-lead__inner__list__item {
  color: var(--color-white);
  position: relative;
}
html#ss .s-lead__inner__list__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url('data:image/svg+xml;utf8,<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 300"><polygon class="b" points="0 290 10 300 90 300 100 290 100 10 90 0 10 0 0 10 0 290"/></svg>');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% auto;
  mask-position: center bottom;
  background-color: var(--color-figure);
}

.s-lead__inner__list__item__header {
  z-index: 3;
  position: relative;
  padding: 1em;
  font-size: var(--font-size--lg);
  letter-spacing: var(--letter-spacing--lg);
}
html#ss .s-lead__inner__list__item__header {
  padding: var(--margin-width);
}
html#hpc .s-lead__inner__list__item__header {
  position: relative;
}
html#hpc .s-lead__inner__list__item__header::before {
  content: "";
  width: calc(100% - 2em);
  left: 1em;
  top: -0.4rem;
  position: absolute;
  height: 0.8rem;
  background-color: #329AF0;
}
html#cs .s-lead__inner__list__item__header {
  height: fit-content;
  align-self: center;
}
.s-lead__inner__list__item__header span {
  display: inline-block;
}

.s-lead__inner__list__item__body {
  position: relative;
  z-index: 3;
  position: relative;
}
html#hpc .s-lead__inner__list__item__body {
  border-radius: 0.5em;
  overflow: hidden;
}
html#ss .s-lead__inner__list__item__body, html#hpc .s-lead__inner__list__item__body {
  aspect-ratio: 4/3;
}
html#cs .s-lead__inner__list__item__body {
  aspect-ratio: 3/2;
}
@media print, screen and (min-width: 568.02px) and (max-width: 833px) {
  html#cs .s-lead__inner__list__item__body {
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 833.02px) {
  html#cs .s-lead__inner__list__item__body {
    aspect-ratio: 3/2;
  }
}
.s-lead__inner__list__item__body img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company dt {
  line-height: 1.5;
}
.company dt > span {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
}
@media print, screen and (min-width: 833.02px) {
  .company dt br {
    display: none;
  }
}
.company .sub {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
}

.s-contact {
  font-size: var(--font-size--xl);
  letter-spacing: var(--letter-spacing--xl);
  line-height: 1.7;
}

/*# sourceMappingURL=style.css.map */

.shc-x-header__nav {
  font-weight: bold;
}
.shc-x-header__nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-justify-content: center;
  justify-content: center;
}
.shc-x-header__nav__list > * {
  min-width: 0;
}
.shc-x-header__nav__list > *.minimum {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  white-space: nowrap;
}
.shc-x-header__nav__list {
  gap: var(--header__nav__gap);
}
.shc-x-header__nav__list__item {
  font-size: var(--font-size--sm);
  letter-spacing: var(--letter-spacing--sm);
}
@media print, screen and (min-width: 568.02px) {
  .shc-x-header__nav__list__item {
    font-size: var(--font-size--md);
    letter-spacing: var(--letter-spacing--md);
  }
}

.shc-x-header__nav__list__item__anchor {
  display: block;
}

