@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@600&display=swap);@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
h6, h5, h4, h3, h2, h1 {
  margin-bottom: 0;
  line-height: 1.4;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
figure {
  margin-top: 0;
  margin-bottom: 0;
}

dd,
legend {
  margin-top: .5rem;
  margin-bottom: 0;
}

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

input[type=text],
input[type=tel],
input[type=email],
select,
option,
textarea {
  width: 100%;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif, "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 32rem;
  font-size: 1.3rem;
  line-height: 1.6;
}

body.js-sp-menu-opened {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #64AFCC;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover {
  color: #64AFCC;
  text-decoration: underline;
}

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

.icon-arrow-right {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: currentColor;
  vertical-align: middle;
}

.icon-arrow-right svg {
  width: 100%;
  height: 100%;
  display: block;
}

.external-link {
  color: #0088D7;
  text-decoration: underline;
  position: relative;
  padding-right: 2.2rem;
  display: inline-block;
}

.external-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="%230088D7" d="M14 2v5h-2V4.5L7 9.5 5.5 8 10.5 3H8V1h5a1 1 0 0 1 1 1zM3 3h4v2H3v8h8V9h2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

.pdf-link {
  color: #0088D7;
  text-decoration: underline;
  position: relative;
  padding-right: 2.2rem;
  display: inline-block;
}

.pdf-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="%230088D7" d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0H4zm0 1h5v3a1 1 0 0 0 1 1h3v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm1 6a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

.txt-bold {
  font-weight: bold;
}

.blank-link {
  color: #0088D7;
  text-decoration: underline;
}

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

.site-header {
  background-color: #fff;
}

.site-header.lp-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header.lp-header-fixed .lp-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header.lp-header-fixed .lp-header-logo {
  width: 24rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header.lp-header-fixed .header-link-btn {
  height: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header .lp-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.site-header .lp-header .lp-global-nav {
  margin-left: auto;
}

.site-header .lp-header .lp-global-nav__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 3rem;
}

.site-header .lp-header .lp-global-nav__set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2.5rem;
}

.site-header .lp-header .lp-global-nav__set li a {
  font-weight: bold;
  color: #222222;
}

.site-header .lp-header .lp-global-nav__set li a.current {
  color: #0088D7;
  text-decoration: underline;
}

.site-header .lp-header .lp-global-nav__set li a:hover {
  color: #64AFCC;
  text-decoration: none;
}

.site-header .header-link-btn {
  padding-left: 4.3rem;
  padding-right: 4.3rem;
  height: 5rem;
}

.site-header .header-link-btn .btn-txt {
  font-size: 1.6rem;
}

.site-header .lp-header-logo {
  width: 31rem;
}

.site-header .lp-header-logo a {
  display: block;
}

.sp-hamburger {
  background-color: #0087DC;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sp-hamburger.is-open {
  background-color: #0088D7;
}

.sp-hamburger__btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.sp-hamburger__btn .drawer-hamburger-icon {
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sp-hamburger__btn .drawer-hamburger-icon::before, .sp-hamburger__btn .drawer-hamburger-icon::after {
  content: '';
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sp-hamburger__btn .drawer-hamburger-icon::before {
  top: -0.5rem;
}

.sp-hamburger__btn .drawer-hamburger-icon::after {
  top: 0.5rem;
}

.sp-hamburger.is-open .sp-hamburger__btn .drawer-hamburger-icon {
  background-color: transparent;
}

.sp-hamburger.is-open .sp-hamburger__btn .drawer-hamburger-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-hamburger.is-open .sp-hamburger__btn .drawer-hamburger-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lp-sp-drawer-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 32rem;
  height: 100vh;
  background: #FFFFFF;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

.lp-sp-drawer-nav.is-open {
  right: 0;
}

.lp-sp-drawer-nav__inner {
  padding: 8rem 3rem 3rem;
}

.lp-sp-drawer-nav__set {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}

.lp-sp-drawer-nav__set__item {
  margin-bottom: 0;
  border-bottom: 1px solid #E6F5FF;
}

.lp-sp-drawer-nav__set__item:last-child {
  border-bottom: none;
}

.lp-sp-drawer-nav__set__item a {
  display: block;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lp-sp-drawer-nav__set__item a.current {
  color: #0088D7;
  text-decoration: underline;
}

.lp-sp-drawer-nav__set__item a:hover, .lp-sp-drawer-nav__set__item a:active {
  background: #E6F5FF;
  color: #0088D7;
  padding-left: 2rem;
}

.lp-sp-drawer-nav__set__item a::after {
  content: '\25B6';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #0088D7;
}

.lp-sp-drawer-nav .header-link-btn {
  width: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lp-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes downanime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes downanime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.tab__set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto;
}

.tab__set__item {
  width: 49%;
}

.tab__set__item a {
  display: block;
  text-align: center;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #efefef;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0.5rem 0;
}

.tab__set__item a:hover {
  background-color: #c9c9c9;
}

.tab__set__item span {
  display: block;
  text-align: center;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #272727;
  color: #fff;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0.5rem 0;
}

.tab__set__item + li {
  margin-left: 2%;
}

.tab.js-tab .tab__set {
  margin-bottom: -1px;
}

.tab.js-tab .js-tab-trigger {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  cursor: pointer;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: .3rem .3rem 0 0;
}

.tab.js-tab .js-tab-trigger.active {
  background-color: #efefef;
  color: #333;
  pointer-events: none;
}

.tab.js-tab .tab-contents__set {
  border: 1px solid #333;
  padding: 1rem;
  background-color: #efefef;
}

.tab.js-tab .tab-contents__set__item {
  display: none;
}

.tab.js-tab .tab-contents__set__item.show {
  display: block;
}

.fixed-nav {
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  border-top: 2px solid #64AFCC;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem;
  grid-template-columns: 1fr 4rem;
  gap: 1.5rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 2rem;
}

.fixed-nav .hamburger__btn {
  width: 5rem;
  height: 5rem;
  border: 1px solid #333;
  background: #fff;
  border-radius: 5px;
  padding: 2.1rem 0 0 0;
  position: relative;
}

.fixed-nav .hamburger__btn__bar {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: auto;
}

.fixed-nav .hamburger__btn__bar.one {
  top: 1rem;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-nav .hamburger__btn__bar.two {
  top: 1.6rem;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-nav .hamburger__btn__bar.tree {
  top: 2.2rem;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-nav .hamburger__btn.off .one {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 1.8rem;
}

.fixed-nav .hamburger__btn.off .tree {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 1.8rem;
}

.fixed-nav .hamburger__btn.off .two {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-nav .hamburger__btn__label {
  font-weight: bold;
  font-size: 1rem;
}

.fixed-nav .sp-coupon-btn {
  width: 80%;
}

.fixed-nav .sp-coupon-btn a {
  display: block;
}

.drawer-nav {
  position: fixed;
  bottom: -100%;
  left: 0;
  background-color: #E2F1F6;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.drawer-nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .5s;
  transition: .5s;
  bottom: 0;
}

.drawer-nav__container {
  padding: 2rem;
  height: 100%;
}

.drawer-header {
  padding: 2rem;
  background-color: #fff;
}

.drawer-header__inner {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.drawer-header .drawer-header-logo img {
  height: 4.5rem;
}

.drawer--top .drawer-nav {
  left: 0;
  height: 100%;
  z-index: 99;
}

.drawer-nav-main__set__item {
  border-bottom: 2px dotted #333;
}

.drawer-nav-main__set__item a {
  padding: 1rem 0;
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}

.footer-content {
  border-top: 5px solid #64AFCC;
  background-color: #E2F1F6;
  padding: 1rem 0 0 0;
}

.footer-content__inner {
  padding: 3.5rem 0 4rem;
}

.footer_body {
  width: 44rem;
}

.tile.footer_main_nav .tile__set--col2 {
  margin: -.5rem -2.5rem;
}

.tile.footer_main_nav .tile__set__item {
  padding: .5rem 2.5rem;
}

.tile.footer_main_nav .tile__set__item a {
  color: #222222;
}

.tile.footer_main_nav .tile__set__item a:hover {
  color: #64AFCC;
  text-decoration: none;
}

.footer-guard {
  margin-top: 1rem;
}

.footer-sub-nav__set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 1rem;
}

.footer-sub-nav__set__item + li {
  margin-left: 1rem;
}

.footer_btm {
  background-color: #fff;
  color: #666;
  text-align: center;
  padding: 2rem 0;
}

.footer_btm a {
  color: #666;
}

.approval-number {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1rem;
}

.approval-number dd {
  margin-top: 0;
  margin-left: 1rem;
}

.footer-copyright {
  background-color: #ccc;
  text-align: center;
  padding: .5rem;
  margin-top: 1rem;
}

.footer-nav {
  margin-top: 1rem;
}

.footer-nav__set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.footer-nav__set__item + li {
  margin-left: 1rem;
}

.footer-comp-info {
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;
}

.footer-comp-info__inner {
  width: 48.5rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}

.footer-comp-info .comp-name {
  font-weight: 700;
}

.footer-comp-info .comp-address {
  font-size: 1.4rem;
}

.coupon-link-banner {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 999;
}

.coupon-link-banner__inner {
  position: relative;
}

.coupon-link-banner__btn {
  width: 1.7rem;
  display: block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  z-index: 2;
  cursor: pointer;
}

.coupon-link-banner__btn:hover {
  opacity: 0.7;
}

.coupon-link-banner a {
  display: block;
  width: 20rem;
}

@-webkit-keyframes leftanime {
  from {
    opacity: 0;
    right: -170px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes leftanime {
  from {
    opacity: 0;
    right: -170px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes rightanime {
  from {
    opacity: 1;
    right: 0px;
  }
  to {
    opacity: 0;
    right: -170px;
  }
}

@keyframes rightanime {
  from {
    opacity: 1;
    right: 0px;
  }
  to {
    opacity: 0;
    right: -170px;
  }
}

.lp-ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #0087DC;
}

.lp-ttl + * {
  margin-top: 4rem;
}

.lp-conv-area {
  background-color: #0087DC;
  padding: 8rem 0;
}

.lp-conv-area__title {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 0 3rem 0;
  line-height: 1.5;
}

.lp-conv-area__description {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 4rem 0;
}

.lp-conv-area__button {
  display: block;
  width: 40rem;
  margin: 0 auto 2rem;
}

.lp-conv-area__button.lp-button--gradient-warning {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(255, 174, 0, 0.6);
          box-shadow: 5px 5px 25px 0 rgba(255, 174, 0, 0.6);
}

.lp-conv-area__note {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\D7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.bg--primary-light {
  background: #edfafd;
}

.container {
  padding: 0 2rem;
}

.sec {
  position: relative;
}

.sec--lv1 {
  position: relative;
  margin-top: 5rem;
}

.sec--lv2 {
  position: relative;
  margin-top: 3rem;
}

.sec--lv3 {
  position: relative;
  margin-top: 2rem;
}

.sec--lv4 {
  position: relative;
  margin-top: 1.5rem;
}

.sec--lv5 {
  position: relative;
  margin-top: 1rem;
}

.sec-inner--lv1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.sec-inner--lv2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sec-inner--lv3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sec-inner--lv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sec-inner--lv5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.display--inlineblock {
  display: inline-block;
}

.lp-button {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-button .icon-arrow-right {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: currentColor;
}

.lp-button--no-arrow.lp-button--primary {
  padding-right: 2.4rem;
}

.lp-button--no-arrow.lp-button--primary .btn-txt {
  margin-right: 0;
}

.lp-button--no-arrow.lp-button--gradient-warning .btn-txt {
  margin-right: 0;
}

.lp-button--primary {
  position: relative;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #008CE3;
  color: #ffffff;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  font-size: 2rem;
  border-radius: 4rem;
  text-align: center;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.lp-button--primary:hover {
  background-color: #34B0FF;
  opacity: 1 !important;
}

.lp-button--primary .btn-txt {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.lp-button--primary .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.lp-button--primary .btn-txt {
  margin-right: 0.8rem;
}

.lp-button--primary:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  background: #4A9EFF;
}

.lp-button--secondary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FF8A8A;
          box-shadow: 0px 0px 0px 3px #FF8A8A;
  border-radius: 0.3rem;
  background: #FF8A8A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF8A8A), color-stop(50%, #FF8A8A), color-stop(50%, #FF7E7E), to(#FF7E7E));
  background: linear-gradient(0deg, #FF8A8A 0%, #FF8A8A 50%, #FF7E7E 50%, #FF7E7E 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-button--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.lp-button--secondary:hover {
  color: #fff;
  text-decoration: none;
}

.lp-button--gradient-warning {
  text-shadow: 2px 2px 3px #FFF;
  position: relative;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFEA02), to(#FFAA0B));
  background: linear-gradient(to right, #FFEA02, #FFAA0B);
  color: #222222;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
}

.lp-button--gradient-warning:hover {
  opacity: 1 !important;
}

.lp-button--gradient-warning .btn-txt {
  display: inline-block;
  color: #222222;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.lp-button--gradient-warning .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 1.98rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 15.2px;
  color: #222222;
}

.lp-button--gradient-warning .btn-txt {
  margin-right: 1rem;
}

.lp-button--gradient-warning:hover {
  color: #222222;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFAA0B), to(#FFEA02));
  background: linear-gradient(to right, #FFAA0B, #FFEA02);
}

.lp-button--danger {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FBDA4A;
          box-shadow: 0px 0px 0px 3px #FBDA4A;
  border-radius: 0.3rem;
  background: #FBDA4A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBDA4A), color-stop(50%, #FBDA4A), color-stop(50%, #F6D542), to(#F6D542));
  background: linear-gradient(0deg, #FBDA4A 0%, #FBDA4A 50%, #F6D542 50%, #F6D542 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #222;
}

.lp-button--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.lp-button--danger:hover {
  color: #fff;
  text-decoration: none;
}

.lp-button--danger::after {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

.lp-button--danger:hover {
  color: #222;
}

.lp-button--warning {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FBDA4A;
          box-shadow: 0px 0px 0px 3px #FBDA4A;
  border-radius: 0.3rem;
  background: #FBDA4A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBDA4A), color-stop(50%, #FBDA4A), color-stop(50%, #E2F1F6), to(#E2F1F6));
  background: linear-gradient(0deg, #FBDA4A 0%, #FBDA4A 50%, #E2F1F6 50%, #E2F1F6 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-button--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.lp-button--warning:hover {
  color: #fff;
  text-decoration: none;
}

.lp-button--muted {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #888888;
          box-shadow: 0px 0px 0px 3px #888888;
  border-radius: 0.3rem;
  background: #888888;
  background: -webkit-gradient(linear, left bottom, left top, from(#888888), color-stop(50%, #888888), color-stop(50%, #E2F1F6), to(#E2F1F6));
  background: linear-gradient(0deg, #888888 0%, #888888 50%, #E2F1F6 50%, #E2F1F6 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-button--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.lp-button--muted:hover {
  color: #fff;
  text-decoration: none;
}

.lp-button--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.lp-button--disabled:hover {
  opacity: 0.6;
}

.btn--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #888888;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--muted:hover {
  opacity: 0.6;
  background: #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #E2F1F6;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #64AFCC;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FC7878;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FBDA4A;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow--muted {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #888888;
          box-shadow: 0px 0px 0px 3px #888888;
  border-radius: 0.3rem;
  background: #888888;
  background: -webkit-gradient(linear, left bottom, left top, from(#888888), color-stop(50%, #888888), color-stop(50%, #E2F1F6), to(#E2F1F6));
  background: linear-gradient(0deg, #888888 0%, #888888 50%, #E2F1F6 50%, #E2F1F6 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn-arrow--muted:hover {
  color: #fff;
  text-decoration: none;
}

.btn-arrow--primary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #5BAAC8;
          box-shadow: 0px 0px 0px 3px #5BAAC8;
  border-radius: 0.3rem;
  background: #5BAAC8;
  background: -webkit-gradient(linear, left bottom, left top, from(#5BAAC8), color-stop(50%, #5BAAC8), color-stop(50%, #64AFCC), to(#64AFCC));
  background: linear-gradient(0deg, #5BAAC8 0%, #5BAAC8 50%, #64AFCC 50%, #64AFCC 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn-arrow--primary:hover {
  color: #fff;
  text-decoration: none;
}

.btn-arrow--secondary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FF8A8A;
          box-shadow: 0px 0px 0px 3px #FF8A8A;
  border-radius: 0.3rem;
  background: #FF8A8A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF8A8A), color-stop(50%, #FF8A8A), color-stop(50%, #FF7E7E), to(#FF7E7E));
  background: linear-gradient(0deg, #FF8A8A 0%, #FF8A8A 50%, #FF7E7E 50%, #FF7E7E 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-arrow--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn-arrow--secondary:hover {
  color: #fff;
  text-decoration: none;
}

.btn-arrow--secondary .btn-txt {
  font-size: 1.5rem;
}

.btn-arrow--secondary .btn-txt-small {
  font-size: 1.1rem;
  display: block;
  margin-top: .5rem;
}

.btn-arrow--secondary img {
  position: absolute;
  right: 98px;
  top: -20px;
  width: 13.4rem;
}

.exam-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FF7E7E;
          box-shadow: 0px 0px 0px 3px #FF7E7E;
  border-radius: 0.3rem;
  background: #FF7E7E;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7E7E), color-stop(50%, #FF7E7E), color-stop(50%, #FF8A8A), to(#FF8A8A));
  background: linear-gradient(0deg, #FF7E7E 0%, #FF7E7E 50%, #FF8A8A 50%, #FF8A8A 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.exam-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.exam-btn:hover {
  color: #fff;
  text-decoration: none;
}

.exam-btn__img {
  position: absolute;
  width: 4.5rem;
  left: 15px;
  top: -8px;
}

.exam-btn__txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.global-nav .btn-arrow--secondary::after {
  width: 8px;
  height: 8px;
  right: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow--danger {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FBDA4A;
          box-shadow: 0px 0px 0px 3px #FBDA4A;
  border-radius: 0.3rem;
  background: #FBDA4A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBDA4A), color-stop(50%, #FBDA4A), color-stop(50%, #F6D542), to(#F6D542));
  background: linear-gradient(0deg, #FBDA4A 0%, #FBDA4A 50%, #F6D542 50%, #F6D542 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #222;
}

.btn-arrow--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn-arrow--danger:hover {
  color: #fff;
  text-decoration: none;
}

.btn-arrow--danger::after {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

.btn-arrow--danger:hover {
  color: #222;
}

.btn-arrow--warning {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #FBDA4A;
          box-shadow: 0px 0px 0px 3px #FBDA4A;
  border-radius: 0.3rem;
  background: #FBDA4A;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBDA4A), color-stop(50%, #FBDA4A), color-stop(50%, #E2F1F6), to(#E2F1F6));
  background: linear-gradient(0deg, #FBDA4A 0%, #FBDA4A 50%, #E2F1F6 50%, #E2F1F6 100%);
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn-arrow--warning:hover {
  color: #fff;
  text-decoration: none;
}

.btn-arrow-down--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #888888;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-down--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow-down--muted:hover {
  opacity: 0.6;
  background: #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-down--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-down--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-down--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #5BAAC8;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-down--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow-down--primary:hover {
  opacity: 0.6;
  background: #5BAAC8;
  color: #64AFCC;
  text-decoration: none;
}

.btn-arrow-down--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-down--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-down--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #64AFCC;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-down--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow-down--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-down--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-down--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-down--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FC7878;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-down--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow-down--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-down--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-down--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-down--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FBDA4A;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-down--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-arrow-down--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-down--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-down--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-left--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #888888;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-left--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-arrow-left--muted:hover {
  opacity: 0.6;
  background: #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-left--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-left--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-left--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #E2F1F6;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-left--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-arrow-left--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-left--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-left--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-left--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #64AFCC;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-left--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-arrow-left--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-left--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-left--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-left--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FC7878;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-left--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-arrow-left--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-left--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-left--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-arrow-left--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  border-radius: 0.3rem;
  background: #FBDA4A;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow-left--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-arrow-left--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow-left--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  color: #666666;
}

.btn-arrow-left--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0.3rem;
  color: #888888;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost--muted:hover {
  opacity: 0.6;
  background: #888888;
  border: 1px solid #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #888888;
  color: #666666;
}

.btn-ghost--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #E2F1F6;
  border-radius: 0.3rem;
  color: #E2F1F6;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  border: 1px solid #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #E2F1F6;
  color: #666666;
}

.btn-ghost--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #64AFCC;
  border-radius: 0.3rem;
  color: #64AFCC;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  border: 1px solid #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #64AFCC;
  color: #666666;
}

.btn-ghost--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FC7878;
  border-radius: 0.3rem;
  color: #FC7878;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  border: 1px solid #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FC7878;
  color: #666666;
}

.btn-ghost--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FBDA4A;
  border-radius: 0.3rem;
  color: #FBDA4A;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  border: 1px solid #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FBDA4A;
  color: #666666;
}

.btn-ghost--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0.3rem;
  color: #888888;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--muted:hover {
  opacity: 0.6;
  background: #888888;
  border: 1px solid #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #888888;
  color: #666666;
}

.btn-ghost-arrow--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #E2F1F6;
  border-radius: 0.3rem;
  color: #E2F1F6;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  border: 1px solid #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #E2F1F6;
  color: #666666;
}

.btn-ghost-arrow--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #64AFCC;
  border-radius: 0.3rem;
  color: #64AFCC;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  border: 1px solid #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #64AFCC;
  color: #666666;
}

.btn-ghost-arrow--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FC7878;
  border-radius: 0.3rem;
  color: #FC7878;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  border: 1px solid #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FC7878;
  color: #666666;
}

.btn-ghost-arrow--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FBDA4A;
  border-radius: 0.3rem;
  color: #FBDA4A;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  border: 1px solid #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FBDA4A;
  color: #666666;
}

.btn-ghost-arrow--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0.3rem;
  color: #888888;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}

.btn-ghost-arrow--muted:hover {
  opacity: 0.6;
  background: #888888;
  border: 1px solid #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--muted:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #888888;
  color: #666666;
}

.btn-ghost-arrow--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #E2F1F6;
  border-radius: 0.3rem;
  color: #E2F1F6;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #E2F1F6;
  border-right: 2px solid #E2F1F6;
}

.btn-ghost-arrow--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  border: 1px solid #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--primary:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #E2F1F6;
  color: #666666;
}

.btn-ghost-arrow--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #64AFCC;
  border-radius: 0.3rem;
  color: #64AFCC;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #64AFCC;
  border-right: 2px solid #64AFCC;
}

.btn-ghost-arrow--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  border: 1px solid #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--secondary:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #64AFCC;
  color: #666666;
}

.btn-ghost-arrow--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FC7878;
  border-radius: 0.3rem;
  color: #FC7878;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #FC7878;
  border-right: 2px solid #FC7878;
}

.btn-ghost-arrow--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  border: 1px solid #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--danger:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FC7878;
  color: #666666;
}

.btn-ghost-arrow--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FBDA4A;
  border-radius: 0.3rem;
  color: #FBDA4A;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #FBDA4A;
  border-right: 2px solid #FBDA4A;
}

.btn-ghost-arrow--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  border: 1px solid #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow--warning:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FBDA4A;
  color: #666666;
}

.btn-ghost-arrow--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-down--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0.3rem;
  color: #888888;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-down--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}

.btn-ghost-arrow-down--muted:hover {
  opacity: 0.6;
  background: #888888;
  border: 1px solid #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-down--muted:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow-down--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #888888;
  color: #666666;
}

.btn-ghost-arrow-down--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-down--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #E2F1F6;
  border-radius: 0.3rem;
  color: #E2F1F6;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-down--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #E2F1F6;
  border-right: 2px solid #E2F1F6;
}

.btn-ghost-arrow-down--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  border: 1px solid #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-down--primary:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow-down--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #E2F1F6;
  color: #666666;
}

.btn-ghost-arrow-down--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-down--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #64AFCC;
  border-radius: 0.3rem;
  color: #64AFCC;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-down--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #64AFCC;
  border-right: 2px solid #64AFCC;
}

.btn-ghost-arrow-down--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  border: 1px solid #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-down--secondary:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow-down--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #64AFCC;
  color: #666666;
}

.btn-ghost-arrow-down--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-down--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FC7878;
  border-radius: 0.3rem;
  color: #FC7878;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-down--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #FC7878;
  border-right: 2px solid #FC7878;
}

.btn-ghost-arrow-down--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  border: 1px solid #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-down--danger:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow-down--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FC7878;
  color: #666666;
}

.btn-ghost-arrow-down--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-down--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FBDA4A;
  border-radius: 0.3rem;
  color: #FBDA4A;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-down--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  right: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #FBDA4A;
  border-right: 2px solid #FBDA4A;
}

.btn-ghost-arrow-down--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  border: 1px solid #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-down--warning:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btn-ghost-arrow-down--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FBDA4A;
  color: #666666;
}

.btn-ghost-arrow-down--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-left--muted {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0.3rem;
  color: #888888;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-left--muted::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #888888;
  border-left: 2px solid #888888;
}

.btn-ghost-arrow-left--muted:hover {
  opacity: 0.6;
  background: #888888;
  border: 1px solid #888888;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-left--muted:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-ghost-arrow-left--muted[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #888888;
  color: #666666;
}

.btn-ghost-arrow-left--muted[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-left--primary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #E2F1F6;
  border-radius: 0.3rem;
  color: #E2F1F6;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-left--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #E2F1F6;
  border-left: 2px solid #E2F1F6;
}

.btn-ghost-arrow-left--primary:hover {
  opacity: 0.6;
  background: #E2F1F6;
  border: 1px solid #E2F1F6;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-left--primary:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-ghost-arrow-left--primary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #E2F1F6;
  color: #666666;
}

.btn-ghost-arrow-left--primary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-left--secondary {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #64AFCC;
  border-radius: 0.3rem;
  color: #64AFCC;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-left--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #64AFCC;
  border-left: 2px solid #64AFCC;
}

.btn-ghost-arrow-left--secondary:hover {
  opacity: 0.6;
  background: #64AFCC;
  border: 1px solid #64AFCC;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-left--secondary:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-ghost-arrow-left--secondary[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #64AFCC;
  color: #666666;
}

.btn-ghost-arrow-left--secondary[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-left--danger {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FC7878;
  border-radius: 0.3rem;
  color: #FC7878;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-left--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #FC7878;
  border-left: 2px solid #FC7878;
}

.btn-ghost-arrow-left--danger:hover {
  opacity: 0.6;
  background: #FC7878;
  border: 1px solid #FC7878;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-left--danger:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-ghost-arrow-left--danger[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FC7878;
  color: #666666;
}

.btn-ghost-arrow-left--danger[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.btn-ghost-arrow-left--warning {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 2em;
  background-color: #ffffff;
  border: 1px solid #FBDA4A;
  border-radius: 0.3rem;
  color: #FBDA4A;
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-ghost-arrow-left--warning::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #FBDA4A;
  border-left: 2px solid #FBDA4A;
}

.btn-ghost-arrow-left--warning:hover {
  opacity: 0.6;
  background: #FBDA4A;
  border: 1px solid #FBDA4A;
  color: #ffffff;
  text-decoration: none;
}

.btn-ghost-arrow-left--warning:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.btn-ghost-arrow-left--warning[disabled] {
  opacity: 0.6;
  border-color: #888888;
  background: #dddddd;
  border: 1px solid #FBDA4A;
  color: #666666;
}

.btn-ghost-arrow-left--warning[disabled]:hover {
  background: #dddddd;
  cursor: default;
}

.card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.card__tmb {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card__body {
  margin-top: 1.5rem;
}

.card__ttl {
  text-align: justify;
  font-size: 1.8rem;
  color: #222222;
}

.card__txt {
  text-align: justify;
  color: #222222;
  margin-top: 1rem;
}

.card--link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  width: 100%;
}

.card--link__tmb {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card--link__body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 3rem 2.5rem 6rem;
}

.card--link__label {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 9rem;
  padding: .5rem 2em;
  background: #E2F1F6;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
}

.card--link__ttl {
  position: relative;
  text-align: justify;
  font-size: 1.3rem;
  color: #64AFCC;
  font-family: "Noto Serif JP", serif, "icons";
}

.card--link__txt {
  text-align: justify;
  margin-top: .5rem;
  color: #222222;
  font-family: "Noto Serif JP", serif, "icons";
}

.card--link__link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  margin-top: 1rem;
  color: #64AFCC;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif, "icons";
  line-height: 1.1;
  text-align: right;
}

.card--link__link::before {
  display: inline-block;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-60%, -3px) skewX(45deg);
          transform: translate(-60%, -3px) skewX(45deg);
  margin-right: .5rem;
  border: 1px solid #64AFCC;
  border-width: 0 1px 1px 0;
  background: transparent;
  width: 1.5rem;
  height: 0.5rem;
  content: "";
}

.form__name {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.form__label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  background: #888888;
  color: #ffffff;
  font-weight: normal;
}

.form__label--require {
  background: #FC7878;
}

.form__field {
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid #dddddd;
}

.form__field:focus {
  outline: 2px solid #64AFCC;
  background: #edfafd;
}

.form__field:-ms-input-placeholder {
  color: #aaaaaa;
}

.form__field::-webkit-input-placeholder {
  color: #aaaaaa;
}

.form__field::-moz-placeholder {
  color: #aaaaaa;
}

.form__field::placeholder {
  color: #aaaaaa;
}

.form__select {
  position: relative;
}

.form__select::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #222222 transparent transparent transparent;
  content: "";
}

.form__select select {
  padding-right: 3rem;
}

.form__check__txt, .form__radio__txt {
  position: relative;
  padding-left: 2.8rem;
}

.form__check__txt::before, .form__check__txt::after, .form__radio__txt::before, .form__radio__txt::after {
  display: block;
  position: absolute;
  content: "";
}

.form__check__txt::before, .form__radio__txt::before {
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #dddddd;
  background: #ffffff;
}

.form__check input[type="checkbox"] {
  display: none;
}

.form__check input[type="checkbox"]:checked + .form__check__txt::after {
  top: .25rem;
  left: .65rem;
  width: .8rem;
  height: 1.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #64AFCC;
}

.form__check__set > label:not(:first-of-type) {
  margin-left: 1.5em;
}

.form__radio__txt::before {
  border-radius: 50%;
}

.form__radio input[type="radio"] {
  display: none;
}

.form__radio input[type="radio"]:checked + .form__radio__txt::after {
  top: .45rem;
  left: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #E2F1F6;
}

.form__date__set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.form__date__set > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.form__date__set > *:not(:first-of-type) {
  margin-left: .5rem;
}

.form__mail-confirm {
  padding: .5rem 0;
}

.form-add__row:not(:first-of-type) {
  margin-top: 1.5rem;
}

.form__group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.form__group__txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: .3rem 1rem;
  border: 1px solid #dddddd;
}

.form__group .form__field {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.form__group > *:first-child {
  border-right-width: 0;
}

.form__error {
  padding-top: 0.5rem;
  padding-left: 1.5em;
  color: #FC7878;
  text-indent: -1.5em;
}

.form__error::before {
  margin-right: 0.5em;
  content: "\E800";
}

.form__submit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* ---------------------------------------------
*   remodal-close
--------------------------------------------- */
.remodal-close {
  top: 0 !important;
  left: auto !important;
  right: 0;
  z-index: 10;
  width: 50px !important;
  height: 50px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.remodal-close:hover {
  opacity: 0.7;
}

.remodal-close:before {
  content: none !important;
}

/* ---------------------------------------------
*   remodal
--------------------------------------------- */
.remodal {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.list--disc {
  padding-left: 0;
  list-style-type: none;
}

.list--disc li, .list--disc dd {
  padding-left: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: -2em;
}

.list--disc li::before, .list--disc dd::before {
  display: inline-block;
  border-radius: 50%;
  background: #aaaaaa;
  width: .6em;
  height: .6em;
  margin-right: 1.2em;
  margin-bottom: 0.1em;
  margin-left: .2em;
  content: "";
}

.list--decimal {
  padding-left: 0;
  list-style-type: none;
  counter-reset: number;
  list-style-position: inside;
}

.list--decimal li, .list--decimal dd {
  padding-left: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: -2em;
}

.list--decimal li::before, .list--decimal dd::before {
  display: inline-block;
  width: 2em;
  padding-left: 0.3rem;
  text-indent: 0;
  counter-increment: number;
  content: counter(number) ".";
}

.list--parentheses-decimal {
  padding-left: 0;
  list-style-type: none;
  counter-reset: number;
  list-style-position: inside;
}

.list--parentheses-decimal li, .list--parentheses-decimal dd {
  padding-left: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: -2em;
}

.list--parentheses-decimal li::before, .list--parentheses-decimal dd::before {
  display: inline-block;
  width: 2em;
  padding-left: 0.3rem;
  text-indent: 0;
  counter-increment: number;
  content: "(" counter(number) ")";
}

.list--note {
  padding-left: 0;
  list-style-type: none;
  list-style-position: inside;
}

.list--note li, .list--note dd {
  padding-left: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: -2em;
}

.list--note li::before, .list--note dd::before {
  display: inline-block;
  width: 2em;
  padding-left: 0.3rem;
  text-indent: 0;
  color: #aaaaaa;
  content: "\203B";
}

.list--note-decimal {
  padding-left: 0;
  list-style-type: none;
  counter-reset: number;
  list-style-position: inside;
}

.list--note-decimal li, .list--note-decimal dd {
  padding-left: 2.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: -2.5em;
}

.list--note-decimal li::before, .list--note-decimal dd::before {
  display: inline-block;
  width: 2.5em;
  padding-left: 0.3rem;
  text-indent: 0;
  color: #aaaaaa;
  counter-increment: number;
  content: "\203B" counter(number);
}

.mt--0 {
  margin-top: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

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

.ml--0 {
  margin-left: 0 !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.w--0 {
  width: 0 !important;
}

.w--1 {
  width: 1% !important;
}

.w--2 {
  width: 2% !important;
}

.w--3 {
  width: 3% !important;
}

.w--4 {
  width: 4% !important;
}

.w--5 {
  width: 5% !important;
}

.w--6 {
  width: 6% !important;
}

.w--7 {
  width: 7% !important;
}

.w--8 {
  width: 8% !important;
}

.w--9 {
  width: 9% !important;
}

.w--10 {
  width: 10% !important;
}

.w--11 {
  width: 11% !important;
}

.w--12 {
  width: 12% !important;
}

.w--13 {
  width: 13% !important;
}

.w--14 {
  width: 14% !important;
}

.w--15 {
  width: 15% !important;
}

.w--16 {
  width: 16% !important;
}

.w--17 {
  width: 17% !important;
}

.w--18 {
  width: 18% !important;
}

.w--19 {
  width: 19% !important;
}

.w--20 {
  width: 20% !important;
}

.w--21 {
  width: 21% !important;
}

.w--22 {
  width: 22% !important;
}

.w--23 {
  width: 23% !important;
}

.w--24 {
  width: 24% !important;
}

.w--25 {
  width: 25% !important;
}

.w--26 {
  width: 26% !important;
}

.w--27 {
  width: 27% !important;
}

.w--28 {
  width: 28% !important;
}

.w--29 {
  width: 29% !important;
}

.w--30 {
  width: 30% !important;
}

.w--31 {
  width: 31% !important;
}

.w--32 {
  width: 32% !important;
}

.w--33 {
  width: 33% !important;
}

.w--34 {
  width: 34% !important;
}

.w--35 {
  width: 35% !important;
}

.w--36 {
  width: 36% !important;
}

.w--37 {
  width: 37% !important;
}

.w--38 {
  width: 38% !important;
}

.w--39 {
  width: 39% !important;
}

.w--40 {
  width: 40% !important;
}

.w--41 {
  width: 41% !important;
}

.w--42 {
  width: 42% !important;
}

.w--43 {
  width: 43% !important;
}

.w--44 {
  width: 44% !important;
}

.w--45 {
  width: 45% !important;
}

.w--46 {
  width: 46% !important;
}

.w--47 {
  width: 47% !important;
}

.w--48 {
  width: 48% !important;
}

.w--49 {
  width: 49% !important;
}

.w--50 {
  width: 50% !important;
}

.w--51 {
  width: 51% !important;
}

.w--52 {
  width: 52% !important;
}

.w--53 {
  width: 53% !important;
}

.w--54 {
  width: 54% !important;
}

.w--55 {
  width: 55% !important;
}

.w--56 {
  width: 56% !important;
}

.w--57 {
  width: 57% !important;
}

.w--58 {
  width: 58% !important;
}

.w--59 {
  width: 59% !important;
}

.w--60 {
  width: 60% !important;
}

.w--61 {
  width: 61% !important;
}

.w--62 {
  width: 62% !important;
}

.w--63 {
  width: 63% !important;
}

.w--64 {
  width: 64% !important;
}

.w--65 {
  width: 65% !important;
}

.w--66 {
  width: 66% !important;
}

.w--67 {
  width: 67% !important;
}

.w--68 {
  width: 68% !important;
}

.w--69 {
  width: 69% !important;
}

.w--70 {
  width: 70% !important;
}

.w--71 {
  width: 71% !important;
}

.w--72 {
  width: 72% !important;
}

.w--73 {
  width: 73% !important;
}

.w--74 {
  width: 74% !important;
}

.w--75 {
  width: 75% !important;
}

.w--76 {
  width: 76% !important;
}

.w--77 {
  width: 77% !important;
}

.w--78 {
  width: 78% !important;
}

.w--79 {
  width: 79% !important;
}

.w--80 {
  width: 80% !important;
}

.w--81 {
  width: 81% !important;
}

.w--82 {
  width: 82% !important;
}

.w--83 {
  width: 83% !important;
}

.w--84 {
  width: 84% !important;
}

.w--85 {
  width: 85% !important;
}

.w--86 {
  width: 86% !important;
}

.w--87 {
  width: 87% !important;
}

.w--88 {
  width: 88% !important;
}

.w--89 {
  width: 89% !important;
}

.w--90 {
  width: 90% !important;
}

.w--91 {
  width: 91% !important;
}

.w--92 {
  width: 92% !important;
}

.w--93 {
  width: 93% !important;
}

.w--94 {
  width: 94% !important;
}

.w--95 {
  width: 95% !important;
}

.w--96 {
  width: 96% !important;
}

.w--97 {
  width: 97% !important;
}

.w--98 {
  width: 98% !important;
}

.w--99 {
  width: 99% !important;
}

.w--100 {
  width: 100% !important;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-wrapper {
  padding: 1rem;
}

.modal {
  overflow: none;
  background: transparent;
}

.modal__container {
  background: #ffffff;
  -webkit-box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.15);
  text-align: left;
}

.modal__container iframe {
  display: block;
}

.modal__btn-close {
  display: block;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  background: transparent;
  border: none;
}

.modal__btn-close::before, .modal__btn-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 0.2rem;
  background: #ffffff;
  content: "";
}

.modal__btn-close::before {
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

.modal__btn-close::after {
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}

.modal__btn-close > span {
  display: inline-block;
  text-indent: -9999px;
}

.modal__footer {
  padding-top: 3rem;
}

.movie__container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie__container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.note {
  margin-top: 0.5em;
  font-size: 0.85em;
  list-style-type: none;
}

p.note,
span.note {
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #666666;
}

p.note::before,
span.note::before {
  margin-right: 0.2em;
  content: "\203B";
}

span.note {
  display: block;
}

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

.pr--0 {
  padding-right: 0 !important;
}

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

.pl--0 {
  padding-left: 0 !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

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

.pl--5 {
  padding-left: 5px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

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

.pl--10 {
  padding-left: 10px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

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

.pl--15 {
  padding-left: 15px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

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

.pl--20 {
  padding-left: 20px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

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

.pl--25 {
  padding-left: 25px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

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

.pl--30 {
  padding-left: 30px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

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

.pl--35 {
  padding-left: 35px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

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

.pl--40 {
  padding-left: 40px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

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

.pl--45 {
  padding-left: 45px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

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

.pl--50 {
  padding-left: 50px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

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

.pl--55 {
  padding-left: 55px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

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

.pl--60 {
  padding-left: 60px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

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

.pl--65 {
  padding-left: 65px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

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

.pl--70 {
  padding-left: 70px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

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

.pl--75 {
  padding-left: 75px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

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

.pl--80 {
  padding-left: 80px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

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

.pl--85 {
  padding-left: 85px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

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

.pl--90 {
  padding-left: 90px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

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

.pl--95 {
  padding-left: 95px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

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

.pl--100 {
  padding-left: 100px !important;
}

.reserve__calendar {
  margin-top: 3rem;
}

.reserve__calendar__set__item {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 1.5rem 1rem 2rem;
  background: #ffffff;
}

.reserve__calendar__set__item:last-child {
  background: #f8f8f9;
}

.reserve__calendar__ttl {
  font-size: 2.5rem;
  text-align: center;
}

.reserve__calendar__body {
  margin-top: 1.5rem;
  width: 100%;
  table-layout: fixed;
}

.reserve__calendar__body th,
.reserve__calendar__body td {
  border: 1px solid #dddddd;
  background: #f8f8f9;
  text-align: center;
}

.reserve__calendar__body th {
  padding: .5rem;
  font-size: 1.4rem;
  font-weight: normal;
  background: #f8f8f9;
}

.reserve__calendar__body th:first-of-type {
  color: #FC7878;
  background: #feebee;
}

.reserve__calendar__body th:last-of-type {
  color: #E2F1F6;
  background: #e4f3fd;
}

.reserve__calendar__body td {
  font-size: 1.4rem;
}

.reserve__calendar__body td > div {
  height: 5rem;
}

.reserve__calendar__body td > div > p {
  padding-top: .5rem;
  height: 2.5rem;
}

.reserve__calendar__body td > div > div {
  height: 2.5rem;
}

.reserve__calendar__body td.rsv_x {
  background: #f8f8f9;
}

.reserve__calendar__body td.rsv_o, .reserve__calendar__body td.rsv_v {
  background: #ffffff;
}

.reserve__calendar__body td.rsv_o:hover, .reserve__calendar__body td.rsv_v:hover {
  background: #edfafd;
  color: #64AFCC;
  cursor: pointer;
  position: relative;
  z-index: 50;
}

.reserve__calendar__body .reserve_o,
.reserve__calendar__body .reserve_v,
.reserve__calendar__body .reserve_x {
  position: relative;
}

.reserve__calendar__body .reserve_o::before {
  font-size: 1.8rem;
  line-height: 1.1;
  content: "\E81A";
}

.reserve__calendar__body .reserve_v::before {
  font-size: 1.8rem;
  line-height: 1.1;
  content: "\E81C";
}

.reserve__calendar__body .reserve_x::before {
  font-size: 1.8rem;
  line-height: 1.1;
  content: "\E81D";
}

.table--bordered {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.table--bordered th,
.table--bordered td {
  padding: 2rem 0;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}

.table--bordered td {
  padding-left: 2rem;
}

.table--bordered tbody th {
  border-top-color: #64AFCC;
}

.table--break {
  width: 100%;
  border: 1px solid #dddddd;
}

.table--break th,
.table--break td {
  padding: 2rem 0 2rem 2rem;
  border: 1px solid #dddddd;
  vertical-align: top;
}

.table--break th {
  background: #2BA8C6;
}

.table--break tbody th {
  border-top-color: #64AFCC;
}

.table--scroll {
  width: 100%;
  border: 1px solid #dddddd;
}

.table--scroll th,
.table--scroll td {
  padding: 2rem 0 2rem 2rem;
  border: 1px solid #dddddd;
  vertical-align: top;
}

.table--scroll thead th {
  background: #E2F1F6;
}

.table--scroll th {
  background: #2BA8C6;
}

.table--scroll tbody th {
  border-top-color: #64AFCC;
}

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

.txt--bold {
  font-weight: bold;
}

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

.txt-number {
  font-family: "Roboto", sans-serif;
  background: -webkit-linear-gradient(top, #FC7878 0%, #FC7878 50%, #F66969 51%, #F66969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-red {
  color: #FC7878;
}

.txt-blue {
  color: #0F95C8;
}

.txt-underline--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #E2F1F6));
  background: linear-gradient(transparent 60%, #E2F1F6 80%);
}

.txt-underline--blue-light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #A1D6E8));
  background: linear-gradient(transparent 60%, #A1D6E8 60%);
}

.txt-underline--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FBDA4A));
  background: linear-gradient(transparent 60%, #FBDA4A 80%);
}

.tile {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.tile [class^="tile__set--col"] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2rem -0.75rem;
}

.tile__set__item {
  padding: 2rem 0.75rem;
}

.tile__set--col6 > * {
  width: 16.6666%;
}

.tile__set--col5 > * {
  width: 20%;
}

.tile__set--col4 > * {
  width: 25%;
}

.tile__set--col3 > * {
  width: 33.333333%;
}

.tile__set--col2 > * {
  width: 50%;
}

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

.ttl1-block + * {
  margin-top: 4.5rem;
}

.ttl1 {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  padding: 2rem;
  border: 3px solid #333;
  -webkit-box-shadow: 5px 5px 0px 0px #64AFCC;
          box-shadow: 5px 5px 0px 0px #64AFCC;
  font-size: 1.7rem;
  text-align: center;
}

.ttl1::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/lp/jyuken/ttl1_deco-sp.svg);
  background-repeat: no-repeat;
  bottom: -33px;
  right: 20px;
  width: 4.6rem;
  height: 3.6rem;
  right: 20px;
}

.ttl1 .bold {
  color: #0F95C8;
}

.ttl2-block + * {
  margin-top: 2rem;
}

.ttl2 {
  font-size: 1.7rem;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
}

.ttl2 .ttl2-num {
  margin-right: 1rem;
}

.ttl2 .ttl2-num img {
  max-width: 7.8rem;
}

.ttl3 {
  font-size: 2.5rem;
  letter-spacing: -1px;
  text-align: center;
}

.ttl3 + * {
  margin-top: 2.2rem;
}

.ttl4 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  margin-top: 2rem;
}

.ttl4 + * {
  margin-top: 2.5rem;
}

.kv {
  position: relative;
  background-color: #ffffff;
  background-image: url(/assets/images/lp/jyuken/home--keyvisual-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.kv-hero__label {
  padding: 1.5rem 0;
  border: 2px solid #0087dc;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.kv-hero__label-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0087dc;
  text-align: center;
  margin: 0;
  line-height: normal;
}

.kv-hero__main-catch {
  margin-bottom: 2rem;
}

.kv-hero__main-catch .mid {
  font-size: 4.2rem;
}

.kv-hero__main-catch .lg {
  font-size: 5.6rem;
}

.kv-hero__main-catch-line {
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.kv-hero__main-catch-highlight {
  color: #0087dc;
}

.kv-hero__sub-catch {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0 0 2rem 0;
  line-height: normal;
}

.kv-hero__badges {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 1rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kv-hero__badge {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 14rem;
  height: 5rem;
  background: #ffffff;
  border-radius: 1rem;
}

.kv-hero__badge-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0087dc;
  text-align: center;
  margin: 0;
  line-height: normal;
}

.kv-hero__button {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4rem;
  width: 40rem;
  padding: 2.7rem 0;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(255, 174, 0, 0.6);
          box-shadow: 5px 5px 25px 0 rgba(255, 174, 0, 0.6);
}

.kv-hero__button .btn-txt {
  font-size: 2.2rem;
}

.kv__maincatch {
  font-size: 3.8rem;
  font-weight: bold;
}

.kv__maincatch__block {
  padding: .5rem 2rem;
  background: #0F95C8;
  color: #fff;
  line-height: 1.8;
  display: inline-block;
}

.kv__subcatch {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.kv__left {
  border: 3px solid #0F95C8;
  background-color: #fff;
  padding: 0 3rem 5rem;
  border-radius: 10px;
  margin-top: 3rem;
}

.kv__left__subtxt {
  text-align: center;
  background-color: #0F95C8;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1rem 4rem;
  border-radius: 0 0 5px 5px;
}

.kv__left__ttl {
  margin-top: 3rem;
}

.kv__left__ttl img {
  width: 48rem;
  margin: 0 auto;
}

.kv__left__txt-block {
  margin-top: 4.5rem;
  position: relative;
  border-radius: 5px;
  background-color: #FFF9ED;
  padding: 0 1.5rem 2.5rem;
  text-align: center;
}

.kv__left__txt-block__icon {
  max-height: 4.2rem;
  display: inline-block;
  margin: -2rem auto 0;
}

.kv__left__txt-block__txt {
  position: relative;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}

.kv__left__txt-block__txt::before, .kv__left__txt-block__txt::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/lp/jyuken/kv_icon.png);
  background-size: cover;
  width: 1.4rem;
  height: 1.6rem;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.kv__left__txt-block__txt::before {
  left: 0;
}

.kv__left__txt-block__txt::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.kv__left__txt-block__txt .txt-red {
  font-size: 3rem;
  margin: 0 .5rem;
}

.kv__left__txt-block__txt .txt-number {
  font-size: 4.4rem;
}

.kv__right {
  width: 130%;
}

.kv__right img {
  margin-bottom: -15rem;
  position: relative;
  z-index: 2;
}

.lp-about {
  background-image: url(/assets/images/lp/jyuken/common--bg1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.lp-about .lp-ttl {
  text-align: center;
}

.lp-about__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 3rem;
  position: relative;
}

.lp-about__txt {
  width: 50rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.lp-about__txt > p {
  line-height: 1.8;
}

.lp-about__img {
  display: block;
  position: absolute;
}

.lp-about__img.left {
  width: 18.5rem;
  left: 10rem;
  bottom: 0;
}

.lp-about__img.right {
  width: 25rem;
  right: 3rem;
  bottom: 0;
}

.lp-obtain {
  background-color: #DDF2FF;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.lp-obtain__bubble {
  position: absolute;
  max-width: 40rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 2rem 3rem;
  border: .2rem solid #000;
  border-radius: .5rem;
  left: 0;
  right: 0;
  top: -2.5rem;
}

.lp-obtain__bubble::after {
  content: '';
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-top: .2rem solid #000;
  border-right: .2rem solid #000;
}

.lp-obtain__bubble-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0;
  line-height: 1.8;
}

.lp-obtain .lp-ttl {
  text-align: center;
}

.lp-obtain__button {
  display: block;
  width: 30rem;
  margin: 4rem auto 0 auto;
}

.lp-obtain__cards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 3rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.lp-obtain__card {
  position: relative;
  width: 37.6rem;
  padding: 5rem 5rem 4rem 5rem;
  background: #ffffff;
  border-radius: 1rem;
}

.lp-obtain__card:nth-child(2) {
  margin-top: 3rem;
}

.lp-obtain__card-number {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  background: #0087dc;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}

.lp-obtain__card-title {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

.lp-obtain__card-text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.lp-attention {
  background-image: url(/assets/images/lp/jyuken/common--bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.lp-attention::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 50px solid #DDF2FF;
  border-bottom: 0;
}

.lp-attention__illustration {
  text-align: center;
  margin-bottom: 3rem;
}

.lp-attention__illustration img {
  max-width: 20rem;
  height: auto;
}

.lp-attention__title {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 0 4rem 0;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.lp-attention__title-highlight {
  color: #FFEA02;
}

.lp-attention__content {
  max-width: 80rem;
  margin: 0 auto 4rem;
}

.lp-attention__text {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5rem 0;
  line-height: 1.8;
}

.lp-attention__text-emphasis {
  color: #FFEA02;
}

.lp-attention__reference {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  margin: 2rem 0 0 0;
  opacity: 0.9;
}

.lp-attention .lp-attention-link {
  color: #fff;
  text-decoration: underline;
}

.lp-attention__button {
  display: block;
  width: 40rem;
  margin: 0 auto;
  background: #ffffff;
  color: #0087dc;
  border-radius: 5rem;
}

.lp-attention__button:hover {
  background: #f0f0f0;
}

.lp-attention__button .btn-txt {
  color: #0087dc;
  font-size: 2rem;
}

.lp-attention__button .icon-arrow-right path {
  stroke: #0087dc;
}

.lp-voice {
  background-color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.lp-voice .lp-voice-inner {
  width: 80rem;
}

.lp-voice__title {
  font-size: 4rem;
  font-weight: bold;
  color: #0087dc;
  text-align: center;
  margin: 0 0 6rem 0;
}

.lp-voice__items {
  max-width: 120rem;
  margin: 0 auto 6rem;
}

.lp-voice__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 4rem;
  gap: 3rem;
}

.lp-voice__item:last-child {
  margin-bottom: 0;
}

.lp-voice__item--left {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.lp-voice__item--right {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.lp-voice__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #B3E0F5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
}

.lp-voice__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-voice__bubble {
  position: relative;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 1.5rem;
  padding: 3.5rem 3rem;
  width: 67rem;
}

.lp-voice__item--left .lp-voice__bubble::before {
  content: '';
  position: absolute;
  left: -1.2rem;
  top: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border-left: .2rem solid #000;
  border-bottom: .2rem solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.lp-voice__item--right .lp-voice__bubble::before {
  content: '';
  position: absolute;
  right: -1.2rem;
  top: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  border-top: .2rem solid #000;
  border-right: .2rem solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.lp-voice__text {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.8;
  margin: 0 0 1rem 0;
}

.lp-voice__role {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

.lp-voice__button {
  display: block;
  text-align: center;
  width: 39rem;
  margin: 0 auto;
}

.lp-flow {
  background-color: #DDF2FF;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.lp-flow__title {
  font-size: 4rem;
  font-weight: bold;
  color: #0087dc;
  text-align: center;
  margin: 0 0 6rem 0;
}

.lp-flow__steps {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
}

.lp-flow__step {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 6rem 3rem 3rem;
  width: 27rem;
  text-align: center;
}

.lp-flow__step::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #0087dc;
  border-right: 0;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lp-flow__step:last-child:after {
  content: none;
}

.lp-flow__step-number {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: #0087dc;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}

.lp-flow__step-illustration {
  margin-bottom: 2rem;
}

.lp-flow__step-illustration img {
  max-width: 18rem;
  height: auto;
}

.lp-flow__step-title {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 1rem 0;
}

.lp-flow__step-text {
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
  line-height: 1.8;
}

.lp-flow__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 1rem;
}

.lp-flow__arrow svg {
  width: 4rem;
  height: 4rem;
}

.lp-flow__buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 3rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.lp-flow__button {
  width: 30rem;
}

.lp-service {
  background-color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.lp-service__title {
  font-size: 4rem;
  font-weight: bold;
  color: #0087dc;
  text-align: center;
  margin: 0 0 3rem 0;
}

.lp-service__description {
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 6rem 0;
}

.lp-service__list {
  max-width: 100rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.lp-service__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 3rem;
  background: #ffffff;
  border: 2px solid #0087dc;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
}

.lp-service__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #0087dc;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}

.lp-service__text {
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  font-weight: bold;
  border-left: .2rem solid #ccc;
  padding-left: 2.5rem;
}

.ranking {
  background: #FFF9ED;
}

.ranking .sec-inner {
  padding-top: 16rem;
  padding-bottom: 0;
}

.ranking__block {
  position: relative;
  border: 3px solid #0F95C8;
  border-radius: 10px;
  background: url(/assets/images/lp/jyuken/bg_mas.png), #fff;
  padding: 8rem 7rem 7rem;
}

.ranking__block::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 30px solid #0F95C8;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}

.ranking__ttl {
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ranking__ttl__inner {
  display: inline-block;
  padding: 1.5rem 4rem;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  background: #0F95C8;
  text-align: center;
}

.ranking-card {
  border: 2px solid #333;
  border-radius: 5px;
}

.ranking-card .card__tmb {
  max-height: 20.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ranking-card .card__body {
  margin-top: 0;
  padding: 3rem 2rem;
  border-top: 2px solid #333;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.ranking-card .card__txt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 0;
}

.ranking-catchcopy {
  margin-top: 3rem;
}

.ranking-catchcopy [class^="tile__set--col"] {
  margin: 0 -1.5rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.ranking-catchcopy .tile__set__item {
  padding: 0 1.5rem;
}

.ranking-catchcopy .txt-underline--blue {
  font-size: 3.5rem;
}

.adviser__block {
  margin-top: 2.5rem;
  border: 3px solid #0F95C8;
  border-radius: 10px;
  padding: 3rem 2rem 2rem;
  background: url(/assets/images/lp/jyuken/bg_point_sp.png) no-repeat top center;
  background-size: cover;
}

.adviser__block__header__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.adviser__block__body {
  margin-top: 3.5rem;
  border: 2px solid #0F95C8;
  border-radius: 5px;
}

.adviser__block__body__head {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 2rem 0;
  background-color: #0F95C8;
  display: block;
}

.adviser__block__body__txt {
  background-color: #fff;
  padding: 3rem;
  border-radius: 5px;
  position: relative;
}

.adviser__block__body__txt::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 23.3rem;
  height: 18rem;
  background: url(/assets/images/lp/jyuken/user_img.png) no-repeat;
  background-size: cover;
}

.adviser__block__body__txt .list--disc li {
  padding: 0;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 2rem;
}

.adviser__block__body__txt .list--disc li::before {
  background-color: #0F95C8;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
}

.adviser__block .btn-arrow--danger {
  margin-top: 1.5rem;
  width: 100%;
}

.adviser .txt-strong-lead {
  font-size: 2.5rem;
  font-weight: bold;
}

.adviser .number-list-set {
  margin: 3rem 0;
  padding: 2rem;
  background: #f1f1f1;
  border-radius: 5px;
}

.adviser .number-list-set li {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}

.merit {
  background-color: #E2F1F6;
}

.merit .sec-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.merit__block {
  margin-top: 4rem;
  margin-bottom: 5rem;
  border: 3px solid #0F95C8;
  background-color: #fff;
  padding: 5rem 10rem;
  border-radius: 10px;
}

.merit__block__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.merit__block__ttl__icon {
  width: 12%;
  margin-right: 1.5rem;
}

.merit .merit-list {
  position: relative;
  border-radius: 5px;
  background-color: #FFF9ED;
  border: 2px solid #333;
  padding: 4.5rem 2rem 4rem;
  font-weight: bold;
  margin-top: 5rem;
}

.merit .merit-list__icon {
  width: 5rem;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.merit .merit-card-block {
  margin-top: 3.5rem;
}

.merit .merit-card {
  border: 2px solid #333;
  border-radius: 5px;
}

.merit .merit-card .card__tmb {
  max-height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.merit .merit-card .card__body {
  margin-top: 0;
  padding: 4rem 2rem;
  border-top: 2px solid #333;
  background-color: #FFF9ED;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.merit .merit-card .card__txt {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 0;
}

.merit .merit-teacher {
  margin-top: 3.5rem;
}

.merit .merit-teacher [class^="tile__set--col"] {
  margin: 0 -4rem;
}

.merit .merit-teacher .tile__set__item {
  padding: 0 4rem;
  position: relative;
}

.merit .merit-teacher .tile__set__item:first-child::after {
  content: "";
  position: absolute;
}

.merit .teacher-card .card__tmb-block {
  position: relative;
}

.merit .teacher-card .card__tmb {
  overflow: hidden;
  border: 2px solid #333;
  border-radius: 5px;
  position: relative;
  height: 34rem;
}

.merit .teacher-card .card__tmb img {
  max-height: 42rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.merit .teacher-card .card__tmb__icon {
  width: 22rem;
  position: absolute;
  z-index: 2;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #333;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  background: #64AFCC;
  text-align: center;
}

.merit .teacher-card .card__body {
  margin-top: 3rem;
}

.merit .teacher-card .card__body__status {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.merit .teacher-card .card__body__status dt {
  font-size: 1.4rem;
  width: 20%;
}

.merit .teacher-card .card__body__status dd {
  margin-top: 0;
  width: 80%;
}

.merit .teacher-card .card__body__status ul {
  font-size: 1.4rem;
}

.merit .teacher-card .card__body__status ul li {
  line-height: 1.8;
}

.txt-lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.exam-overview {
  margin-top: 2.5rem;
  border: 3px solid #0F95C8;
  border-radius: 10px;
  padding: 3rem 2rem 2rem;
}

.exam-overview__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.exam-overview__content {
  margin-top: 2rem;
}

.exam-overview__table {
  border: 1px solid #ccc;
  width: 100%;
}

.exam-overview__table th {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}

.exam-overview__table td {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
}

.qualification__block {
  margin-top: 2.5rem;
  border: 3px solid #0F95C8;
  border-radius: 10px;
  padding: 3rem 2rem 2rem;
  background: url(/assets/images/lp/jyuken/bg_point_sp.png) no-repeat top center;
  background-size: cover;
}

.qualification__block__header__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.qualification__block__body {
  margin-top: 3.5rem;
  border: 2px solid #0F95C8;
  border-radius: 5px;
}

.qualification__block__body__head {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 2rem 0;
  background-color: #0F95C8;
  display: block;
}

.qualification__block__body__txt {
  background-color: #fff;
  padding: 3rem;
  border-radius: 5px;
  position: relative;
}

.qualification__block__body__txt::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 23.3rem;
  height: 18rem;
  background: url(/assets/images/lp/jyuken/user_img.png) no-repeat;
  background-size: cover;
}

.qualification__block__body__txt .list--disc li {
  padding: 0;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 2rem;
}

.qualification__block__body__txt .list--disc li::before {
  background-color: #0F95C8;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
}

.qualification__block .btn-arrow--danger {
  margin-top: 1.5rem;
  width: 100%;
}

.risk__ttl {
  font-weight: bold;
  font-size: 3rem;
  padding: 3rem 2rem;
  border: 3px solid #333;
  -webkit-box-shadow: 5px 5px 0px 0px #64AFCC;
          box-shadow: 5px 5px 0px 0px #64AFCC;
}

.risk__ttl + * {
  margin-top: 5rem;
}

.risk__block__txt {
  background-color: #FFF9ED;
  padding: 4rem 2.5rem;
  border: 3px solid #333;
  border-radius: 5px;
  font-weight: bold;
}

.risk__block__txt p + p {
  margin-top: 1rem;
}

.report__set {
  margin-top: 2rem;
}

.report__set li + li {
  margin-top: 2rem;
}

.report__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border: 3px solid #333;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.report__link__btn {
  color: #FFF;
  font-weight: bold;
  background-color: #0F95C8;
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem;
}

.report__link:hover {
  text-decoration: none;
}

.voice {
  background-color: #FFF9ED;
}

.voice .voice__talk-block {
  margin-top: 4.5rem;
}

.voice .voice__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.voice .voice__block__faceicon {
  width: 22%;
  margin-right: 6%;
}

.voice .voice__block__chatting {
  width: 72%;
}

.voice .voice__block__says {
  display: inline-block;
  position: relative;
  border: 2px solid #333;
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
  font-weight: bold;
}

.voice .voice__block__says::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.voice .voice__block__says::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #333;
  z-index: 1;
}

.voice .voice__block--right .voice__block__chatting {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.voice .voice__block--right .voice__block__says::before {
  top: 50%;
  right: -24px;
  left: auto;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
}

.voice .voice__block--right .voice__block__says::after {
  top: 50%;
  right: -29px;
  left: auto;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #333;
}

.voice .voice__block--right .voice__block__faceicon {
  margin-right: 0;
  margin-left: 6%;
}

.coupon .sec-inner {
  padding-top: 8rem;
  padding-bottom: 9rem;
}

.coupon .coupon__block {
  padding: 3rem 2rem 2rem;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
  background: url(/assets/images/lp/jyuken/bg_dot.png), #E2F1F6;
  border-radius: 10px;
  border: 3px solid #0F95C8;
}

.coupon .coupon-btn__block {
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.coupon .coupon__ttlblock {
  position: relative;
}

.coupon .coupon__ttlblock__subttl {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.coupon .coupon__ttlblock__ttl {
  text-align: center;
  font-weight: bold;
  color: #FC7878;
  line-height: 1;
}

.coupon .coupon__icon--left {
  width: 11.8rem;
  position: absolute;
  top: -50px;
  left: -50px;
}

.coupon .coupon__icon--right {
  width: 12.4rem;
  position: absolute;
  top: -50px;
  right: -50px;
}

.coupon .coupon__code {
  border: 2px solid #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 100px;
  width: 100%;
  margin: 2rem auto 0;
  overflow: hidden;
}

.coupon .coupon__code__txt {
  font-weight: bold;
  background-color: #64AFCC;
  color: #fff;
  font-size: 1.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  width: 40%;
  border-right: 2px solid #333;
}

.coupon .coupon__code__number {
  font-weight: bold;
  background-color: #fff;
  font-size: 1.3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  width: 60%;
}

.coupon .coupon__dey-txt {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.coupon .coupon__use {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.coupon .coupon__use__ttl {
  padding: 2rem 0;
  width: 20%;
  border-right: 1px solid #E2F1F6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  font-weight: bold;
}

.coupon .coupon__use__body {
  padding: 2rem 4rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 80%;
  min-height: 9rem;
}

.flow .flow-tile {
  margin-bottom: 3rem;
}

.flow .flow-tile [class^="tile__set--col"] {
  margin: 0 -1rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.flow .flow-tile .tile__set__item {
  padding: 0 1rem;
}

.flow__block {
  padding: 2.5rem 4rem;
  border: 2px solid #333;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #FFF9ED;
  position: relative;
}

.flow__block::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 12px solid #333;
  z-index: 2;
}

.flow__block__icon {
  width: 9.6rem;
}

.flow__block__txt {
  margin-top: 1.5rem;
  font-weight: bold;
}

.flow .flow-tile .tile__set__item:last-child .flow__block:last-child::after {
  display: none;
}

.faq {
  background: #E2F1F6;
}

.faq .faq__set__item {
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #fff;
}

.faq .faq__set li {
  margin-top: 3rem;
}

.faq .faq__set li:first-child {
  margin-top: 0;
}

.faq__question {
  position: relative;
  min-height: 6rem;
  padding: 1.5rem 3rem 1.5rem 5.5rem;
  cursor: pointer;
}

.faq__question::before {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  padding-bottom: 0.3rem;
  border-radius: 10rem;
  background: #FBDA4A;
  border: 2px solid #333;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  speak: none;
  content: "Q";
  font-weight: bold;
}

.faq__question__txt {
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.faq__question__txt::before, .faq__question__txt::after {
  display: block;
  position: absolute;
  top: 2.9rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 0.2rem;
  background: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
}

.faq__question__txt::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq__answer {
  display: none;
  padding: 0 4rem 4rem;
}

.faq__answer__txt {
  padding-top: 3.5rem;
  border-top: 2px dotted #333;
}

.faq__set__item.open .faq__question__txt::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.blog .sec-inner {
  padding-top: 8rem;
}

.blog .blog-tile {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

.blog .blog-card {
  border: 2px solid #333;
  border-radius: 5px;
}

.blog .blog-card:hover {
  text-decoration: none;
}

.blog .blog-card .card__tmb {
  max-height: 23.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.blog .blog-card .card__tmb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.blog .blog-card .card__body {
  margin-top: 0;
  padding: 3rem;
  background: #FFF9ED;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #333;
}

.blog .blog-card .card__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 29rem;
  white-space: nowrap;
}

.blog .blog-card .card__txt {
  font-size: 1.4rem;
  overflow: hidden;
  height: 5.88rem;
  width: 100%;
  line-height: 1.8;
  position: relative;
}

.blog .blog-card .card__txt:before, .blog .blog-card .card__txt:after {
  background: #FFF9ED;
  position: absolute;
  width: 1.5rem;
}

.blog .blog-card .card__txt:before {
  content: "...";
  top: 3.92rem;
  right: 0;
}

.blog .blog-card .card__txt:after {
  content: "";
  height: 100%;
  width: 100%;
}

.note-txt {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.8;
  margin: 2.5rem 0 0 0;
  padding-left: 2rem;
  border-radius: 1rem;
  position: relative;
}

.note-txt::before {
  content: '\203B';
  position: absolute;
  left: 0;
  top: 0;
}

.lp-about-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-about-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-about-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2.5rem 0;
}

.lp-about-intro__text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-intro__text:last-child {
  margin-bottom: 0;
}

.lp-about-purpose {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-about-purpose__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  width: 100%;
}

.lp-about-purpose__title-text {
  position: relative;
  z-index: 1;
}

.lp-about-purpose__title-text::before {
  content: '\201C';
  font-size: 6rem;
  color: #0088D7;
  position: absolute;
  left: -4rem;
  top: -2rem;
}

.lp-about-purpose__title-text::after {
  content: '\201D';
  font-size: 6rem;
  color: #0088D7;
  position: absolute;
  right: -4rem;
  top: -2rem;
}

.lp-about-purpose__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-about-purpose__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2.5rem 0;
}

.lp-about-purpose__text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-purpose__note strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-features {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #F8FCFF;
  position: relative;
  overflow: hidden;
}

.lp-about-features__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-features__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 120rem;
  margin: 0 auto;
}

.lp-about-features__card {
  background: #FFFFFF;
  border-radius: 2.4rem;
  padding: 4.5rem 3.5rem;
  text-align: center;
  position: relative;
}

.lp-about-features__card-number {
  width: 6rem;
  height: 6rem;
  background-color: #0088D7;
  color: #FFFFFF;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  z-index: 1;
}

.lp-about-features__card-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222222;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.lp-about-features__card-text {
  color: #444444;
  line-height: 1.8;
  position: relative;
  text-align: left;
}

.lp-about-target {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-about-target__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-target__content {
  max-width: 100rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 2.4rem;
  padding: 4.5rem 5rem;
  position: relative;
}

.lp-about-target__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.lp-about-target__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-about-target__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-about-target__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-target__list-item:last-child {
  margin-bottom: 0;
}

.lp-about-learning {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-about-learning__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-learning__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 100rem;
  margin: 0 auto 5rem;
}

.lp-about-learning__card {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 2.5rem;
  text-align: center;
  position: relative;
}

.lp-about-learning__card-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0088D7;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.lp-about-learning__card-text {
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 2rem;
  font-weight: 700;
}

.lp-about-learning__card-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-learning__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 3rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-about-learning__button {
  width: 32rem;
}

.lp-about-synergy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
  overflow: hidden;
}

.lp-about-synergy__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-synergy__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 120rem;
  margin: 0 auto;
}

.lp-about-synergy__block {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 4.5rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.lp-about-synergy__block-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.8;
  position: relative;
}

.lp-about-synergy__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.lp-about-synergy__list-item {
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding: 1.2rem 1.2rem 1.2rem 3.5rem;
  position: relative;
  background: #FBFDFF;
  border-radius: 0.8rem;
}

.lp-about-synergy__list-item::before {
  content: "\25B6";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFAA0B;
  font-size: 1rem;
}

.lp-about-synergy__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-synergy__list-item:last-child {
  margin-bottom: 0;
}

.lp-about-faq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-about-faq__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-faq__items {
  max-width: 100rem;
  margin: 0 auto 5rem;
}

.lp-about-faq__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.lp-about-faq__item:last-child {
  margin-bottom: 0;
}

.lp-about-faq__question {
  font-size: 2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  position: relative;
  padding-left: 4rem;
}

.lp-about-faq__question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #00A8FF;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: .2rem;
  text-align: center;
}

.lp-about-faq__answer {
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.8;
  margin: 0;
  padding: 2rem 2rem 2rem 6rem;
  background: #F8FBFF;
  border-radius: 1rem;
  position: relative;
}

.lp-about-faq__answer::before {
  content: 'A';
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #FFAA0B;
  color: #222222;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.lp-about-faq__answer strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-about-faq__link {
  text-align: center;
  margin-top: 5rem;
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-about-benefits {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
  overflow: hidden;
}

.lp-about-benefits__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  text-align: center;
  margin: 0 0 3.5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-about-benefits__description {
  font-size: 1.9rem;
  color: #222222;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 5rem 0;
  font-weight: 500;
}

.lp-about-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0 0 5rem 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-about-benefits__list-item {
  color: #222222;
  line-height: 1.8;
  position: relative;
  padding-left: 4rem;
}

.lp-about-benefits__list-item + li {
  margin-top: 2rem;
}

.lp-about-benefits__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .4rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-about-benefits__list-item:last-child {
  margin-bottom: 0;
}

.lp-about-benefits__link {
  text-align: center;
  margin-top: 5rem;
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-about-benefits__link a {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.lp-importance-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-importance-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-importance-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-importance-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-importance-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2.5rem 0;
}

.lp-importance-intro__text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-importance-intro__text:last-child {
  margin-bottom: 0;
}

.lp-importance-background {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-importance-background__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-importance-background__items {
  max-width: 100rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3rem;
}

.lp-importance-background__item {
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-importance-background__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

.lp-importance-background__item-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.lp-importance-background__item-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-importance-background__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-importance-background__link:hover {
  opacity: 0.8;
}

.lp-importance-role {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-importance-role__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-importance-role__table-wrapper {
  max-width: 80rem;
  margin: 0 auto;
  overflow-x: auto;
}

.lp-importance-role__table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
}

.lp-importance-role__table thead {
  background-color: #0088D7;
}

.lp-importance-role__table thead tr th {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 2.5rem 3rem;
  text-align: left;
}

.lp-importance-role__table thead tr th:first-child {
  width: 30%;
  border-right: .1rem solid #fff;
}

.lp-importance-role__table tbody tr {
  border-bottom: 1px solid #E6F5FF;
}

.lp-importance-role__table tbody tr:last-child {
  border-bottom: none;
}

.lp-importance-role__table tbody tr th {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0088D7;
  padding: 2.5rem 3rem;
  text-align: left;
  background-color: #f7f7f7;
  border-right: .1rem solid #E6F5FF;
}

.lp-importance-role__table tbody tr td {
  font-size: 1.7rem;
  color: #333333;
  padding: 2.5rem 3rem;
  line-height: 1.8;
}

.lp-importance-quality {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-importance-quality__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-importance-quality__benefits {
  max-width: 80rem;
  margin: 0 auto 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.lp-importance-quality__benefit {
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-importance-quality__benefit-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

.lp-importance-quality__benefit-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.lp-importance-quality__steps {
  max-width: 80rem;
  margin: 0 auto 3rem;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-importance-quality__steps-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 3rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-importance-quality__steps-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin: 0;
}

.lp-importance-quality__steps-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding-left: 4rem;
  position: relative;
  counter-increment: step-counter;
}

.lp-importance-quality__steps-item::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #0088D7;
  color: #ffffff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.lp-importance-quality__steps-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-importance-quality__steps-item:last-child {
  margin-bottom: 0;
}

.lp-importance-quality__summary {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-importance-quality__summary strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-voice-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-voice-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-voice-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-voice-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-voice-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}

.lp-voice-intro__text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-voice-testimonials {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-voice-testimonials__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-voice-testimonials__items {
  max-width: 100rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 3rem;
}

.lp-voice-testimonials__item {
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  position: relative;
}

.lp-voice-testimonials__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-voice-testimonials__item-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
}

.lp-voice-testimonials__item-text:last-of-type {
  margin-bottom: 2rem;
}

.lp-voice-testimonials__item-author {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.lp-voice-seminar {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-voice-seminar__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-voice-seminar__items {
  max-width: 100rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.lp-voice-seminar__item {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 3rem 3.5rem;
  position: relative;
}

.lp-voice-seminar__item::before {
  content: '"';
  font-size: 4rem;
  color: #0088D7;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  line-height: 1;
  opacity: 0.3;
}

.lp-voice-seminar__item-text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
}

.lp-voice-services {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-voice-services__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-voice-services__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-voice-services__list {
  list-style: none;
}

.lp-voice-services__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-voice-services__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-voice-services__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-voice-services__list-item:last-child {
  margin-bottom: 0;
}

.lp-voice-services__support {
  margin-top: 4rem;
}

.lp-voice-services__support-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 3rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-voice-services__support-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-voice-services__support-item {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  padding-left: 2.5rem;
  position: relative;
}

.lp-voice-services__support-item::before {
  content: '\25B6';
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.2rem;
  color: #0088D7;
}

.lp-voice-services__support-item:last-child {
  margin-bottom: 0;
}

.lp-voice-services__case {
  max-width: 80rem;
  margin: 6rem auto 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-voice-services__case-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-voice-services__case-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 3rem 0;
  text-align: center;
}

.lp-voice-services__case-downloads {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2rem;
}

.lp-voice-services__dl-btn {
  display: block;
  text-decoration: none;
  background-color: #E6F5FF;
  border-radius: 1.5rem;
  padding: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-voice-services__dl-btn::after {
  right: 2rem;
}

.lp-voice-services__download:hover {
  background-color: #0088D7;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.lp-entry-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-entry-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-entry-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
  text-align: left;
}

.lp-entry-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}

.lp-entry-intro__text strong {
  color: #0088D7;
}

.lp-entry-overview {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-overview__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-overview__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-overview__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-entry-overview__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-entry-overview__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-entry-overview__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-overview__list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-eligibility {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-entry-eligibility__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-eligibility__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  text-align: center;
}

.lp-entry-eligibility__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
}

.lp-entry-eligibility__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

.lp-entry-eligibility__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-eligibility__link:hover {
  opacity: 0.8;
}

.lp-entry-fee {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-fee__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-fee__card {
  max-width: 50rem;
  margin: 0 auto 3rem;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  text-align: center;
  border: 3px solid #0088D7;
}

.lp-entry-fee__card-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

.lp-entry-fee__price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-entry-fee__price strong {
  font-weight: bold;
}

.lp-entry-fee__card-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

.lp-entry-fee__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-fee__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-fee__link:hover {
  opacity: 0.8;
}

.lp-entry-flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-entry-flow__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-flow__steps {
  max-width: 120rem;
  margin: 0 auto 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.lp-entry-flow__step {
  position: relative;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 6rem 3rem 3rem;
  text-align: center;
}

.lp-entry-flow__step-number {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: #0088D7;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}

.lp-entry-flow__step-title {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-entry-flow__step-text {
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  line-height: 1.8;
  text-align: left;
}

.lp-entry-flow__step-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__step-note {
  font-size: 1.3rem;
  color: #666666;
  margin: 1.5rem 0 0 0;
  line-height: 1.8;
  text-align: left;
}

.lp-entry-flow__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.lp-entry-flow__step-list-item {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1rem 0;
  padding-left: 2rem;
  position: relative;
}

.lp-entry-flow__step-list-item::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  color: #0088D7;
  font-weight: bold;
}

.lp-entry-flow__step-list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__step-list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-flow__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0 0 6rem 0;
  text-align: center;
}

.lp-entry-flow__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-flow__link:hover {
  opacity: 0.8;
}

.lp-entry-flow__deadline {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-flow__deadline-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-entry-flow__deadline-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.lp-entry-flow__deadline-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__deadline-link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-flow__deadline-link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-flow__deadline-link:hover {
  opacity: 0.8;
}

.lp-entry-notes {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-notes__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-notes__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-notes__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.lp-entry-notes__list-item {
  font-size: 1.7rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding-left: 2.5rem;
  position: relative;
}

.lp-entry-notes__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1rem;
  height: 1rem;
  background-color: #0088D7;
  border-radius: 50%;
}

.lp-entry-notes__list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-notes__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-notes__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-notes__link:hover {
  opacity: 0.8;
}

.lp-faq-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-faq-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-faq-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-faq-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-faq-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}

.lp-faq-exam,
.lp-faq-payment,
.lp-faq-learning,
.lp-faq-after {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.lp-faq-exam__title,
.lp-faq-payment__title,
.lp-faq-learning__title,
.lp-faq-after__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-faq-exam__items,
.lp-faq-payment__items,
.lp-faq-learning__items,
.lp-faq-after__items {
  max-width: 100rem;
  margin: 0 auto;
}

.lp-faq-exam__item,
.lp-faq-payment__item,
.lp-faq-learning__item,
.lp-faq-after__item {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 3.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.lp-faq-exam__item:last-child,
.lp-faq-payment__item:last-child,
.lp-faq-learning__item:last-child,
.lp-faq-after__item:last-child {
  margin-bottom: 0;
}

.lp-faq-exam__question,
.lp-faq-payment__question,
.lp-faq-learning__question,
.lp-faq-after__question {
  font-size: 2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  position: relative;
  padding-left: 4rem;
}

.lp-faq-exam__question::before,
.lp-faq-payment__question::before,
.lp-faq-learning__question::before,
.lp-faq-after__question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #00A8FF;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: .2rem;
  text-align: center;
}

.lp-faq-exam__answer,
.lp-faq-payment__answer,
.lp-faq-learning__answer,
.lp-faq-after__answer {
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.8;
  margin: 0;
  padding: 2rem;
  background: #F8FBFF;
  border-radius: 1rem;
  position: relative;
  padding-left: 4em;
}

.lp-faq-exam__answer::before,
.lp-faq-payment__answer::before,
.lp-faq-learning__answer::before,
.lp-faq-after__answer::before {
  content: 'A';
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #FFAA0B;
  color: #222222;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.lp-faq-exam__answer strong,
.lp-faq-payment__answer strong,
.lp-faq-learning__answer strong,
.lp-faq-after__answer strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-faq-exam {
  background-color: #E6F5FF;
}

.lp-faq-payment {
  background-color: #F8FCFF;
}

.lp-faq-learning {
  background-color: #E6F5FF;
}

.lp-faq-after {
  background-color: #F8FCFF;
}

.lp-faq-links {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-faq-links__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-faq-links__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-faq-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-faq-links__list-item {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
}

.lp-faq-links__list-item:last-child {
  margin-bottom: 0;
}

.lp-faq-links__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-faq-links__link:hover {
  opacity: 0.8;
}

.lp-learning-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-learning-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-learning-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
}

.lp-learning-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  text-align: left;
}

.lp-learning-intro__text:last-child {
  margin-bottom: 0;
}

.lp-learning-intro__text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-learning-goal {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-learning-goal__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-goal__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem 3rem;
}

.lp-learning-goal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-learning-goal__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-learning-goal__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-learning-goal__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-learning-goal__list-item:last-child {
  margin-bottom: 0;
}

.lp-learning-curriculum {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-learning-curriculum__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-curriculum__cards {
  max-width: 120rem;
  margin: 0 auto 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.lp-learning-curriculum__card {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 4rem 3rem 3rem;
}

.lp-learning-curriculum__card-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0088D7;
  text-align: center;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-learning-curriculum__card-text {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.lp-learning-curriculum__note {
  font-size: 1.4rem;
  color: #666666;
  text-align: center;
  margin: 0;
}

.lp-learning-tools {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-learning-tools__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-tools__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-learning-tools__section {
  margin-bottom: 3rem;
}

.lp-learning-tools__section:last-child {
  margin-bottom: 0;
}

.lp-learning-tools__section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
  position: relative;
  padding-left: 6rem;
}

.lp-learning-tools__section-title .section-title-strong {
  position: absolute;
  left: 0;
  top: .5rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#FFEA02), to(#FFAA0B));
  background: linear-gradient(to right, #FFEA02, #FFAA0B);
  color: #222222;
  font-weight: bold;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  line-height: 1.5;
  white-space: nowrap;
  margin-right: 1rem;
  font-size: 1.4rem;
}

.lp-learning-tools__section-text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
}

.lp-learning-tools__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-learning-tools__link-item + li {
  margin-top: 2rem;
}

.lp-learning-tools__link {
  margin-bottom: 1rem;
}

.lp-learning-tools__link:hover {
  opacity: 0.8;
}

.lp-learning-tools__link strong {
  font-weight: bold;
}

.lp-learning-approach {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-learning-approach__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-approach__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-learning-approach__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-learning-approach__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-learning-approach__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-learning-approach__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-learning-approach__list-item:last-child {
  margin-bottom: 0;
}

.lp-learning-period {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-learning-period__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-learning-period__cards {
  max-width: 80rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.lp-learning-period__card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3.5rem;
}

.lp-learning-period__card-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-learning-period__card-text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.lp-entry-intro {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.lp-entry-intro .sec-inner {
  position: relative;
  z-index: 1;
}

.lp-entry-intro__title {
  font-size: 4rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 5rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-intro__content {
  max-width: 80rem;
  margin: 0 auto;
  background-color: #F8FCFF;
  border-radius: 2.4rem;
  padding: 4rem;
  text-align: left;
}

.lp-entry-intro__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0;
}

.lp-entry-intro__text strong {
  color: #0088D7;
}

.lp-entry-overview {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-overview__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-overview__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-overview__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-entry-overview__list-item {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  position: relative;
  border-radius: 1rem;
  padding-left: 4rem;
}

.lp-entry-overview__list-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: .5rem;
  color: #FFFFFF;
  background-color: #0088D7;
  font-weight: bold;
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.lp-entry-overview__list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-overview__list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-eligibility {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-entry-eligibility__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-eligibility__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  text-align: center;
}

.lp-entry-eligibility__text {
  font-size: 1.8rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
}

.lp-entry-eligibility__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

.lp-entry-eligibility__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-eligibility__link:hover {
  opacity: 0.8;
}

.lp-entry-fee {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-fee__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-fee__card {
  max-width: 50rem;
  margin: 0 auto 3rem;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  text-align: center;
  border: 3px solid #0088D7;
}

.lp-entry-fee__card-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

.lp-entry-fee__price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-entry-fee__price strong {
  font-weight: bold;
}

.lp-entry-fee__card-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

.lp-entry-fee__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-fee__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-fee__link:hover {
  opacity: 0.8;
}

.lp-entry-flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.lp-entry-flow__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-flow__steps {
  max-width: 120rem;
  margin: 0 auto 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.lp-entry-flow__step {
  position: relative;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 6rem 3rem 3rem;
  text-align: center;
}

.lp-entry-flow__step-number {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: #0088D7;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}

.lp-entry-flow__step-title {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
  margin: 0 0 1.5rem 0;
  line-height: 1.8;
}

.lp-entry-flow__step-text {
  font-size: 1.5rem;
  color: #333333;
  margin: 0;
  line-height: 1.8;
  text-align: left;
}

.lp-entry-flow__step-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__step-note {
  font-size: 1.3rem;
  color: #666666;
  margin: 1.5rem 0 0 0;
  line-height: 1.8;
  text-align: left;
}

.lp-entry-flow__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.lp-entry-flow__step-list-item {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1rem 0;
  padding-left: 2rem;
  position: relative;
}

.lp-entry-flow__step-list-item::before {
  content: '\30FB';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  color: #0088D7;
  font-weight: bold;
}

.lp-entry-flow__step-list-item strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__step-list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-flow__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0 0 6rem 0;
  text-align: center;
}

.lp-entry-flow__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-flow__link:hover {
  opacity: 0.8;
}

.lp-entry-flow__deadline {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-flow__deadline-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0088D7;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  text-align: center;
}

.lp-entry-flow__deadline-text {
  font-size: 1.7rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.lp-entry-flow__deadline-text strong {
  font-weight: bold;
  color: #0088D7;
}

.lp-entry-flow__deadline-link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-flow__deadline-link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-flow__deadline-link:hover {
  opacity: 0.8;
}

.lp-entry-notes {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #E6F5FF;
  position: relative;
}

.lp-entry-notes__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin: 0 0 6rem 0;
  line-height: 1.8;
  position: relative;
}

.lp-entry-notes__content {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
}

.lp-entry-notes__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.lp-entry-notes__list-item {
  font-size: 1.7rem;
  color: #222222;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding-left: 2.5rem;
  position: relative;
}

.lp-entry-notes__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1rem;
  height: 1rem;
  background-color: #0088D7;
  border-radius: 50%;
}

.lp-entry-notes__list-item:last-child {
  margin-bottom: 0;
}

.lp-entry-notes__link-text {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
  text-align: center;
}

.lp-entry-notes__link {
  color: #0088D7;
  text-decoration: underline;
}

.lp-entry-notes__link:hover {
  opacity: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  select,
  option,
  textarea {
    font-size: 1.6rem;
  }
  body {
    font-size: 1.6rem;
    min-width: 120rem;
  }
  .pc-none {
    display: none;
  }
  .site-header .lp-header {
    min-width: 120rem;
  }
  .lp-sp-drawer-nav {
    display: none;
  }
  .lp-drawer-overlay {
    display: none;
  }
  .site-header.dnone .global-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-animation: downanime 0.5s forwards;
            animation: downanime 0.5s forwards;
  }
  .footer-content__inner {
    padding: 4.5rem 0 5rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .footer_logo img {
    height: 5rem;
  }
  .coupon-link-banner.active {
    display: block;
    -webkit-animation: leftanime 0.5s ease;
            animation: leftanime 0.5s ease;
  }
  .coupon-link-banner.banner-hide {
    display: none;
    -webkit-animation: rightanime 1s ease;
            animation: rightanime 1s ease;
  }
  .sec--lv1 {
    margin-top: 10rem;
  }
  .sec--lv2 {
    margin-top: 5rem;
  }
  .sec--lv3 {
    margin-top: 3rem;
  }
  .sec--lv4 {
    margin-top: 2rem;
  }
  .sec-inner {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--lv1 {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--lv1 {
    width: 90rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sec-inner--lv2 {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--lv2 {
    width: 80rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sec-inner--lv3 {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--lv3 {
    width: 74rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sec-inner--lv4 {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--lv5 {
    margin: 0 auto;
    width: 120rem;
  }
  .sec-inner--slim {
    padding-right: calc(15rem + 2rem);
    padding-left: calc(15rem + 2rem);
  }
  .block--slim {
    padding-right: 15rem;
    padding-left: 15rem;
  }
  .block--slim2 {
    padding-right: 10rem;
    padding-left: 10rem;
  }
  .lp-button--secondary {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .lp-button--gradient-warning {
    font-size: 2rem;
    border-radius: 4rem;
  }
  .lp-button--gradient-warning .btn-txt {
    font-size: 2rem;
  }
  .lp-button--danger {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .lp-button--danger {
    width: auto;
  }
  .lp-button--warning {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .lp-button--muted {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn--muted {
    width: 30rem;
  }
  .btn--primary {
    width: 30rem;
  }
  .btn--secondary {
    width: 30rem;
  }
  .btn--danger {
    width: 30rem;
  }
  .btn--warning {
    width: 30rem;
  }
  .btn-arrow--muted {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn-arrow--primary {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn-arrow--primary {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 50rem;
  }
  .btn-arrow--secondary {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn-arrow--secondary {
    -ms-flex-pack: left;
    -webkit-box-pack: left;
            justify-content: left;
    padding: 4.5rem 10rem;
  }
  .btn-arrow--secondary .btn-txt {
    font-size: 3rem;
  }
  .btn-arrow--secondary .btn-txt-small {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .exam-btn {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .nav-btn {
    padding: 1rem 2.5rem;
    font-size: 1.8rem;
  }
  .btn-arrow--danger {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn-arrow--danger {
    width: auto;
  }
  .btn-arrow--warning {
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .btn-arrow-down--muted {
    width: 30rem;
  }
  .btn-arrow-down--primary {
    width: 30rem;
  }
  .btn-arrow-down--secondary {
    width: 30rem;
  }
  .btn-arrow-down--danger {
    width: 30rem;
  }
  .btn-arrow-down--warning {
    width: 30rem;
  }
  .btn-arrow-left--muted {
    width: 30rem;
  }
  .btn-arrow-left--primary {
    width: 30rem;
  }
  .btn-arrow-left--secondary {
    width: 30rem;
  }
  .btn-arrow-left--danger {
    width: 30rem;
  }
  .btn-arrow-left--warning {
    width: 30rem;
  }
  .btn-ghost--muted {
    width: 30rem;
  }
  .btn-ghost--primary {
    width: 30rem;
  }
  .btn-ghost--secondary {
    width: 30rem;
  }
  .btn-ghost--danger {
    width: 30rem;
  }
  .btn-ghost--warning {
    width: 30rem;
  }
  .btn-ghost-arrow--muted {
    width: 30rem;
  }
  .btn-ghost-arrow--primary {
    width: 30rem;
  }
  .btn-ghost-arrow--secondary {
    width: 30rem;
  }
  .btn-ghost-arrow--danger {
    width: 30rem;
  }
  .btn-ghost-arrow--warning {
    width: 30rem;
  }
  .btn-ghost-arrow--muted {
    width: 30rem;
  }
  .btn-ghost-arrow--primary {
    width: 30rem;
  }
  .btn-ghost-arrow--secondary {
    width: 30rem;
  }
  .btn-ghost-arrow--danger {
    width: 30rem;
  }
  .btn-ghost-arrow--warning {
    width: 30rem;
  }
  .btn-ghost-arrow-down--muted {
    width: 30rem;
  }
  .btn-ghost-arrow-down--primary {
    width: 30rem;
  }
  .btn-ghost-arrow-down--secondary {
    width: 30rem;
  }
  .btn-ghost-arrow-down--danger {
    width: 30rem;
  }
  .btn-ghost-arrow-down--warning {
    width: 30rem;
  }
  .btn-ghost-arrow-left--muted {
    width: 30rem;
  }
  .btn-ghost-arrow-left--primary {
    width: 30rem;
  }
  .btn-ghost-arrow-left--secondary {
    width: 30rem;
  }
  .btn-ghost-arrow-left--danger {
    width: 30rem;
  }
  .btn-ghost-arrow-left--warning {
    width: 30rem;
  }
  .card__body {
    margin-top: 2rem;
  }
  .card__ttl {
    font-size: 2rem;
  }
  .card--link__link {
    right: 3rem;
    bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .form__table th {
    width: 27rem;
  }
  .form__table td {
    padding-left: 3rem;
  }
  .form__name {
    height: 5rem;
  }
  .form__field {
    padding: 1rem 2rem;
  }
  .form__select::after {
    right: 2rem;
  }
  .form__select select {
    padding-right: 4rem;
  }
  .form__date {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .form__date > *:not(:first-of-type) {
    margin-left: 1rem;
  }
  .form__date__time {
    width: 25%;
  }
  .form__txt {
    min-height: 5rem;
    padding-top: 1.1rem;
  }
  .form__mail-confirm {
    padding: 1rem 0;
  }
  .pc-hide {
    display: none !important;
  }
  .mt-pc--0 {
    margin-top: 0 !important;
  }
  .mr-pc--0 {
    margin-right: 0 !important;
  }
  .mb-pc--0 {
    margin-bottom: 0 !important;
  }
  .ml-pc--0 {
    margin-left: 0 !important;
  }
  .mt-pc--5 {
    margin-top: 5px !important;
  }
  .mr-pc--5 {
    margin-right: 5px !important;
  }
  .mb-pc--5 {
    margin-bottom: 5px !important;
  }
  .ml-pc--5 {
    margin-left: 5px !important;
  }
  .mt-pc--10 {
    margin-top: 10px !important;
  }
  .mr-pc--10 {
    margin-right: 10px !important;
  }
  .mb-pc--10 {
    margin-bottom: 10px !important;
  }
  .ml-pc--10 {
    margin-left: 10px !important;
  }
  .mt-pc--15 {
    margin-top: 15px !important;
  }
  .mr-pc--15 {
    margin-right: 15px !important;
  }
  .mb-pc--15 {
    margin-bottom: 15px !important;
  }
  .ml-pc--15 {
    margin-left: 15px !important;
  }
  .mt-pc--20 {
    margin-top: 20px !important;
  }
  .mr-pc--20 {
    margin-right: 20px !important;
  }
  .mb-pc--20 {
    margin-bottom: 20px !important;
  }
  .ml-pc--20 {
    margin-left: 20px !important;
  }
  .mt-pc--25 {
    margin-top: 25px !important;
  }
  .mr-pc--25 {
    margin-right: 25px !important;
  }
  .mb-pc--25 {
    margin-bottom: 25px !important;
  }
  .ml-pc--25 {
    margin-left: 25px !important;
  }
  .mt-pc--30 {
    margin-top: 30px !important;
  }
  .mr-pc--30 {
    margin-right: 30px !important;
  }
  .mb-pc--30 {
    margin-bottom: 30px !important;
  }
  .ml-pc--30 {
    margin-left: 30px !important;
  }
  .mt-pc--35 {
    margin-top: 35px !important;
  }
  .mr-pc--35 {
    margin-right: 35px !important;
  }
  .mb-pc--35 {
    margin-bottom: 35px !important;
  }
  .ml-pc--35 {
    margin-left: 35px !important;
  }
  .mt-pc--40 {
    margin-top: 40px !important;
  }
  .mr-pc--40 {
    margin-right: 40px !important;
  }
  .mb-pc--40 {
    margin-bottom: 40px !important;
  }
  .ml-pc--40 {
    margin-left: 40px !important;
  }
  .mt-pc--45 {
    margin-top: 45px !important;
  }
  .mr-pc--45 {
    margin-right: 45px !important;
  }
  .mb-pc--45 {
    margin-bottom: 45px !important;
  }
  .ml-pc--45 {
    margin-left: 45px !important;
  }
  .mt-pc--50 {
    margin-top: 50px !important;
  }
  .mr-pc--50 {
    margin-right: 50px !important;
  }
  .mb-pc--50 {
    margin-bottom: 50px !important;
  }
  .ml-pc--50 {
    margin-left: 50px !important;
  }
  .mt-pc--55 {
    margin-top: 55px !important;
  }
  .mr-pc--55 {
    margin-right: 55px !important;
  }
  .mb-pc--55 {
    margin-bottom: 55px !important;
  }
  .ml-pc--55 {
    margin-left: 55px !important;
  }
  .mt-pc--60 {
    margin-top: 60px !important;
  }
  .mr-pc--60 {
    margin-right: 60px !important;
  }
  .mb-pc--60 {
    margin-bottom: 60px !important;
  }
  .ml-pc--60 {
    margin-left: 60px !important;
  }
  .mt-pc--65 {
    margin-top: 65px !important;
  }
  .mr-pc--65 {
    margin-right: 65px !important;
  }
  .mb-pc--65 {
    margin-bottom: 65px !important;
  }
  .ml-pc--65 {
    margin-left: 65px !important;
  }
  .mt-pc--70 {
    margin-top: 70px !important;
  }
  .mr-pc--70 {
    margin-right: 70px !important;
  }
  .mb-pc--70 {
    margin-bottom: 70px !important;
  }
  .ml-pc--70 {
    margin-left: 70px !important;
  }
  .mt-pc--75 {
    margin-top: 75px !important;
  }
  .mr-pc--75 {
    margin-right: 75px !important;
  }
  .mb-pc--75 {
    margin-bottom: 75px !important;
  }
  .ml-pc--75 {
    margin-left: 75px !important;
  }
  .mt-pc--80 {
    margin-top: 80px !important;
  }
  .mr-pc--80 {
    margin-right: 80px !important;
  }
  .mb-pc--80 {
    margin-bottom: 80px !important;
  }
  .ml-pc--80 {
    margin-left: 80px !important;
  }
  .mt-pc--85 {
    margin-top: 85px !important;
  }
  .mr-pc--85 {
    margin-right: 85px !important;
  }
  .mb-pc--85 {
    margin-bottom: 85px !important;
  }
  .ml-pc--85 {
    margin-left: 85px !important;
  }
  .mt-pc--90 {
    margin-top: 90px !important;
  }
  .mr-pc--90 {
    margin-right: 90px !important;
  }
  .mb-pc--90 {
    margin-bottom: 90px !important;
  }
  .ml-pc--90 {
    margin-left: 90px !important;
  }
  .mt-pc--95 {
    margin-top: 95px !important;
  }
  .mr-pc--95 {
    margin-right: 95px !important;
  }
  .mb-pc--95 {
    margin-bottom: 95px !important;
  }
  .ml-pc--95 {
    margin-left: 95px !important;
  }
  .mt-pc--100 {
    margin-top: 100px !important;
  }
  .mr-pc--100 {
    margin-right: 100px !important;
  }
  .mb-pc--100 {
    margin-bottom: 100px !important;
  }
  .ml-pc--100 {
    margin-left: 100px !important;
  }
  .w-pc--0 {
    width: 0 !important;
  }
  .w-pc--1 {
    width: 1% !important;
  }
  .w-pc--2 {
    width: 2% !important;
  }
  .w-pc--3 {
    width: 3% !important;
  }
  .w-pc--4 {
    width: 4% !important;
  }
  .w-pc--5 {
    width: 5% !important;
  }
  .w-pc--6 {
    width: 6% !important;
  }
  .w-pc--7 {
    width: 7% !important;
  }
  .w-pc--8 {
    width: 8% !important;
  }
  .w-pc--9 {
    width: 9% !important;
  }
  .w-pc--10 {
    width: 10% !important;
  }
  .w-pc--11 {
    width: 11% !important;
  }
  .w-pc--12 {
    width: 12% !important;
  }
  .w-pc--13 {
    width: 13% !important;
  }
  .w-pc--14 {
    width: 14% !important;
  }
  .w-pc--15 {
    width: 15% !important;
  }
  .w-pc--16 {
    width: 16% !important;
  }
  .w-pc--17 {
    width: 17% !important;
  }
  .w-pc--18 {
    width: 18% !important;
  }
  .w-pc--19 {
    width: 19% !important;
  }
  .w-pc--20 {
    width: 20% !important;
  }
  .w-pc--21 {
    width: 21% !important;
  }
  .w-pc--22 {
    width: 22% !important;
  }
  .w-pc--23 {
    width: 23% !important;
  }
  .w-pc--24 {
    width: 24% !important;
  }
  .w-pc--25 {
    width: 25% !important;
  }
  .w-pc--26 {
    width: 26% !important;
  }
  .w-pc--27 {
    width: 27% !important;
  }
  .w-pc--28 {
    width: 28% !important;
  }
  .w-pc--29 {
    width: 29% !important;
  }
  .w-pc--30 {
    width: 30% !important;
  }
  .w-pc--31 {
    width: 31% !important;
  }
  .w-pc--32 {
    width: 32% !important;
  }
  .w-pc--33 {
    width: 33% !important;
  }
  .w-pc--34 {
    width: 34% !important;
  }
  .w-pc--35 {
    width: 35% !important;
  }
  .w-pc--36 {
    width: 36% !important;
  }
  .w-pc--37 {
    width: 37% !important;
  }
  .w-pc--38 {
    width: 38% !important;
  }
  .w-pc--39 {
    width: 39% !important;
  }
  .w-pc--40 {
    width: 40% !important;
  }
  .w-pc--41 {
    width: 41% !important;
  }
  .w-pc--42 {
    width: 42% !important;
  }
  .w-pc--43 {
    width: 43% !important;
  }
  .w-pc--44 {
    width: 44% !important;
  }
  .w-pc--45 {
    width: 45% !important;
  }
  .w-pc--46 {
    width: 46% !important;
  }
  .w-pc--47 {
    width: 47% !important;
  }
  .w-pc--48 {
    width: 48% !important;
  }
  .w-pc--49 {
    width: 49% !important;
  }
  .w-pc--50 {
    width: 50% !important;
  }
  .w-pc--51 {
    width: 51% !important;
  }
  .w-pc--52 {
    width: 52% !important;
  }
  .w-pc--53 {
    width: 53% !important;
  }
  .w-pc--54 {
    width: 54% !important;
  }
  .w-pc--55 {
    width: 55% !important;
  }
  .w-pc--56 {
    width: 56% !important;
  }
  .w-pc--57 {
    width: 57% !important;
  }
  .w-pc--58 {
    width: 58% !important;
  }
  .w-pc--59 {
    width: 59% !important;
  }
  .w-pc--60 {
    width: 60% !important;
  }
  .w-pc--61 {
    width: 61% !important;
  }
  .w-pc--62 {
    width: 62% !important;
  }
  .w-pc--63 {
    width: 63% !important;
  }
  .w-pc--64 {
    width: 64% !important;
  }
  .w-pc--65 {
    width: 65% !important;
  }
  .w-pc--66 {
    width: 66% !important;
  }
  .w-pc--67 {
    width: 67% !important;
  }
  .w-pc--68 {
    width: 68% !important;
  }
  .w-pc--69 {
    width: 69% !important;
  }
  .w-pc--70 {
    width: 70% !important;
  }
  .w-pc--71 {
    width: 71% !important;
  }
  .w-pc--72 {
    width: 72% !important;
  }
  .w-pc--73 {
    width: 73% !important;
  }
  .w-pc--74 {
    width: 74% !important;
  }
  .w-pc--75 {
    width: 75% !important;
  }
  .w-pc--76 {
    width: 76% !important;
  }
  .w-pc--77 {
    width: 77% !important;
  }
  .w-pc--78 {
    width: 78% !important;
  }
  .w-pc--79 {
    width: 79% !important;
  }
  .w-pc--80 {
    width: 80% !important;
  }
  .w-pc--81 {
    width: 81% !important;
  }
  .w-pc--82 {
    width: 82% !important;
  }
  .w-pc--83 {
    width: 83% !important;
  }
  .w-pc--84 {
    width: 84% !important;
  }
  .w-pc--85 {
    width: 85% !important;
  }
  .w-pc--86 {
    width: 86% !important;
  }
  .w-pc--87 {
    width: 87% !important;
  }
  .w-pc--88 {
    width: 88% !important;
  }
  .w-pc--89 {
    width: 89% !important;
  }
  .w-pc--90 {
    width: 90% !important;
  }
  .w-pc--91 {
    width: 91% !important;
  }
  .w-pc--92 {
    width: 92% !important;
  }
  .w-pc--93 {
    width: 93% !important;
  }
  .w-pc--94 {
    width: 94% !important;
  }
  .w-pc--95 {
    width: 95% !important;
  }
  .w-pc--96 {
    width: 96% !important;
  }
  .w-pc--97 {
    width: 97% !important;
  }
  .w-pc--98 {
    width: 98% !important;
  }
  .w-pc--99 {
    width: 99% !important;
  }
  .w-pc--100 {
    width: 100% !important;
  }
  .remodal-wrapper {
    padding: 3rem;
  }
  .remodal.remodal--wide {
    max-width: 100rem;
  }
  .pt-pc--0 {
    padding-top: 0 !important;
  }
  .pr-pc--0 {
    padding-right: 0 !important;
  }
  .pb-pc--0 {
    padding-bottom: 0 !important;
  }
  .pl-pc--0 {
    padding-left: 0 !important;
  }
  .pt-pc--5 {
    padding-top: 5px !important;
  }
  .pr-pc--5 {
    padding-right: 5px !important;
  }
  .pb-pc--5 {
    padding-bottom: 0 !important;
  }
  .pl-pc--5 {
    padding-left: 5px !important;
  }
  .pt-pc--10 {
    padding-top: 10px !important;
  }
  .pr-pc--10 {
    padding-right: 10px !important;
  }
  .pb-pc--10 {
    padding-bottom: 0 !important;
  }
  .pl-pc--10 {
    padding-left: 10px !important;
  }
  .pt-pc--15 {
    padding-top: 15px !important;
  }
  .pr-pc--15 {
    padding-right: 15px !important;
  }
  .pb-pc--15 {
    padding-bottom: 0 !important;
  }
  .pl-pc--15 {
    padding-left: 15px !important;
  }
  .pt-pc--20 {
    padding-top: 20px !important;
  }
  .pr-pc--20 {
    padding-right: 20px !important;
  }
  .pb-pc--20 {
    padding-bottom: 0 !important;
  }
  .pl-pc--20 {
    padding-left: 20px !important;
  }
  .pt-pc--25 {
    padding-top: 25px !important;
  }
  .pr-pc--25 {
    padding-right: 25px !important;
  }
  .pb-pc--25 {
    padding-bottom: 0 !important;
  }
  .pl-pc--25 {
    padding-left: 25px !important;
  }
  .pt-pc--30 {
    padding-top: 30px !important;
  }
  .pr-pc--30 {
    padding-right: 30px !important;
  }
  .pb-pc--30 {
    padding-bottom: 0 !important;
  }
  .pl-pc--30 {
    padding-left: 30px !important;
  }
  .pt-pc--35 {
    padding-top: 35px !important;
  }
  .pr-pc--35 {
    padding-right: 35px !important;
  }
  .pb-pc--35 {
    padding-bottom: 0 !important;
  }
  .pl-pc--35 {
    padding-left: 35px !important;
  }
  .pt-pc--40 {
    padding-top: 40px !important;
  }
  .pr-pc--40 {
    padding-right: 40px !important;
  }
  .pb-pc--40 {
    padding-bottom: 0 !important;
  }
  .pl-pc--40 {
    padding-left: 40px !important;
  }
  .pt-pc--45 {
    padding-top: 45px !important;
  }
  .pr-pc--45 {
    padding-right: 45px !important;
  }
  .pb-pc--45 {
    padding-bottom: 0 !important;
  }
  .pl-pc--45 {
    padding-left: 45px !important;
  }
  .pt-pc--50 {
    padding-top: 50px !important;
  }
  .pr-pc--50 {
    padding-right: 50px !important;
  }
  .pb-pc--50 {
    padding-bottom: 0 !important;
  }
  .pl-pc--50 {
    padding-left: 50px !important;
  }
  .pt-pc--55 {
    padding-top: 55px !important;
  }
  .pr-pc--55 {
    padding-right: 55px !important;
  }
  .pb-pc--55 {
    padding-bottom: 0 !important;
  }
  .pl-pc--55 {
    padding-left: 55px !important;
  }
  .pt-pc--60 {
    padding-top: 60px !important;
  }
  .pr-pc--60 {
    padding-right: 60px !important;
  }
  .pb-pc--60 {
    padding-bottom: 0 !important;
  }
  .pl-pc--60 {
    padding-left: 60px !important;
  }
  .pt-pc--65 {
    padding-top: 65px !important;
  }
  .pr-pc--65 {
    padding-right: 65px !important;
  }
  .pb-pc--65 {
    padding-bottom: 0 !important;
  }
  .pl-pc--65 {
    padding-left: 65px !important;
  }
  .pt-pc--70 {
    padding-top: 70px !important;
  }
  .pr-pc--70 {
    padding-right: 70px !important;
  }
  .pb-pc--70 {
    padding-bottom: 0 !important;
  }
  .pl-pc--70 {
    padding-left: 70px !important;
  }
  .pt-pc--75 {
    padding-top: 75px !important;
  }
  .pr-pc--75 {
    padding-right: 75px !important;
  }
  .pb-pc--75 {
    padding-bottom: 0 !important;
  }
  .pl-pc--75 {
    padding-left: 75px !important;
  }
  .pt-pc--80 {
    padding-top: 80px !important;
  }
  .pr-pc--80 {
    padding-right: 80px !important;
  }
  .pb-pc--80 {
    padding-bottom: 0 !important;
  }
  .pl-pc--80 {
    padding-left: 80px !important;
  }
  .pt-pc--85 {
    padding-top: 85px !important;
  }
  .pr-pc--85 {
    padding-right: 85px !important;
  }
  .pb-pc--85 {
    padding-bottom: 0 !important;
  }
  .pl-pc--85 {
    padding-left: 85px !important;
  }
  .pt-pc--90 {
    padding-top: 90px !important;
  }
  .pr-pc--90 {
    padding-right: 90px !important;
  }
  .pb-pc--90 {
    padding-bottom: 0 !important;
  }
  .pl-pc--90 {
    padding-left: 90px !important;
  }
  .pt-pc--95 {
    padding-top: 95px !important;
  }
  .pr-pc--95 {
    padding-right: 95px !important;
  }
  .pb-pc--95 {
    padding-bottom: 0 !important;
  }
  .pl-pc--95 {
    padding-left: 95px !important;
  }
  .pt-pc--100 {
    padding-top: 100px !important;
  }
  .pr-pc--100 {
    padding-right: 100px !important;
  }
  .pb-pc--100 {
    padding-bottom: 0 !important;
  }
  .pl-pc--100 {
    padding-left: 100px !important;
  }
  .reserve__calendar {
    margin-top: 4rem;
  }
  .reserve__calendar__set {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .reserve__calendar__set__item {
    padding: 3rem 5rem 5rem;
  }
  .reserve__calendar__ttl {
    font-size: 3.5rem;
  }
  .reserve__calendar__body {
    margin-top: 2rem;
  }
  .reserve__calendar__body td > div {
    min-height: 6.5rem;
  }
  .reserve__calendar__body td > div > p {
    height: 3rem;
  }
  .txt-center-pc {
    text-align: center;
  }
  .ttl1-block + * {
    margin-top: 6rem;
  }
  .ttl1 {
    display: inline-block;
    padding: 3rem 5rem;
    font-size: 3rem;
  }
  .ttl1::before {
    width: 4rem;
    bottom: -36px;
    background-image: url(/assets/images/lp/jyuken/ttl1_deco.png);
    right: 80px;
  }
  .ttl2-block {
    text-align: center;
  }
  .ttl2-block + * {
    margin-top: 3rem;
  }
  .ttl2 {
    font-size: 3rem;
  }
  .ttl2 .ttl2-num {
    margin-right: 2rem;
  }
  .ttl2 .ttl2-num img {
    width: 12rem;
  }
  .ttl3 {
    text-align: left;
    font-size: 3.5rem;
  }
  .ttl3 + * {
    margin-top: 3.5rem;
  }
  .ttl4 {
    margin-top: 4.5rem;
    font-size: 2.5rem;
    text-align: center;
  }
  .ttl4 + * {
    margin-top: 3.5rem;
  }
  .kv__block {
    padding: 10rem 0;
  }
  .kv__block__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .kv__maincatch__block {
    -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  }
  .kv__left__txt-block .btn-arrow--danger {
    margin-top: 1.5rem;
    width: 40rem;
  }
  .ranking-card .card__body {
    min-height: 14.8rem;
  }
  .ranking-catchcopy {
    padding: 0 8.5rem;
  }
  .ranking-catchcopy .txt-underline--blue {
    font-size: 5rem;
  }
  .adviser .sec-inner--lv1 {
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
  .adviser__block {
    margin-top: 4rem;
    padding: 4rem 8rem 5rem;
    background: url(/assets/images/lp/jyuken/bg_point_pc.png) no-repeat top center;
  }
  .adviser__block__body__txt .list--disc {
    font-size: 1.5rem;
  }
  .adviser__block .btn-arrow--danger {
    margin-top: 3rem;
    width: 50rem;
  }
  .merit .merit-card .card__body {
    min-height: 13.8rem;
  }
  .merit .merit-teacher .tile__set__item:first-child::after {
    top: 0;
    right: 0;
    height: 100%;
    border-right: 2px dotted #333;
  }
  .txt-lead-block {
    width: 90rem;
    margin: 3rem auto 0;
  }
  .exam-overview {
    margin-top: 4rem;
    padding: 4rem 8rem 5rem;
  }
  .qualification__block {
    margin-top: 4rem;
    padding: 4rem 8rem 5rem;
    background: url(/assets/images/lp/jyuken/bg_point_pc.png) no-repeat top center;
  }
  .qualification__block__body__txt .list--disc {
    font-size: 1.5rem;
  }
  .qualification__block .btn-arrow--danger {
    margin-top: 3rem;
    width: 50rem;
  }
  .report__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .voice .voice__talk-block {
    margin-top: 8.5rem;
  }
  .voice .voice__block__faceicon {
    width: 11%;
    margin-right: 3%;
  }
  .voice .voice__block__chatting {
    width: 86%;
  }
  .voice .voice__block__says {
    padding: 4rem 6rem;
  }
  .voice .voice__block--right .voice__block__faceicon {
    margin-left: 3%;
  }
  .coupon {
    padding-top: 6.5rem;
    margin-top: -6.5rem;
  }
  .coupon .txt-lead-block {
    margin: 6rem auto 0;
  }
  .coupon .coupon__block {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 9rem 15rem 8rem;
  }
  .coupon .coupon-btn__block {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 0 10rem;
  }
  .coupon .coupon__ttlblock__subttl {
    font-size: 3rem;
    margin-bottom: 4.5rem;
  }
  .coupon .coupon__ttlblock__ttl {
    font-size: 5.6rem;
  }
  .coupon .coupon__ttlblock__ttl .txt-number {
    font-size: 11.5rem;
  }
  .coupon .coupon__code {
    margin: 3rem auto 0;
    width: 64.5rem;
  }
  .coupon .coupon__code__txt {
    padding: 2rem 0;
    font-size: 2.5rem;
  }
  .coupon .coupon__code__number {
    padding: 2rem 0;
    font-size: 2.5rem;
  }
  .coupon .coupon__dey-txt {
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }
  .coupon .coupon__use {
    margin-top: 4rem;
    margin-bottom: 3.5rem;
  }
  .coupon .coupon__use__ttl {
    min-height: 9rem;
  }
  .coupon .coupon__use__body {
    min-height: 9rem;
  }
  .flow {
    padding-top: 6.5rem;
    margin-top: -6.5rem;
  }
  .flow__block {
    padding: 3rem 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .flow__block::after {
    top: 50%;
    right: -24px;
    margin-top: -12px;
  }
  .faq .sec-inner--lv1 {
    padding-bottom: 16rem;
  }
  .faq__question {
    padding: 3.5rem 7.5rem 3.5rem 12.5rem;
  }
  .faq__question::before {
    font-size: 3rem;
    top: 1.7rem;
    left: 3.5rem;
    width: 5.5rem;
    height: 5.5rem;
  }
  .faq__question:hover {
    background: #f8f8f9;
  }
  .faq__question__txt::before, .faq__question__txt::after {
    right: 0;
    width: 2rem;
    top: 4.5rem;
    right: 3.5rem;
  }
  .blog .txt-lead-block {
    margin: 6rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .external-link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .pdf-link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .sp-none {
    display: none;
  }
  .lp-contents {
    margin-top: 7.5rem;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .site-header .lp-header-logo {
    width: 24rem;
  }
  .site-footer .sec-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_logo {
    margin-top: 0;
    text-align: center;
  }
  .footer_logo img {
    max-height: 5rem;
  }
  .footer_body {
    width: auto;
    margin-top: 2.5rem;
  }
  .tile.footer_main_nav .tile__set--col2 {
    margin: -.5rem -1rem;
  }
  .tile.footer_main_nav .tile__set__item {
    text-align: center;
    width: 50%;
    padding: .5rem 1rem;
  }
  .footer_btm {
    padding: 2rem 0;
  }
  .footer-comp-info {
    padding: 2rem;
  }
  .footer-comp-info__inner {
    width: 100%;
  }
  .lp-ttl + * {
    margin-top: 2rem;
  }
  .lp-conv-area {
    padding: 4rem 0;
  }
  .lp-conv-area__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-conv-area__description {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .lp-conv-area__description br {
    display: none;
  }
  .lp-conv-area__button.lp-button--gradient-warning {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lp-conv-area__button {
    width: 32rem;
  }
  .lp-conv-area__note {
    font-size: 1.5rem;
  }
  .sec-inner {
    margin: 0 auto;
    min-width: 32rem;
  }
  .sec-inner--lv1 {
    margin: 0 auto;
    min-width: 32rem;
  }
  .sec-inner--lv2 {
    margin: 0 auto;
    min-width: 32rem;
  }
  .sec-inner--lv3 {
    margin: 0 auto;
    min-width: 32rem;
  }
  .sec-inner--lv4 {
    margin: 0 auto;
    min-width: 32rem;
  }
  .sec-inner--lv5 {
    margin: 0 auto;
    min-width: 32rem;
  }
  .lp-button--no-arrow.lp-button--primary {
    padding-right: 2rem;
  }
  .lp-button--primary {
    font-size: 1.4rem;
  }
  .lp-button--primary .icon-arrow-right {
    right: 1.2rem;
    width: 14px;
    height: 14px;
  }
  .lp-button--primary .btn-txt {
    margin-right: 0.6rem;
  }
  .lp-button--secondary {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .lp-button--secondary::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .lp-button--gradient-warning {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 3rem;
  }
  .lp-button--gradient-warning .btn-txt {
    font-size: 1.6rem;
  }
  .lp-button--gradient-warning .icon-arrow-right {
    right: 1.5rem;
    width: 14px;
    height: 13px;
  }
  .lp-button--gradient-warning .btn-txt {
    margin-right: 0.8rem;
  }
  .lp-button--danger {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .lp-button--danger::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .lp-button--danger::after {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .lp-button--warning {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .lp-button--warning::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .lp-button--muted {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .lp-button--muted::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .btn--muted {
    width: 100%;
  }
  .btn--primary {
    width: 100%;
  }
  .btn--secondary {
    width: 100%;
  }
  .btn--danger {
    width: 100%;
  }
  .btn--warning {
    width: 100%;
  }
  .btn-arrow--muted {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .btn-arrow--muted::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .btn-arrow--primary {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .btn-arrow--primary::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .btn-arrow--secondary {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .btn-arrow--secondary::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .exam-btn {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .exam-btn::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .exam-btn {
    position: relative;
    margin-top: 0;
    max-height: 4.4rem;
  }
  .exam-btn::after {
    width: 8px;
    height: 8px;
  }
  .btn-arrow--danger {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .btn-arrow--danger::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .btn-arrow--danger::after {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .btn-arrow--warning {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .btn-arrow--warning::after {
    width: 7px;
    height: 7px;
    right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .btn-arrow-down--muted {
    width: 100%;
  }
  .btn-arrow-down--primary {
    width: 100%;
  }
  .btn-arrow-down--secondary {
    width: 100%;
  }
  .btn-arrow-down--danger {
    width: 100%;
  }
  .btn-arrow-down--warning {
    width: 100%;
  }
  .btn-arrow-left--muted {
    width: 100%;
  }
  .btn-arrow-left--primary {
    width: 100%;
  }
  .btn-arrow-left--secondary {
    width: 100%;
  }
  .btn-arrow-left--danger {
    width: 100%;
  }
  .btn-arrow-left--warning {
    width: 100%;
  }
  .btn-ghost--muted {
    width: 100%;
  }
  .btn-ghost--primary {
    width: 100%;
  }
  .btn-ghost--secondary {
    width: 100%;
  }
  .btn-ghost--danger {
    width: 100%;
  }
  .btn-ghost--warning {
    width: 100%;
  }
  .btn-ghost-arrow--muted {
    width: 100%;
  }
  .btn-ghost-arrow--primary {
    width: 100%;
  }
  .btn-ghost-arrow--secondary {
    width: 100%;
  }
  .btn-ghost-arrow--danger {
    width: 100%;
  }
  .btn-ghost-arrow--warning {
    width: 100%;
  }
  .btn-ghost-arrow--muted {
    width: 100%;
  }
  .btn-ghost-arrow--primary {
    width: 100%;
  }
  .btn-ghost-arrow--secondary {
    width: 100%;
  }
  .btn-ghost-arrow--danger {
    width: 100%;
  }
  .btn-ghost-arrow--warning {
    width: 100%;
  }
  .btn-ghost-arrow-down--muted {
    width: 100%;
  }
  .btn-ghost-arrow-down--primary {
    width: 100%;
  }
  .btn-ghost-arrow-down--secondary {
    width: 100%;
  }
  .btn-ghost-arrow-down--danger {
    width: 100%;
  }
  .btn-ghost-arrow-down--warning {
    width: 100%;
  }
  .btn-ghost-arrow-left--muted {
    width: 100%;
  }
  .btn-ghost-arrow-left--primary {
    width: 100%;
  }
  .btn-ghost-arrow-left--secondary {
    width: 100%;
  }
  .btn-ghost-arrow-left--danger {
    width: 100%;
  }
  .btn-ghost-arrow-left--warning {
    width: 100%;
  }
  .form__table th, .form__table td {
    display: block;
  }
  .form__table td {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
  .form__date > *:not(:first-of-type) {
    margin-top: 1rem;
  }
  .form__submit {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .grecaptcha-badge {
    bottom: 8rem !important;
  }
  .sp-hide {
    display: none !important;
  }
  .remodal-close {
    top: pxtovw(-1, "sp") !important;
  }
  .mt-sp--0 {
    margin-top: 0 !important;
  }
  .mr-sp--0 {
    margin-right: 0 !important;
  }
  .mb-sp--0 {
    margin-bottom: 0 !important;
  }
  .ml-sp--0 {
    margin-left: 0 !important;
  }
  .mt-sp--5 {
    margin-top: 5px !important;
  }
  .mr-sp--5 {
    margin-right: 5px !important;
  }
  .mb-sp--5 {
    margin-bottom: 5px !important;
  }
  .ml-sp--5 {
    margin-left: 5px !important;
  }
  .mt-sp--10 {
    margin-top: 10px !important;
  }
  .mr-sp--10 {
    margin-right: 10px !important;
  }
  .mb-sp--10 {
    margin-bottom: 10px !important;
  }
  .ml-sp--10 {
    margin-left: 10px !important;
  }
  .mt-sp--15 {
    margin-top: 15px !important;
  }
  .mr-sp--15 {
    margin-right: 15px !important;
  }
  .mb-sp--15 {
    margin-bottom: 15px !important;
  }
  .ml-sp--15 {
    margin-left: 15px !important;
  }
  .mt-sp--20 {
    margin-top: 20px !important;
  }
  .mr-sp--20 {
    margin-right: 20px !important;
  }
  .mb-sp--20 {
    margin-bottom: 20px !important;
  }
  .ml-sp--20 {
    margin-left: 20px !important;
  }
  .mt-sp--25 {
    margin-top: 25px !important;
  }
  .mr-sp--25 {
    margin-right: 25px !important;
  }
  .mb-sp--25 {
    margin-bottom: 25px !important;
  }
  .ml-sp--25 {
    margin-left: 25px !important;
  }
  .mt-sp--30 {
    margin-top: 30px !important;
  }
  .mr-sp--30 {
    margin-right: 30px !important;
  }
  .mb-sp--30 {
    margin-bottom: 30px !important;
  }
  .ml-sp--30 {
    margin-left: 30px !important;
  }
  .mt-sp--35 {
    margin-top: 35px !important;
  }
  .mr-sp--35 {
    margin-right: 35px !important;
  }
  .mb-sp--35 {
    margin-bottom: 35px !important;
  }
  .ml-sp--35 {
    margin-left: 35px !important;
  }
  .mt-sp--40 {
    margin-top: 40px !important;
  }
  .mr-sp--40 {
    margin-right: 40px !important;
  }
  .mb-sp--40 {
    margin-bottom: 40px !important;
  }
  .ml-sp--40 {
    margin-left: 40px !important;
  }
  .mt-sp--45 {
    margin-top: 45px !important;
  }
  .mr-sp--45 {
    margin-right: 45px !important;
  }
  .mb-sp--45 {
    margin-bottom: 45px !important;
  }
  .ml-sp--45 {
    margin-left: 45px !important;
  }
  .mt-sp--50 {
    margin-top: 50px !important;
  }
  .mr-sp--50 {
    margin-right: 50px !important;
  }
  .mb-sp--50 {
    margin-bottom: 50px !important;
  }
  .ml-sp--50 {
    margin-left: 50px !important;
  }
  .mt-sp--55 {
    margin-top: 55px !important;
  }
  .mr-sp--55 {
    margin-right: 55px !important;
  }
  .mb-sp--55 {
    margin-bottom: 55px !important;
  }
  .ml-sp--55 {
    margin-left: 55px !important;
  }
  .mt-sp--60 {
    margin-top: 60px !important;
  }
  .mr-sp--60 {
    margin-right: 60px !important;
  }
  .mb-sp--60 {
    margin-bottom: 60px !important;
  }
  .ml-sp--60 {
    margin-left: 60px !important;
  }
  .mt-sp--65 {
    margin-top: 65px !important;
  }
  .mr-sp--65 {
    margin-right: 65px !important;
  }
  .mb-sp--65 {
    margin-bottom: 65px !important;
  }
  .ml-sp--65 {
    margin-left: 65px !important;
  }
  .mt-sp--70 {
    margin-top: 70px !important;
  }
  .mr-sp--70 {
    margin-right: 70px !important;
  }
  .mb-sp--70 {
    margin-bottom: 70px !important;
  }
  .ml-sp--70 {
    margin-left: 70px !important;
  }
  .mt-sp--75 {
    margin-top: 75px !important;
  }
  .mr-sp--75 {
    margin-right: 75px !important;
  }
  .mb-sp--75 {
    margin-bottom: 75px !important;
  }
  .ml-sp--75 {
    margin-left: 75px !important;
  }
  .mt-sp--80 {
    margin-top: 80px !important;
  }
  .mr-sp--80 {
    margin-right: 80px !important;
  }
  .mb-sp--80 {
    margin-bottom: 80px !important;
  }
  .ml-sp--80 {
    margin-left: 80px !important;
  }
  .mt-sp--85 {
    margin-top: 85px !important;
  }
  .mr-sp--85 {
    margin-right: 85px !important;
  }
  .mb-sp--85 {
    margin-bottom: 85px !important;
  }
  .ml-sp--85 {
    margin-left: 85px !important;
  }
  .mt-sp--90 {
    margin-top: 90px !important;
  }
  .mr-sp--90 {
    margin-right: 90px !important;
  }
  .mb-sp--90 {
    margin-bottom: 90px !important;
  }
  .ml-sp--90 {
    margin-left: 90px !important;
  }
  .mt-sp--95 {
    margin-top: 95px !important;
  }
  .mr-sp--95 {
    margin-right: 95px !important;
  }
  .mb-sp--95 {
    margin-bottom: 95px !important;
  }
  .ml-sp--95 {
    margin-left: 95px !important;
  }
  .mt-sp--100 {
    margin-top: 100px !important;
  }
  .mr-sp--100 {
    margin-right: 100px !important;
  }
  .mb-sp--100 {
    margin-bottom: 100px !important;
  }
  .ml-sp--100 {
    margin-left: 100px !important;
  }
  .w-sp--0 {
    width: 0 !important;
  }
  .w-sp--1 {
    width: 1% !important;
  }
  .w-sp--2 {
    width: 2% !important;
  }
  .w-sp--3 {
    width: 3% !important;
  }
  .w-sp--4 {
    width: 4% !important;
  }
  .w-sp--5 {
    width: 5% !important;
  }
  .w-sp--6 {
    width: 6% !important;
  }
  .w-sp--7 {
    width: 7% !important;
  }
  .w-sp--8 {
    width: 8% !important;
  }
  .w-sp--9 {
    width: 9% !important;
  }
  .w-sp--10 {
    width: 10% !important;
  }
  .w-sp--11 {
    width: 11% !important;
  }
  .w-sp--12 {
    width: 12% !important;
  }
  .w-sp--13 {
    width: 13% !important;
  }
  .w-sp--14 {
    width: 14% !important;
  }
  .w-sp--15 {
    width: 15% !important;
  }
  .w-sp--16 {
    width: 16% !important;
  }
  .w-sp--17 {
    width: 17% !important;
  }
  .w-sp--18 {
    width: 18% !important;
  }
  .w-sp--19 {
    width: 19% !important;
  }
  .w-sp--20 {
    width: 20% !important;
  }
  .w-sp--21 {
    width: 21% !important;
  }
  .w-sp--22 {
    width: 22% !important;
  }
  .w-sp--23 {
    width: 23% !important;
  }
  .w-sp--24 {
    width: 24% !important;
  }
  .w-sp--25 {
    width: 25% !important;
  }
  .w-sp--26 {
    width: 26% !important;
  }
  .w-sp--27 {
    width: 27% !important;
  }
  .w-sp--28 {
    width: 28% !important;
  }
  .w-sp--29 {
    width: 29% !important;
  }
  .w-sp--30 {
    width: 30% !important;
  }
  .w-sp--31 {
    width: 31% !important;
  }
  .w-sp--32 {
    width: 32% !important;
  }
  .w-sp--33 {
    width: 33% !important;
  }
  .w-sp--34 {
    width: 34% !important;
  }
  .w-sp--35 {
    width: 35% !important;
  }
  .w-sp--36 {
    width: 36% !important;
  }
  .w-sp--37 {
    width: 37% !important;
  }
  .w-sp--38 {
    width: 38% !important;
  }
  .w-sp--39 {
    width: 39% !important;
  }
  .w-sp--40 {
    width: 40% !important;
  }
  .w-sp--41 {
    width: 41% !important;
  }
  .w-sp--42 {
    width: 42% !important;
  }
  .w-sp--43 {
    width: 43% !important;
  }
  .w-sp--44 {
    width: 44% !important;
  }
  .w-sp--45 {
    width: 45% !important;
  }
  .w-sp--46 {
    width: 46% !important;
  }
  .w-sp--47 {
    width: 47% !important;
  }
  .w-sp--48 {
    width: 48% !important;
  }
  .w-sp--49 {
    width: 49% !important;
  }
  .w-sp--50 {
    width: 50% !important;
  }
  .w-sp--51 {
    width: 51% !important;
  }
  .w-sp--52 {
    width: 52% !important;
  }
  .w-sp--53 {
    width: 53% !important;
  }
  .w-sp--54 {
    width: 54% !important;
  }
  .w-sp--55 {
    width: 55% !important;
  }
  .w-sp--56 {
    width: 56% !important;
  }
  .w-sp--57 {
    width: 57% !important;
  }
  .w-sp--58 {
    width: 58% !important;
  }
  .w-sp--59 {
    width: 59% !important;
  }
  .w-sp--60 {
    width: 60% !important;
  }
  .w-sp--61 {
    width: 61% !important;
  }
  .w-sp--62 {
    width: 62% !important;
  }
  .w-sp--63 {
    width: 63% !important;
  }
  .w-sp--64 {
    width: 64% !important;
  }
  .w-sp--65 {
    width: 65% !important;
  }
  .w-sp--66 {
    width: 66% !important;
  }
  .w-sp--67 {
    width: 67% !important;
  }
  .w-sp--68 {
    width: 68% !important;
  }
  .w-sp--69 {
    width: 69% !important;
  }
  .w-sp--70 {
    width: 70% !important;
  }
  .w-sp--71 {
    width: 71% !important;
  }
  .w-sp--72 {
    width: 72% !important;
  }
  .w-sp--73 {
    width: 73% !important;
  }
  .w-sp--74 {
    width: 74% !important;
  }
  .w-sp--75 {
    width: 75% !important;
  }
  .w-sp--76 {
    width: 76% !important;
  }
  .w-sp--77 {
    width: 77% !important;
  }
  .w-sp--78 {
    width: 78% !important;
  }
  .w-sp--79 {
    width: 79% !important;
  }
  .w-sp--80 {
    width: 80% !important;
  }
  .w-sp--81 {
    width: 81% !important;
  }
  .w-sp--82 {
    width: 82% !important;
  }
  .w-sp--83 {
    width: 83% !important;
  }
  .w-sp--84 {
    width: 84% !important;
  }
  .w-sp--85 {
    width: 85% !important;
  }
  .w-sp--86 {
    width: 86% !important;
  }
  .w-sp--87 {
    width: 87% !important;
  }
  .w-sp--88 {
    width: 88% !important;
  }
  .w-sp--89 {
    width: 89% !important;
  }
  .w-sp--90 {
    width: 90% !important;
  }
  .w-sp--91 {
    width: 91% !important;
  }
  .w-sp--92 {
    width: 92% !important;
  }
  .w-sp--93 {
    width: 93% !important;
  }
  .w-sp--94 {
    width: 94% !important;
  }
  .w-sp--95 {
    width: 95% !important;
  }
  .w-sp--96 {
    width: 96% !important;
  }
  .w-sp--97 {
    width: 97% !important;
  }
  .w-sp--98 {
    width: 98% !important;
  }
  .w-sp--99 {
    width: 99% !important;
  }
  .w-sp--100 {
    width: 100% !important;
  }
  .pt-sp--0 {
    padding-top: 0 !important;
  }
  .pr-sp--0 {
    padding-right: 0 !important;
  }
  .pb-sp--0 {
    padding-bottom: 0 !important;
  }
  .pl-sp--0 {
    padding-left: 0 !important;
  }
  .pt-sp--5 {
    padding-top: 5px !important;
  }
  .pr-sp--5 {
    padding-right: 5px !important;
  }
  .pb-sp--5 {
    padding-bottom: 5px !important;
  }
  .pl-sp--5 {
    padding-left: 5px !important;
  }
  .pt-sp--10 {
    padding-top: 10px !important;
  }
  .pr-sp--10 {
    padding-right: 10px !important;
  }
  .pb-sp--10 {
    padding-bottom: 10px !important;
  }
  .pl-sp--10 {
    padding-left: 10px !important;
  }
  .pt-sp--15 {
    padding-top: 15px !important;
  }
  .pr-sp--15 {
    padding-right: 15px !important;
  }
  .pb-sp--15 {
    padding-bottom: 15px !important;
  }
  .pl-sp--15 {
    padding-left: 15px !important;
  }
  .pt-sp--20 {
    padding-top: 20px !important;
  }
  .pr-sp--20 {
    padding-right: 20px !important;
  }
  .pb-sp--20 {
    padding-bottom: 20px !important;
  }
  .pl-sp--20 {
    padding-left: 20px !important;
  }
  .pt-sp--25 {
    padding-top: 25px !important;
  }
  .pr-sp--25 {
    padding-right: 25px !important;
  }
  .pb-sp--25 {
    padding-bottom: 25px !important;
  }
  .pl-sp--25 {
    padding-left: 25px !important;
  }
  .pt-sp--30 {
    padding-top: 30px !important;
  }
  .pr-sp--30 {
    padding-right: 30px !important;
  }
  .pb-sp--30 {
    padding-bottom: 30px !important;
  }
  .pl-sp--30 {
    padding-left: 30px !important;
  }
  .pt-sp--35 {
    padding-top: 35px !important;
  }
  .pr-sp--35 {
    padding-right: 35px !important;
  }
  .pb-sp--35 {
    padding-bottom: 35px !important;
  }
  .pl-sp--35 {
    padding-left: 35px !important;
  }
  .pt-sp--40 {
    padding-top: 40px !important;
  }
  .pr-sp--40 {
    padding-right: 40px !important;
  }
  .pb-sp--40 {
    padding-bottom: 40px !important;
  }
  .pl-sp--40 {
    padding-left: 40px !important;
  }
  .pt-sp--45 {
    padding-top: 45px !important;
  }
  .pr-sp--45 {
    padding-right: 45px !important;
  }
  .pb-sp--45 {
    padding-bottom: 45px !important;
  }
  .pl-sp--45 {
    padding-left: 45px !important;
  }
  .pt-sp--50 {
    padding-top: 50px !important;
  }
  .pr-sp--50 {
    padding-right: 50px !important;
  }
  .pb-sp--50 {
    padding-bottom: 50px !important;
  }
  .pl-sp--50 {
    padding-left: 50px !important;
  }
  .pt-sp--55 {
    padding-top: 55px !important;
  }
  .pr-sp--55 {
    padding-right: 55px !important;
  }
  .pb-sp--55 {
    padding-bottom: 55px !important;
  }
  .pl-sp--55 {
    padding-left: 55px !important;
  }
  .pt-sp--60 {
    padding-top: 60px !important;
  }
  .pr-sp--60 {
    padding-right: 60px !important;
  }
  .pb-sp--60 {
    padding-bottom: 60px !important;
  }
  .pl-sp--60 {
    padding-left: 60px !important;
  }
  .pt-sp--65 {
    padding-top: 65px !important;
  }
  .pr-sp--65 {
    padding-right: 65px !important;
  }
  .pb-sp--65 {
    padding-bottom: 65px !important;
  }
  .pl-sp--65 {
    padding-left: 65px !important;
  }
  .pt-sp--70 {
    padding-top: 70px !important;
  }
  .pr-sp--70 {
    padding-right: 70px !important;
  }
  .pb-sp--70 {
    padding-bottom: 70px !important;
  }
  .pl-sp--70 {
    padding-left: 70px !important;
  }
  .pt-sp--75 {
    padding-top: 75px !important;
  }
  .pr-sp--75 {
    padding-right: 75px !important;
  }
  .pb-sp--75 {
    padding-bottom: 75px !important;
  }
  .pl-sp--75 {
    padding-left: 75px !important;
  }
  .pt-sp--80 {
    padding-top: 80px !important;
  }
  .pr-sp--80 {
    padding-right: 80px !important;
  }
  .pb-sp--80 {
    padding-bottom: 80px !important;
  }
  .pl-sp--80 {
    padding-left: 80px !important;
  }
  .pt-sp--85 {
    padding-top: 85px !important;
  }
  .pr-sp--85 {
    padding-right: 85px !important;
  }
  .pb-sp--85 {
    padding-bottom: 85px !important;
  }
  .pl-sp--85 {
    padding-left: 85px !important;
  }
  .pt-sp--90 {
    padding-top: 90px !important;
  }
  .pr-sp--90 {
    padding-right: 90px !important;
  }
  .pb-sp--90 {
    padding-bottom: 90px !important;
  }
  .pl-sp--90 {
    padding-left: 90px !important;
  }
  .pt-sp--95 {
    padding-top: 95px !important;
  }
  .pr-sp--95 {
    padding-right: 95px !important;
  }
  .pb-sp--95 {
    padding-bottom: 95px !important;
  }
  .pl-sp--95 {
    padding-left: 95px !important;
  }
  .pt-sp--100 {
    padding-top: 100px !important;
  }
  .pr-sp--100 {
    padding-right: 100px !important;
  }
  .pb-sp--100 {
    padding-bottom: 100px !important;
  }
  .pl-sp--100 {
    padding-left: 100px !important;
  }
  .reserve__calendar__status {
    font-size: 1.3rem;
  }
  .table--break th,
  .table--break td {
    display: block;
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .table--break tr:last-child td:last-child {
    border-bottom: none;
  }
  .scroller {
    overflow-x: scroll;
  }
  .table--scroll {
    width: 1100px;
  }
  .table--fit {
    position: sticky;
    left: 0;
    width: 10%;
  }
  .table--fit::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #64AFCC;
  }
  .txt-center-sp {
    text-align: center;
  }
  .txt-underline--blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #E2F1F6));
    background: linear-gradient(transparent 80%, #E2F1F6 80%);
  }
  .txt-underline--yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FBDA4A));
    background: linear-gradient(transparent 80%, #FBDA4A 80%);
  }
  .tile [class^="tile__set--col"] {
    margin: -0.75rem -0.5rem;
  }
  .tile__set__item {
    padding: 0.75rem 0.5rem;
  }
  .tile__set--col6 > * {
    width: 50%;
  }
  .tile__set--col5 > * {
    width: 50%;
  }
  .tile__set--col4 > * {
    width: 100%;
  }
  .tile__set--col3 > * {
    width: 100%;
  }
  .tile__set--col2 > * {
    width: 100%;
  }
  .kv {
    padding: 3rem 2rem 6rem 2rem;
  }
  .kv .sec-inner {
    padding: 0;
  }
  .kv-hero__label {
    margin-bottom: 1.5rem;
  }
  .kv-hero__label-text {
    font-size: 1.6rem;
  }
  .kv-hero__main-catch .mid {
    font-size: 2.4rem;
  }
  .kv-hero__main-catch .lg {
    font-size: 3.5rem;
  }
  .kv-hero__main-catch {
    margin-bottom: 1.5rem;
  }
  .kv-hero__sub-catch {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .kv-hero__badges {
    gap: 0.8rem;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .kv-hero__badge {
    width: 10.5rem;
    height: 4rem;
  }
  .kv-hero__badge-text {
    font-size: 1.2rem;
  }
  .kv-hero__button {
    width: 80%;
    padding: 2rem 0;
    bottom: -3rem;
  }
  .kv__maincatch {
    letter-spacing: -2px;
    font-size: 2.4rem;
    text-align: center;
  }
  .kv__maincatch__block + .kv__maincatch__block {
    margin-top: .5rem;
  }
  .kv__subcatch {
    text-align: center;
    word-break: keep-all;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .kv__left {
    padding: 0 2rem 2rem;
  }
  .kv__left__subtxt {
    padding: 1rem;
    font-size: 1.3rem;
  }
  .kv__left__ttl {
    margin-top: 1.5rem;
  }
  .kv__left__txt-block {
    margin-top: 3rem;
    padding: 0 2rem 1.5rem;
  }
  .kv__left__txt-block__txt {
    font-size: 1.2rem;
  }
  .kv__left__txt-block__txt::before {
    left: -6px;
  }
  .kv__left__txt-block__txt::after {
    right: -6px;
  }
  .kv__left__txt-block__txt .txt-red {
    font-size: 2rem;
  }
  .kv__left__txt-block__txt .txt-number {
    line-height: 1;
    font-size: 3rem;
  }
  .kv__right {
    width: 80%;
    margin: 0 auto;
  }
  .kv__right img {
    margin-bottom: -3rem;
  }
  .lp-about .lp-ttl {
    font-size: 2.4rem;
  }
  .lp-about__txt {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
  .lp-about__img.left {
    width: 6.3rem;
    left: 6rem;
  }
  .lp-about__img.right {
    width: 8rem;
    right: 6rem;
  }
  .lp-obtain {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .lp-obtain__bubble {
    max-width: 32rem;
    margin-bottom: 4rem;
    padding: 1.5rem 2.5rem;
  }
  .lp-obtain__bubble-text {
    font-size: 2rem;
  }
  .lp-obtain .lp-ttl {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .lp-obtain__cards {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .lp-obtain__card:nth-child(2) {
    margin-top: 0;
  }
  .lp-obtain__card {
    width: 100%;
    padding: 4rem 2.5rem 3rem;
  }
  .lp-obtain__card-number {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    top: -2.5rem;
  }
  .lp-obtain__card-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-obtain__card-text {
    font-size: 1.5rem;
  }
  .lp-attention {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-attention::before {
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-top: 25px solid #DDF2FF;
  }
  .lp-attention__illustration {
    margin-bottom: 2rem;
  }
  .lp-attention__illustration img {
    max-width: 15rem;
  }
  .lp-attention__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .lp-attention__content {
    margin-bottom: 3rem;
  }
  .lp-attention__text {
    font-size: 1.6rem;
  }
  .lp-attention__reference {
    font-size: 1.2rem;
  }
  .lp-attention__button {
    width: 32rem;
  }
  .lp-attention__button .btn-txt {
    font-size: 1.8rem;
  }
  .lp-voice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-voice .lp-voice-inner {
    width: 100%;
  }
  .lp-voice__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-voice__items {
    margin-bottom: 4rem;
  }
  .lp-voice__item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 3rem;
  }
  .lp-voice__item--left {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .lp-voice__item--right {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .lp-voice__avatar {
    width: 9rem;
    height: 9rem;
  }
  .lp-voice__bubble {
    padding: 1.5rem;
    max-width: 100%;
  }
  .lp-voice__item--left .lp-voice__bubble::before {
    top: -.1rem;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lp-voice__item--right .lp-voice__bubble::before {
    top: -.1rem;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lp-voice__text {
    font-size: 1.6rem;
  }
  .lp-voice__role {
    font-size: 1.4rem;
  }
  .lp-voice__button {
    width: 32rem;
  }
  .lp-flow {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-flow__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .lp-flow__steps {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 6rem;
  }
  .lp-flow__step::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #0087dc;
    right: 0;
    left: 0;
    top: auto;
    bottom: -3.8rem;
    margin: 0 auto;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  .lp-flow__step {
    width: 100%;
    max-width: 32rem;
    padding: 3rem 2rem 2rem;
  }
  .lp-flow__step-number {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.2rem;
  }
  .lp-flow__step-illustration {
    margin-bottom: 1.5rem;
  }
  .lp-flow__step-illustration img {
    max-width: 16rem;
  }
  .lp-flow__step-title {
    font-size: 1.8rem;
  }
  .lp-flow__step-text {
    font-size: 1.3rem;
  }
  .lp-flow__arrow {
    margin: 2rem 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lp-flow__arrow svg {
    width: 3rem;
    height: 3rem;
  }
  .lp-flow__buttons {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 3rem;
  }
  .lp-flow__button {
    width: 32rem;
  }
  .lp-service {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-service__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .lp-service__description {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .lp-service__description br {
    display: none;
  }
  .lp-service__list {
    gap: 2rem;
  }
  .lp-service__item {
    padding: 1rem 1.5rem;
    gap: 1.5rem;
  }
  .lp-service__number {
    width: 1rem;
    height: 2.5rem;
    font-size: 1.6rem;
  }
  .lp-service__text {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
  .ranking .sec-inner {
    padding-top: 6.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .ranking__block {
    padding: 4rem 1.5rem 3rem;
  }
  .ranking__block::after {
    bottom: -2rem;
    border-top: 18px solid #0F95C8;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
  .ranking__ttl {
    width: 100%;
  }
  .ranking__ttl__inner {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    width: 80%;
  }
  .ranking-card .card__tmb {
    max-height: 16rem;
  }
  .ranking-card .card__body {
    padding: 1.5rem 2rem;
  }
  .ranking-card .card__txt {
    font-size: 1.5rem;
  }
  .ranking-catchcopy [class^="tile__set--col"] {
    margin: -1.5rem 0 0;
  }
  .ranking-catchcopy .tile__set__item {
    padding: 1.5rem 0;
  }
  .ranking-catchcopy .ranking_img {
    padding: 1.5rem 0 0;
  }
  .ranking-catchcopy .ranking_img img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .adviser__block__header__ttl {
    font-size: 1.7rem;
  }
  .adviser__block__body {
    margin-top: 2rem;
  }
  .adviser__block__body__head {
    padding: 1.5rem 0;
  }
  .adviser__block__body__txt {
    padding: 2rem 1.5rem 20rem;
  }
  .adviser__block__body__txt .list--disc li {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .adviser__block__body__txt .list--disc li::before {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0;
  }
  .adviser .txt-strong-lead {
    font-size: 2rem;
  }
  .adviser .number-list-set li {
    font-size: 1.6rem;
  }
  .merit .sec-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .merit__block {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
    padding: 2.5rem 2rem 2rem;
  }
  .merit__block__ttl {
    text-align: center;
    display: block;
    font-size: 1.5rem;
  }
  .merit__block__ttl__icon {
    display: block;
    width: 27%;
    margin: 0 auto 1rem;
  }
  .merit .merit-list {
    margin-top: 3rem;
    padding: 3rem 2rem 2.5rem;
  }
  .merit .merit-list__icon {
    width: 4rem;
  }
  .merit .merit-card-block {
    margin-top: 2.5rem;
  }
  .merit .merit-card .card__tmb {
    max-height: 16rem;
  }
  .merit .merit-card .card__body {
    padding: 1.5rem 1rem;
  }
  .merit .merit-card .card__txt {
    font-size: 1.5rem;
  }
  .merit .merit-teacher {
    margin-top: 2rem;
  }
  .merit .merit-teacher [class^="tile__set--col"] {
    margin: -2.5rem 0;
  }
  .merit .merit-teacher .tile__set__item {
    padding: 2.5rem 0;
  }
  .merit .merit-teacher .tile__set__item:first-child::after {
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #333;
  }
  .merit .teacher-card .card__tmb {
    height: 25rem;
  }
  .merit .teacher-card .card__body {
    margin-top: 2.5rem;
  }
  .merit .teacher-card .card__body__status dt {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    width: 25%;
  }
  .merit .teacher-card .card__body__status dd {
    width: 70%;
    margin-top: 1.5rem;
  }
  .merit .teacher-card .card__body__status ul {
    font-size: 1.3rem;
  }
  .merit .teacher-card .card__body__status ul li {
    line-height: 1.8;
  }
  .exam-overview__ttl {
    font-size: 1.7rem;
  }
  .exam-overview__table th {
    padding: 1rem;
    font-size: 1.2rem;
    width: 30%;
  }
  .qualification__block__header__ttl {
    font-size: 1.7rem;
  }
  .qualification__block__body {
    margin-top: 2rem;
  }
  .qualification__block__body__head {
    padding: 1.5rem 0;
  }
  .qualification__block__body__txt {
    padding: 2rem 1.5rem 20rem;
  }
  .qualification__block__body__txt .list--disc li {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .qualification__block__body__txt .list--disc li::before {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0;
  }
  .risk__ttl {
    padding: 2rem;
    font-size: 1.7rem;
  }
  .risk__block {
    margin-top: 5.5rem;
  }
  .risk__block .tile__set--col3 {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    margin: 0rem -0.5rem;
  }
  .risk__block .tile__set__item {
    padding: 0rem 0.5rem;
  }
  .risk__block__item {
    text-align: center;
  }
  .risk__block__img {
    width: 60%;
  }
  .risk__block__txt {
    padding: 2rem;
  }
  .report__link {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .report__link__btn {
    margin-top: 1rem;
  }
  .voice .sec-inner--lv1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .coupon .sec-inner {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
  .coupon .coupon__ttlblock__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 3rem;
  }
  .coupon .coupon__ttlblock__ttl .txt-number {
    font-size: 5.5rem;
  }
  .coupon .coupon__icon--left {
    max-width: 5.9rem;
    top: -40px;
    left: -40px;
  }
  .coupon .coupon__icon--right {
    max-width: 6.2rem;
    top: -20px;
    right: -30px;
  }
  .coupon .coupon__use {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .coupon .coupon__use__ttl {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E2F1F6;
  }
  .coupon .coupon__use__body {
    padding: 1.5rem;
    width: 100%;
  }
  .flow .flow-tile {
    margin-bottom: 2rem;
  }
  .flow .flow-tile [class^="tile__set--col"] {
    margin: -1.25rem 0;
  }
  .flow .flow-tile .tile__set__item {
    padding: 1.25rem 0;
  }
  .flow__block::after {
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #333;
  }
  .flow__block__icon {
    width: 6.4rem;
  }
  .flow__block__txt {
    margin-top: 0;
    font-size: 1.5rem;
    margin-left: 3.5rem;
  }
  .faq .sec-inner--lv1 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .faq .faq__set li {
    margin-top: 1.5rem;
  }
  .faq__question {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .faq__answer {
    padding: 0 2rem 2.5rem;
  }
  .faq__answer__txt {
    padding-top: 1.5rem;
  }
  .blog .sec-inner {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .blog-tile {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .blog .blog-card .card__tmb {
    max-height: 18rem;
  }
  .blog .blog-card .card__body {
    padding: 2rem;
  }
  .blog .blog-card .card__ttl {
    font-size: 1.5rem;
  }
  .lp-about-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-about-intro__content {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-about-intro__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-about-intro__text br {
    display: none;
  }
  .lp-about-purpose {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-purpose__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-about-purpose__title-text::before {
    font-size: 4rem;
    top: -2.6rem;
    left: -1.5rem;
  }
  .lp-about-purpose__title-text::after {
    font-size: 4rem;
    top: -2.6rem;
    right: -1.5rem;
  }
  .lp-about-purpose__content {
    padding: 3.5rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-about-purpose__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-about-purpose__text br {
    display: none;
  }
  .lp-about-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-features__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-about-features__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 4rem;
  }
  .lp-about-features__card {
    padding: 3.5rem 2rem 2rem;
    border-radius: 2rem;
  }
  .lp-about-features__card-number {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    top: -2rem;
  }
  .lp-about-features__card-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .lp-about-features__card-text {
    font-size: 1.5rem;
  }
  .lp-about-target {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-target__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-about-target__content {
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
  .lp-about-target__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-about-target__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-about-learning {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-learning__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-about-learning__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .lp-about-learning__card {
    padding: 2rem;
    border-radius: 1.6rem;
  }
  .lp-about-learning__card-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .lp-about-learning__card-text {
    font-size: 1.5rem;
  }
  .lp-about-learning__links {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
  }
  .lp-about-learning__button {
    width: 100%;
  }
  .lp-about-synergy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-synergy__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-about-synergy__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lp-about-synergy__block {
    padding: 2rem;
    border-radius: 1.6rem;
  }
  .lp-about-synergy__block-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .lp-about-synergy__list-item {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1rem 1rem 3rem;
  }
  .lp-about-synergy__list-item::before {
    left: 1rem;
    font-size: 0.9rem;
  }
  .lp-about-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-faq__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-about-faq__item {
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 1.6rem;
  }
  .lp-about-faq__question {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-about-faq__question::before {
    left: -1rem;
  }
  .lp-about-faq__answer {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
  .lp-about-faq__answer::before {
    left: .5rem;
    top: 1.4rem;
  }
  .lp-about-faq__link {
    margin-top: 4rem;
    width: 100%;
  }
  .lp-about-faq__button {
    width: 100%;
  }
  .lp-about-benefits {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-about-benefits__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .lp-about-benefits__description {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .lp-about-benefits__list {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
    margin-bottom: 4rem;
  }
  .lp-about-benefits__list-item {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .lp-about-benefits__list-item::before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.1rem;
    left: -1rem;
    top: .2rem;
  }
  .lp-about-benefits__link {
    margin-top: 4rem;
    width: 100%;
  }
  .lp-about-benefits__button {
    width: 100%;
  }
  .lp-importance-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-importance-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-importance-intro__content {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-importance-intro__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-importance-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-importance-background__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-importance-background__items {
    gap: 3rem;
  }
  .lp-importance-background__item {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-importance-background__item-title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  .lp-importance-background__item-text {
    font-size: 1.6rem;
  }
  .lp-importance-role {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-importance-role__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-importance-role__table thead tr th {
    font-size: 1.7rem;
    padding: 2rem 1.5rem;
  }
  .lp-importance-role__table tbody tr th {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
  }
  .lp-importance-role__table tbody tr td {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
  }
  .lp-importance-quality {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-importance-quality__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-importance-quality__benefits {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .lp-importance-quality__benefit {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-importance-quality__benefit-title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  .lp-importance-quality__benefit-text {
    font-size: 1.6rem;
  }
  .lp-importance-quality__steps {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    margin-bottom: 3rem;
  }
  .lp-importance-quality__steps-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .lp-importance-quality__steps-item {
    font-size: 1.7rem;
    margin-bottom: 1.8rem;
    padding-left: 3.5rem;
  }
  .lp-importance-quality__steps-item::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
  .lp-importance-quality__summary {
    font-size: 1.6rem;
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-voice-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-voice-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-voice-intro__content {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-voice-intro__text {
    font-size: 1.6rem;
  }
  .lp-voice-intro__text br {
    display: none;
  }
  .lp-voice-testimonials {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-voice-testimonials__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-voice-testimonials__items {
    gap: 3rem;
  }
  .lp-voice-testimonials__item {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-voice-testimonials__item-title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  .lp-voice-testimonials__item-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .lp-voice-testimonials__item-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  .lp-voice-testimonials__item-author {
    font-size: 1.4rem;
  }
  .lp-voice-seminar {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-voice-seminar__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-voice-seminar__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lp-voice-seminar__item {
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
  }
  .lp-voice-seminar__item::before {
    font-size: 3rem;
    top: 0.5rem;
    left: 1rem;
  }
  .lp-voice-seminar__item-text {
    font-size: 1.5rem;
  }
  .lp-voice-services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-voice-services__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-voice-services__content {
    padding: 3rem 2.5rem;
  }
  .lp-voice-services__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-voice-services__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-voice-services__support-title {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .lp-voice-services__support-item {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-left: 2rem;
  }
  .lp-voice-services__support-item::before {
    font-size: 1rem;
  }
  .lp-voice-services__case {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-voice-services__case-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-voice-services__case-text {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .lp-voice-services__download {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    gap: 1rem;
  }
  .lp-entry-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-entry-intro__content {
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
  .lp-entry-intro__text {
    font-size: 1.6rem;
    text-align: left;
  }
  .lp-entry-intro__text br {
    display: none;
  }
  .lp-entry-overview {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-overview__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-overview__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-overview__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-entry-overview__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-entry-eligibility {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-eligibility__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-eligibility__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-eligibility__text {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-eligibility__link-text {
    font-size: 1.5rem;
  }
  .lp-entry-fee {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-fee__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-fee__card {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-entry-fee__card-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-fee__price {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .lp-entry-fee__card-text {
    font-size: 1.5rem;
  }
  .lp-entry-fee__link-text {
    font-size: 1.5rem;
  }
  .lp-entry-flow {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-flow__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-flow__steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .lp-entry-flow__step {
    padding: 5rem 2.5rem 2.5rem;
  }
  .lp-entry-flow__step-number {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.2rem;
  }
  .lp-entry-flow__step-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .lp-entry-flow__step-text {
    font-size: 1.4rem;
  }
  .lp-entry-flow__step-note {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .lp-entry-flow__step-list-item {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    padding-left: 1.8rem;
  }
  .lp-entry-flow__step-list-item::before {
    font-size: 1.6rem;
  }
  .lp-entry-flow__link-text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .lp-entry-flow__deadline {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-flow__deadline-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-flow__deadline-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    text-align: left;
  }
  .lp-entry-flow__deadline-text br {
    display: none;
  }
  .lp-entry-flow__deadline-link-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .lp-entry-notes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-notes__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-notes__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-notes__list-item {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    padding-left: 2rem;
  }
  .lp-entry-notes__list-item::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 1.2rem;
  }
  .lp-entry-notes__link-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .lp-faq-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-faq-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-faq-intro__content {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-faq-intro__text {
    font-size: 1.6rem;
  }
  .lp-faq-exam,
  .lp-faq-payment,
  .lp-faq-learning,
  .lp-faq-after {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-faq-exam__title,
  .lp-faq-payment__title,
  .lp-faq-learning__title,
  .lp-faq-after__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-faq-exam__item,
  .lp-faq-payment__item,
  .lp-faq-learning__item,
  .lp-faq-after__item {
    padding: 2.5rem 2.5rem;
    margin-bottom: 2rem;
    border-radius: 1.6rem;
  }
  .lp-faq-exam__question,
  .lp-faq-payment__question,
  .lp-faq-learning__question,
  .lp-faq-after__question {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-faq-exam__question::before,
  .lp-faq-payment__question::before,
  .lp-faq-learning__question::before,
  .lp-faq-after__question::before {
    left: -1rem;
  }
  .lp-faq-exam__answer,
  .lp-faq-payment__answer,
  .lp-faq-learning__answer,
  .lp-faq-after__answer {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
  .lp-faq-exam__answer::before,
  .lp-faq-payment__answer::before,
  .lp-faq-learning__answer::before,
  .lp-faq-after__answer::before {
    left: .5rem;
    top: 1.4rem;
  }
  .lp-faq-learning__answer br {
    display: none;
  }
  .lp-faq-after__answer br {
    display: none;
  }
  .lp-faq-links {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-faq-links__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-faq-links__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-faq-links__list-item {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
  .lp-learning-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-learning-intro__content {
    padding: 3rem 2.5rem;
    border-radius: 2rem;
  }
  .lp-learning-intro__text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .lp-learning-goal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-goal__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-learning-goal__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-learning-goal__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-learning-goal__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-learning-curriculum {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-curriculum__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-learning-curriculum__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .lp-learning-curriculum__card {
    padding: 3rem 2.5rem 2.5rem;
  }
  .lp-learning-curriculum__card-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .lp-learning-curriculum__card-text {
    font-size: 1.4rem;
  }
  .lp-learning-curriculum__note {
    font-size: 1.3rem;
  }
  .lp-learning-tools {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-tools__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-learning-tools__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-learning-tools__section {
    margin-bottom: 2.5rem;
  }
  .lp-learning-tools__section-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .lp-learning-tools__section-title .section-title-strong {
    padding: 0.3rem 1rem;
    border-radius: 2.5rem;
  }
  .lp-learning-tools__section-text {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .lp-learning-approach {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-approach__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-learning-approach__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-learning-approach__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-learning-approach__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-learning-period {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-learning-period__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-learning-period__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lp-learning-period__card {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-learning-period__card-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .lp-learning-period__card-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .lp-entry-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-intro__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lp-entry-intro__content {
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
  .lp-entry-intro__text {
    font-size: 1.6rem;
    text-align: left;
  }
  .lp-entry-intro__text br {
    display: none;
  }
  .lp-entry-overview {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-overview__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-overview__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-overview__list-item {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
  }
  .lp-entry-overview__list-item::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    left: 0;
    top: .5rem;
  }
  .lp-entry-eligibility {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-eligibility__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-eligibility__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-eligibility__text {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-eligibility__link-text {
    font-size: 1.5rem;
  }
  .lp-entry-fee {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-fee__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-fee__card {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    margin-bottom: 2rem;
  }
  .lp-entry-fee__card-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-fee__price {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .lp-entry-fee__card-text {
    font-size: 1.5rem;
  }
  .lp-entry-fee__link-text {
    font-size: 1.5rem;
  }
  .lp-entry-flow {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-flow__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-flow__steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .lp-entry-flow__step {
    padding: 5rem 2.5rem 2.5rem;
  }
  .lp-entry-flow__step-number {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.2rem;
  }
  .lp-entry-flow__step-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .lp-entry-flow__step-text {
    font-size: 1.4rem;
  }
  .lp-entry-flow__step-note {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .lp-entry-flow__step-list-item {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    padding-left: 1.8rem;
  }
  .lp-entry-flow__step-list-item::before {
    font-size: 1.6rem;
  }
  .lp-entry-flow__link-text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .lp-entry-flow__deadline {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-flow__deadline-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lp-entry-flow__deadline-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    text-align: left;
  }
  .lp-entry-flow__deadline-text br {
    display: none;
  }
  .lp-entry-flow__deadline-link-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .lp-entry-notes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lp-entry-notes__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lp-entry-notes__content {
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
  }
  .lp-entry-notes__list-item {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    padding-left: 2rem;
  }
  .lp-entry-notes__list-item::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 1.2rem;
  }
  .lp-entry-notes__link-text {
    font-size: 1.5rem;
    text-align: left;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

@media screen and (max-width: 320px) {
  .sec-inner {
    margin: 0 auto;
    min-width: auto;
  }
  .sec-inner--lv1 {
    margin: 0 auto;
    min-width: auto;
  }
  .sec-inner--lv2 {
    margin: 0 auto;
    min-width: auto;
  }
  .sec-inner--lv3 {
    margin: 0 auto;
    min-width: auto;
  }
  .sec-inner--lv4 {
    margin: 0 auto;
    min-width: auto;
  }
  .sec-inner--lv5 {
    margin: 0 auto;
    min-width: auto;
  }
  .btn-arrow--secondary .btn-txt {
    font-size: 1.3rem;
  }
  .btn-arrow--secondary .btn-txt-small {
    font-size: 1rem;
  }
  .merit .teacher-card .card__tmb {
    height: 22rem;
  }
  .coupon .coupon__ttlblock__ttl {
    display: block;
    font-size: 2.5rem;
  }
  .coupon .coupon__ttlblock__ttl .txt-number {
    font-size: 4rem;
  }
  .coupon .coupon__icon--left {
    max-width: 4.9rem;
    top: -39px;
    left: -44px;
  }
  .coupon .coupon__icon--right {
    max-width: 5.2rem;
    top: -6px;
    right: -32px;
  }
  .coupon .coupon__code__txt {
    font-size: 1.1rem;
  }
  .coupon .coupon__code__number {
    font-size: 1.1rem;
  }
  .coupon .coupon__dey-txt {
    font-size: 1.1rem;
  }
}

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