<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

blockquote {
  margin-bottom: 0px;
  padding: 0.75rem 1.25rem;
  border-left: 5px solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.page-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon {
  border: 1px solid transparent;
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_logo.nav-logo-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  color: #000;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
}

.nav_component.nav-color-white {
  background-color: #fff;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.body {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.main-wrapper {
  background-color: #000;
}

.section-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.h1 {
  line-height: 1.5;
}

.heading {
  line-height: 1;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.show-mobile-portrait {
  display: none;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.show {
  display: block;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-color-grey {
  color: grey;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-small {
  padding: 1rem;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_component {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.margin-large {
  margin: 3rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.text-style-muted {
  opacity: 0.6;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-auto {
  overflow: auto;
}

.form-message-success {
  padding: 1.25rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, 0.2);
}

.text-size-small {
  font-size: 0.875rem;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.padding-medium {
  padding: 2rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.padding-xhuge {
  padding: 8rem;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  color: #000;
}

.icon-medium {
  height: 3rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.icon-large {
  height: 4rem;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.padding-tiny {
  padding: 0.125rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.text-weight-xbold {
  font-weight: 800;
}

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-small {
  height: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.margin-tiny {
  margin: 0.125rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0rem;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

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

.show-tablet {
  display: none;
}

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

.form-wrapper {
  margin-bottom: 0rem;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_classes {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.page-padding-2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-medium {
  margin: 2rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.margin-0 {
  margin: 0rem;
}

.text-style-italic {
  font-style: italic;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link-2 {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link-2.nav-link-black {
  color: #000;
}

.img-container {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-overlay_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img-overlay_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-size {
  max-width: 20rem;
}

.grid {
  display: block;
}

.orange-bar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 11px;
  height: 100vh;
  background-color: #ff542e;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
}

.btn-txt-1 {
  position: absolute;
}

.btn-txt-2 {
  position: absolute;
}

.link-footer {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.875rem;
}

.link-footer:hover {
  opacity: 0.8;
}

.link-footer-box {
  margin-right: 1rem;
  margin-left: 1rem;
}

.section-footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-social-link {
  max-width: 1.4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.95;
  color: hsla(0, 0%, 100%, 0.95);
}

.section-breadcrumb {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.scroll-indicator {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100%;
  height: 0.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76cbf6), to(#76cbf6));
  background-image: linear-gradient(180deg, #76cbf6, #76cbf6);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.big {
  color: #000;
  font-size: 25px;
  line-height: 140%;
  font-weight: 700;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.secondary-button:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 78.8%, 0.6);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.heading-3 {
  color: #fff;
  font-weight: 700;
}

.slide-item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 308px;
  height: 548px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 40px;
}

.content-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #1b1b1b;
  opacity: 0.4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slide-item.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-next.desktop-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 78.8%, 0.6);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #ff5e1a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/asagiinyo-interview/images/465A1619.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.slide-content.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/asagiinyo-interview/images/465A1619.jpg');
}

.slide-content.center.r {
  background-color: #007a37;
  background-image: none;
}

.slide-content.center.r.q {
  background-image: url('/special/asagiinyo-interview/images/SS22_menshow_L_20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content.center._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('/special/asagiinyo-interview/images/465A1634.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/special/asagiinyo-interview/images/465A1634.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('/special/asagiinyo-interview/images/002.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/special/asagiinyo-interview/images/002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content._03 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('/special/asagiinyo-interview/images/003-n.jpg');
  background-position: 50% 50%;
}

.slide-content._04 {
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('/special/asagiinyo-interview/images/004.jpg');
}

.slide-content._05 {
  padding-bottom: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/asagiinyo-interview/images/005-n.jpg');
}

.slide-content._06 {
  padding-bottom: 6rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('/special/asagiinyo-interview/images/006-n.jpg');
}

.slide-content._07 {
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('/special/asagiinyo-interview/images/007.jpg');
}

.slide-content._08 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('/special/asagiinyo-interview/images/008.jpg');
}

.slide-content._09 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('/special/asagiinyo-interview/images/009.jpg');
}

.slide-content._11 {
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/special/asagiinyo-interview/images/012.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/special/asagiinyo-interview/images/012.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
}

.slide-content._01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('/special/asagiinyo-interview/images/001.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/special/asagiinyo-interview/images/001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-content.q1 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #798b3d;
  background-image: none;
}

.slide-content.q2 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fcbc20;
  background-image: none;
}

.slide-content.q3 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #1c9dcd;
  background-image: none;
}

.slide-content.q4 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #059038;
  background-image: none;
}

.slide-content.q5 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #d12414;
  background-image: none;
}

.slide-content.q6 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #2b5d9a;
  background-image: none;
}

.slide-content.q7 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #e3ae27;
  background-image: none;
}

.slide-content.q8 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #76949e;
  background-image: none;
}

.slide-content._10 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('/special/asagiinyo-interview/images/010.jpg');
}

.image-26 {
  width: 30px;
  height: 30px;
}

.button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-container {
  max-width: 70%;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #698c3c;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-text {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-wrapper._200 {
  width: 200px;
}

.top-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
}

.top-question.purple {
  background-color: #75669d;
}

.top-question.pink {
  background-color: #d8829f;
}

.top-question.orange {
  background-color: #e68013;
}

.bottom-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.bottom-question.purple {
  color: #75669d;
}

.bottom-question.pink {
  color: #d8829f;
}

.bottom-question.orange {
  color: #e68013;
}

.text-block-3 {
  font-size: 0.75rem;
}

.answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0rem;
  padding: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.answer.white {
  margin-top: 0rem;
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 1px 1px 2px #000;
}

.answer.white.right {
  width: 200px;
}

.answer.white.small {
  font-size: 1rem;
  line-height: 1.4;
}

.answer.white.center {
  line-height: 1.4;
  text-align: center;
}

.answer.white.medium {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.answer.bg {
  background-color: #fff;
}

.answer.bg.purple {
  color: #75669d;
}

.answer.bg.orange {
  color: #e68013;
}

.div-block {
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.sns-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sns-link:hover {
  color: #fcbc20;
}

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

.credit-text.fs {
  font-size: 0.755rem;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tap {
  max-width: 45px;
  margin-top: 1rem;
}

.date {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  font-family: Outfit, sans-serif;
  font-size: 0.75rem;
}

.question-big-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.question-number {
  margin-bottom: 0.5rem;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.question-txt {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}

.t-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer-container {
  width: 100%;
  margin-bottom: 4rem;
  padding: 1rem 2rem;
  background-color: rgba(121, 139, 61, 0.8);
  font-size: 1rem;
}

.answer-container._02 {
  background-color: rgba(252, 188, 32, 0.8);
}

.answer-container._03 {
  margin-bottom: 0rem;
  padding-bottom: 2rem;
  background-color: rgba(28, 157, 205, 0.8);
}

.answer-container._04 {
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(5, 144, 56, 0.8);
}

.answer-container._05 {
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(209, 36, 20, 0.8);
}

.answer-container._06 {
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(43, 93, 154, 0.8);
}

.answer-container._07 {
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  background-color: rgba(227, 174, 39, 0.8);
}

.answer-container._08 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  background-color: rgba(118, 148, 158, 0.8);
}

.poppy-icon {
  width: auto;
  max-width: 30px;
  margin-bottom: 1rem;
}

.text-block-4 {
  font-size: 0.7rem;
}

.past-text {
  margin-bottom: 1rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  text-align: center;
}

.past-text.fs {
  font-size: 0.755rem;
}

.other-link {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #704f00;
  font-weight: 700;
  text-align: center;
}

.other-link:hover {
  color: #fcbc20;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    position: static;
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

  .nav_link-2 {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .orange-bar {
    width: 8px;
  }

  .breadcrumbs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-swipe {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    background-color: #1a1a1a;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .page-padding-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .breadcrumbs {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-swipe {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    width: 100vw;
    height: 100%;
    border-radius: 0px;
  }

  .content-wrapper {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrapper {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slide-item {
    width: 100vw;
    height: 100%;
    border-radius: 0px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #1a1a1a;
  }

  .nav-wrapper {
    display: none;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .img-container {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .orange-bar {
    width: 5px;
  }

  .section-footer {
    display: none;
  }

  .footer-social-link {
    max-width: 1.2rem;
  }

  .footer-link-wrap {
    margin-bottom: 1.2rem;
  }

  .section-breadcrumb {
    display: none;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .slide-item {
    height: 100%;
  }

  .sns-link {
    position: relative;
    z-index: 98;
  }

  .other-link {
    position: relative;
    z-index: 98;
  }
}

</pre></body></html>