@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  min-width: 320px;
  color: #222222;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
body.fixed {
  position: fixed;
  inset: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media, _:future, :root img.rendering {
  image-rendering: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

figure, button {
  font-size: 0;
}

@media screen and (min-width: 769px) {
  .pc-i {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-i {
    display: inline;
  }
}

.svg {
  display: inline-block;
  font-size: 0;
}
.svg svg {
  overflow: visible;
  width: 100%;
  fill: currentColor;
}

.text-red {
  color: #e60012;
}
.text-blue {
  color: #3036ea;
}
.text-primary {
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .text-primary {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .text-primary {
    font-size: 3.6458333333vw;
    line-height: 1.6;
  }
}
.text-serif {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .text-serif {
    line-height: 1.8;
  }
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
@media (any-hover: hover) {
  .text-link {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .text-link:hover {
    opacity: 0.7;
  }
}
.text-underline {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .text-underline {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
}
@media screen and (max-width: 768px) {
  .text-underline {
    text-decoration-thickness: 0.1302083333vw;
    text-underline-offset: 0.2604166667vw;
  }
}

@media screen and (min-width: 769px) {
  #st-Header {
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  #st-Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-top {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-top {
    position: relative;
    z-index: 1;
    height: 13.0208333333vw;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.6510416667vw 2.0833333333vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.6510416667vw 2.0833333333vw rgba(0, 0, 0, 0.1);
  }
}
#st-Header .header-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #st-Header .header-top-container {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-top-container {
    padding: 0 0 0 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-top .logo {
    width: 318px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-top .logo {
    width: 55.2083333333vw;
  }
}
#st-Header .header-top .logo a {
  display: block;
}
@media (any-hover: hover) {
  #st-Header .header-top .logo a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  #st-Header .header-top .logo a:hover {
    opacity: 0.8;
  }
}
#st-Header .search-box {
  position: relative;
}
@media screen and (min-width: 769px) {
  #st-Header .search-box {
    width: 240px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .search-box {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .search-box::before {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("../../images/common/icon_search.svg") no-repeat center/16px 16px;
    content: "";
    pointer-events: none;
  }
}
#st-Header .search-box .gsc-control-cse {
  padding: 0;
  border: none;
  background-color: transparent;
}
#st-Header .search-box .gsc-control-cse form {
  margin-bottom: 0;
  font-size: 0;
}
#st-Header .search-box .gsc-control-cse table {
  margin: 0;
}
#st-Header .search-box .gsc-control-cse td {
  padding: 0;
}
@media screen and (min-width: 769px) {
  #st-Header .search-box .gsc-input-box {
    width: 190px;
    height: 36px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #cdcdcd;
    border-radius: 5px 0 0 5px;
  }
}
#st-Header .search-box .gsc-input-box table {
  height: 100%;
}
@media screen and (min-width: 769px) {
  #st-Header .search-box .gsc-input-box input {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 10px 0 35px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .search-box .gsc-search-button-v2 {
    width: 50px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background-color: #5550b0;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  #st-Header .search-box .gsc-search-button-v2 {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  #st-Header .search-box .gsc-search-button-v2:hover {
    background-color: #6864b8;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .search-box .gsc-search-button-v2::before {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    content: "検索";
  }
}
#st-Header .search-box .gsc-search-button-v2 svg {
  display: none;
}
@media screen and (min-width: 769px) {
  #st-Header button[name=menu] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] {
    display: grid;
    place-items: center;
    position: relative;
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    margin-left: auto;
    background-color: #5550b0;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  #st-Header button[name=menu] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  #st-Header button[name=menu]:hover {
    background-color: #6864b8;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span {
    position: relative;
    width: 5.7291666667vw;
    height: 1.8229166667vw;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span::before, #st-Header button[name=menu] span::after {
    position: absolute;
    left: 0;
    width: 5.7291666667vw;
    height: 0.2604166667vw;
    border-radius: 0.2604166667vw;
    background-color: #ffffff;
    content: "";
  }
}
@media screen and (max-width: 480px) {
  #st-Header button[name=menu] span::before, #st-Header button[name=menu] span::after {
    height: 1px;
    border-radius: 1px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span::before {
    top: 0;
    -webkit-transition: top 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, left 0.3s, transform 0.3s, width 0.3s;
    transition: top 0.3s, left 0.3s, transform 0.3s, width 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu] span::after {
    bottom: 0;
    -webkit-transition: bottom 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    transition: bottom 0.3s, left 0.3s, width 0.3s, -webkit-transform 0.3s;
    transition: bottom 0.3s, left 0.3s, transform 0.3s, width 0.3s;
    transition: bottom 0.3s, left 0.3s, transform 0.3s, width 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].menu-opened span {
    height: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].menu-opened span::before, #st-Header button[name=menu].menu-opened span::after {
    left: -0.390625vw;
    width: 6.5104166667vw;
  }
}
@media screen and (max-width: 480px) {
  #st-Header button[name=menu].menu-opened span::before, #st-Header button[name=menu].menu-opened span::after {
    left: calc(-0.390625vw + 0.5px);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].menu-opened span::before {
    top: 2.734375vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #st-Header button[name=menu].menu-opened span::after {
    bottom: 2.734375vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-wrapper {
    height: 54px;
    background-color: #5550b0;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-wrapper {
    display: none;
  }
}
#st-Header .header-nav-wrapper.menu-active {
  display: block;
  position: fixed;
  inset: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#st-Header .header-nav-wrapper.menu-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container {
    height: 100%;
    overflow-y: auto;
    padding: 15.1041666667vw 0 26.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li {
    width: calc(25% + 1px);
    height: 100%;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cdcdcd;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container nav ul li {
    border-bottom: 0.2604166667vw solid #cdcdcd;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li + li {
    margin-left: -1px;
  }
}
#st-Header .header-nav-container nav ul li a {
  height: 100%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li a {
    display: block;
    padding-top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    background-color: #5550b0;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5.2083333333vw 5.9895833333vw 5.2083333333vw 6.5104166667vw;
    font-size: 5.2083333333vw;
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  #st-Header .header-nav-container nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li a:hover {
    background-color: #6864b8;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  #st-Header .header-nav-container nav ul li a:hover {
    color: #5550b0;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li a.current {
    background-color: #7a76c0;
  }
}
@media screen and (min-width: 769px) {
  #st-Header .header-nav-container nav ul li a span.chevron {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #st-Header .header-nav-container nav ul li a span.chevron {
    margin-left: auto;
    color: #5550b0;
    width: 2.0833333333vw;
  }
}

#st-Header_Exam {
  background-color: #222222;
}
@media screen and (min-width: 769px) {
  #st-Header_Exam {
    height: 80px;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header_Exam {
    height: 13.0208333333vw;
    padding: 2.34375vw 5.2083333333vw;
  }
}
#st-Header_Exam .logo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #st-Header_Exam .logo {
    width: 318px;
  }
}
@media screen and (max-width: 768px) {
  #st-Header_Exam .logo {
    width: 55.2083333333vw;
  }
}
#st-Header_Exam .logo a {
  display: block;
}
@media (any-hover: hover) {
  #st-Header_Exam .logo a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  #st-Header_Exam .logo a:hover {
    opacity: 0.8;
  }
}

#st-Footer {
  background-color: #222222;
}
@media screen and (min-width: 769px) {
  #st-Footer .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer .footer-container {
    padding: 4.6875vw 5.2083333333vw;
  }
}
#st-Footer p {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #st-Footer p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer p {
    font-size: 2.6041666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #st-Footer p.footer-notice {
    margin-bottom: 4.6875vw;
  }
}

#st-Wrapper {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #st-Wrapper {
    overflow-x: auto;
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  #st-Wrapper {
    padding-top: 13.0208333333vw;
  }
}

@media screen and (min-width: 769px) {
  .st-Container {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .st-Container {
    padding: 0 5.2083333333vw;
  }
}

@media screen and (min-width: 769px) {
  .st-Page_Header {
    padding: 100px 0 72px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Header {
    padding: 13.0208333333vw 0 8.3333333333vw;
  }
}
.st-Page_Header .page-title {
  position: relative;
  color: #5550b0;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .st-Page_Header .page-title {
    padding-left: 24px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Header .page-title {
    padding-left: 3.125vw;
    font-size: 6.25vw;
  }
}
.st-Page_Header .page-title::before {
  position: absolute;
  left: 0;
  background-color: #5550b0;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Page_Header .page-title::before {
    top: 8px;
    width: 8px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Header .page-title::before {
    top: 1.5625vw;
    width: 1.0416666667vw;
    height: 7.2916666667vw;
  }
}

@media screen and (min-width: 769px) {
  .st-Page_Body {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Body {
    padding-bottom: 13.0208333333vw;
  }
}

.st-Navigation {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .st-Navigation {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation {
    width: 80.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li + li {
    margin-top: 5.2083333333vw;
  }
}
.st-Navigation ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .st-Navigation ul li a {
    height: 160px;
    padding: 38px 30px 38px 38px;
    border: 2px solid #5550b0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a {
    height: 20.8333333333vw;
    padding: 3.2552083333vw 4.9479166667vw 3.2552083333vw 4.9479166667vw;
    border: 0.2604166667vw solid #5550b0;
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 480px) {
  .st-Navigation ul li a {
    border-width: 1px;
  }
}
@media screen and (min-width: 769px) {
  .st-Navigation ul li a span.icon-wrapper {
    width: 88px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a span.icon-wrapper {
    width: 11.4583333333vw;
  }
}
.st-Navigation ul li a span.icon {
  display: block;
}
.st-Navigation ul li a span.text {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Navigation ul li a span.text {
    width: 240px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a span.text {
    width: 46.875vw;
    font-size: 4.1666666667vw;
  }
}
.st-Navigation ul li a span.arrow {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a span.arrow {
    width: 6.25vw;
  }
}
@media (any-hover: hover) {
  .st-Navigation ul li a span.text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Navigation ul li a:hover span.text {
    color: #5550b0;
  }
}
@media screen and (min-width: 769px) {
  .st-Navigation ul li a[href*=about] span.icon {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a[href*=about] span.icon {
    width: 10.4166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Navigation ul li a[href*=info] span.icon-wrapper {
    padding-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a[href*=info] span.icon-wrapper {
    padding-left: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a[href*=info] span.icon {
    width: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a[href*=kakomon] span.icon {
    width: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Navigation ul li a[href*=faq] span.icon {
    width: 10.4166666667vw;
  }
}

@media screen and (min-width: 769px) {
  .st-Content_ImageText {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .st-Content_ImageText .image {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .st-Content_ImageText .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st-Content_ImageText .text {
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Content_ImageText .text p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st-Content_ImageText .text p + p {
    margin-top: 3.125vw;
  }
}

@media screen and (min-width: 769px) {
  .st-Content_Text p + p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st-Content_Text p + p {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Content_Text ul.attention {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st-Content_Text ul.attention {
    margin-top: 3.125vw;
  }
}
.st-Content_Text ul.attention li {
  padding-left: 1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .st-Content_Text ul.attention li {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .st-Content_Text ul.attention li {
    font-size: 3.6458333333vw;
    line-height: 1.6;
  }
}
.st-Content_Text ul.attention li::before {
  content: "※";
}

.st-Modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
}
.st-Modal.modal-active {
  display: block;
}
.st-Modal.modal-center .modal-wrapper {
  display: grid;
  place-items: center;
}
.st-Modal .modal-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.8);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.st-Modal .modal-backdrop.backdrop-showed {
  opacity: 1;
}
.st-Modal .modal-wrapper {
  position: absolute;
  inset: 0;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .st-Modal .modal-wrapper {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal .modal-wrapper {
    padding: 15.625vw 5.2083333333vw;
  }
}
.st-Modal.media-modal .modal-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.st-Modal.media-modal .modal-wrapper.wrapper-showed {
  opacity: 1;
}
.st-Modal.media-modal .media-container {
  height: 100%;
}
.st-Modal.media-modal .panzoom-container {
  height: 100%;
}
.st-Modal.media-modal .panzoom-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.st-Modal.media-modal .media-slider-wrapper {
  position: absolute;
  inset: 0;
}
.st-Modal.media-modal .media-slider-wrapper .media-slider {
  width: 100%;
  height: 100%;
}
.st-Modal.media-modal .media-slider-wrapper button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.1);
}
@media screen and (min-width: 769px) {
  .st-Modal.media-modal .media-slider-wrapper button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal.media-modal .media-slider-wrapper button {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal.media-modal .media-slider-wrapper button[name=prev] {
    left: 20px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal.media-modal .media-slider-wrapper button[name=prev] {
    left: 2.6041666667vw;
    padding-left: 2.9947916667vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal.media-modal .media-slider-wrapper button[name=next] {
    right: 20px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal.media-modal .media-slider-wrapper button[name=next] {
    right: 2.6041666667vw;
    padding-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal.media-modal .media-slider-wrapper button span.chevron {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal.media-modal .media-slider-wrapper button span.chevron {
    width: 1.5625vw;
  }
}
.st-Modal.media-modal .media-slider-wrapper button:disabled {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
@media (any-hover: hover) {
  .st-Modal.media-modal .media-slider-wrapper button:disabled:hover {
    background-color: rgba(34, 34, 34, 0.1);
  }
}
@media (any-hover: hover) {
  .st-Modal.media-modal .media-slider-wrapper button {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .st-Modal.media-modal .media-slider-wrapper button:hover {
    background-color: rgba(34, 34, 34, 0.4);
  }
}
.st-Modal button[name=modal-close] {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 100;
  mix-blend-mode: difference;
}
@media (any-hover: hover) {
  .st-Modal button[name=modal-close] {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .st-Modal button[name=modal-close]:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal button[name=modal-close] {
    top: 30px;
    right: 50px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name=modal-close] {
    top: 2.34375vw;
    right: 2.6041666667vw;
    width: 9.1145833333vw;
    height: 9.1145833333vw;
  }
}
.st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
  position: absolute;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
    width: 42px;
    height: 3px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal button[name=modal-close]::before, .st-Modal button[name=modal-close]::after {
    width: 9.1145833333vw;
    height: 0.6510416667vw;
    border-radius: 0.6510416667vw;
  }
}
.st-Modal button[name=modal-close]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.st-Modal button[name=modal-close]::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.st-Modal .modal-content {
  display: none;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.st-Modal .modal-content.content-active {
  display: block;
}
.st-Modal .modal-content.content-showed {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice {
    width: 764px;
    margin: 0 auto;
    padding: 48px 32px 72px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice {
    width: 100%;
    padding: 7.2916666667vw 4.6875vw 10.4166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .boxed-title {
    height: 60px;
    padding: 4px 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .boxed-title {
    height: 10.4166666667vw;
    padding: 1.0416666667vw 2.6041666667vw;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body {
    padding-top: 4.6875vw;
  }
}
.st-Modal #share-notice .content-body p.share-notice {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body p.share-notice {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body p.share-notice {
    margin-bottom: 6.25vw;
    font-size: 4.1666666667vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.st-Modal #share-notice .content-body .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body .steps {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body .steps {
    margin-bottom: 10.4166666667vw;
  }
}
.st-Modal #share-notice .content-body .steps .step + .step {
  position: relative;
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body .steps .step + .step {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body .steps .step + .step {
    margin-left: 5.7291666667vw;
  }
}
.st-Modal #share-notice .content-body .steps .step + .step::before {
  position: absolute;
  background: url("../../images/common/kakomon/result/icon_chevron.svg") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body .steps .step + .step::before {
    top: 17px;
    left: -21px;
    width: 14px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body .steps .step + .step::before {
    top: 2.9947916667vw;
    left: -3.7760416667vw;
    width: 2.6041666667vw;
    height: 4.4270833333vw;
  }
}
.st-Modal #share-notice .content-body .steps .step p {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Modal #share-notice .content-body .steps .step p {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body .steps .step p {
    margin-bottom: 2.34375vw;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Modal #share-notice .content-body .steps .step .image {
    width: 36.4583333333vw;
  }
}

#st-Loading {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#st-Loading.loading-showed {
  display: block;
}
#st-Loading .loading-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#st-Loading .loading-backdrop.backdrop-showed {
  opacity: 1;
}
#st-Loading span {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  #st-Loading span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #st-Loading span {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
#st-Loading.loading-animation span {
  -webkit-animation: loading 1.2s linear infinite;
  animation: loading 1.2s linear infinite;
}

.sw-Title {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .sw-Title {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sw-Title {
    padding-bottom: 3.6458333333vw;
    font-size: 5.2083333333vw;
  }
}
.sw-Title::before, .sw-Title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
@media screen and (min-width: 769px) {
  .sw-Title::before, .sw-Title::after {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .sw-Title::before, .sw-Title::after {
    height: 0.2604166667vw;
  }
}
.sw-Title::before {
  right: 0;
  background-color: #cdcdcd;
}
.sw-Title::after {
  background-color: #5550b0;
}
@media screen and (min-width: 769px) {
  .sw-Title::after {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .sw-Title::after {
    width: 17.1875vw;
  }
}

.sw-Banner_Kakomon a {
  display: block;
}
@media (any-hover: hover) {
  .sw-Banner_Kakomon a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .sw-Banner_Kakomon a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) {
  .sw-Banner_Honshiken {
    width: 1200px;
    margin: 0 auto;
  }
}
.sw-Banner_Honshiken a {
  display: block;
}
@media (any-hover: hover) {
  .sw-Banner_Honshiken a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .sw-Banner_Honshiken a:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
  }
}

@keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2.1em -2.1em 0 0, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 0.2em, 3em 0 0 0, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 0, 3em 0 0 0.2em, 2.1em 2.1em 0 0, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 0, 2.1em 2.1em 0 0.2em, 0 3em 0 0, -2.1em 2.1em 0 -1em, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 0, 0 3em 0 0.2em, -2.1em 2.1em 0 0, -3em 0 0 -1em, -2.1em -2.1em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 0, -2.1em 2.1em 0 0.2em, -3em 0 0 0, -2.1em -2.1em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
    box-shadow: 0 -3em 0 -1em, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 0, -3em 0 0 0.2em, -2.1em -2.1em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
    box-shadow: 0 -3em 0 0, 2.1em -2.1em 0 -1em, 3em 0 0 -1em, 2.1em 2.1em 0 -1em, 0 3em 0 -1em, -2.1em 2.1em 0 -1em, -3em 0 0 0, -2.1em -2.1em 0 0.2em;
  }
}
html, body {
  height: 100%;
}

#st-Wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#st-Header {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

#st-Main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#st-Footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .st-Page_Body {
    padding-bottom: 44.7916666667vw;
  }
}
.st-Page_Body h2 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .st-Page_Body h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Body h2 {
    margin-bottom: 4.6875vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .st-Page_Body p {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Body p {
    margin-bottom: 13.0208333333vw;
  }
}
.st-Page_Body a.button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .st-Page_Body a.button-top {
    width: 400px;
    height: 70px;
    padding: 13px 20px;
    border: 2px solid #5550b0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Body a.button-top {
    width: 65.1041666667vw;
    height: 13.0208333333vw;
    margin: 0 auto;
    padding: 2.734375vw 2.6041666667vw;
    border: 0.2604166667vw solid #5550b0;
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 480px) {
  .st-Page_Body a.button-top {
    border-width: 1px;
  }
}
.st-Page_Body a.button-top span {
  width: 100%;
  color: #5550b0;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .st-Page_Body a.button-top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st-Page_Body a.button-top span {
    font-size: 4.1666666667vw;
  }
}
@media (any-hover: hover) {
  .st-Page_Body a.button-top {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .st-Page_Body a.button-top span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Page_Body a.button-top:hover {
    background-color: #5550b0;
  }
  .st-Page_Body a.button-top:hover span {
    color: #ffffff;
  }
}