@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=80em&xlarge=90em&xxlarge=100em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.2;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(26, 26, 26, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.2;
  color: #1A1A1A;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E5E5E5;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1A1A1A;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 2.2;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1A1A1A;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #E5E5E5;
  color: #1A1A1A;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.2;
  color: #1A1A1A;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28136, 136, 136%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #E5E5E5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #8B1A1A;
  background-color: rgb(243.4, 232.1, 232.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #8B1A1A;
}

.is-invalid-label {
  color: #8B1A1A;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #8B1A1A;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #08192D;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(6.88, 21.5, 38.7);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #888888;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #1A1A1A;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1A1A1A;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #888888;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #888888;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1A1A1A;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #E5E5E5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1A1A1A;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 80em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #888888;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 80em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 80em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 80em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 80em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 80em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 80em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 80em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 80em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 80em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #08192D;
  color: #FFFFFF;
}
.button:hover, .button:focus {
  background-color: rgb(6.8, 21.25, 38.25);
  color: #FFFFFF;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #08192D;
  color: #FFFFFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(6.4, 20, 36);
  color: #FFFFFF;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #555555;
  color: #FFFFFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #444444;
  color: #FFFFFF;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #1A1A1A;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #1A1A1A;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #1A1A1A;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #1A1A1A;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #8B1A1A;
  color: #FFFFFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(111.2, 20.8, 20.8);
  color: #FFFFFF;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #08192D;
  color: #08192D;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(4, 12.5, 22.5);
  color: rgb(4, 12.5, 22.5);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #08192D;
  color: #08192D;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(4, 12.5, 22.5);
  color: rgb(4, 12.5, 22.5);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #555555;
  color: #555555;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(42.5, 42.5, 42.5);
  color: rgb(42.5, 42.5, 42.5);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #8B1A1A;
  color: #8B1A1A;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(69.5, 13, 13);
  color: rgb(69.5, 13, 13);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #08192D;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(4, 12.5, 22.5);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #08192D;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(4, 12.5, 22.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #555555;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(42.5, 42.5, 42.5);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #8B1A1A;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(69.5, 13, 13);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #08192D;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #08192D;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #555555;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #8B1A1A;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #08192D;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #E5E5E5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #1A1A1A;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 79.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 80em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 80em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 80em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 80em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 80em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

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

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

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

.bengara {
  color: #08192D;
}

.akane {
  color: #A63E3E;
}

.vivid {
  color: #9F353A;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
  color: #1A1A1A;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1A1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #9F353A;
}

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

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
  width: 100%;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section {
    scroll-margin-top: 64px;
  }
}
.section--bg-warm {
  background: #F5F5F5;
}
.section--bg-white {
  background: #FFFFFF;
}
.section--bg-gray {
  background: #F5F5F3;
}

.hero {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hero {
    scroll-margin-top: 64px;
  }
}

.section--header {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  border-right: 1px solid rgba(8, 25, 45, 0.22);
}
.section--header--inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section--header--en {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-text-orientation: sideways;
  font-size: 96px;
  font-weight: 900;
  color: #08192D;
  opacity: 0.08;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
.section--header--jp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-size: 28px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.4em;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section--header {
    min-height: auto;
    padding: 40px 0 20px;
    border-right: none;
    text-align: center;
  }
  .section--header--inner {
    display: block;
    height: auto;
  }
  .section--header--en {
    position: static;
    display: block;
    transform: none;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 48px;
    opacity: 0.4;
    letter-spacing: 0.1em;
  }
  .section--header--jp {
    position: static;
    display: block;
    transform: none;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 18px;
    margin-top: 8px;
    letter-spacing: 0.2em;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 500;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 15px;
    height: 64px;
  }
}

.header--brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header--logo {
  display: inline-flex;
  align-items: center;
}
.header--logo img, .header--logo svg {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header--logo img, .header--logo svg {
    height: 28px;
  }
}

.header--tagline {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .header--tagline {
    display: none;
  }
}

.header--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .header--nav {
    display: none;
  }
}

.header--nav--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.header--nav--item a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1A1A1A;
}
.header--nav--item a:hover {
  color: #9F353A;
}

.header--cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #08192D;
  color: #FFFFFF;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.header--cta:hover {
  background: #9F353A;
  color: #FFFFFF;
}
.header--cta::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFFFFF;
  animation: pulse-dot 3s ease-in-out infinite;
}

.header--menu-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .header--menu-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 32px;
    height: 32px;
    padding: 8px 6px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header--menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: #1A1A1A;
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes chat-typing {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #1A1A1A;
  background: transparent;
  color: #1A1A1A;
  padding: 14px 28px;
  border-radius: 2px;
}
.btn:hover {
  background: #9F353A;
  border-color: #9F353A;
  color: #FFFFFF;
}
.btn--primary {
  background: #08192D;
  border-color: #08192D;
  color: #FFFFFF;
}
.btn--primary:hover {
  background: #9F353A;
  border-color: #9F353A;
  color: #FFFFFF;
}
.btn--strong {
  background: #08192D;
  border-color: #08192D;
  color: #FFFFFF;
  font-size: 16px;
  padding: 18px 36px;
  min-height: 56px;
}
.btn--strong:hover {
  background: #9F353A;
  border-color: #9F353A;
}
.btn--link-dotted {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: none;
  border-bottom: 1px dotted #08192D;
  background: transparent;
  color: #08192D;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 0;
}
.btn--link-dotted:hover {
  background: transparent;
  color: #9F353A;
  border-bottom-color: #9F353A;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #08192D;
}
.tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #08192D;
}
.tag--akane::before {
  background: #A63E3E;
}
.tag--gray::before {
  background: #6E6E6E;
}

.tag--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.card:hover {
  transform: translateY(-2px);
  border-color: #9F353A;
}

.now-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #3F3F3F;
}
.now-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #08192D;
  animation: pulse-dot 3s ease-in-out infinite;
}
.now-status--en {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #08192D;
  text-transform: uppercase;
  margin-right: 8px;
}

.chat-window {
  background: #FFFFFF;
  border: 1px solid rgba(8, 25, 45, 0.35);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-window--header {
  padding: 12px 18px;
  background: #08192D;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.chat-window--header .chat--title {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.chat-window--header .chat--status {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chat-window--header .chat--status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9F353A;
  animation: pulse-dot 3s ease-in-out infinite;
}
.chat-window--body {
  flex: 1;
  padding: 14px 18px;
  overflow-y: auto;
  min-height: 120px;
}
.chat-window--message {
  font-size: 13px;
  line-height: 1.75;
  color: #1A1A1A;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.chat-window--message--ai {
  background: rgba(8, 25, 45, 0.04);
  padding: 8px 12px;
  border-radius: 2px;
  max-width: 92%;
  margin-right: auto;
}
.chat-window--message--user {
  background: rgba(122, 59, 46, 0.1);
  padding: 8px 12px;
  border-radius: 2px;
  max-width: 92%;
  margin-left: auto;
  text-align: left;
}
.chat-window--message--typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  background: rgba(8, 25, 45, 0.04);
}
.chat-window--message--typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6E6E6E;
  animation: chat-typing 1.2s ease-in-out infinite;
}
.chat-window--message--typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.chat-window--message--typing span:nth-child(3) {
  animation-delay: 0.3s;
}
.chat-window--form {
  padding: 14px 18px 16px;
  background: #F6F6F6;
  border-top: 1px solid rgba(8, 25, 45, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-window--form-row input {
  width: 100%;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(8, 25, 45, 0.15);
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  color: #1A1A1A;
}
.chat-window--form-row input::placeholder {
  color: #6E6E6E;
}
.chat-window--form-row input:focus {
  outline: none;
  border-color: #08192D;
  box-shadow: none;
}
.chat-window--form-submit {
  margin-top: 4px;
  padding: 12px 16px;
  background: #08192D;
  color: #FFFFFF;
  border: none;
  border-radius: 2px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.3s ease;
}
.chat-window--form-submit:hover:not(:disabled) {
  background: #9F353A;
}
.chat-window--form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.chat-window--form-note {
  margin: 4px 0 0;
  font-size: 10.5px;
  line-height: 1.5;
  color: #6E6E6E;
  letter-spacing: 0.02em;
}
.chat-window--suggests {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 18px;
  background: #F6F6F6;
  border-top: 1px solid rgba(8, 25, 45, 0.1);
}
.chat-window--suggests li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(8, 25, 45, 0.1);
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.55;
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.3s ease;
}
.chat-window--suggests li::before {
  content: "+";
  flex-shrink: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #08192D;
  transition: color 0.3s ease, transform 0.3s ease;
}
.chat-window--suggests li:hover {
  border-color: #9F353A;
  background: rgba(159, 53, 58, 0.04);
  color: #9F353A;
}
.chat-window--suggests li:hover::before {
  color: #9F353A;
  transform: rotate(90deg);
}
.chat-window--input {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #F6F6F6;
  min-height: 88px;
}
.chat-window--input textarea {
  flex: 1;
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: #1A1A1A;
  resize: none;
  overflow-y: auto;
}
.chat-window--input textarea::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}
.chat-window--input textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.chat-window--input button {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  background: #08192D;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, gap 0.3s ease;
}
.chat-window--input button span {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.chat-window--input button span:last-child {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}
.chat-window--input button:hover {
  background: #9F353A;
  gap: 12px;
}
.chat-window--hero {
  position: fixed;
  right: 40px;
  top: 120px;
  width: 260px;
  z-index: 800;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .chat-window--hero {
    display: none;
  }
}
.chat-window--close {
  display: none;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1;
  padding: 0 4px;
  margin-left: auto;
  cursor: pointer;
  opacity: 0.85;
}
.chat-window--close:hover {
  opacity: 1;
}
.chat-window--collapsed {
  width: 56px;
  right: 0;
}
.chat-window--collapsed .chat-window--body,
.chat-window--collapsed .chat-window--suggests,
.chat-window--collapsed .chat-window--input {
  display: none;
}
.chat-window--collapsed .chat-window--header {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 12px 8px;
}
.chat-window--collapsed .chat-window--header .chat--title {
  font-size: 11px;
}
.chat-window--docked {
  position: static;
  width: 100%;
  max-width: none;
  top: auto;
  right: auto;
  z-index: auto;
  transition: none;
}
.chat-window--docked .chat-window--body {
  min-height: 220px;
}
.chat-window--contact {
  width: 100%;
  max-width: 560px;
  min-height: 420px;
}

.chat-float-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .chat-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #08192D;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 800;
    font-size: 22px;
  }
  .chat-float-btn:hover {
    background: #9F353A;
  }
}

@media screen and (max-width: 767px) {
  body.is-chat-open {
    overflow: hidden;
  }
  body.is-chat-open .chat-float-btn,
  body.is-chat-docked .chat-float-btn {
    display: none;
  }
  body.is-chat-open .chat-window--hero {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    max-width: none;
    max-height: 85vh;
    height: 85vh;
    border-radius: 12px 12px 0 0;
    z-index: 800;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.22);
    animation: chat-slide-up 0.28s ease-out;
    overflow: hidden;
  }
  body.is-chat-open .chat-window--close,
  .chat-window--docked .chat-window--close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.is-chat-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 799;
    animation: chat-overlay-fade 0.28s ease-out;
  }
}
@keyframes chat-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes chat-overlay-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  position: relative;
  background: #F5F5F3;
  padding: 80px 0 40px;
}
.footer--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .footer--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer--inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 15px;
  }
}
.footer--brand {
  flex: 1;
  min-width: 240px;
}
.footer--brand img, .footer--brand svg {
  height: 48px;
  width: auto;
  margin-bottom: 16px;
}
.footer--brand p {
  font-size: 13px;
  color: #3F3F3F;
  line-height: 1.9;
  margin: 0;
}
.footer--col {
  min-width: 160px;
}
.footer--col h4 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6E6E6E;
  margin: 0 0 16px;
}
.footer--col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--col ul li {
  margin-bottom: 10px;
  font-size: 13px;
}
.footer--col ul a {
  color: #1A1A1A;
}
.footer--col ul a:hover {
  color: #9F353A;
}
.footer--vertical-accent {
  position: absolute;
  right: 40px;
  top: 60px;
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-size: 14px;
  letter-spacing: 0.4em;
  color: #6E6E6E;
  opacity: 0.6;
}
@media screen and (max-width: 1279px) {
  .footer--vertical-accent {
    display: none;
  }
}
.footer--copyright {
  max-width: 1600px;
  margin: 64px auto 0;
  padding: 24px 40px 0;
  border-top: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #6E6E6E;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .footer--copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer--copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 15px 0;
  }
}
.footer--copyright a {
  color: #6E6E6E;
  margin-left: 20px;
}
.footer--copyright a:hover {
  color: #9F353A;
}
@media screen and (max-width: 767px) {
  .footer--copyright a {
    margin-left: 0;
    margin-right: 16px;
  }
}

.hero {
  position: relative;
  height: 1080px;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    min-height: 100vh;
  }
}

.hero--watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0.78;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.hero--watermark-text {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #08192D;
  opacity: 0.08;
  flex-shrink: 0;
  padding-right: 0.25em;
  animation: hero-watermark-marquee 60s linear infinite;
}

@keyframes hero-watermark-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero--watermark-text {
    animation: none;
  }
}
.hero--body {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .hero--body {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero--body {
    padding: 88px 15px 100px;
  }
}

.hero--copy-area {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .hero--copy-area {
    max-width: 100%;
  }
}

.hero--copy {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 108px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  margin: 0;
}
.hero--copy .bengara {
  color: #9F353A;
}
@media screen and (max-width: 1279px) {
  .hero--copy {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .hero--copy {
    font-size: 46px;
    line-height: 1.25;
  }
}

.hero--bridge {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #3F3F3F;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .hero--bridge {
    font-size: 14px;
    margin-top: 24px;
  }
}

.hero--sp-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero--sp-cta {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
  .hero--sp-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

.services {
  position: relative;
  min-height: 800px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .services {
    height: auto;
    padding-bottom: 60px;
  }
}

.services--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.services--body {
  padding: 160px 40px 160px 80px;
}
@media screen and (max-width: 1279px) {
  .services--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .services--body {
    padding: 20px 15px 40px;
  }
}

.services--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
}
@media screen and (max-width: 1279px) {
  .services--list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .services--list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.services--item {
  position: relative;
  padding: 40px 32px 32px;
  background: #FFFFFF;
}
.services--item::before, .services--item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background: #9F353A;
  pointer-events: none;
  z-index: 2;
}
.services--item::before {
  top: 2px;
  right: 2px;
  clip-path: polygon(15% 0, 100% 0, 100% 90%);
}
.services--item::after {
  bottom: 2px;
  left: 2px;
  clip-path: polygon(0 10%, 0 100%, 85% 100%);
}
@media screen and (max-width: 767px) {
  .services--item {
    padding: 32px 24px 28px;
  }
}

.services--number {
  position: absolute;
  top: -28px;
  right: 12px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 180px;
  font-weight: 900;
  line-height: 0.78;
  color: #08192D;
  opacity: 0.08;
  letter-spacing: -0.04em;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .services--number {
    font-size: 140px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .services--number {
    font-size: 96px;
    top: -10px;
    right: 16px;
  }
}

.services--ttl {
  position: relative;
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #1A1A1A;
  margin: 0 0 12px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .services--ttl {
    font-size: 22px;
  }
}

.services--desc {
  position: relative;
  font-size: 14px;
  line-height: 1.9;
  color: #3F3F3F;
  margin: 0 0 20px;
  z-index: 1;
}

.services--tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  position: relative;
  z-index: 1;
}
.services--tags li {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #6E6E6E;
  padding: 4px 10px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}

.services--note {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin: 32px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6E6E6E;
  text-align: right;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1279px) {
  .services--note {
    text-align: left;
    font-size: 12px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .services--note {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
  }
}

.works {
  position: relative;
  min-height: 1160px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .works {
    min-height: auto;
    padding-bottom: 60px;
  }
}

.works--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .works--inner {
    min-height: auto;
  }
}

.works--body {
  padding: 160px 40px 160px 80px;
}
@media screen and (max-width: 1279px) {
  .works--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .works--body {
    padding: 20px 15px 40px;
  }
}

.works--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px 24px;
}
@media screen and (max-width: 1279px) {
  .works--grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .works--grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.works--item {
  position: relative;
  grid-column: span 3;
  background: #FFFFFF;
  border: 1px solid #E5DFD0;
  padding: 32px 28px 24px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.works--item::before, .works--item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background: #9F353A;
  pointer-events: none;
  z-index: 2;
}
.works--item::before {
  top: 2px;
  right: 2px;
  clip-path: polygon(15% 0, 100% 0, 100% 90%);
}
.works--item::after {
  bottom: 2px;
  left: 2px;
  clip-path: polygon(0 10%, 0 100%, 85% 100%);
}
.works--item * {
  transition: color 0.3s ease;
}
.works--item:hover {
  background: #9F353A;
  border-color: #9F353A;
  transform: translateY(-2px);
}
.works--item:hover .tag,
.works--item:hover .works--item--featured,
.works--item:hover .works--item--ttl,
.works--item:hover .works--item--sub,
.works--item:hover .works--item--detail dt,
.works--item:hover .works--item--detail dd,
.works--item:hover .works--item--meta-left,
.works--item:hover .works--item--meta-right {
  color: #FFFFFF;
}
.works--item:hover .works--item--applink {
  background: #FFFFFF;
  color: #08192D;
  border-color: #FFFFFF;
}
.works--item:hover .works--item--applink:hover {
  background: #08192D;
  color: #FFFFFF;
  border-color: #08192D;
}
.works--item:hover .tag::before {
  background: #FFFFFF;
  transition: background 0.3s ease;
}
.works--item:hover .works--item--meta {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.works--item:hover::before, .works--item:hover::after {
  background: #FFFFFF;
  transition: background 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .works--item {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .works--item {
    grid-column: span 1;
    min-height: 280px;
    padding: 24px 20px 20px;
  }
}
.works--item--lg {
  grid-column: span 6;
  min-height: 440px;
  padding: 36px 36px 28px;
}
@media screen and (max-width: 1279px) {
  .works--item--lg {
    grid-column: span 6;
    padding: 32px 28px 24px;
  }
}
@media screen and (max-width: 767px) {
  .works--item--lg {
    grid-column: span 1;
    min-height: 320px;
    padding: 28px 22px 22px;
  }
}
.works--item--applink {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 2;
  display: inline-block;
  padding: 6px 22px;
  background: #FFFFFF;
  color: #08192D;
  border: 1px solid #08192D;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.works--item--applink:hover {
  background: #08192D;
  color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .works--item--applink {
    top: 32px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .works--item--applink {
    top: 28px;
    right: 22px;
    padding: 5px 18px;
    font-size: 10px;
  }
}
.works--item--featured {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #08192D;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  align-self: flex-start;
}
.works--item--ttl {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin: 16px 0 12px;
}
@media screen and (max-width: 767px) {
  .works--item--ttl {
    font-size: 17px;
  }
}
.works--item--lg .works--item--ttl {
  font-size: 26px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .works--item--lg .works--item--ttl {
    font-size: 20px;
  }
}
.works--item--sub {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #6E6E6E;
  margin: 0;
}
.works--item--detail {
  margin: 24px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px 20px;
}
.works--item--detail dt {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #08192D;
  padding-top: 4px;
}
.works--item--detail dd {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #1A1A1A;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works--item--detail {
    grid-template-columns: 48px 1fr;
    gap: 8px 16px;
  }
  .works--item--detail dt {
    font-size: 9px;
  }
  .works--item--detail dd {
    font-size: 12px;
    line-height: 1.6;
  }
}
.works--item--meta {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #E5DFD0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.works--item--meta-left {
  color: #6E6E6E;
}
.works--item--meta-right {
  color: #08192D;
  font-weight: 500;
}

.works--cta {
  margin-top: 64px;
  text-align: center;
}

.faq {
  position: relative;
  min-height: 800px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .faq {
    height: auto;
    padding-bottom: 60px;
  }
}

.faq--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.faq--body {
  padding: 160px 40px 160px 80px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .faq--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .faq--body {
    padding: 20px 15px 40px;
    justify-content: flex-start;
  }
}

.faq--list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 960px;
}

.faq--item {
  border-bottom: 1px solid #E5E5E5;
}
.faq--item.is-open .faq--q--icon {
  transform: rotate(45deg);
}
.faq--item.is-open .faq--a {
  max-height: 600px;
  padding-bottom: 24px;
  opacity: 1;
}

.faq--q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 24px 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #1A1A1A;
  transition: color 0.3s ease;
}
.faq--q:hover {
  color: #9F353A;
}
.faq--q--num {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #08192D;
  flex-shrink: 0;
  width: 48px;
}
.faq--q--text {
  flex: 1;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .faq--q--text {
    font-size: 15px;
  }
}
.faq--q--icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}
.faq--q--icon::before, .faq--q--icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.faq--q--icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.faq--q--icon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.faq--a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  padding-left: 64px;
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  .faq--a {
    padding-left: 48px;
    padding-right: 0;
  }
}
.faq--a p {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #3F3F3F;
  letter-spacing: 0.1em;
  margin: 0;
}

.profile {
  position: relative;
  min-height: 1000px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .profile {
    height: auto;
    padding-bottom: 60px;
  }
}

.profile--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.profile--body {
  padding: 160px 40px 160px 80px;
}
@media screen and (max-width: 1279px) {
  .profile--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .profile--body {
    padding: 20px 15px 40px;
  }
}

.profile--top {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .profile--top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}

.profile--portrait {
  flex-shrink: 0;
  width: 280px;
}
.profile--portrait img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.4);
}
@media screen and (max-width: 767px) {
  .profile--portrait {
    width: 220px;
  }
}

.profile--intro {
  flex: 1;
  max-width: 760px;
}

.profile--name {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 4px;
  color: #1A1A1A;
}

.profile--name-en {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #6E6E6E;
  margin: 0 0 24px;
}

.profile--text {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.9;
  color: #1A1A1A;
  margin: 0 0 16px;
  overflow-wrap: break-word;
}

.profile--sign {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #3F3F3F;
  text-align: right;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .profile--sign {
    text-align: center;
  }
}

.profile--recent {
  margin-top: 40px;
}
.profile--recent h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6E6E6E;
  margin: 0 0 8px;
}
.profile--recent h3 .recent--ja {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #1A1A1A;
  margin-left: 12px;
}

.profile--notes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .profile--notes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .profile--notes {
    grid-template-columns: 1fr;
  }
}

.profile--note-card {
  display: block;
  padding: 20px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.profile--note-card:hover {
  border-color: #9F353A;
  transform: translateY(-2px);
}
.profile--note-card--date {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #6E6E6E;
  margin-bottom: 8px;
}
.profile--note-card--title {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #1A1A1A;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile--notes-more {
  margin-top: 20px;
}

.company {
  position: relative;
  min-height: 600px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .company {
    height: auto;
    padding-bottom: 60px;
  }
}

.company--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.company--body {
  padding: 160px 40px 160px 80px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .company--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .company--body {
    padding: 20px 15px 40px;
    justify-content: flex-start;
  }
}

.company--table {
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
}
.company--table tr {
  border-bottom: 1px solid rgba(8, 25, 45, 0.12);
}
.company--table tr:first-child {
  border-top: 1px solid rgba(8, 25, 45, 0.12);
}
.company--table th, .company--table td {
  padding: 22px 0;
  text-align: left;
  vertical-align: top;
}
.company--table th {
  width: 200px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .company--table th {
    width: 120px;
    padding-right: 16px;
  }
}
.company--table th .en {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #08192D;
  margin-bottom: 4px;
}
.company--table th .ja {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #6E6E6E;
}
.company--table td {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #1A1A1A;
  letter-spacing: 0.1em;
}

.contact {
  position: relative;
  min-height: 700px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .contact {
    height: auto;
    padding-bottom: 60px;
  }
}

.contact--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.contact--body {
  padding: 160px 40px 160px 80px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .contact--body {
    padding: 160px 20px 160px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact--body {
    flex-direction: column;
    padding: 20px 15px 40px;
    gap: 32px;
    justify-content: flex-start;
  }
}

.contact--lead {
  flex: 0 1 480px;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .contact--lead {
    width: 100%;
    max-width: none;
  }
}
.contact--lead h2 {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  color: #1A1A1A;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .contact--lead h2 {
    font-size: 32px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .contact--lead h2 {
    font-size: 26px;
    white-space: normal;
  }
}

.contact--lead-sub {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #3F3F3F;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contact--lead-sub {
    font-size: 13px;
    margin-top: 14px;
  }
}

.contact--chat-slot {
  flex: 1 1 0;
  min-width: 480px;
  min-height: 500px;
}
@media screen and (max-width: 1279px) {
  .contact--chat-slot {
    flex: 1 1 0;
    min-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .contact--chat-slot {
    width: 100%;
    min-width: 0;
    min-height: auto;
  }
}

.howto {
  position: relative;
  min-height: 800px;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .howto {
    height: auto;
    padding-bottom: 60px;
  }
}

.howto--inner {
  min-height: inherit;
  max-width: 1600px;
  margin: 0 auto;
}

.howto--body {
  padding: 160px 40px 160px 80px;
}
@media screen and (max-width: 1279px) {
  .howto--body {
    padding: 160px 20px 160px;
  }
}
@media screen and (max-width: 767px) {
  .howto--body {
    padding: 20px 15px 40px;
  }
}

.howto--lead {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  color: #3F3F3F;
  max-width: 720px;
  margin: 0 0 40px;
}
.howto--lead strong {
  color: #1A1A1A;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .howto--lead {
    font-size: 13px;
    line-height: 1.95;
    margin-bottom: 32px;
  }
}

.howto--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .howto--grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.howto--card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
  background: #FFFFFF;
  border: 1px solid #E5DFD0;
  text-decoration: none;
  color: #1A1A1A;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.howto--card::before, .howto--card::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background: #9F353A;
  pointer-events: none;
  z-index: 2;
}
.howto--card::before {
  top: 2px;
  right: 2px;
  clip-path: polygon(15% 0, 100% 0, 100% 90%);
}
.howto--card::after {
  bottom: 2px;
  left: 2px;
  clip-path: polygon(0 10%, 0 100%, 85% 100%);
}
.howto--card * {
  transition: color 0.3s ease;
}
.howto--card:hover {
  background: #9F353A;
  border-color: #9F353A;
  transform: translateY(-2px);
  color: #FFFFFF;
}
.howto--card:hover .howto--card--area,
.howto--card:hover .howto--card--ttl,
.howto--card:hover .howto--card--meta li {
  color: #FFFFFF;
}
.howto--card:hover .howto--card--meta li {
  border-color: rgba(255, 255, 255, 0.4);
}
.howto--card:hover::before, .howto--card:hover::after {
  background: #FFFFFF;
}
.howto--card--area {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #08192D;
  text-transform: uppercase;
}
.howto--card--ttl {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  margin: 12px 0 14px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: #1A1A1A;
  flex: 1;
}
.howto--card--meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
}
.howto--card--meta li {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 10px;
  padding: 2px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  letter-spacing: 0.05em;
  color: #6E6E6E;
}

.howto--more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .howto--more {
    text-align: center;
  }
}
.howto--more .btn--primary {
  padding: 14px 32px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.page-subpage .main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-subpage .main {
    padding-top: 64px;
  }
}

.subpage-hero {
  background: #F5F5F5;
  padding: 80px 0 64px;
  border-bottom: 1px solid rgba(8, 25, 45, 0.06);
}
@media screen and (max-width: 767px) {
  .subpage-hero {
    padding: 48px 0 40px;
  }
}
.subpage-hero--inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .subpage-hero--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-hero--inner {
    padding: 0 15px;
  }
}
.subpage-hero--en {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #08192D;
  text-transform: uppercase;
}
.subpage-hero--jp {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .subpage-hero--jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-hero--jp {
    font-size: 28px;
  }
}
.subpage-hero--lead {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 2;
  color: #3F3F3F;
  max-width: 720px;
}
.subpage-hero--lead strong {
  color: #1A1A1A;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subpage-hero--lead {
    font-size: 13px;
    line-height: 1.9;
  }
}
.subpage-hero--meta {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #6E6E6E;
}

.tips-list {
  padding: 64px 0 80px;
}
@media screen and (max-width: 767px) {
  .tips-list {
    padding: 40px 0 56px;
  }
}
.tips-list--inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .tips-list--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tips-list--inner {
    padding: 0 15px;
  }
}

.tips-filter {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tips-filter--group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tips-filter--group {
    flex-direction: column;
    gap: 8px;
  }
}
.tips-filter--label {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  flex-shrink: 0;
  width: 60px;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #6E6E6E;
  text-transform: uppercase;
}
.tips-filter--chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  flex: 1;
}
.tips-filter--chip {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  padding: 6px 14px;
  border: 1px solid rgba(8, 25, 45, 0.18);
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.4;
  color: #3F3F3F;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tips-filter--chip:hover {
  border-color: #08192D;
  color: #1A1A1A;
}
.tips-filter--chip.is-active {
  background: #08192D;
  border-color: #08192D;
  color: #FFFFFF;
}
.tips-filter--count {
  color: inherit;
  opacity: 0.7;
  font-size: 10.5px;
  margin-left: 3px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .tips-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tips-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.tips-grid--empty {
  grid-column: 1/-1;
  padding: 60px 0;
  text-align: center;
  color: #6E6E6E;
  font-size: 14px;
}

.tips-card {
  grid-column: span 3;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5DFD0;
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.tips-card::before, .tips-card::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background: #9F353A;
  pointer-events: none;
  z-index: 2;
}
.tips-card::before {
  top: 2px;
  right: 2px;
  clip-path: polygon(15% 0, 100% 0, 100% 90%);
}
.tips-card::after {
  bottom: 2px;
  left: 2px;
  clip-path: polygon(0 10%, 0 100%, 85% 100%);
}
.tips-card * {
  transition: color 0.3s ease;
}
.tips-card:hover {
  background: #9F353A;
  border-color: #9F353A;
  transform: translateY(-2px);
}
.tips-card:hover .tips-card--area,
.tips-card:hover .tips-card--ttl,
.tips-card:hover .tips-card--meta li,
.tips-card:hover .tips-card--difficulty span {
  color: #FFFFFF;
}
.tips-card:hover .tips-card--meta li,
.tips-card:hover .tips-card--difficulty span {
  border-color: rgba(255, 255, 255, 0.4);
}
.tips-card:hover::before, .tips-card:hover::after {
  background: #FFFFFF;
}
.tips-card.is-hidden {
  display: none;
}
@media screen and (max-width: 1279px) {
  .tips-card {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .tips-card {
    grid-column: span 1;
    min-height: 160px;
    padding: 20px 18px 16px;
  }
}
.tips-card--area {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #08192D;
  text-transform: uppercase;
}
.tips-card--ttl {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  margin: 12px 0 16px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #1A1A1A;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .tips-card--ttl {
    font-size: 15px;
  }
}
.tips-card--meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 8px;
}
.tips-card--meta li {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 10px;
  padding: 2px 8px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  letter-spacing: 0.05em;
  color: #6E6E6E;
}
.tips-card--difficulty {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 4px 0 0;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  color: #6E6E6E;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tips-card--difficulty span {
  padding: 1px 6px;
  border: 1px solid rgba(8, 25, 45, 0.12);
  border-radius: 2px;
}

.tips-details {
  display: none;
}

.tips-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips-modal[hidden] {
  display: none;
}
.tips-modal--overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 45, 0.55);
  animation: tips-overlay-fade 0.2s ease-out;
}
.tips-modal--panel {
  position: relative;
  width: min(880px, 92vw);
  max-height: 88vh;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  animation: tips-modal-pop 0.22s ease-out;
}
.tips-modal--close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #3F3F3F;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease, color 0.3s ease;
}
.tips-modal--close:hover {
  background: rgba(8, 25, 45, 0.06);
  color: #1A1A1A;
}
.tips-modal--scroll {
  overflow-y: auto;
  padding: 48px 56px 48px;
}
@media screen and (max-width: 767px) {
  .tips-modal--scroll {
    padding: 40px 24px 32px;
  }
}
.tips-modal--body .tips-detail--area {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #08192D;
  text-transform: uppercase;
}
.tips-modal--body .tips-detail--ttl {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  margin: 12px 0 20px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 500;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .tips-modal--body .tips-detail--ttl {
    font-size: 22px;
  }
}
.tips-modal--body .tips-detail--meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(8, 25, 45, 0.08);
}
.tips-modal--body .tips-detail--meta li {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  padding: 3px 10px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  letter-spacing: 0.06em;
  color: #6E6E6E;
}
.tips-modal--body .tips-detail--meta .tips-detail--difficulty {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-color: #08192D;
  color: #08192D;
  font-weight: 700;
}
.tips-modal--body .tips-detail--body {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #1A1A1A;
}
.tips-modal--body .tips-detail--body h1, .tips-modal--body .tips-detail--body h2, .tips-modal--body .tips-detail--body h3, .tips-modal--body .tips-detail--body h4, .tips-modal--body .tips-detail--body h5 {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.55;
  color: #1A1A1A;
  margin: 2.8em 0 1em;
}
.tips-modal--body .tips-detail--body h2 {
  font-size: 22px;
}
.tips-modal--body .tips-detail--body h3 {
  font-size: 19px;
}
.tips-modal--body .tips-detail--body h4 {
  font-size: 16px;
}
.tips-modal--body .tips-detail--body .tips-step {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 3em 0 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid rgba(8, 25, 45, 0.12);
  color: #1A1A1A;
}
.tips-modal--body .tips-detail--body .tips-step--owner {
  color: #08192D;
  border-bottom-color: #08192D;
  position: relative;
  padding-left: 14px;
}
.tips-modal--body .tips-detail--body .tips-step--owner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  bottom: 0.6em;
  width: 3px;
  background: #08192D;
}
.tips-modal--body .tips-detail--body > :first-child {
  margin-top: 0;
}
.tips-modal--body .tips-detail--body > .tips-step:first-child {
  margin-top: 0;
}
.tips-modal--body .tips-detail--body .tips-callout {
  display: block;
  margin: 1.6em 0 2.2em;
  padding: 18px 22px;
  background: #F5F5F5;
  border-left: 3px solid #08192D;
  line-height: 2.2;
}
.tips-modal--body .tips-detail--body .tips-callout--label {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #08192D;
  margin-bottom: 0.6em;
}
.tips-modal--body .tips-detail--body .tips-callout--body {
  display: block;
  line-height: 2.2;
}
.tips-modal--body .tips-detail--body p {
  margin: 0 0 2em;
  line-height: 2.2;
}
.tips-modal--body .tips-detail--body strong {
  font-weight: 700;
  color: #1A1A1A;
}
.tips-modal--body .tips-detail--body code, .tips-modal--body .tips-detail--body pre {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Consolas, monospace;
}
.tips-modal--body .tips-detail--body pre {
  background: #F6F5EF;
  border: 1px solid rgba(8, 25, 45, 0.08);
  border-radius: 3px;
  padding: 20px 22px;
  margin: 1.6em 0 2em;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.9;
}
.tips-modal--body .tips-detail--body code {
  background: #F6F5EF;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 0.92em;
}
.tips-modal--body .tips-detail--body pre code {
  background: transparent;
  padding: 0;
}
.tips-modal--body .tips-detail--body ul, .tips-modal--body .tips-detail--body ol {
  margin: 0.4em 0 2em;
  padding-left: 1.6em;
}
.tips-modal--body .tips-detail--body ul li, .tips-modal--body .tips-detail--body ol li {
  margin: 0.7em 0;
  line-height: 2.2;
}
.tips-modal--body .tips-detail--body blockquote {
  margin: 1.8em 0 2.2em;
  padding: 16px 22px;
  border-left: 3px solid #08192D;
  background: rgba(8, 25, 45, 0.03);
  color: #3F3F3F;
  font-size: 14px;
  line-height: 2.1;
}
.tips-modal--body .tips-detail--body a {
  color: #08192D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tips-modal--body .tips-detail--body a:hover {
  color: #9F353A;
}

body.is-tips-modal-open {
  overflow: hidden;
}

@keyframes tips-modal-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes tips-overlay-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tips-aux {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .tips-aux {
    padding: 48px 0;
  }
}
.tips-aux--inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .tips-aux--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tips-aux--inner {
    padding: 0 15px;
  }
}
.tips-aux--ttl {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .tips-aux--ttl {
    font-size: 22px;
  }
}
.tips-aux--body {
  font-family: "Helvetica Neue", "Helvetica", "Yu Gothic Medium", "YuGothicMedium", "Yu Gothic", "YuGothic", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #1A1A1A;
}
.tips-aux--body h1, .tips-aux--body h2, .tips-aux--body h3, .tips-aux--body h4, .tips-aux--body h5 {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.55;
  color: #1A1A1A;
  margin: 2.8em 0 1em;
}
.tips-aux--body h2 {
  font-size: 24px;
}
.tips-aux--body h3 {
  font-size: 19px;
}
.tips-aux--body h4 {
  font-size: 16px;
}
.tips-aux--body > :first-child {
  margin-top: 0;
}
.tips-aux--body strong {
  font-weight: 700;
}
.tips-aux--body p {
  margin: 0 0 2em;
  line-height: 2.2;
}
.tips-aux--body ul, .tips-aux--body ol {
  margin: 0.4em 0 2em;
  padding-left: 1.6em;
}
.tips-aux--body ul li, .tips-aux--body ol li {
  margin: 0.7em 0;
  line-height: 2.2;
}
.tips-aux--body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0 2.2em;
  font-size: 13.5px;
  line-height: 2;
}
.tips-aux--body table th, .tips-aux--body table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(8, 25, 45, 0.1);
  text-align: left;
  vertical-align: top;
}
.tips-aux--body table th {
  background: #F5F5F5;
  font-weight: 700;
}
.tips-aux--body blockquote {
  margin: 1.6em 0 2em;
  padding: 16px 22px;
  border-left: 3px solid #08192D;
  background: rgba(8, 25, 45, 0.03);
  color: #3F3F3F;
  line-height: 2;
}
.tips-aux--body hr {
  border: none;
  border-top: 1px solid rgba(8, 25, 45, 0.1);
  margin: 2.4em 0;
}
.tips-aux--body a {
  color: #08192D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tips-aux--body a:hover {
  color: #9F353A;
}

.tips-cta {
  background: #08192D;
  color: #FFFFFF;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .tips-cta {
    padding: 56px 0;
  }
}
.tips-cta--inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .tips-cta--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .tips-cta--inner {
    padding: 0 15px;
  }
}
.tips-cta--lead {
  font-family: "Georgia", "Times New Roman", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.8;
  margin: 0 0 32px;
  color: #FFFFFF;
}
.tips-cta--lead strong {
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tips-cta--lead {
    font-size: 17px;
  }
}
.tips-cta--actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.tips-cta--actions .btn--primary {
  background: #FFFFFF;
  color: #08192D;
}
.tips-cta--actions .btn--primary:hover {
  background: #9F353A;
  color: #FFFFFF;
}
.tips-cta--actions .btn--link-dotted {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.tips-cta--actions .btn--link-dotted:hover {
  border-bottom-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .tips-cta--actions {
    flex-direction: column;
    width: 100%;
  }
}
