@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

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

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #444;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

strong {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.16rem;
  }
  .container {
    min-width: 1350px;
  }
  .wrapper {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .md {
    display: none !important;
  }
}
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.header-logo {
  display: inline-block;
  text-align: center;
}

@media print, (min-width: 768px) {
  header {
    min-height: 98px;
  }
  header .wrapper {
    padding: 54px 20px;
    width: auto;
    max-width: 1770px;
  }
  .header-logo {
    min-width: 354px;
    min-height: 64px;
    padding: 18px 15px 20px;
    border-radius: 56px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    min-height: 1.08rem;
  }
  header .wrapper {
    padding: 0.32rem 0.16rem;
  }
  .header-logo {
    width: 2.19rem;
    padding: 0.15rem 0.2rem;
    border-radius: 0.56rem;
    box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.25);
  }
  .header-logo img {
    display: block;
    width: 100%;
  }
}

.footer-logo {
  display: block;
  width: fit-content;
}

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

.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer-social .social-link {
  display: block;
}

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

.footer-copyright {
  color: #000;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    width: 1206px;
  }
  .footer-main {
    padding: 47px 0 39px;
  }
  .footer-logo {
    margin-bottom: 40px;
    margin-left: 5px;
  }
  .footer-list {
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    margin-bottom: 58px;
  }
  .footer-item {
    margin-right: 64px;
  }
  .footer-link {
    font-size: 0.15rem;
    letter-spacing: 0.1em;
  }
  .footer-social {
    margin-left: 5px;
  }
  .footer-social .social-item {
    margin-right: 50px;
  }
  .footer-bottom .wrapper {
    padding: 20px 0;
  }
  .footer-copyright {
    font-size: 0.1rem;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    display: block;
    letter-spacing: 0.13em;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.29rem 0 0.34rem;
  }
  .footer-logo {
    margin: 0 auto 0.36rem;
  }
  .footer-list {
    margin-bottom: 0.35rem;
  }
  .footer-item {
    margin-bottom: 0.19rem;
  }
  .footer-link {
    width: fit-content;
    margin: 0 auto;
    font-size: 0.12rem;
    letter-spacing: 0.15em;
  }
  .footer-social {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social .social-item {
    margin-right: 0.5rem;
  }
  .footer-social .social-item:last-child {
    margin-right: 0;
  }
  .footer-bottom .wrapper {
    min-height: 0.61rem;
    padding: 0.06rem 0;
  }
  .footer-copyright {
    font-size: 0.08rem;
    letter-spacing: 0.13em;
  }
}

.item-common .item-title {
  color: #7521da;
  text-align: center;
}

.item-common .item-image {
  width: fit-content;
  margin: 0 auto;
}

.item-common .item-text {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .item-common {
    padding: 23px 20px 46px;
    border-radius: 20px;
  }
  .item-common .item-title {
    margin-bottom: 16px;
    font-size: 0.2rem;
    letter-spacing: 0.03em;
  }
  .item-common .item-image {
    margin-bottom: 13px;
    height: 74px;
  }
  .item-common .item-text {
    font-size: 0.15rem;
    letter-spacing: 0.03em;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .item-common {
    padding: 0.27rem 0.2rem 0.23rem;
    border-radius: 0.2rem;
  }
  .item-common .item-title {
    margin-bottom: 0.18rem;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
  }
  .item-common .item-image {
    margin-bottom: 0.15rem;
    height: 0.74rem;
  }
  .item-common .item-image img {
    height: 100%;
    width: auto;
  }
  .item-common .item-text {
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-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 {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  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;
}

.school-slider .slider-item {
  display: none;
}
.school-slider .slider-item:first-child {
  display: block;
}
.school-slider.slick-initialized .slider-item {
  display: block !important;
}

.text-primary {
  color: #7521da;
}

.text-light {
  color: #fff;
}

.text-dark {
  color: #222;
}

.bg-primary {
  background-color: #7521da;
}

.bg-light {
  background-color: #fbf9ff;
}

.bg-gray {
  background-color: #fcfcfc;
}

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

@media print, (min-width: 768px) {
  .school-slider {
    margin: 0 -70px 60px -85px;
  }
  .school-slider .slider-item {
    padding: 8px 15px;
  }
  .school-slider img {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 767.98px) {
  .school-slider {
    margin: 0 -0.2rem 0.23rem -0.27rem;
  }
  .school-slider .slider-item {
    padding: 0.02rem 0.08rem 0.08rem 0.07rem;
    height: 1.7rem;
  }
  .school-slider img {
    height: 100%;
    width: auto;
    object-fit: contain;
    box-shadow: 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.15);
  }
}
@media print, (min-width: 768px) {
  .section-top-school.is-elementary .school-slider {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-school.is-elementary .school-slider {
    margin-bottom: 0.1rem;
  }
}
.title-primary {
  width: fit-content;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic;
}
.title-primary span {
  display: block;
}
.title-primary .is-label {
  width: fit-content;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  background: linear-gradient(270deg, #fd585a, #6513db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.title-primary .is-label::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #7521da;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 59px;
    margin-left: -10px;
    font-size: 0.4rem;
    letter-spacing: 0.15em;
  }
  .title-primary span {
    padding-right: 5px;
  }
  .title-primary .is-label {
    margin: 0 0 20px 94px;
  }
  .title-primary .is-label::before {
    right: calc(100% + 5px);
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.32rem;
    font-size: 0.32rem;
    letter-spacing: 0.15em;
  }
  .title-primary span {
    padding-right: 0.05rem;
  }
  .title-primary .is-label {
    margin: 0 0 0.18rem 0.93rem;
  }
  .title-primary .is-label::before {
    right: calc(100% + 0.05rem);
    width: 0.8rem;
  }
}
.title-secondary {
  letter-spacing: 0.03em;
}
.title-secondary span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.title-secondary .is-label {
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-secondary {
    margin-bottom: 26px;
    font-size: 0.24rem;
  }
  .title-secondary .is-label {
    margin-bottom: 6px;
    padding: 4px 32px;
    border-radius: 42px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    margin-bottom: 0.18rem;
    font-size: 0.15rem;
  }
  .title-secondary .is-label {
    min-width: 1.53rem;
    margin-bottom: 0.02rem;
    padding: 0.05rem 0.18rem;
    border-radius: 0.42rem;
    font-size: 0.14rem;
  }
}
.title-tertiary {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.title-tertiary::before,
.title-tertiary::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  background: currentColor;
}
.title-tertiary::before {
  right: 100%;
}
.title-tertiary::after {
  left: 100%;
}

@media print, (min-width: 768px) {
  .title-tertiary {
    max-width: 68%;
    margin-bottom: 53px;
    padding: 0 20px;
    font-size: 0.24rem;
  }
  .title-tertiary::before,
  .title-tertiary::after {
    width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-tertiary {
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .title-tertiary::before,
  .title-tertiary::after {
    width: 0.5rem;
  }
}
.is-tablet .title-secondary .is-label {
  padding: 3px 32px 5px;
}

.section-top-keyvisual {
  background: no-repeat center/cover;
}

.keyvisual-title {
  margin-bottom: 0;
  font-weight: 900;
  position: relative;
}
.keyvisual-title span {
  display: block;
}
.keyvisual-title .is-small {
  font-weight: 500;
}
.keyvisual-title::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 1080px;
    background-image: url(../img/top/keyvisual_bg.png);
    background-size: 1936px auto;
  }
  .is-mac .section-top-keyvisual {
    background-size: 1920px auto;
  }
  .section-top-keyvisual .wrapper {
    padding: 348px 0 0 20px;
    width: auto;
    max-width: 1570px;
  }
  .keyvisual-title {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
  .keyvisual-title .is-small {
    margin-bottom: 10px;
    font-size: 0.29rem;
    letter-spacing: 0.05em;
  }
  .keyvisual-title::before {
    top: -14px;
    left: 9px;
    width: 8px;
    height: 8px;
    box-shadow: 31px 0 0 0 currentColor, 62px 0 0 0 currentColor,
      93px 0 0 0 currentColor, 124px 0 0 0 currentColor;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 12.04rem;
    background-image: url(../img/top/sp/keyvisual_bg.png);
    background-position: center top -0.44rem;
  }
  .section-top-keyvisual .wrapper {
    padding: 1.17rem 0.04rem 0 0.16rem;
  }
  .keyvisual-title {
    font-size: 0.45rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
  .keyvisual-title .is-small {
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    letter-spacing: 0.08em;
  }
  .keyvisual-title::before {
    top: -0.06rem;
    left: 0.06rem;
    width: 0.04rem;
    height: 0.04rem;
    box-shadow: 0.17rem 0 0 0 currentColor, 0.34rem 0 0 0 currentColor,
      0.51rem 0 0 0 currentColor, 0.68rem 0 0 0 currentColor;
  }
}
@media print, (min-width: 1920.02px) {
  .section-top-keyvisual {
    background-size: cover;
  }
}
.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-cart .cart-inner {
  display: -ms-flexbox;
  display: flex;
}
.feature-cart .cart-image img {
  border-radius: inherit;
}
.feature-cart .cart-info {
  -ms-flex: 1;
  flex: 1;
}
.feature-cart .cart-text {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-feature {
    padding: 100px 0 142px;
  }
  .feature-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 64px;
  }
  .feature-item {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
  }
  .feature-cart {
    display: -ms-flexbox;
    display: flex;
    padding: 56px 48px 52px 62px;
    border-radius: 20px;
  }
  .feature-cart .cart-inner {
    margin-right: 73px;
  }
  .feature-cart .cart-image {
    margin-right: 18px;
    border-radius: 15px;
  }
  .feature-cart .cart-info {
    padding-top: 6px;
  }
  .feature-cart .info-job {
    margin-bottom: 17px;
    font-size: 0.14rem;
    line-height: 1.7857142857;
    letter-spacing: 0.03em;
  }
  .feature-cart .info-name strong {
    font-size: 0.24rem;
  }
  .feature-cart .cart-text {
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    padding: 0.71rem 0;
  }
  .feature-list {
    margin: 0 0 0.34rem;
  }
  .feature-item {
    margin: 0 0 0.21rem;
  }
  .feature-cart {
    padding: 0.3rem 0.2rem 0.26rem;
    border-radius: 0.2rem;
  }
  .feature-cart .cart-inner {
    margin-bottom: 0.2rem;
  }
  .feature-cart .cart-image {
    margin-right: 0.16rem;
    width: 0.99rem;
    height: 0.99rem;
    border-radius: 0.15rem;
  }
  .feature-cart .cart-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .feature-cart .cart-info {
    padding-top: 0.05rem;
  }
  .feature-cart .info-job {
    margin-bottom: 0.05rem;
    font-size: 0.12rem;
    line-height: 2.0833333333;
  }
  .feature-cart .info-name strong {
    font-size: 0.22rem;
  }
  .feature-cart .cart-text {
    line-height: 1.8;
  }
}

.material-wrapper {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .section-top-material {
    padding: 100px 0 68px;
  }
  .section-top-material .title-primary {
    margin-bottom: 72px;
  }
  .section-top-material .title-primary .is-label {
    margin-bottom: 10px;
  }
  .material-wrapper {
    margin-bottom: 72px;
    padding: 40px 70px 35px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-material {
    padding: 0.71rem 0 0.4rem;
  }
  .section-top-material .title-primary .is-label {
    margin-bottom: 0.09rem;
  }
  .material-wrapper {
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.2rem 0.04rem;
    border-radius: 0.2rem;
  }
  .material-wrapper.block-elementary {
    padding-bottom: 0.28rem;
  }
}
.school-title {
  color: #222;
  text-align: center;
}

.school-text {
  color: #222;
}

.school-note {
  color: #999;
}

@media print, (min-width: 768px) {
  .section-top-school {
    margin-bottom: 15px;
  }
  .section-top-school.is-elementary {
    margin-bottom: 50px;
  }
  .section-top-school.is-elementary .school-title {
    margin-bottom: 29px;
  }
  .school-title {
    margin-bottom: 30px;
    font-size: 0.24rem;
  }
  .school-text {
    margin-bottom: 13px;
  }
  .school-note {
    margin-right: -70px;
    font-size: 0.11rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-school {
    margin-bottom: 0.1rem;
  }
  .section-top-school.is-elementary {
    margin-bottom: 0.3rem;
  }
  .school-title {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
  }
  .school-text {
    margin-bottom: 0.1rem;
    font-size: 0.12rem;
  }
  .school-note {
    margin-right: -0.1rem;
    font-size: 0.1rem;
  }
}
.section-top-textbook {
  position: relative;
}
.section-top-textbook::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fbf9ff;
}

.textbook-text {
  margin-bottom: 0;
  color: #222;
  line-height: 1.8;
}

@media print, (min-width: 768px) {
  .section-top-textbook {
    margin-bottom: 51px;
    padding: 30px 15px 36px;
    border-radius: 20px;
  }
  .section-top-textbook::before {
    border-width: 0 123px 31px;
  }
  .textbook-text {
    padding: 0 5px 0 35px;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-textbook {
    margin-bottom: 0.42rem;
    padding: 0.2rem 0.2rem 0.18rem;
    border-radius: 0.2rem;
  }
  .section-top-textbook::before {
    border-width: 0 0.64rem 0.14rem;
  }
  .textbook-text {
    font-size: 0.14rem;
    letter-spacing: -0.02em;
  }
}
.example-title {
  color: #222;
  text-align: center;
}

.example-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.example-item .item-image {
  overflow: hidden;
  position: relative;
}
.example-item .item-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7521da;
  color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.example-item .item-text {
  margin-bottom: 0;
  color: #222;
}

@media print, (min-width: 768px) {
  .section-top-example {
    padding-bottom: 4px;
  }
  .example-title {
    margin-bottom: 30px;
    font-size: 0.2rem;
  }
  .example-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -33px;
  }
  .example-item {
    margin: 0 32px 30px;
    width: 330px;
  }
  .example-item .item-image {
    margin-bottom: 16px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .example-item .item-image figcaption {
    padding: 11px 10px 12px;
  }
  .example-item .item-text {
    font-size: 0.15rem;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  .example-title {
    margin-bottom: 0.3rem;
    font-size: 0.15rem;
  }
  .example-item {
    margin: 0 0 0.24rem;
  }
  .example-item .item-image {
    margin-bottom: 0.11rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem 0.04rem rgba(0, 0, 0, 0.075);
  }
  .example-item .item-image figcaption {
    padding: 0.1rem;
  }
  .example-item .item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .example-item .item-text {
    font-size: 0.14rem;
    line-height: 1.8;
  }
}
.course-list {
  list-style: none;
  padding: 0;
}

.course-item {
  display: -ms-flexbox;
  display: flex;
  border: solid #f5fafe;
}
.course-item .item-icon img {
  border-radius: 50%;
}
.course-item .item-inner {
  -ms-flex: 1;
  flex: 1;
}
.course-item .item-title {
  color: #222;
  letter-spacing: 0.03em;
}
.course-item .item-text {
  margin-bottom: 0;
  color: #222;
  line-height: 1.8;
}

@media print, (min-width: 768px) {
  .section-top-course {
    margin-bottom: 35px;
    padding: 33px 50px 20px 48px;
    border-radius: 20px;
    background: url(../img/top/course_bg.png) no-repeat left 64px top 15px/998px
      auto #fbf9ff;
  }
  .section-top-course .title-secondary {
    padding-left: 21px;
  }
  .course-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 8px;
  }
  .course-item {
    width: calc(50% - 20px);
    margin: 0 10px 19px;
    padding: 27px 33px 40px 27px;
    border-radius: 20px;
    border-width: 2px;
  }
  .course-item .item-icon {
    margin-right: 30px;
    margin-top: 14px;
  }
  .course-item .item-title {
    margin-bottom: 17px;
    font-size: 0.17rem;
  }
  .course-item .item-text {
    font-size: 0.14rem;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-course {
    padding: 0.33rem 0.15rem 0.12rem;
    border-radius: 0.2rem;
    background: url(../img/top/sp/course_bg.png) no-repeat left 0.1rem top
      0.13rem/2.77rem auto #fbf9ff;
  }
  .section-top-course .title-secondary {
    margin-bottom: 0.32rem;
  }
  .course-list {
    margin: 0 0 0.2rem;
  }
  .course-item {
    margin: 0 0 0.1rem;
    padding: 0.19rem 0.2rem 0.22rem 0.1rem;
    border-radius: 0.16rem;
    border-width: 1px;
  }
  .course-item .item-icon {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 0.1rem;
    width: 0.45rem;
  }
  .course-item .item-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .course-item .item-title {
    margin-bottom: 0.05rem;
    font-size: 0.13rem;
    line-height: 1.1846153846;
  }
  .course-item .item-text {
    font-size: 0.12rem;
    letter-spacing: 0.03em;
  }
}

@media print, (min-width: 768px) {
  .section-top-picture-of-a-class {
    padding: 100px 0 141px;
  }
  .section-top-picture-of-a-class .title-primary .is-label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-picture-of-a-class {
    padding: 0.7rem 0 0.42rem;
  }
  .section-top-picture-of-a-class .title-primary .is-label {
    margin: 0 0 0.08rem 0.97rem;
  }
}

.section-top-picture-of-a-class .subtitle {
  font-size: 0.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.user-voice-article + .user-voice-article {
  margin-top: 1rem;
}

.user-voice-article-title {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
}

.user-voice-article .youtube-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.user-voice-article .youtube-iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.user-voice-title {
  font-size: 0.2rem;
  margin-bottom: 0.25rem;
}

.user-voice-container {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.user-image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 160px;
  flex-grow: 1;
}

.user-image-container img {
  object-fit: cover;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  margin-bottom: 0.2rem;
}

.user-image-container .user-name {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0;
}

.user-voice-image-container {
  width: 100%;
  display: flex;
}

.user-voice-image-container > figure > img {
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 260px;
  border-radius: 20px;
}

.user-voice-text {
  line-height: 1.8;
}

@media print, (min-width: 768px) {
  .user-voice-container {
    margin-bottom: 0.5rem;
    padding: 0 1rem;
  }

  .user-voice-text {
    margin-left: 1rem;
  }

  .user-voice-image-container {
    justify-content: center;
  }

  .user-voice-image-container > figure + figure {
    margin-left: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .user-voice-title-text {
    font-size: 22px;
    letter-spacing: normal;
  }

  .user-voice-article > .youtube-container > .youtube-iframe {
    border-radius: 20px;
  }

  .user-voice-container {
    flex-direction: column;
    margin-bottom: 0.25rem;
    padding: 0 0.15rem;
  }

  .user-voice-text {
    margin: 0.25rem 0;
  }

  .user-voice-image-container {
    flex-direction: column;
  }

  .user-voice-image-container > figure + figure {
    margin-top: 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-attendance {
    padding: 100px 0 141px;
  }
  .section-top-attendance .title-primary .is-label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-attendance {
    padding: 0.7rem 0 0.42rem;
  }
  .section-top-attendance .title-primary .is-label {
    margin: 0 0 0.08rem 0.97rem;
  }
}
.condition-list {
  list-style: none;
  padding-left: 0;
}

.condition-item .item-title {
  color: #222;
}

.condition-note {
  margin-bottom: 0;
  letter-spacing: 0.03em;
  color: #999;
}
.condition-note::before {
  content: "※";
}

@media print, (min-width: 768px) {
  .section-top-condition {
    margin-bottom: 71px;
  }
  .condition-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .condition-item {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 29px;
  }
  .condition-item .item-title {
    margin-bottom: 48px;
  }
  .condition-item .item-image {
    margin-bottom: 43px;
  }
  .condition-note {
    margin-top: -20px;
    padding-left: 10px;
    font-size: 0.11rem;
    line-height: 1.5;
    position: relative;
  }
  .condition-note::before {
    position: absolute;
    left: -1px;
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-condition {
    margin-bottom: 0.5rem;
  }
  .condition-list {
    margin: 0 0 0.3rem;
  }
  .condition-item {
    margin: 0 0 0.21rem;
    padding: 0.3rem 0.37rem 0.23rem;
  }
  .condition-item .item-title {
    margin-bottom: 0.18rem;
    font-size: 0.14rem;
  }
  .condition-item .item-image {
    margin-bottom: 0.26rem;
  }
  .condition-item .item-image img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
  .condition-item .item-text {
    letter-spacing: 0.03em;
  }
  .condition-note {
    margin-top: -0.2rem;
    padding-right: 0.07rem;
    font-size: 0.1rem;
    text-align: justify;
    line-height: 1.5;
  }
}
.flow-list {
  list-style: none;
  padding-left: 0;
}

.flow-item {
  position: relative;
}
.flow-item::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_arrow_right.svg") no-repeat center/contain;
}
.flow-item:last-child:before {
  content: none;
}
.flow-item .item-count {
  color: #7521da;
  font-size: 0.24rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.flow-item .item-count:before {
  content: "Step";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #444;
  font-size: 0.14rem;
}
.flow-item .item-title {
  color: #222;
  text-align: center;
}
.flow-item .item-image {
  width: fit-content;
  margin: 0 auto;
}
.flow-item .item-text {
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

@media print, (min-width: 768px) {
  .section-top-flow {
    margin-bottom: 25px;
  }
  .section-top-flow .title-tertiary {
    margin-bottom: 51px;
  }
  .flow-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -45px;
  }
  .flow-item {
    width: calc(33.333% - 90px);
    margin: 0 45px 45px;
    border-radius: 20px;
    padding: 30px 22px 19px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .flow-item::before {
    height: 88px;
    width: 22px;
    left: calc(100% + 39px);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flow-item:nth-child(3n)::before {
    content: none;
  }
  .flow-item .item-count {
    margin-bottom: 10px;
    padding-top: 16px;
  }
  .flow-item .item-title {
    margin-bottom: 12px;
    font-size: 0.2rem;
  }
  .flow-item .item-image {
    margin-bottom: 20px;
  }
  .flow-item .item-text {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow {
    margin-bottom: 0.5rem;
  }
  .flow-list {
    margin: 0 0 0.45rem;
  }
  .flow-item {
    margin: 0 0 0.5rem;
    border-radius: 0.2rem;
    padding: 0.3rem 0.18rem 0.25rem;
    box-shadow: 0 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .flow-item::before {
    height: 0.91rem;
    width: 0.32rem;
    top: 95%;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .flow-item .item-count {
    margin-bottom: 0.1rem;
    padding-top: 0.16rem;
  }
  .flow-item .item-title {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    letter-spacing: 0.03em;
  }
  .flow-item .item-image {
    margin-bottom: 0.2rem;
    width: 1.2rem;
  }
  .flow-item .item-image img {
    width: 100%;
  }
}
.schedule-text {
  color: #222;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.schedule-list {
  list-style: none;
  border-left: 2px solid #7521da;
}

.schedule-item .item-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.schedule-item .time-duration {
  color: #222;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
}
.schedule-item .time-duration::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #7521da;
}
.schedule-item .time-note {
  margin-bottom: 0;
  color: #222;
}
.schedule-item .item-content {
  position: relative;
}
.schedule-item .item-content .icon-arrow {
  position: absolute;
  top: 0.3rem;
  left: 0;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.15rem 0.25rem 0.15rem 0;
  border-color: transparent #fff transparent transparent;
}
.schedule-item .item-content li {
  letter-spacing: 0.03em;
}
.schedule-item .content-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.schedule-item .content-list li {
  position: relative;
}
.schedule-item .content-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ba90ec;
}
.schedule-item .item-image img {
  border-radius: inherit;
}

@media print, (min-width: 768px) {
  .section-top-schedule {
    margin-bottom: 70px;
    padding-left: 45px;
  }
  .section-top-schedule .title-tertiary {
    margin-bottom: 52px;
    position: relative;
    left: -30px;
  }
  .schedule-text {
    margin-bottom: 40px;
  }
  .schedule-list {
    margin: 0 0 0 10px;
    padding-top: 11px;
    padding-left: 20px;
    padding-bottom: 87px;
  }
  .schedule-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding-right: 390px;
    position: relative;
  }
  .schedule-item .item-time {
    margin-right: 18px;
    margin-top: 28px;
    width: 150px;
  }
  .schedule-item .time-duration {
    margin-top: 1px;
    margin-bottom: -5px;
    font-size: 0.24rem;
  }
  .schedule-item .time-duration::before {
    width: 20px;
    height: 20px;
    left: -31px;
  }
  .schedule-item .item-content {
    margin-right: 48px;
    width: 530px;
    padding: 22px 20px 14px 33px;
    border-radius: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .schedule-item .item-content li {
    margin-bottom: 7px;
    padding-left: 20px;
    line-height: 1.5625;
  }
  .schedule-item .item-content li::before {
    border-width: 4px 0 4px 7px;
  }
  .schedule-item .item-image {
    position: absolute;
    right: 46px;
    top: 54%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 390px;
    height: 250px;
    border-radius: 20px;
  }
  .schedule-item.is-custom {
    margin-bottom: 160px;
  }
  .schedule-item.is-custom .item-image {
    bottom: -16px;
    top: auto;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-schedule {
    margin-bottom: 0.47rem;
  }
  .section-top-schedule .title-tertiary {
    margin-bottom: 0.25rem;
  }
  .schedule-text {
    margin-bottom: 0.24rem;
    font-size: 0.12rem;
  }
  .schedule-list {
    padding: 0.23rem 0.19rem 0 0.13rem;
    margin: 0 0 0 0.11rem;
  }
  .schedule-item {
    margin-bottom: 0.39rem;
  }
  .schedule-item .item-time {
    justify-self: center;
    margin-bottom: 0.15rem;
  }
  .schedule-item .time-duration {
    margin: 0 0 0.05rem 0.08rem;
    font-size: 0.16rem;
  }
  .schedule-item .time-duration::before {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.31rem;
  }
  .schedule-item .time-note {
    margin-left: -0.02rem;
    font-size: 0.12rem;
  }
  .schedule-item .item-content {
    margin-bottom: 0.16rem;
    padding: 0.22rem 0.1rem 0.13rem 0.2rem;
    border-radius: 0.2rem;
    box-shadow: 0 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  }
  .schedule-item .item-content li {
    margin-bottom: 0.07rem;
    padding-left: 0.2rem;
    line-height: 1.7857142857;
  }
  .schedule-item .item-content li::before {
    border-width: 0.04rem 0 0.04rem 0.08rem;
  }
  .schedule-item .item-content .icon-arrow {
    top: -0.14rem;
    left: 0.19rem;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-width: 0.15rem 0.25rem 0.15rem 0;
  }
  .schedule-item .item-image {
    width: 2.9rem;
    border-radius: 0.2rem;
  }
  .schedule-item .item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.information-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.information-item .item-title {
  color: #7521da;
}
.information-item .item-text {
  line-height: 1.8;
}
.information-item .item-text:last-child {
  margin-bottom: 0;
}
.information-item .item-image {
  border: 3px solid #fbf9ff;
}
.information-item .item-image img {
  border-radius: inherit;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-information {
    margin-bottom: 113px;
  }
  .section-top-information .title-tertiary {
    margin-bottom: 100px;
  }
  .information-item {
    width: 800px;
    margin-right: auto;
    margin-bottom: 98px;
    border-radius: 20px;
    padding: 69px 126px 38px 71px;
    position: relative;
  }
  .information-item .item-title {
    margin-bottom: 18px;
    font-size: 0.2rem;
    letter-spacing: 0.03em;
  }
  .information-item .item-text {
    margin-bottom: 33px;
    letter-spacing: 0.03em;
  }
  .information-item .item-image {
    position: absolute;
    left: calc(87% + 4px);
    top: -15%;
    width: 440px;
    border-radius: 17px;
  }
  .information-item.is-revert {
    margin-left: auto;
    margin-right: 0;
    padding: 55px 76px 21px 122px;
  }
  .information-item.is-revert .item-image {
    left: auto;
    right: 91%;
    top: 50%;
    width: 460px;
    -ms-transform: translateY(-50.5%);
    transform: translateY(-50.5%);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-information {
    margin-bottom: 0.51rem;
  }
  .section-top-information .title-tertiary {
    margin-bottom: 0.21rem;
  }
  .information-item {
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    padding: 0.31rem 0 0;
  }
  .information-item .item-title {
    margin-bottom: 0.13rem;
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .information-item .item-text {
    margin-bottom: 0.29rem;
    padding: 0 0.2rem;
  }
  .information-item .item-image {
    border-radius: 0 0 0.2rem 0.2rem;
  }
}
.section-top-table {
  overflow: hidden;
}
.section-top-table .item-row {
  display: -ms-flexbox;
  display: flex;
}
.section-top-table .item-row:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
.section-top-table .item-row:first-child .item-text {
  text-align: center;
}
.section-top-table .table-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-top-table .table-title {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.section-top-table .item-title,
.section-top-table .item-sub-title {
  font-weight: bold;
  color: #444;
}
.section-top-table .item-text {
  color: #444;
  margin-bottom: 0;
}
.section-top-table .item-image {
  margin: 0 auto;
}
.section-top-table .item-image img {
  display: block;
  max-width: 100%;
}
.section-top-table .row-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-top-table .row-content {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-table {
    border-radius: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .section-top-table .table-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-table .table-item {
    width: 100%;
  }
  .section-top-table .table-item.is-left {
    width: 530px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section-top-table .table-item .item-row:first-child .item-text {
    font-size: 0.18rem;
  }
  .section-top-table .table-title {
    padding: 32px 10px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .section-top-table .item-title,
  .section-top-table .item-sub-title {
    font-size: 0.2rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 11px;
  }
  .section-top-table .item-title + .item-image,
  .section-top-table .item-sub-title + .item-image {
    margin-top: 20px;
  }
  .section-top-table .item-text {
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .section-top-table .item-image {
    width: fit-content;
  }
  .section-top-table .row-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    padding: 10px;
  }
  .section-top-table .row-label .item-sub-title {
    margin-bottom: 0;
  }
  .section-top-table .row-content {
    width: 100%;
    padding: 39px 61px 39px 66px;
  }
  .section-top-table .is-curriculum .row-content {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-table {
    border-radius: 0.2rem;
    box-shadow: 0 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  }
  .section-top-table .table-item:not(:first-child) {
    border-top: 0.01rem solid #c4c4c4;
  }
  .section-top-table .table-title {
    padding: 0.19rem 0.1rem;
    font-size: 0.16rem;
  }
  .section-top-table .item-title {
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.05rem;
  }
  .section-top-table .item-title + .item-image {
    margin-top: 0.2rem;
  }
  .section-top-table .item-sub-title {
    font-size: 0.12rem;
  }
  .section-top-table .item-text {
    font-size: 0.13rem;
    line-height: 1.8;
  }
  .section-top-table .item-image {
    width: 1.6rem;
  }
  .section-top-table .item-image img {
    width: 100%;
  }
  .section-top-table .row-label {
    width: 1.04rem;
    padding: 0.19rem 0.05rem 0.15rem 0.17rem;
  }
  .section-top-table .row-content {
    width: calc(100% - 1.04rem);
    padding: 0.2rem 0.22rem;
  }
  .section-top-table .row-content .item-sub-title {
    margin-bottom: 0.08rem;
    text-align: center;
  }
  .section-top-table .is-collapse {
    width: calc(100% + 1.04rem);
    margin-left: -1.04rem;
  }
  .section-top-table .is-collapse .row-content {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .section-top-table .is-curriculum .row-content {
    padding-top: 0.15rem;
    padding-bottom: 0.21rem;
  }
}
.form-list {
  list-style: none;
}

.form-item {
  display: -ms-flexbox;
  display: flex;
}
.form-item .form-label {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  color: #595e70;
  font-weight: bold;
}
.form-item .form-label span {
  color: #df1a14;
}
.form-item .form-content {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.form-item .form-content input:not([type="checkbox"]):not([type="radio"]),
.form-item .form-content textarea,
.form-item .form-content select {
  border: 1px solid #ddc8f6;
  border-radius: 0.04rem;
  background-color: #f4f5f6;
  outline-color: #ddc8f6;
  color: #595e70;
  width: 100%;
  display: block;
}
.form-item .form-content input:not([type="checkbox"]):not([type="radio"]):focus,
.form-item .form-content textarea:focus,
.form-item .form-content select:focus {
  outline: none;
  background-color: #f7f1fd;
}
.form-item :-ms-input-placeholder {
  color: #999;
}
.form-item ::placeholder {
  color: #999;
}
.form-item select {
  cursor: pointer;
  position: relative;
  background-image: url("../img/common/icn_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.contact-button {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  background: linear-gradient(270deg, #fd585a, #6513db);
  word-spacing: 0.2rem;
}

@media print, (min-width: 768px) {
  .section-top-contact {
    padding: 90px 0 84px;
  }
  .section-top-contact .title-primary .is-label {
    margin: 0 0 8px 99px;
  }
  .contact-form {
    padding-right: 270px;
    padding-left: 240px;
    margin: 0 auto 60px;
  }
  .contact-request {
    margin-bottom: 48px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .form-list {
    padding-left: 0;
    margin-bottom: 61px;
  }
  .form-item {
    margin-bottom: 36px;
  }
  .form-item .form-label {
    font-size: 0.18rem;
    padding-right: 10px;
    text-align: right;
  }
  .form-item .form-label span {
    font-size: 0.16rem;
    margin-left: 5px;
  }
  .form-item input:not([type="checkbox"]):not([type="radio"]),
  .form-item select {
    font-size: 0.18rem;
    height: 60px;
    padding: 1px 16px 3px;
  }
  .form-item select {
    background-size: 10px 10px;
  }
  .form-item textarea {
    font-size: 0.18rem;
    padding: 15px 15px 8px;
  }
  .form-item :-ms-input-placeholder {
    font-size: 0.18rem;
  }
  .form-item ::placeholder {
    font-size: 0.18rem;
  }
  .contact-button {
    font-size: 0.24rem;
    width: 450px;
    padding: 12px 40px 14px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-46.3%);
    transform: translateX(-46.3%);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    padding: 0.72rem 0 0.5rem;
  }
  .section-top-contact .title-primary .is-label {
    margin: 0 0 0.08rem 0.95rem;
  }
  .contact-form {
    margin-bottom: 0.36rem;
  }
  .contact-request {
    margin-bottom: 0.49rem;
  }
  .form-list {
    padding-left: 0;
    margin-bottom: 0.37rem;
  }
  .form-item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.25rem;
  }
  .form-item .form-label {
    font-size: 0.14rem;
    text-align: left;
    margin-bottom: 0.05rem;
  }
  .form-item .form-label span {
    font-size: 0.16rem;
    margin-left: 0.03rem;
  }
  .form-item input:not([type="checkbox"]):not([type="radio"]),
  .form-item select {
    font-size: 0.14rem;
    min-height: 0.6rem;
    padding: 0 0.16rem;
  }
  .form-item select {
    background-size: 0.1rem 0.1rem;
  }
  .form-item textarea {
    font-size: 0.14rem;
    padding: 0.15rem 0.15rem 0.39rem;
  }
  .form-item :-ms-input-placeholder {
    text-align: left;
    font-size: 0.14rem;
  }
  .form-item ::placeholder {
    text-align: left;
    font-size: 0.14rem;
  }
  .contact-button {
    font-size: 0.24rem;
    width: 100%;
    padding: 0.12rem 0.4rem 0.14rem;
    filter: drop-shadow(0 0.04rem 0.1rem rgba(0, 0, 0, 0.15));
  }
}
.result-description {
  position: relative;
}
.result-description .description-title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 2;
}
.result-description .description-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.result-description .description-background::before {
  content: "";
  background-color: rgba(117, 33, 218, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.result-description .description-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-description .description-content {
  position: relative;
  z-index: 2;
}
.result-description .description-overall {
  list-style: none;
}
.result-description .overall-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.45;
}
.result-description .overall-item .is-number {
  color: #ff0;
}
.result-description .overall-item .is-text {
  color: #fff;
}
.result-description .description-detail {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.result-description .detail-item {
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #fff;
}
.result-description .detail-item:nth-child(n + 3) {
  margin-right: 0;
}
.result-description .detail-item .is-number,
.result-description .detail-item .is-text {
  display: block;
}
.result-description .detail-item .is-number {
  position: relative;
}
.result-description .detail-item .is-number::after {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.school-list-title {
  font-weight: bold;
  line-height: 1.45;
  color: #222;
  text-align: center;
}

.school-list-wrapper .school-list {
  list-style: none;
}
.school-list-wrapper .school-item {
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.school-list-wrapper .school-item .item-tag {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.school-list-wrapper .school-item .item-name {
  color: #444;
}

@media print, (min-width: 768px) {
  .section-top-result {
    padding: 101px 0 143px;
  }
  .section-top-result .title-primary {
    margin-bottom: 60px;
    margin-left: -11px;
  }
  .section-top-result .title-primary .is-label {
    margin: 0 0 8px 98px;
  }
  .result-description {
    min-height: 933px;
    padding: 106px 70px 68px;
    margin-bottom: 139px;
  }
  .result-description .description-title {
    font-size: 0.3rem;
    padding: 0 45px;
    width: 426px;
    min-height: 83px;
    border-radius: 0 0 41.5px 41.5px;
    left: calc(50% - 213px);
  }
  .result-description .description-background {
    border-radius: 20px;
  }
  .result-description .description-overall {
    padding: 0 25px 0 88px;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .result-description .overall-item .is-number {
    font-size: 0.8rem;
    margin-right: 50px;
  }
  .result-description .overall-item .is-text {
    font-size: 0.3rem;
    margin-top: 28px;
  }
  .result-description .overall-item:nth-child(2) .is-number {
    margin-right: 24px;
  }
  .result-description .description-detail {
    margin-bottom: 25px;
  }
  .result-description .detail-item {
    width: 255px;
    height: 255px;
    padding: 27px 38px 0 37px;
    margin-right: 65px;
    margin-bottom: 25px;
    filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.15));
  }
  .result-description .detail-item .is-number {
    font-size: 0.8rem;
    margin-bottom: 14px;
  }
  .result-description .detail-item .is-number::after {
    height: 1px;
    bottom: 7px;
  }
  .result-description .detail-item .is-text {
    font-size: 0.36rem;
  }
  .school-list-title {
    font-size: 0.2rem;
    margin-bottom: 28px;
    padding-right: 22px;
  }
  .school-list-wrapper {
    padding: 30px 0 23px 24px;
    border-radius: 20px;
    border: solid 1px #7521da;
  }
  .school-list-wrapper .school-list {
    padding-left: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .school-list-wrapper .school-item {
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    margin: 0 43px 21px;
  }
  .school-list-wrapper .school-item .item-tag {
    padding: 7px 16px 8px;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    min-width: 82px;
    max-width: 200px;
  }
}
.school-slider {
  opacity: 0;
  pointer-events: none;
}
.school-slider.is-slider-ready {
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .section-top-result {
    padding-top: 0.3rem;
  }
  .section-top-result .title-primary {
    margin-bottom: 0.31rem;
  }
  .section-top-result .title-primary .is-label {
    margin: 0 0 0.09rem 0.96rem;
  }
  .section-top-result .title-primary .is-label::before {
    right: calc(100% + 0.08rem);
  }
  .result-description {
    min-height: 8.9rem;
    padding: 0.45rem 0.2rem 0.3079rem;
    margin: 0 -0.2rem;
  }
  .result-description .description-title {
    font-size: 0.18rem;
    padding: 0 0.3rem;
    min-height: 0.46rem;
    border-radius: 0 0 0.2rem 0.2rem;
    left: calc(50% - 1.115rem);
  }
  .result-description .description-overall {
    padding: 0 0.175rem;
    margin-bottom: 0.2rem;
  }
  .result-description .overall-item {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -0.11rem;
  }
  .result-description .overall-item:last-child {
    margin-bottom: 0;
  }
  .result-description .overall-item .is-number {
    font-size: 0.5rem;
    margin-right: 0.1rem;
    letter-spacing: -0.01em;
  }
  .result-description .overall-item .is-text {
    font-size: 0.18rem;
  }
  .result-description .description-detail {
    margin-bottom: 0.07rem;
  }
  .result-description .detail-item {
    width: 1.03rem;
    height: 1.03rem;
    padding: 0.11rem 0.15rem 0;
    margin-right: 0.13rem;
    margin-bottom: 0.13rem;
    filter: drop-shadow(0 0.0202rem 0.0809rem rgba(0, 0, 0, 0.15));
  }
  .result-description .detail-item .is-number {
    font-size: 0.3238rem;
    margin-bottom: 0.0562rem;
  }
  .result-description .detail-item .is-number::after {
    height: 0.004rem;
    bottom: 0.0288rem;
  }
  .result-description .detail-item .is-text {
    font-size: 0.1457rem;
  }
  .school-list-title {
    font-size: 0.14rem;
    margin-bottom: 0.19rem;
  }
  .school-list-wrapper {
    padding: 0.3rem;
    border-radius: 0.2rem;
    border: solid 0.01rem #7521da;
  }
  .school-list-wrapper .school-list {
    padding-left: 0.06rem;
    margin-bottom: 0;
  }
  .school-list-wrapper .school-item {
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.12rem;
    margin-bottom: 0.15rem;
  }
  .school-list-wrapper .school-item:last-child {
    margin-bottom: 0;
  }
  .school-list-wrapper .school-item .item-tag {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0.7rem;
    max-width: 40%;
    text-align: center;
    padding: 0.02rem 0.16rem 0.04rem;
    min-height: 0.3rem;
    margin-right: 0.1rem;
    border-radius: 0.05rem;
  }
  .school-list-wrapper .school-item .item-name {
    font-size: 0.14rem;
    display: inline-block;
    margin-bottom: 0.02rem;
  }
}
.result-article .article-title {
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}
.result-article .article-image-wrapper,
.result-article .article-text {
  position: relative;
}
.result-article .article-image-wrapper {
  z-index: 2;
}
.result-article .article-text {
  z-index: 1;
}
.result-article .article-image {
  position: relative;
}
.result-article .article-image img {
  display: block;
}
.result-article .article-image .is-absolute {
  position: absolute;
}
.result-article .article-subject {
  font-size: 0.16rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #222;
}
.result-article .article-subject .is-position {
  color: #444;
  font-size: 0.14rem;
  font-weight: normal;
}
.result-article:nth-child(1) .article-subject .is-position {
  display: block;
}
.result-article .article-paragraph {
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
  color: #444;
}
.result-article .article-paragraph li::marker {
  font-size: 0.6em;
}
.result-article .article-paragraph > :last-child {
  margin-bottom: 0;
}
.result-article .article-tag {
  font-size: 0.16rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #7521da;
  display: block;
}

@media print, (min-width: 768px) {
  .result-article:nth-child(1) {
    margin-bottom: 71px;
  }
  .result-article:nth-child(2) {
    margin-bottom: 53px;
  }
  .result-article .article-title {
    font-size: 0.3rem;
    margin-bottom: 50px;
  }
  .result-article .article-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .result-article .article-image .has-border {
    border-radius: 20px;
  }
  .result-article:nth-child(1) .article-image-wrapper {
    margin-right: -50px;
  }
  .result-article:nth-child(2) .article-image-wrapper {
    margin-right: -48px;
  }
  .result-article .article-text {
    border-radius: 20px;
    padding: 67px 70px 70px;
  }
  .result-article:nth-child(1) .article-text {
    width: 849px;
    padding: 62px 70px 63px 114px;
    margin-top: 50px;
  }
  .result-article:nth-child(2) .article-text {
    width: 584px;
    margin-top: 32px;
  }
  .result-article .article-subject {
    margin-bottom: 28px;
    line-height: 2;
  }
  .result-article:nth-child(1) .article-subject .is-position {
    margin-bottom: -4px;
  }
  .result-article:nth-child(2) .article-subject {
    margin-bottom: 4px;
  }
  .result-article:nth-child(3) .article-subject {
    margin-bottom: 2px;
  }
  .result-article:nth-child(3) .article-subject .is-position {
    font-size: 0.16rem;
  }
  .result-article .article-paragraph {
    font-size: 0.15rem;
  }
  .result-article .article-paragraph p {
    margin-bottom: 27px;
  }
  .result-article:nth-child(2) .article-paragraph,
  .result-article:nth-child(3) .article-paragraph {
    font-size: 0.16rem;
  }
  .result-article .article-tag {
    margin-bottom: 12px;
  }
  .result-article:nth-child(2) .article-tag {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .result-article-wrapper {
    margin: 0 -0.2rem;
    padding: 0.4rem 0.2rem 0.25rem;
  }
  .result-article:nth-child(1) {
    margin-bottom: 0.36rem;
  }
  .result-article:nth-child(2) {
    margin-bottom: 0.15rem;
  }
  .result-article .article-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .result-article:nth-child(2) .article-title {
    margin-bottom: 0.16rem;
  }
  .result-article .article-image img {
    width: 100%;
  }
  .result-article .article-image .has-border {
    border-radius: 0.2rem;
  }
  .result-article .article-image-wrapper {
    margin-bottom: 0.15rem;
  }
  .result-article .article-text {
    border-radius: 0.2rem;
    padding: 0.3rem 0.2rem;
  }
  .result-article .article-subject {
    margin-bottom: 0.04rem;
    line-height: 1.8;
  }
  .result-article:nth-child(1) .article-subject {
    line-height: 2;
    margin-bottom: 0.21rem;
  }
  .result-article:nth-child(1) .article-subject .is-position {
    margin-bottom: -0.04rem;
  }
  .result-article:nth-child(3) .article-subject .is-position {
    font-size: 0.16rem;
  }
  .result-article .article-paragraph {
    font-size: 0.14rem;
  }
  .result-article .article-paragraph p {
    margin-bottom: 0.252rem;
  }
  .result-article .article-tag {
    margin-bottom: 0.1rem;
  }
}
.section-top-company .company-avatar {
  overflow: hidden;
}
.section-top-company .company-information {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.section-top-company .company-information dt {
  color: #7521da;
}
.section-top-company .company-information dd {
  color: #444;
}
.section-top-company .company-information .tel-number {
  display: inline-block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .section-top-company {
    padding: 101px 0 200px;
  }
  .section-top-company .title-primary {
    margin-bottom: 60px;
  }
  .section-top-company .title-primary .is-label {
    margin: 0 0 9px 98px;
  }
  .section-top-company .company-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-top-company .company-avatar {
    width: max-content;
    margin-right: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
  }
  .section-top-company .company-information {
    width: 601px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.18rem;
  }
  .section-top-company .company-information dt {
    max-width: 114px;
    padding-right: 10px;
  }
  .section-top-company .company-information dd {
    display: -ms-flexbox;
    display: flex;
    width: 487px;
    margin-left: auto;
  }
  .section-top-company .company-information dd + dd {
    width: 100%;
  }
  .section-top-company .company-information dd + dd::before {
    content: "";
    width: 114px;
  }
  .section-top-company .company-information dt,
  .section-top-company .company-information dd {
    margin-bottom: 20px;
  }
  .section-top-company .company-information .tel-number {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-company {
    padding-bottom: 0.7rem;
  }
  .section-top-company .title-primary .is-label {
    margin: 0 0 0.09rem 1rem;
  }
  .section-top-company .company-avatar {
    border-radius: 0.2rem;
  }
  .section-top-company .company-avatar img {
    width: 100%;
  }
  .section-top-company .company-information {
    font-size: 0.14rem;
    padding-left: 0.07rem;
    margin-bottom: 0.37rem;
  }
  .section-top-company .company-information dt,
  .section-top-company .company-information dd {
    display: block;
  }
  .section-top-company .company-information dd {
    margin-bottom: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .result-description .description-overall {
    padding: 0 0.075rem;
  }
}
@media only screen and (max-width: 374px) {
  .is-iphone .information-item .item-text {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .is-iphone .section-top-table .row-content {
    padding-left: 0.17rem;
    padding-right: 0.17rem;
  }
}
input:not([type="checkbox"]):not([type="radio"])::-webkit-outer-spin-button,
input:not([type="checkbox"]):not([type="radio"])::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:not([type="checkbox"]):not([type="radio"])[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 10px;
}
/*# sourceMappingURL=top.css.map */
