@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

:root {
  --colorText: #252525;
  --colorLink: #252525;
  --colorMain: #0030A7;
  --colorGray: #f0f0f0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: var(--colorText);
  line-height: 2;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "甲仿幼用褒打 ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a, button {
  color: var(--colorMain);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, -webkit-box-shadow ease 0.4s;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, -webkit-box-shadow ease 0.4s;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, box-shadow ease 0.4s;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s;
}
a img, button img {
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
a path, button path {
  -webkit-transition: fill ease 0.4s;
  transition: fill ease 0.4s;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  outline: none;
}
a:active, button:active {
  outline: none;
}
@media (min-width: 769px) {
  a[href*="tel:"], button[href*="tel:"] {
    pointer-events: none;
  }
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section, article {
  display: block;
}

.inner-footer {
  background-color: #fff;
}
.inner-footer .bg {
  padding: 5rem 1rem 3.5rem;
  background-color: #f0f0f0;
}
.inner-footer .bg .inner {
  width: 100%;
  margin: 0 auto;
}
.inner-footer .flexArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
  margin: 0 0 2.5rem;
}
.inner-footer .bg > .inner > .cf {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inner-footer .fo-logo {
  display: block;
  width: 35%;
  text-align: left;
}
.inner-footer .fo-logo img {
  width: 21.2rem;
  height: auto;
}
.inner-footer .global {
  display: block;
  color: #4d4d4d;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.inner-footer .global li {
  color: #4d4d4d;
  font-size: 1.2rem;
  display: inline-block;
}
.inner-footer .global li a {
  color: #373637;
}
.inner-footer .global li:first-child::before {
  content: "|";
  margin-right: 1rem;
}
.inner-footer .global li::after {
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.inner-footer .global li:last-child::after {
  margin-right: 0;
}
.inner-footer address {
  display: block;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-style: normal;
  text-align: left;
  vertical-align: bottom;
}
.inner-footer address .spbr {
  display: none;
}
.inner-footer .copy {
  color: #4d4d4d;
  font-size: 1rem;
  font-style: normal;
  height: 4rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.webentry_footer_bn {
  padding-top: 6rem;
}

.webentry_footer_bn.prospect_top_bn_admission {
  padding-bottom: 6rem;
}

footer {
  display: none;
}
footer .bg {
  padding: 5rem 5rem 3.5rem;
  background-color: #f0f0f0;
}
footer .bg .inner {
  width: 100%;
  margin: 0 auto;
}
footer .flexArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2rem;
  margin: 0 0 2.5rem;
}
footer .bg > .inner > .cf {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .fo-logo {
  display: block;
  width: 35%;
  text-align: left;
}
footer .fo-logo img {
  width: 21.2rem;
  height: auto;
}
footer .global {
  display: block;
  color: #4d4d4d;
  font-size: 0;
  width: 100%;
  text-align: center;
}
footer .global li {
  color: #4d4d4d;
  font-size: 1.2rem;
  display: inline-block;
}
footer .global li a {
  color: #373637;
}
footer .global li:first-child::before {
  content: "|";
  margin-right: 1rem;
}
footer .global li::after {
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
footer .global li:last-child::after {
  margin-right: 0;
}
footer address {
  display: block;
  color: #4d4d4d;
  font-size: 1.2rem;
  font-style: normal;
  text-align: left;
}
footer address .spbr {
  display: none;
}
footer .copy {
  color: #4d4d4d;
  font-size: 1rem;
  font-style: normal;
  height: 4rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  footer {
    display: block;
  }
  footer .bg {
    padding: 2.5rem 2rem;
  }
  footer .fo-logo {
    width: 49%;
  }
  footer address {
    margin: 1rem 0;
    font-size: 1.1rem;
  }
  footer .global {
    text-align: left;
  }
  footer .global li a {
    font-size: 1rem;
  }
  footer .global li:first-child::before {
    content: "|";
    margin-right: 0.7rem;
  }
  footer .global li::after {
    content: "|";
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.9rem 1.3rem;
  z-index: 1;
}
header .logo {
  display: block;
  width: 16.2rem;
  height: 5.8rem;
}
header .menuBtn {
  position: fixed;
  top: 0;
  right: 0;
}
header .menuBtn__block {
  position: absolute;
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  border-radius: 5px;
  top: 0;
  right: 0;
  z-index: 999;
}
header .menuBtn__block span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*失瓦丟奈扑亦件及偞隅*/
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #fff;
  width: 42%;
}
header .menuBtn__block span:nth-of-type(1) {
  top: 2.6rem;
}
header .menuBtn__block span:nth-of-type(2) {
  top: 3.5rem;
}
header .menuBtn__block span:nth-of-type(3) {
  top: 4.4rem;
}
header .menuBtn__block span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  bottom: -3.3rem;
  left: -0.2rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}
header .menuBtn__block.active span {
  background: #87519d;
}
header .menuBtn__block.active span:nth-of-type(1) {
  top: 3rem;
  left: 0.4rem;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 42%;
}
header .menuBtn__block.active span:nth-of-type(2) {
  opacity: 0;
}
header .menuBtn__block.active span:nth-of-type(3) {
  top: 4.2rem;
  left: 0.6rem;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 42%;
}
header .menuBtn__block.active span:nth-of-type(3)::after {
  content: "CLOSE";
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 0.7rem;
  left: 1.6rem;
  color: #87519d;
}
header .menuBtn__inner {
  width: 50rem;
  height: 100vh;
  padding: 11.8rem 4rem 0;
  background: #fbcc2b;
  position: fixed;
  top: 0;
  right: -63rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
header .menuBtn__inner.show {
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
header .menuBtn__innerTop {
  margin: 0 0 3rem;
}
header .menuBtn__innerTop a {
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #87519d;
}
header .menuBtn__innerTop a:hover {
  opacity: 0.6;
}
header .menuBtn__innerMenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 0 5rem;
}
header .menuBtn__innerMenu ul li {
  width: 50%;
}
header .menuBtn__innerMenu ul li a {
  color: #87519d;
}
header .menuBtn__innerMenu ul li a:hover {
  opacity: 0.6;
}
header .menuBtn__innerMenu ul li a span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 500;
}
header .menuBtn__innerMenu ul li a p {
  font-size: 2.9rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 700;
}
header .menuBtn__innerMenu ul li a p em {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 700;
}
header .menuBtn__innerMenu--link a {
  display: block;
  border-radius: 40px;
  border: solid 2px #87519d;
  text-align: center;
  color: #87519d;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 1.1rem 0;
  margin: 0 0 2rem;
  background: url(/special/assets/images/window-icon.svg) right 2.7rem center no-repeat;
  background-size: 2rem 1.6rem;
}
header .menuBtn__innerMenu--link a:last-child {
  margin: 0;
}
header .menuBtn__innerMenu--link a:hover {
  background: #87519d url(../images/window-icon-on.svg) right 2.7rem center no-repeat;
  background-size: 2rem 1.6rem;
  color: #fbcc2b;
}
@media (max-width: 768px) {
  header {
    padding: 1rem;
  }
  header .logo {
    width: 9.92rem;
    height: 3.6rem;
  }
  header .menuBtn__block {
    width: 5.5rem;
    height: 5.5rem;
    top: 0;
    right: 0;
    z-index: 999;
  }
  header .menuBtn__block span {
    height: 2px;
  }
  header .menuBtn__block span:nth-of-type(1) {
    top: 1.3rem;
  }
  header .menuBtn__block span:nth-of-type(2) {
    top: 2rem;
  }
  header .menuBtn__block span:nth-of-type(3) {
    top: 2.7rem;
  }
  header .menuBtn__block span:nth-of-type(3)::after {
    bottom: -2.3rem;
    left: -0.3rem;
    font-size: 0.9rem;
  }
  header .menuBtn__block.active span:nth-of-type(1) {
    top: 1.4rem;
    left: 0.2rem;
  }
  header .menuBtn__block.active span:nth-of-type(3) {
    top: 2.6rem;
    left: 0.3rem;
  }
  header .menuBtn__block.active span:nth-of-type(3)::after {
    top: 0.3rem;
    left: 1rem;
  }
  header .menuBtn__inner {
    width: 100%;
    padding: 8.8rem 3rem 0;
  }
  header .menuBtn__inner--logo a {
    display: block;
    width: 10rem;
    height: 3.6rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  header .menuBtn__innerTop {
    margin: 0 0 1.5rem;
  }
  header .menuBtn__innerTop a {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  header .menuBtn__innerMenu ul {
    gap: 1rem 0;
    margin: 0 0 3.3rem;
  }
  header .menuBtn__innerMenu ul li a span {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  header .menuBtn__innerMenu ul li a p {
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  header .menuBtn__innerMenu ul li a p em {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
  header .menuBtn__innerMenu--link a {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 0.7rem;
    margin: 0 0 1.5rem;
    background: url(/special/assets/images/window-icon.svg) right 2.7rem center no-repeat;
    background-size: 1.5rem 1.2rem;
  }
}

.topPage.lowArea .fixedArea {
  background: none;
}
.topPage.lowArea .fixedArea figure {
  width: 100%;
  height: 100%;
  max-width: inherit;
  position: static;
}
.topPage.lowArea .fixedArea figure img {
  width: 100%;
  height: 100%;
}
.topPage.lowArea .fixedArea figure::before {
  content: "";
  width: 100%;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5018382353)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5018382353) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5018382353) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.topPage.lowArea .scrollArea__block {
  padding: 9rem 0 0;
}
.topPage.lowArea .scrollArea__block figure {
  margin: 0 0 6rem;
}
.topPage.lowArea .scrollArea__block .suContents {
  padding: 0 5rem 9rem;
}
.topPage.lowArea .scrollArea__block .suContentsTitle {
  font-size: 3.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin: 0 0 2rem;
}
.topPage.lowArea .scrollArea__block .suContents ul {
  margin: 0 0 3rem;
}
.topPage.lowArea .scrollArea__block .suContents ul li {
  margin: 0 0 1rem;
}
.topPage.lowArea .scrollArea__block .suContents ul li:last-child {
  margin: 0;
}
.topPage.lowArea .scrollArea__block .suContents ul li a {
  display: block;
  background: #fff url(../images/voice01/linkArrow.svg) right 2.5rem center no-repeat;
  background-size: 1rem auto;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding: 2rem 0;
}
.topPage.lowArea .scrollArea__block .suContents ul li a:hover {
  opacity: 0.6;
}
.topPage.lowArea .scrollArea__block .suContents .opBtn a {
  display: block;
  width: 100%;
}
.topPage.lowArea .scrollArea__block .suContents .opBtn a:hover {
  opacity: 0.6;
}
.topPage.lowArea .scrollArea__block .slideArea {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 7rem 5rem 6rem;
}
.topPage.lowArea .scrollArea__block .slideArea__title {
  font-size: 3.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  color: #000;
  margin: 0 0 3.6rem;
  position: absolute;
  top: -3.3rem;
  left: 0;
  right: 0;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide {
  width: 33.3333333333%;
  margin: 0 1rem;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide figure {
  margin: 0 0 1rem;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide dl {
  color: #000;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dt {
  font-size: 1.1rem;
  line-height: 0.9;
  letter-spacing: -0.1em;
  font-weight: 500;
  margin: 0 0 1rem;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dd {
  font-size: 1.7rem;
  line-height: 0.6;
  letter-spacing: 0em;
  font-weight: 700;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dd span {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-prev:before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 5.4rem;
  background: url(/special/assets/images/voice01/slidePrev.svg) no-repeat;
  background-size: 1.5rem auto;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-next:before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 5.4rem;
  background: url(/special/assets/images/voice01/slideNext.svg) no-repeat;
  background-size: 1.5rem auto;
}
.topPage.lowArea .scrollArea__block .slideArea .slick-prev, .topPage.lowArea .scrollArea__block .slideArea .slick-next {
  width: 1.5rem;
  height: 5.4rem;
  top: 46%;
}
@media (max-width: 768px) {
  .topPage.lowArea .scrollArea__block {
    padding: 5rem 0 0;
  }
  .topPage.lowArea .scrollArea__block figure {
    margin: 0 0 5rem;
  }
  .topPage.lowArea .scrollArea__block .suContents {
    padding: 0 5rem 7rem;
  }
  .topPage.lowArea .scrollArea__block .suContentsTitle {
    margin: 0 0 3rem;
  }
  .topPage.lowArea .scrollArea__block .suContents ul li {
    margin: 0 0 2rem;
  }
  .topPage.lowArea .scrollArea__block .suContents ul li a {
    background: #fff url(../images/voice01/linkArrow.svg) right 1.5rem center no-repeat;
    background-size: 7px auto;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding: 1.6rem 0;
  }
  .topPage.lowArea .scrollArea__block .slideArea {
    padding: 5rem 3rem 5rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea__title {
    font-size: 2.4rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    font-weight: 800;
    top: -3rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-slide {
    margin: 0 0.7rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dt {
    font-size: 0.8rem;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 0 0 0.4rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dd {
    font-size: 1.1rem;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-slide dl dd span {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-prev {
    left: -1.7rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-prev::before {
    width: 1rem;
    height: 3.7rem;
    background: url(/special/assets/images/voice01/slidePrev.svg) no-repeat;
    background-size: 1rem auto;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-next {
    right: -2.2rem;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-next::before {
    width: 1rem;
    height: 3.7rem;
    background: url(/special/assets/images/voice01/slideNext.svg) no-repeat;
    background-size: 1rem auto;
  }
  .topPage.lowArea .scrollArea__block .slideArea .slick-prev, .topPage.lowArea .scrollArea__block .slideArea .slick-next {
    top: 39%;
  }
}
@media (max-width: 768px) {
  .topPage.lowArea .fixedArea figure::before {
    content: "";
    width: 100%;
    height: 9rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5018382353)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5018382353) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5018382353) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.topPage .mainContent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topPage .fixedArea {
  width: calc(100% - 50rem);
  height: 100%;
  min-width: 31.3rem;
  background: url(/special/assets/images/fixBg.png);
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
}
.topPage .fixedArea figure {
  max-width: 107rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topPage .fixedArea figure img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topPage .fixedArea__name {
  width: calc(100% - 50rem);
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(/special/assets/images/voice01/nameBg.svg) no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.topPage .fixedArea__name.blue {
  background: url(/special/assets/images/voice02/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.pink {
  background: url(/special/assets/images/voice03/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.orange {
  background: url(/special/assets/images/voice04/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.sky {
  background: url(/special/assets/images/voice05/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.green {
  background: url(/special/assets/images/voice06/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.purple {
  background: url(/special/assets/images/voice07/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.vivi {
  background: url(/special/assets/images/voice08/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__name.rime {
  background: url(/special/assets/images/voice09/nameBg.svg) no-repeat;
  background-size: 100% auto;
}
.topPage .fixedArea__nameInner {
  padding: 9.5rem 6rem 6rem;
}
.topPage .fixedArea__nameFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.topPage .fixedArea__nameFlex--school {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 0;
}
.topPage .fixedArea__nameFlex--school.small {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}
.topPage .fixedArea__name--sub {
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 0 0 2rem;
}
.topPage .fixedArea__name--main {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.topPage .fixedArea__name--tab {
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 0 0.6rem;
}
@media (max-width: 768px) {
  .topPage .fixedArea__name {
    width: 100%;
    background: url(/special/assets/images/voice01/nameBg_sp.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
  .topPage .fixedArea__nameInner {
    padding: 4.5rem 2rem 2rem;
  }
  .topPage .fixedArea__nameFlex--school {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .topPage .fixedArea__name--sub {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 0 0 0.5rem;
  }
  .topPage .fixedArea__name--main {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage .fixedArea__name--tab {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 0.6rem;
  }
  .topPage .fixedArea__name.blue {
    background: url(/special/assets/images/voice02/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.pink {
    background: url(/special/assets/images/voice03/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.orange {
    background: url(/special/assets/images/voice04/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.sky {
    background: url(/special/assets/images/voice05/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.green {
    background: url(/special/assets/images/voice06/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.purple {
    background: url(/special/assets/images/voice07/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.vivi {
    background: url(/special/assets/images/voice08/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
  .topPage .fixedArea__name.rime {
    background: url(/special/assets/images/voice09/nameBg_sp.svg) no-repeat;
    background-size: 100%;
  }
}
.topPage .scrollArea {
  width: 50rem;
  height: 100vh;
  margin: 0 0 0 auto;
}
.topPage .scrollArea__block {
  padding: 6rem 3.7rem 4rem;
}
.topPage .scrollArea__block.red {
  background: #dd6364;
}
.topPage .scrollArea__block.blue {
  background: #538cd1;
}
.topPage .scrollArea__block.pink {
  background: #db7474;
}
.topPage .scrollArea__block.orange {
  background: #d2a360;
}
.topPage .scrollArea__block.sky {
  background: #00b9ef;
}
.topPage .scrollArea__block.green {
  background: #47b9aa;
}
.topPage .scrollArea__block.purple {
  background: #b0619c;
}
.topPage .scrollArea__block.vivi {
  background: #ee8545;
}
.topPage .scrollArea__block.rime {
  background: #6e9e45;
}
.topPage .scrollArea__blockTop {
  color: #fff;
  margin: 0 0 4rem;
}
.topPage .scrollArea__block figure {
  margin: 0 0 4rem;
}
.topPage .scrollArea__block--name {
  margin: 0 1rem 0 0;
}
.topPage .scrollArea__block--nameFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.topPage .scrollArea__block--nameSub {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 0 0 2rem;
}
.topPage .scrollArea__block--nameTitle {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 700;
}
.topPage .scrollArea__block--nameTab {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0em;
  font-weight: 700;
}
.topPage .scrollArea__block--from p {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 500;
}
.topPage .scrollArea__blockBottom p {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}
.topPage .scrollArea__blockLink {
  text-align: right;
}
.topPage .scrollArea__blockLink a {
  display: inline-block;
  position: relative;
}
.topPage .scrollArea__blockLink a em {
  display: inline-block;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 2.9;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0 4rem 0 0;
  color: #fff;
}
.topPage .scrollArea__blockLink a::after {
  content: "";
  width: 13.3rem;
  height: 1.8rem;
  background: url(/special/assets/images/redmoreArrow.svg) no-repeat;
  background-size: 13.3rem 1.8rem;
  position: absolute;
  left: -0.3rem;
  bottom: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPage .scrollArea__blockLink a:hover::after {
  width: 15rem;
  background: url(/special/assets/images/redmoreArrow.svg) no-repeat;
  background-size: 15rem 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPage .scrollArea__blockArticle {
  color: #fff;
  margin: 0 0 6.7rem;
}
.topPage .scrollArea__blockArticleTitle {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 0 4rem;
  margin: 0 0 4rem;
}
.topPage .scrollArea__blockArticle p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .topPage .fixedArea {
    width: 100%;
    min-width: auto;
    height: 100vh;
    position: relative;
  }
  .topPage .fixedArea figure {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topPage .fixedArea figure img {
    width: 100%;
    height: 100%;
  }
  .topPage .mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topPage .scrollArea {
    width: 100%;
    height: auto;
  }
  .topPage .scrollArea__block {
    padding: 5rem 3rem 4rem;
  }
  .topPage .scrollArea__blockTop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 4rem;
  }
  .topPage .scrollArea__blockBottom p {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage .scrollArea__block--nameSub {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0 0 1.5rem;
  }
  .topPage .scrollArea__block--nameTitle {
    font-size: 2.3rem;
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage .scrollArea__block--nameTab {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .topPage .scrollArea__block--from p {
    font-size: 1.1rem;
    line-height: 2.3;
    letter-spacing: -0.065em;
    font-weight: 500;
  }
  .topPage .scrollArea__blockArticle {
    margin: 0 0 5rem;
  }
  .topPage .scrollArea__blockArticleTitle {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
    padding: 0 2.5rem;
    margin: 0 0 2rem;
  }
  .topPage .scrollArea__blockArticle p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 0 2.5rem;
  }
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

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

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
  html {
    font-size: 0.666666666vw;
  }
}
@media screen and (max-width: 1430px) and (min-width: 768px) {
  .topPage .fixedArea figure {
    width: 100%;
    height: 85rem;
  }
  .topPage .fixedArea figure img {
    width: 100%;
    height: auto;
  }
  .topPage.lowArea figure {
    height: 100%;
  }
  .topPage.lowArea figure img {
    height: 100%;
  }
}