@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF;
  color: #090909;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

th,
td {
  border-collapse: collapse;
}

*:focus {
  outline: none;
}

.l-container {
  padding: 0 16px;
  max-width: 1112px;
  margin: 0 auto;
}

.l-inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 57px;
  }
}
.l-inner > *:first-child {
  margin-top: 0;
}
.l-inner > *:last-child {
  margin-bottom: 0;
}

.l-section {
  padding: 25px 0;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}

.l-header {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 1080px) {
  .l-header {
    overflow-x: unset;
    position: static;
  }
}
.l-header__top {
  padding: 5px 0 7px;
  background-color: #1B6FAC;
}
@media screen and (min-width: 1080px) {
  .l-header__top {
    padding: 15px 16px;
    margin-bottom: 20px;
  }
}
.l-header__topInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 67px;
}
@media screen and (min-width: 1080px) {
  .l-header__topInner {
    padding-right: 16px;
  }
}
.l-header__logo {
  width: 97px;
}
@media screen and (min-width: 1080px) {
  .l-header__logo {
    width: 197px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__ctaSp {
  display: flex;
  column-gap: 24px;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .l-header__ctaSp {
    display: none;
  }
}
.l-header__ctaSpTxt {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header__ctaSpTxt > span > span {
  letter-spacing: 0.3em;
}
.l-header__ctaSpTxt::after {
  content: "▲";
  display: block;
  color: #F4FA50;
  font-size: 0.75rem;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
}
.l-header__ctaSpList {
  display: flex;
  column-gap: 14px;
}
.l-header__ctaSpListItem > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 6px;
  align-items: center;
  font-size: 0.6875rem;
  line-height: 1;
}
.l-header__ctaSpListItem > a > img {
  width: 23px;
}
@media screen and (max-width: 1079px) {
  .l-header__ctaPc {
    display: none;
  }
}
.l-header__ctaPcTxt {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #FFF;
  position: relative;
  padding: 0 20px;
  margin-bottom: 14px;
  text-align: center;
}
.l-header__ctaPcTxt > span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F4FA50;
}
.l-header__ctaPcTxt::before, .l-header__ctaPcTxt::after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #FFF;
  position: absolute;
  top: 3px;
}
.l-header__ctaPcTxt::before {
  left: 34px;
  transform: rotate(-45deg);
}
.l-header__ctaPcTxt::after {
  right: 34px;
  transform: rotate(45deg);
}
.l-header__ctaPcList {
  display: flex;
  column-gap: 14px;
  align-items: center;
}
.l-header__ctaPcListItem > a {
  display: block;
  width: 190px;
  height: 33px;
  line-height: 1;
  padding: 9px 8px;
  border-radius: 10px;
  letter-spacing: 0.075em;
  background-color: #FFF;
  color: #005086;
  text-align: center;
}
.l-header__ctaPcListItem > a.--line {
  background-color: #22AC38;
  color: #FFF;
}
.l-header__ctaPcListItem > a:hover {
  font-size: 1.0625rem;
}
.l-header__hambugerBtn {
  display: block;
  width: 31px;
  height: 23px;
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .l-header__hambugerBtn {
    display: none;
  }
}
.l-header__hambugerBtn > span {
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transform-origin: 0% 50%;
  position: absolute;
  transition: 0.3s;
}
.l-header__hambugerBtn > span:first-child {
  top: 0;
}
.l-header__hambugerBtn > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hambugerBtn > span:last-child {
  bottom: 0;
}
.l-header__bottom.js-isFixed {
  position: fixed;
  width: 100%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.l-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 20px;
  overflow-y: scroll;
  background-color: #0B355D;
  background-image: url("../images/common/hamburger_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .l-header__menu {
    position: relative;
    z-index: 100;
    background-image: unset;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    overflow-y: unset;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.l-header__nav {
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .l-header__nav {
    display: flex;
    justify-content: space-between;
    color: #090909;
    font-size: 1.125rem;
  }
}
.l-header__nav.l-container {
  padding: 0 0 100px;
  max-width: 370px;
}
@media screen and (min-width: 1080px) {
  .l-header__nav.l-container {
    max-width: 1112px;
    padding-bottom: 0;
  }
}
.l-header__navFirst {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  padding-left: 16px;
}
@media screen and (min-width: 1080px) {
  .l-header__navFirst {
    flex-direction: row;
    column-gap: 40px;
    background-color: #FFF;
    border: 4px solid #1B6FAC;
    padding: 15px 34px;
    border-radius: 20px;
  }
}
.l-header__navFirst > li {
  position: relative;
}
.l-header__navFirst > li > span {
  display: block;
  border-left: 9px solid #fff;
  padding-left: 8px;
}
@media screen and (min-width: 1080px) {
  .l-header__navFirst > li > span {
    border-left: unset;
    padding-left: 0;
  }
  .l-header__navFirst > li > span:hover {
    color: #005086;
  }
  .l-header__navFirst > li > span:hover > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1080px) {
  .l-header__navFirst > li:hover .l-header__navSecond {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__navSecond {
  margin-top: 10px;
  padding-left: 47px;
}
.l-header__navSecond a {
  display: block;
}
@media screen and (min-width: 1080px) {
  .l-header__navSecond {
    padding-left: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    width: 151%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .l-header__navSecond.--wide {
    width: 250%;
  }
  .l-header__navSecond li {
    padding: 5px 20px;
  }
  .l-header__navSecond li:hover {
    background-color: rgba(27, 111, 172, 0.8);
    color: #FFF;
  }
}
.l-header__navBtnSp {
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
  column-gap: 18px;
  justify-content: center;
}
@media screen and (min-width: 1080px) {
  .l-header__navBtnSp {
    display: none;
  }
}
.l-header__navBtnSpItem {
  width: 170px;
  padding: 6px 8px 11px;
  background-color: #1B6FAC;
  color: #FFF;
  border: 3px dashed #F4FA50;
  border-radius: 10px;
  text-align: center;
}
.l-header__navBtnSpItem.--yellow {
  background-color: #F4FA50;
  color: #005086;
  border-color: #1B6FAC;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.l-header__navBtnSpItem > p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.l-header__navBtnSpItem > p:first-child {
  border-bottom: 2px solid #fff;
  margin-bottom: 7px;
}
.l-header__navBtnSpItem > p:first-child.--blue {
  border-bottom-color: #1B6FAC;
  padding-top: 4px;
  padding-bottom: 3px;
}
.l-header__navBtnSpItem > p:first-child .--lg {
  font-size: 1rem;
}
.l-header__navBtnSpItem > p:last-child {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.125rem;
}
.l-header__navBtnSpItem > p:last-child > span.--wide {
  letter-spacing: 0.2em;
}
.l-header__navBtnSpItem > p:last-child > span.--small {
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
}
.l-header__navBtnSpItem > p:last-child > span.--small::before {
  content: "スティーム";
  font-size: 0.625rem;
  position: absolute;
  top: -5px;
  left: 0;
}
.l-header__navBtnSpItem > p:last-child > span.--narrow {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1080px) {
  .l-header__sns {
    display: none;
  }
}
.l-header__sns ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.l-header__sns ul > li a {
  display: block;
}
.l-header__sns ul > li img {
  width: 31px;
}
.l-header__navBtnPc {
  width: min(13.9vw, 190px);
  background-color: #F4FA50;
  border: 4px solid #1B6FAC;
  border-radius: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .l-header__navBtnPc {
    display: none;
  }
}
.l-header__navBtnPc > a {
  display: block;
  padding: 10px 2px;
}
.l-header__navBtnPc > a:hover {
  color: #005086;
}

.js-isMenuOpen {
  overflow: hidden;
}
.js-isMenuOpen .l-header__menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.js-isMenuOpen .l-header__hambugerBtn > span {
  background-color: #fff;
}
.js-isMenuOpen .l-header__hambugerBtn > span:first-child {
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.js-isMenuOpen .l-header__hambugerBtn > span:last-child {
  transform: rotate(-45deg);
  bottom: -1px;
  left: 3px;
}
.js-isMenuOpen .l-header__hambugerBtn > span:nth-child(2) {
  transform: translateX(200%);
  opacity: 0;
}

.l-main {
  padding-top: 49px;
}
@media screen and (min-width: 1080px) {
  .l-main {
    padding-top: 0;
  }
}
.l-main > .--pt {
  padding-top: 90px;
}
@media screen and (min-width: 1080px) {
  .l-main > .--pt {
    padding-top: 50px;
  }
}

.btn-toTop {
  display: block;
  width: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 768px) {
  .btn-toTop {
    width: 52px;
  }
}

.l-footer {
  height: 221px;
  background-image: url("../images//common/footer_bg_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1080px) {
  .l-footer {
    height: 287px;
    background-image: url("../images//common/footer_bg_pc.png");
  }
}
.l-footer > .l-container {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .l-footer > .l-container {
    padding-top: 28px;
    padding-bottom: 35px;
  }
}
.l-footer__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.l-footer__sns {
  margin-bottom: 13px;
}
@media screen and (min-width: 1080px) {
  .l-footer__sns {
    margin-bottom: 22px;
  }
}
.l-footer__snsTxt {
  text-align: center;
  color: #005086;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .l-footer__snsTxt {
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
}
.l-footer__snsList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media screen and (min-width: 1080px) {
  .l-footer__snsList {
    column-gap: 26px;
  }
}
.l-footer__snsList > li {
  width: 31px;
}
@media screen and (min-width: 1080px) {
  .l-footer__snsList > li {
    width: 39px;
  }
}
.l-footer__snsList > li > a {
  display: block;
}
.l-footer__logo > a {
  display: block;
  width: 50px;
  margin: 0 auto 7px;
}
@media screen and (min-width: 1080px) {
  .l-footer__logo > a {
    width: 90px;
    margin-bottom: 16px;
  }
}
.l-footer__copy {
  display: block;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .l-footer__copy {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .l-footer__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-footer__navList {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .l-footer__navList {
    display: flex;
    column-gap: 28px;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
  }
}

.c-heading-1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  color: #005086;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .c-heading-1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 45px;
  }
}
.c-heading-1.--wide-mb {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-heading-1.--wide-mb {
    margin-bottom: 115px;
  }
}
.c-heading-1.--img > span {
  display: inline-block;
  position: relative;
}
.c-heading-1.--img > span::before, .c-heading-1.--img > span::after {
  content: "";
  display: block;
  width: 64px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-heading-1.--img > span::before, .c-heading-1.--img > span::after {
    width: 101px;
    height: 122px;
  }
}
.c-heading-1.--img > span::before {
  background-image: url("../images//self-propelled/heading_01.png");
  left: -100px;
}
@media screen and (min-width: 768px) {
  .c-heading-1.--img > span::before {
    left: -190px;
  }
}
.c-heading-1.--img > span::after {
  background-image: url("../images//self-propelled/heading_02.png");
  right: -100px;
}
@media screen and (min-width: 768px) {
  .c-heading-1.--img > span::after {
    right: -190px;
  }
}
.c-heading-2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  color: #005086;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c-heading-2 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.8461538462;
    margin-bottom: 40px;
  }
}
.c-heading-2.--wide {
  letter-spacing: 0.2em;
}
.c-heading-2.--semi-wide {
  letter-spacing: 0.05em;
}
.c-heading-2.--dots > span {
  position: relative;
}
.c-heading-2.--dots > span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1B6FAC;
  position: absolute;
  top: -0.2em;
  left: 0.5em;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-heading-2.--dots > span::before {
    width: 6px;
    height: 6px;
  }
}
.c-heading-2 .--underline {
  border-bottom: 1px solid #005086;
}
.c-heading-deco {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  color: #005086;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading-deco {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.c-heading-deco > span {
  display: inline-block;
  padding: 0 15px;
  background: linear-gradient(transparent 50%, #F4FA50 50%);
}
@media screen and (min-width: 768px) {
  .c-heading-deco > span {
    padding: 0 25px;
    background: linear-gradient(transparent 60%, #F4FA50 60%);
  }
}
.c-heading-deco-2 {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  color: #005086;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-heading-deco-2 {
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: 0.3em;
    line-height: 1.8461538462;
  }
}
.c-heading-deco-2 > span {
  position: relative;
}
.c-heading-deco-2 > span::before, .c-heading-deco-2 > span::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #1B6FAC;
  position: absolute;
  top: 50%;
}
.c-heading-deco-2 > span::before {
  left: -3em;
  transform: rotate(45deg) translateY(-50%);
}
.c-heading-deco-2 > span::after {
  right: -3em;
  transform: rotate(-45deg) translateY(-50%);
}

.c-paragraph {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-paragraph {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.c-paragraph--annotation {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-paragraph--annotation {
    font-size: 1rem;
  }
}
.c-paragraph--annotation.--mt {
  margin-top: 10px;
}
.c-paragraph--annotation.--mb {
  margin-bottom: 10px;
}
.c-paragraph > a {
  font-weight: 700;
  color: #005086;
}

.c-breadcrumbs {
  margin-top: 45px;
  margin-bottom: 35px;
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  overflow-x: auto;
}
.c-breadcrumbs__list > li {
  display: flex;
  align-items: center;
  gap: 0.8em;
  flex-shrink: 0;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__list > li {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs__list > li + li::before {
  content: "＞";
  display: block;
  color: #090909;
}
.c-breadcrumbs__list > li[aria-current=location] {
  color: rgba(0, 80, 134, 0.9);
}
.c-button {
  display: inline-block;
  min-width: 240px;
  line-height: 1;
  padding: 14px 30px;
  background-color: #F4FA50;
  border: 2px solid #1B6FAC;
  border-radius: 50vh;
  color: #005086;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 280px;
  }
}
.c-button.--auto {
  width: auto;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}

.c-button-principal__blog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 33px;
  background-color: #F4FA50;
  color: #005086;
  border: 2px solid #1B6FAC;
  border-radius: 50vh;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-button-principal__blog {
    width: 185px;
    height: 44px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-button-principal__blog:hover {
    font-size: 1.0625rem;
  }
}

.c-comment__box {
  background-color: #d7cbaf;
  border-radius: 20px;
  padding: 0 10px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-comment__box {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.c-comment__box::before {
  content: "";
  display: block;
  width: 38px;
  height: 47px;
  background-image: url("../images//course/aiu/comment_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 40%;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-comment__box::before {
    top: 60px;
    left: 0;
    transform: rotate(0) translateX(-98%);
  }
}
@media screen and (min-width: 768px) {
  .c-comment__box.--reverse::before {
    left: unset;
    right: 0;
    transform: rotate(-180deg) translateX(-98%);
  }
}
.c-comment > input {
  display: none;
}
.c-comment__blindfold {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background-color: #d7cbaf;
  border-radius: 0 0 20px 20px;
}
.c-comment__blindfold::after {
  content: "";
  display: block;
  width: 32px;
  height: 29px;
  background-image: url("../images//course/aiu/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.c-comment__container {
  overflow: hidden;
  height: 370px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-comment__container {
    height: 390px;
  }
}

.c-comment__box input:checked + label:after {
  transform: rotate(180deg) translateX(50%);
}

.c-comment__box input:checked ~ .c-comment__container {
  height: auto;
  padding-bottom: 30px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.c-topComment {
  display: flex;
  align-items: flex-end;
  column-gap: 13px;
}
@media screen and (min-width: 768px) {
  .c-topComment {
    column-gap: 22px;
  }
}
.c-topComment.--reverse {
  flex-direction: row-reverse;
}
.c-topComment > img {
  width: 49px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-topComment > img {
    width: 78px;
  }
}
.c-topComment__content {
  background-color: #fef3d7;
  border-radius: 20px;
  padding: 16px 5px 16px 18px;
  position: relative;
}
.c-topComment__content.--text {
  padding: 16px 18px;
}
.c-topComment__content::before {
  content: "";
  display: block;
  width: 16px;
  height: 31px;
  background-image: url("../images//top/arrow_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: translateX(-98%);
}
@media screen and (min-width: 768px) {
  .c-topComment__content::before {
    width: 21px;
    height: 41px;
  }
}
.c-topComment__content.--skyblue {
  background-color: #d2eef4;
}
.c-topComment__content.--skyblue::before {
  background-image: url("../images//top/arrow_skyblue.png");
  left: unset;
  right: 0;
  transform: translateX(98%);
}
.c-topComment__content > li {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .c-topComment__content > li {
    font-size: 1.125rem;
  }
}
.c-topComment__content > li:not(:last-child) {
  margin-bottom: 5px;
}
.c-topComment__content > li::before {
  content: "□";
}

.top {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .top {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.top__fv > .l-container {
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
.top__fvCopy {
  font-weight: 600;
  font-size: 7.1794871795vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: absolute;
  bottom: 4.1025641026vw;
  left: 8.4615384615vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top__fvCopy {
    font-size: min(48px, calc(48 / 1366 * 100vw));
    letter-spacing: 0.1em;
    bottom: min(68px, calc(68 / 1366 * 100vw));
    left: min(112px, calc(112 / 1366 * 100vw));
  }
}
.top__steam {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #005086;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__steam {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .top__steamOuter {
    margin-left: -27px;
    margin-right: -27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .top__steamOuter {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.top__steamInner {
  background-image: url("../images//top/steam_banner_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top__steamInner {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .top__steamInner {
    background-size: 110%;
  }
}
.top__steamCopy {
  line-height: 1;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .top__steamCopy {
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.top__steamCopy > span {
  position: relative;
}
.top__steamCopy > span::before, .top__steamCopy > span::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #1B6FAC;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .top__steamCopy > span::before, .top__steamCopy > span::after {
    width: 46px;
    height: 3px;
    top: 90%;
  }
}
.top__steamCopy > span::before {
  transform: rotate(45deg);
  left: -30px;
}
@media screen and (min-width: 768px) {
  .top__steamCopy > span::before {
    left: -80px;
  }
}
.top__steamCopy > span::after {
  transform: rotate(-45deg);
  right: -30px;
}
@media screen and (min-width: 768px) {
  .top__steamCopy > span::after {
    right: -80px;
  }
}
.top__steamBanner {
  display: block;
  padding-bottom: 2px;
  width: 185px;
  margin: 0 auto;
  background-image: url("../images//top/steam_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top__steamBanner {
    width: 375px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top__steamBannerTtl {
    font-size: 1.5rem;
  }
}
.top__steamBannerTtl > span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top__steamBannerTtl > span {
    font-size: 1.5625rem;
  }
}
.top__steamBannerLead {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .top__steamBannerLead {
    font-size: 1.9375rem;
  }
}
.top__welcomeTtl {
  width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top__welcomeTtl {
    width: 514px;
  }
}
.top__welcomeMsg {
  background-color: #e8fae0;
  padding: 20px 0;
}
.top__welcomeMsgInner {
  max-width: 611px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top__welcomeMsgInner {
    max-width: unset;
    text-align: center;
  }
}
.top__newsOuter {
  padding-top: 9px;
}
.top__newsInner {
  border-top: 2px solid #1B6FAC;
  border-bottom: 2px solid #1B6FAC;
  padding: 30px 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__newsInner {
    padding: 95px 5px;
  }
}
.top__newsHeading {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #005086;
  padding: 0 30px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top__newsHeading {
    font-weight: 700;
    font-size: 1.625rem;
    padding: 0 50px;
  }
}
.top__newsItem {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .top__newsItem {
    flex-direction: row;
    column-gap: 60px;
  }
}
.top__newsDate {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #005086;
}
@media screen and (min-width: 768px) {
  .top__newsDate {
    font-size: 1rem;
    line-height: 36px;
  }
}
.top__courseList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 24px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top__courseList {
    column-gap: 3%;
    row-gap: 43px;
  }
}
@media screen and (min-width: 1080px) {
  .top__courseList {
    column-gap: 9%;
  }
}
.top__courseItem {
  width: 38.4615384615vw;
}
@media screen and (min-width: 768px) {
  .top__courseItem {
    width: 31.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .top__courseItem {
    width: 27.3333333333%;
  }
}
.top__courseBtn {
  display: block;
  position: relative;
}
.top__courseBtn > span {
  color: #005086;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .top__courseBtn > span {
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
}
@media screen and (min-width: 768px) {
  .top__courseBtn:hover > span {
    font-size: 1.4375rem;
  }
}
.top__worriesList {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  column-gap: 3%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top__worriesList {
    flex-direction: row;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .top__worriesItem {
    flex: 1;
  }
}
.top__pointOuter {
  position: relative;
  padding-top: 60px;
}
.top__pointHeading {
  position: absolute;
  width: 100%;
  left: 0;
  top: -4px;
}
.top__pointInner {
  background-color: #e8fae0;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top__pointInner {
    padding-top: 55px;
  }
}
.top__pointList {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top__pointList {
    max-width: unset;
    width: 90.4761904762%;
  }
}
.top__pointItem {
  padding-top: 0.5em;
  position: relative;
}
.top__pointItem.--wide {
  padding-top: 1.5em;
}
.top__pointItem:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top__pointItem:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top__pointTtl {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: -0.4em;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top__pointTtl {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.top__pointTtl.--wide {
  top: -0.9em;
}
.top__pointDesc {
  padding: 32px 15px;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__pointDesc {
    padding: 37px 20px;
    border-radius: 40px;
  }
}
.top__pointDesc .--annotation {
  position: absolute;
  bottom: 5px;
  right: 25px;
}
.top__selfHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .top__selfHeading {
    margin-bottom: 40px;
  }
}
.top__selfHeading::before, .top__selfHeading::after {
  content: "";
  display: block;
  width: 57px;
  height: 69px;
  background-image: url("../images//top/self_heading_deco_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -0.5em;
}
@media screen and (min-width: 768px) {
  .top__selfHeading::before, .top__selfHeading::after {
    width: 100px;
    height: 122px;
  }
}
.top__selfHeading::after {
  background-image: url("../images//top/self_heading_deco_02.png");
}
.top__selfContent {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top__selfContent {
    margin-bottom: 30px;
  }
}
.top__selfBtn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__selfBtn {
    text-align: right;
  }
}
.top__achievementsHeading {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top__achievementsHeading {
    margin-bottom: 40px;
  }
}
.top__achievementsHeading > img {
  width: 82px;
}
@media screen and (min-width: 768px) {
  .top__achievementsHeading > img {
    width: 153px;
  }
}
.top__achievementsLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  color: #005086;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top__achievementsLabel {
    column-gap: 22px;
    font-size: 1.375rem;
    line-height: 1.1818181818;
  }
}
.top__achievementsLabel::before, .top__achievementsLabel::after {
  content: "";
  display: block;
  width: 27px;
  height: 18px;
  background-image: url("../images//top/achievements_crown.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .top__achievementsLabel::before, .top__achievementsLabel::after {
    width: 35px;
    height: 24px;
  }
}
.top__achievementsItem {
  padding: 19px 16px 20px;
  background-color: #fef3d7;
  border-radius: 10px;
  border: 2px dashed #ec9e41;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top__achievementsItem {
    max-width: unset;
  }
}
.top__achievementsItem.--green {
  background-color: #e8fae0;
  border-color: #36e081;
}
.top__achievementsItem:not(:last-child) {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .top__achievementsItem:not(:last-child) {
    margin-bottom: 42px;
  }
}
.top__achievementsTtl {
  width: 141px;
  padding-bottom: 5px;
  margin: 0 auto 20px;
  text-align: center;
  border-bottom: 3px solid #ec9e41;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .top__achievementsTtl {
    width: 234px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .top__achievementsFlex {
    display: flex;
    column-gap: 50px;
  }
}
.top__achievementsTable {
  width: 100%;
  table-layout: fixed;
}
.top__achievementsTable tr {
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 5px solid #fef3d7;
}
.top__achievementsTable tr.--transparent {
  color: transparent;
}
.top__achievementsTable.--green tr {
  border-bottom: 5px solid #e8fae0;
}
.top__achievementsTable th, .top__achievementsTable td {
  font-weight: 400;
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
}
.top__achievementsTable th {
  padding-left: 24px;
  width: 75% !important;
}
.top__achievementsTable td {
  text-align: right;
  padding-right: 24px;
}
.top__voiceFlex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top__voiceFlex {
    flex-direction: row;
    column-gap: 7.8%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top__voiceItem {
    width: 46.1%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__voiceList {
    max-width: 450px;
    margin: 0 auto;
  }
}
.top__voiceList > li:not(:last-child) {
  margin-bottom: 15px;
}
.top__voiceBtn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__voiceBtn {
    text-align: right;
  }
}
.top__principalOuter {
  padding: 11px 0 21px;
}
@media screen and (max-width: 767px) {
  .top__principalOuter {
    background-image: url("../images//top/principal_bg_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .top__principalOuter {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .top__principal .l-inner {
    padding: 31px 16px;
    background-image: url("../images//top/principal_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.top__principalHeading {
  max-width: 325px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__principalHeading {
    max-width: 700px;
    margin-bottom: 40px;
  }
}
.top__principalImg {
  width: 84px;
  height: 84px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top__principalImg {
    width: 162px;
    height: 162px;
  }
}
.top__principalProf {
  display: flex;
  height: 67px;
  padding-left: min(50px, 12.8vw);
  padding-right: min(44px, 11.3vw);
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  background-image: url("../images//top/principal_heading_bg_sp.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -32px;
}
@media screen and (min-width: 768px) {
  .top__principalProf {
    max-width: unset;
    width: 542px;
    height: 116px;
    padding-left: 95px;
    padding-right: 168px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    background-image: url("../images//top/principal_heading_bg_pc.png");
    bottom: 10px;
    right: 0;
  }
}
.top__principalProf span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .top__principalProf span {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.top__principalMsg {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .top__principalMsg {
    max-width: 797px;
    margin: 0 auto;
  }
}
.top__principalMsg span {
  font-weight: 500;
}

.page-404 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-404 {
    text-align: left;
  }
}
.page-404 .l-inner {
  padding-top: 285px;
  background-image: url("../images//common/404_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 245px;
}
@media screen and (min-width: 768px) {
  .page-404 .l-inner {
    padding-top: 0;
    background-position: center right 57px;
    background-size: contain;
  }
}
.page-404__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 34px;
}
.page-404__heading > span {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-right: 24px;
}
.page-404__heading--en {
  font-size: 1.25rem;
  line-height: 1.8;
}
.page-404__paragraph {
  line-height: 2.25;
  margin-bottom: 20px;
}
.page-404__btn {
  margin-bottom: 40px;
}

.selfPropelledLead__box {
  background-color: #fef3d7;
  margin: 5px -16px;
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .selfPropelledLead__box {
    margin: 20px 0;
    border-radius: 15px;
  }
}
@media screen and (min-width: 768px) {
  .selfPropelledLead__boxInner {
    display: flex;
    column-gap: 35px;
  }
}
.selfPropelledLead__boxList {
  list-style: disc;
  padding-left: 28px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .selfPropelledLead__boxList {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__block {
    display: flex;
    column-gap: 22px;
  }
}
.selfPropelledSec__block .selfPropelledSec__blockImg {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__block .selfPropelledSec__blockImg {
    margin-bottom: 0;
    margin-left: -57px;
  }
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__block.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__block.--reverse .selfPropelledSec__blockImg {
    margin-left: 0;
    margin-right: -57px;
  }
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__blockConts {
    width: 68.6335403727%;
    flex-shrink: 0;
  }
}
.selfPropelledSec__box {
  background-color: #fef3d7;
  margin: 5px -32px 0;
  padding: 10px 32px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__box {
    margin: 20px auto 0;
    border-radius: 15px;
    width: 87.8357030016%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.selfPropelledSec__boxList {
  list-style: disc;
  padding-left: 28px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec__boxList {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.selfPropelledSec .--bg {
  position: relative;
}
.selfPropelledSec .--bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  border-radius: 150px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec .--bg::before {
    border-radius: 50vh;
  }
}
.selfPropelledSec .--bg-01::before {
  width: 306px;
  height: 764px;
  background-color: #e8fae0;
  left: -50px;
  top: 60px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec .--bg-01::before {
    width: 810px;
    height: 682px;
    left: -270px;
    top: 20px;
  }
}
.selfPropelledSec .--bg-02::before {
  width: 331px;
  height: 595px;
  background-color: #d2eef4;
  right: -50px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec .--bg-02::before {
    width: 732px;
    height: 447px;
    right: -250px;
    top: 50px;
  }
}
.selfPropelledSec .--bg-03::before {
  width: 449px;
  height: 504px;
  background-color: #fef3d7;
  left: -180px;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .selfPropelledSec .--bg-03::before {
    width: 732px;
    height: 452px;
    left: -250px;
    top: 20px;
  }
}

.steamschool {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.steamschool::before, .steamschool::after {
  content: "";
  display: block;
  width: 69px;
  height: 100vh;
  background-size: contain;
  background-repeat: repeat-y;
  position: fixed;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 768px) {
  .steamschool::before, .steamschool::after {
    width: 114px;
  }
}
.steamschool::before {
  background-image: url("../images//steamschool/bg_main_left.png");
  background-position: top left;
  left: 0;
}
.steamschool::after {
  background-image: url("../images//steamschool/bg_main_right.png");
  background-position: top right;
  right: 0;
}
.steamschool__heading-1 {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #005086;
  text-align: center;
  height: 87px;
  margin: 0 auto 20px;
  background-image: url("../images//steamschool/heading_bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-1 {
    font-size: 2.25rem;
    margin-bottom: 35px;
    height: 158px;
  }
}
.steamschool__heading-1 > div > span {
  display: block;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-1 > div > span {
    font-size: 1.75rem;
  }
}
.steamschool__heading-1 > div > span > span {
  position: relative;
}
.steamschool__heading-1 > div > span > span::before {
  content: "スティーム";
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: -1em;
  left: 0.5em;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-1 > div > span > span::before {
    font-size: 1.125rem;
  }
}
.steamschool__heading-2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #005086;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 389px) {
  .steamschool__heading-2 {
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 {
    font-size: 1.625rem;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
  }
}
.steamschool__heading-2 > .u-lead {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 > .u-lead {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.steamschool__heading-2 > .u-lh {
  line-height: 1;
}
.steamschool__heading-2 .u-lg {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 .u-lg {
    font-size: 2.25rem;
  }
}
.steamschool__heading-2 > .u-deco {
  display: inline-block;
  position: relative;
}
.steamschool__heading-2 > .u-deco::before, .steamschool__heading-2 > .u-deco::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #1B6FAC;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 > .u-deco::before, .steamschool__heading-2 > .u-deco::after {
    width: 48px;
  }
}
.steamschool__heading-2 > .u-deco::before {
  left: -25px;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 > .u-deco::before {
    left: -48px;
  }
}
.steamschool__heading-2 > .u-deco::after {
  right: -25px;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 > .u-deco::after {
    right: -48px;
  }
}
.steamschool__heading-2 > .u-ruby {
  position: relative;
}
.steamschool__heading-2 > .u-ruby::before {
  content: "スティーム";
  font-size: 0.625rem;
  position: absolute;
  top: -0.5em;
  left: 0.05em;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2 > .u-ruby::before {
    font-size: 0.875rem;
    letter-spacing: 0.12em;
    left: 0.5em;
  }
}
.steamschool__heading-2.--img {
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 389px) {
  .steamschool__heading-2.--img {
    letter-spacing: -0.06em;
  }
}
.steamschool__heading-2.--img > span {
  position: relative;
}
.steamschool__heading-2.--img > span::before, .steamschool__heading-2.--img > span::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.steamschool__heading-2.--img-01 > span::before, .steamschool__heading-2.--img-01 > span::after {
  width: 61px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-01 > span::before, .steamschool__heading-2.--img-01 > span::after {
    width: 103px;
    height: 134px;
  }
}
.steamschool__heading-2.--img-01 > span::before {
  background-image: url("../images//steamschool/heading-2_01_left.png");
  left: 0;
  transform: translateX(-120%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-01 > span::before {
    transform: translateX(-170%);
  }
}
.steamschool__heading-2.--img-01 > span::after {
  background-image: url("../images//steamschool/heading-2_01_right.png");
  right: 0;
  transform: translateX(85%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-01 > span::after {
    transform: translateX(135%);
  }
}
.steamschool__heading-2.--img-02 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-02 {
    padding-top: 40px;
  }
}
.steamschool__heading-2.--img-02 > span::before {
  width: 72px;
  aspect-ratio: 216/177;
  background-image: url("../images//steamschool/heading-2_02_sp_left.png");
  left: 0;
  transform: translateX(-110%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-02 > span::before {
    width: 278px;
    aspect-ratio: 834/375;
    background-image: url("../images//steamschool/heading-2_02_pc_left.png");
  }
}
.steamschool__heading-2.--img-02 > span::after {
  width: 80px;
  aspect-ratio: 240/162;
  background-image: url("../images//steamschool/heading-2_02_sp_right.png");
  right: 0;
  transform: translateX(110%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-02 > span::after {
    width: 293px;
    aspect-ratio: 879/384;
    background-image: url("../images//steamschool/heading-2_02_pc_right.png");
  }
}
.steamschool__heading-2.--img-03 > span::before {
  width: 44px;
  aspect-ratio: 44/94;
  background-image: url("../images//steamschool/heading-2_03_left.png");
  left: 0;
  transform: translateX(-110%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-03 > span::before {
    width: 81px;
    aspect-ratio: 81/170;
    transform: translateX(-130%);
  }
}
.steamschool__heading-2.--img-03 > span::after {
  width: 52px;
  aspect-ratio: 52/106;
  background-image: url("../images//steamschool/heading-2_03_right.png");
  right: 0;
  transform: translateX(157%);
}
@media screen and (min-width: 768px) {
  .steamschool__heading-2.--img-03 > span::after {
    width: 91px;
    aspect-ratio: 91/185;
    transform: translateX(180%);
  }
}
.steamschool__heading-btn {
  background-color: #ffe546;
  color: #005086;
  width: 195px;
  margin: 0 auto 24px;
  border-radius: 50vh;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-btn {
    width: 263px;
    font-size: 1.5rem;
    padding: 12px 0;
  }
}
.steamschool__heading-btn.--ruby {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-btn.--ruby {
    width: 348px;
    padding-top: 22px;
  }
}
.steamschool__heading-btn.--ruby > span {
  position: relative;
}
.steamschool__heading-btn.--ruby > span::before {
  content: "スティーム";
  font-size: 0.625rem;
  position: absolute;
  top: -0.5em;
}
@media screen and (min-width: 768px) {
  .steamschool__heading-btn.--ruby > span::before {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .steamschool .c-heading-deco {
    font-size: 1rem;
  }
}
.steamschool .c-heading-deco > span {
  background: linear-gradient(transparent 50%, #ffe546 50%);
}
@media screen and (min-width: 768px) {
  .steamschool .c-heading-deco > span {
    background: linear-gradient(transparent 60%, #ffe546 60%);
  }
}
.steamschool__notice {
  font-size: 0.75rem;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 12px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .steamschool__notice {
    font-size: 0.875rem;
  }
}
.steamschool__paragraph {
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .steamschool__paragraph {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.steamschool__paragraph.--sub {
  margin-top: 10px;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .steamschool__paragraph.--sub {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.steamschool__paragraph > .u-ruby {
  display: inline-block;
  position: relative;
}
.steamschool__paragraph > .u-ruby::before {
  content: "スティーム";
  font-size: 0.625rem;
  position: absolute;
  top: -0.8em;
  left: 1.3em;
}
@media screen and (min-width: 768px) {
  .steamschool__paragraph > .u-ruby::before {
    font-size: 0.875rem;
    letter-spacing: -0.1em;
  }
}
.steamschool__paragraph > .u-ruby.--stem::before {
  content: "ステム";
}
.steamschool__paragraph > .u-highlight {
  background: linear-gradient(transparent 45%, #fff 45%);
}
.steamschool__promise {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .steamschool__promise {
    flex-direction: row;
    column-gap: 18px;
    align-items: stretch;
    justify-content: space-between;
  }
}
.steamschool__promiseItem {
  width: 250px;
  background-color: #d2eef4;
  padding: 14px 19px 10px;
  text-align: center;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .steamschool__promiseItem {
    width: 450px;
    padding: 16px 18px;
  }
}
@media screen and (min-width: 1080px) {
  .steamschool__promiseItem {
    width: calc((100% - 36px) / 3);
  }
}
.steamschool__promiseLead {
  display: inline-block;
  width: 170px;
  padding: 5px 0;
  border-radius: 10px;
  background-color: #FFF;
  color: #005086;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 1080px) {
  .steamschool__promiseLead {
    width: 100%;
    padding: 10px 0;
    border-radius: 50vh;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
.steamschool__promiseParagraph {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .steamschool__promiseParagraph {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .steamschool__promiseParagraph.--pt {
    padding-top: 0.8em;
  }
}
.steamschool__promiseParagraph::after {
  content: attr(data-no);
  display: block;
  font-size: 7.875rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .steamschool__promiseParagraph::after {
    font-size: 12.5rem;
  }
}
.steamschool__information {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media screen and (min-width: 1080px) {
  .steamschool__information {
    flex-direction: row;
    column-gap: 100px;
    justify-content: space-between;
  }
}
.steamschool__informationTable table {
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .steamschool__informationTable table {
    width: 310px;
  }
}
.steamschool__informationTable table:not(:first-child) {
  margin-top: 20px;
}
.steamschool__informationTable table th, .steamschool__informationTable table td {
  border: 3px solid #ffe546;
  text-align: center;
  line-height: 1;
}
.steamschool__informationTable table th {
  background-color: #fdfeaf;
  font-size: 0.9375rem;
  padding: 17px 0;
}
@media screen and (min-width: 768px) {
  .steamschool__informationTable table th {
    font-size: 1.25rem;
  }
}
.steamschool__informationTable table td {
  font-size: 0.875rem;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .steamschool__informationTable table td {
    font-size: 1.125rem;
  }
}
.steamschool__informationTable table td > span {
  display: block;
  margin-bottom: 5px;
}
.steamschool__point {
  background: linear-gradient(transparent 11%, #fef3d7 11%);
}
@media screen and (min-width: 768px) {
  .steamschool__point {
    background: linear-gradient(transparent 23%, #fef3d7 23%);
  }
}
.steamschool__favoriteNav {
  display: flex;
  column-gap: 7px;
  row-gap: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.steamschool__favoriteNav > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteNav > li {
    width: calc((100% - 28px) / 5);
    min-width: 171px;
  }
}
.steamschool__favoriteLead {
  width: 103px;
  height: 111px;
  padding-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images//steamschool/baloon.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteLead {
    width: 170px;
    height: 183px;
    padding-bottom: 23px;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
.steamschool__favoriteAnchor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #005086;
  text-align: center;
  letter-spacing: -0.15em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteAnchor {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    letter-spacing: -0.05em;
  }
  .steamschool__favoriteAnchor:hover {
    font-size: 1.2em;
  }
}
.steamschool__favoriteAnchor .--sm {
  font-size: 0.75rem;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteAnchor .--sm {
    font-size: 0.875rem;
  }
}
.steamschool__favoriteAnchor::after {
  content: "▼";
  font-size: 12px;
  color: #1B6FAC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1.5em);
}
.steamschool__favoriteTitle {
  margin: 50px 0 25px;
}
.steamschool__favoriteTitle img {
  display: block;
  width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteTitle img {
    width: 486px;
  }
}
.steamschool__favoriteTitle.--wide {
  margin-bottom: 0;
}
.steamschool__favoriteTitle.--wide img {
  width: 327px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteTitle.--wide img {
    width: 658px;
  }
}
.steamschool__favoriteBlock {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteBlock {
    display: flex;
    column-gap: 17px;
  }
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteBlockTop {
    width: 33.9677891654vw;
    max-width: 464px;
    flex-shrink: 0;
  }
}
.steamschool__favoriteBlockBottom .c-heading-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.steamschool__favorite video {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.steamschool__favoriteTags {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteTags {
    font-size: 1.125rem;
  }
}
.steamschool__favoriteTags > span {
  display: inline-block;
  border: 2px solid #d7d7d7;
  background-color: #FFF;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteTags > span {
    padding: 0 5px;
  }
}
.steamschool__favoriteTags > ul {
  display: flex;
  column-gap: 6px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.steamschool__favoriteTags > ul > li {
  min-width: 58px;
  height: 25px;
  padding: 0 5px;
  border-radius: 50vh;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005086;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteTags > ul > li {
    min-width: 77px;
    height: 37px;
  }
}
.steamschool__favoriteTags > ul > li:first-child {
  background-color: #d2eef4;
}
.steamschool__favoriteTags > ul > li:nth-child(2) {
  background-color: #fcf2b3;
}
.steamschool__favoriteTags > ul > li:nth-child(3) {
  background-color: #e8fae0;
}
.steamschool__favoriteTags > ul > li:nth-child(4) {
  background-color: #fee8f8;
}
.steamschool__favoriteButtons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 14px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteButtons {
    justify-content: flex-end;
  }
}
.steamschool__favoriteButtons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 50px;
  background-color: #FFF;
  border: 3px solid #ffe546;
  border-radius: 50vh;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteButtons > a {
    width: 235px;
    height: 57px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .steamschool__favoriteButtons > a:hover {
    background-color: #ffe546;
    opacity: 1;
  }
}
.steamschool__favoriteButtons > a.--reverse {
  background-color: #ffe546;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteButtons > a.--reverse:hover {
    background-color: #FFF;
  }
}
.steamschool__favoriteCta {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteCtaInner {
    width: 445px;
    margin: 0 auto;
    position: relative;
  }
  .steamschool__favoriteCtaInner > img {
    width: 99px;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
  .steamschool__favoriteCtaInner > img.--left {
    width: 103px;
  }
  .steamschool__favoriteCtaInner > img.--right {
    right: 0;
  }
}
.steamschool__favoriteCtaBtn {
  display: flex;
  width: 290px;
  height: 54px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffe546;
  border: 3px solid #ffe546;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteCtaBtn {
    width: 346px;
    height: 64px;
  }
}
.steamschool__favoriteCtaBtn::after {
  content: "";
  display: block;
  width: 17px;
  height: 30px;
  background-image: url("../images//steamschool/arrow_white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteCtaBtn::after {
    content: unset;
  }
}
.steamschool__favoriteCtaBtn.--reverse {
  background-color: #FFF;
}
.steamschool__favoriteCtaBtn.--reverse::after {
  background-image: url("../images//steamschool/arrow_yellow.png");
}
@media screen and (max-width: 767px) {
  .steamschool__favoriteCtaBtn.--reverse-sp {
    background-color: #FFF;
  }
  .steamschool__favoriteCtaBtn.--reverse-sp::after {
    background-image: url("../images//steamschool/arrow_yellow.png");
  }
}
.steamschool__favoriteCtaDesc {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: -0.075em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .steamschool__favoriteCtaDesc {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: normal;
  }
}
.steamschool__comparison {
  padding-top: 40px;
  background: linear-gradient(transparent 40px, #fef3d7 40px);
}
@media screen and (min-width: 768px) {
  .steamschool__comparison {
    padding-top: 200px;
    background: linear-gradient(transparent 200px, #fef3d7 200px);
  }
}
.steamschool__comparison .steamschool__heading-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .steamschool__comparison .steamschool__heading-2 {
    top: -83px;
  }
}
.steamschool__comparison .l-container {
  position: relative;
}
.steamschool__comparisonWrapper {
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 36px;
}
@media screen and (min-width: 768px) {
  .steamschool__comparisonWrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.steamschool__comparisonItem {
  max-width: 326px;
  background-color: #FFF;
  padding: 30px 20px 17px;
  border-radius: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steamschool__comparisonItem {
    max-width: unset;
    width: 48%;
  }
}
.steamschool__comparisonItemLead {
  background-color: #ffe546;
  color: #005086;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5714285714;
  width: 183px;
  border-radius: 50vh;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .steamschool__comparisonItemLead {
    font-size: 0.9375rem;
    line-height: 2;
    width: 56.3714902808%;
    padding: 0 5px;
  }
}
@media screen and (min-width: 790px) {
  .steamschool__comparisonItemLead {
    font-size: 1rem;
  }
}
@media screen and (min-width: 880px) {
  .steamschool__comparisonItemLead {
    font-size: 1.125rem;
  }
}
.steamschool__cta .steamschool__heading-1 > div {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .steamschool__cta .steamschool__heading-1 > div {
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.2em;
  }
}
.steamschool__cta .steamschool__heading-1 > div > span {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .steamschool__cta .steamschool__heading-1 > div > span {
    font-size: 1.375rem;
    line-height: 2.1818181818;
    letter-spacing: 0.05em;
  }
}
.steamschool__cta .steamschool__favoriteCta {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .steamschool__cta .steamschool__favoriteCta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
  }
}
.steamschool__cta .steamschool__favoriteCtaInner {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .steamschool__cta .steamschool__favoriteCtaInner {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .steamschool__cta .steamschool__favoriteCtaBtn::after {
    content: "";
    display: block;
    width: 21px;
    height: 36px;
    background-image: url("../images//steamschool/arrow_white.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
.steamschool__cta .steamschool__favoriteCtaBtn:hover {
  background-color: #FFF;
}
.steamschool__cta .steamschool__favoriteCtaBtn:hover::after {
  background-image: url("../images//steamschool/arrow_yellow.png");
}
.steamschool__cta .steamschool__favoriteCtaBtn.--reverse::after {
  background-image: url("../images//steamschool/arrow_yellow.png");
}
.steamschool__cta .steamschool__favoriteCtaBtn.--reverse:hover {
  background-color: #ffe546;
}
.steamschool__cta .steamschool__favoriteCtaBtn.--reverse:hover::after {
  background-image: url("../images//steamschool/arrow_white.png");
}
.steamschool__ctaLogo {
  width: 99px;
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .steamschool__ctaLogo {
    width: 143px;
    margin-top: 72px;
  }
}

.js-bnt-move {
  animation: swing 3s infinite;
}

@keyframes swing {
  0% {
    transform: rotate(15deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.courseHeading {
  padding-top: 32.0512820513vw;
  background-image: url("../images//course/primary/heading_bg.jpg");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .courseHeading {
    padding: 2.9282576867vw 0;
    background-size: contain;
    background-position: center left 57px;
  }
}
.courseHeading.--junior {
  background-image: url("../images//course/junior/heading_bg.jpg");
}
.courseHeading.--high {
  background-image: url("../images//course/high/heading_bg.jpg");
}
.courseLead__box {
  background-color: #fef3d7;
  padding: 31px 22px;
  margin: 25px -16px;
}
@media screen and (min-width: 768px) {
  .courseLead__box {
    margin: 25px 0;
    padding-left: 57px;
    padding-right: 57px;
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    column-gap: 2%;
  }
}
.courseLead__boxList {
  list-style: disc;
  padding-left: 28px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .courseLead__boxList {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.courseLead__link {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: right;
}
.courseLead__policy {
  width: 75.3846153846vw;
  border: 2px solid #1B6FAC;
  border-radius: 15px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 768px) {
  .courseLead__policy {
    width: 637px;
    margin-bottom: 45px;
  }
}
.courseLead__policyTitle {
  padding: 15px 0 13px;
  background-color: #1B6FAC;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .courseLead__policyTitle {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
}
.courseLead__policyContent {
  padding: 13px 12px;
  color: #005086;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .courseLead__policyContent {
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}
.coursePoint__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .coursePoint__nav {
    flex-direction: row;
    justify-content: center;
    column-gap: 50px;
    margin-bottom: 100px;
  }
}
.coursePoint__navItem {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coursePoint__navItem {
    width: 29%;
  }
}
.coursePoint__navItem > a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .coursePoint__navItem > a {
    height: 100%;
  }
}
.coursePoint__navItem > a::after {
  content: "▼";
  color: #1B6FAC;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.coursePoint__navNo {
  background-color: #F4FA50;
  color: #005086;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .coursePoint__navNo {
    font-size: 1.875rem;
    width: 49px;
    height: 49px;
  }
}
.coursePoint__navTxt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .coursePoint__navTxt {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.coursePoint__contentItem:not(:last-child) {
  margin-bottom: 60px;
}
.coursePoint__contentTitle {
  padding-left: 6px;
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
  border-bottom: 1px solid #1B6FAC;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  color: #005086;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .coursePoint__contentTitle {
    padding-left: 0;
    margin-left: 13px;
    font-size: 1.375rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
.coursePoint__contentNo {
  background-color: #F4FA50;
  color: #005086;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .coursePoint__contentNo {
    font-size: 1.875rem;
    width: 49px;
    height: 49px;
    margin-bottom: 0;
    position: relative;
    bottom: -5px;
    left: -13px;
  }
}
.coursePoint__contentNo.--individual {
  background-color: #005086;
  color: #fff;
}
.coursePoint__contentFlex {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .coursePoint__contentFlex > img {
    width: 65%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .coursePoint__contentFlex {
    margin-top: 0;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 24px;
  }
  .coursePoint__contentFlex.--3col {
    column-gap: 14px;
    align-items: start;
  }
  .coursePoint__contentFlex > img {
    width: 35.7142857143%;
    padding-top: 10px;
  }
  .coursePoint__contentFlex > img.--sm {
    width: 30.0207039337%;
  }
}
.coursePoint__contentFlex.--mb {
  margin-bottom: 20px;
}
.coursePoint__notice {
  color: #005086;
}
.coursePoint__btn {
  text-align: right;
  margin-top: 25px;
}
@media screen and (min-width: 1080px) {
  .coursePoint__btn {
    margin-top: 0;
  }
}
.courseItem {
  background-color: #fef3d7;
}
.courseItem.l-section {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .courseItem.l-section {
    padding-top: 50px;
  }
}
.courseItem .c-heading-2 > span {
  position: relative;
}
.courseItem .c-heading-2 > span::after {
  content: "さらに！";
  display: inline-block;
  width: 106px;
  padding-bottom: 21px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  background-image: url("../images//course/heading_deco_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: -27px;
  left: -4px;
}
@media screen and (min-width: 768px) {
  .courseItem .c-heading-2 > span::after {
    width: 152px;
    padding-bottom: 32px;
    font-size: 1.25rem;
    background-image: url("../images//course/heading_deco_pc.png");
    top: -36px;
    left: 4px;
  }
}
.courseItem__contentItem:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .courseItem__contentItem:not(:last-child) {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1080px) {
  .courseItem__contentItem {
    display: flex;
    column-gap: 40px;
    position: relative;
  }
}
.courseItem__contentTitle {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #005086;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .courseItem__contentTitle {
    font-size: 1.375rem;
    line-height: 2.1818181818;
  }
}
@media screen and (min-width: 1080px) {
  .courseItem__contentTitle {
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: min(29vw, 400px);
  }
}
.courseItem__contentImg {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .courseItem__contentImg {
    width: 65%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1080px) {
  .courseItem__contentImg {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 25vw;
    max-width: 348px;
  }
}
@media screen and (min-width: 1080px) {
  .courseItem__content .c-paragraph {
    padding-top: 70px;
  }
}
.courseReservation__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .courseReservation__content {
    column-gap: 47px;
  }
}
.courseReservation__contentItem {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .courseReservation__contentItem {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .courseReservation__contentItem:first-child {
    width: 100%;
  }
}
.courseReservation__step {
  width: 150px;
  height: 145px;
  border: 4px solid #1B6FAC;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .courseReservation__step {
    width: 290px;
    height: 267px;
  }
}
.courseReservation__step.--higher {
  height: 165px;
}
@media screen and (min-width: 768px) {
  .courseReservation__step.--higher {
    height: 297px;
  }
}
.courseReservation__stepTop {
  height: 75px;
  background-color: #d2eef4;
  border-bottom: 4px solid #1B6FAC;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .courseReservation__stepTop {
    height: 131px;
  }
}
.courseReservation__stepTop > img {
  width: 58px;
}
@media screen and (min-width: 768px) {
  .courseReservation__stepTop > img {
    width: 108px;
  }
}
.courseReservation__stepTop > img.--lg {
  width: 87%;
}
.courseReservation__stepBottom {
  padding: 8px 1px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0;
  color: #005086;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .courseReservation__stepBottom {
    padding: 28px 5px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.courseReservation__stepBottom.--higher {
  height: 50%;
}
@media screen and (min-width: 768px) {
  .courseReservation__stepBottom.--higher {
    height: 54%;
  }
}
.courseLink__list {
  max-width: 525px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
@media screen and (min-width: 768px) {
  .courseLink__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.courseLink__listItem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .courseLink__listItem {
    width: 45%;
  }
}
.courseLink__listBtn {
  display: block;
  width: 186px;
  height: 33px;
  margin: 0 auto;
  background-color: #FFF;
  border: 2px solid #1B6FAC;
  border-radius: 50vh;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .courseLink__listBtn {
    width: 233px;
    height: 41px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .courseLink__listBtn:hover {
    background-color: #1B6FAC;
    color: #FFF;
  }
}
.courseCta__txt {
  text-align: center;
  margin-bottom: 15px;
}
.courseCta__txtLead {
  font-size: 0.75rem;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .courseCta__txtLead {
    font-size: 1rem;
  }
}
.courseCta__txtLead > span {
  position: relative;
}
.courseCta__txtLead > span::before, .courseCta__txtLead > span::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #1B6FAC;
  position: absolute;
  top: 0.6em;
}
.courseCta__txtLead > span::before {
  left: -25px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .courseCta__txtLead > span::before {
    left: -30px;
  }
}
.courseCta__txtLead > span::after {
  right: -25px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .courseCta__txtLead > span::after {
    right: -30px;
  }
}
.courseCta__txtCatch {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .courseCta__txtCatch {
    font-size: 1.125rem;
  }
}
.courseCta__txtCatch > span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #005086;
}
@media screen and (min-width: 768px) {
  .courseCta__txtCatch > span {
    font-size: 2.4375rem;
  }
}
.courseCta__txtDesc {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .courseCta__txtDesc {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.courseCta__banner {
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .courseCta__banner {
    column-gap: 47px;
  }
}
.courseCta__bannerItem > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  background-color: #1B6FAC;
  color: #FFF;
  border-radius: 20px;
  text-align: center;
}
.courseCta__bannerItem > a.--line {
  background-color: #22AC38;
}
@media screen and (min-width: 768px) {
  .courseCta__bannerItem > a {
    width: 150px;
    height: 150px;
    row-gap: 10px;
  }
}
.courseCta__banner img {
  width: 48px;
}
.courseCta__bannerTxt {
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .courseCta__bannerTxt {
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}

.aiu__top {
  background-color: #f7f7f6;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiu__top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .aiu__cover .l-container,
  .aiu__cover .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.aiu__secTtl {
  position: relative;
  padding: 6px 3px 6px 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiu__secTtl {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
}
.aiu__secTtl::before {
  content: "";
  display: block;
  width: calc(100% + 35px);
  margin-left: -32px;
  margin-right: -3px;
  height: 100%;
  background-color: #006934;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .aiu__secTtl::before {
    width: 74.1581259151vw;
    max-width: 1013px;
    min-width: 680px;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1537px) {
  .aiu__secTtl::before {
    max-width: unset;
    width: 60vw;
  }
}
.aiu__secTtlTxt {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.8125;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .aiu__secTtlTxt {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    line-height: 1.8461538462;
  }
}
.aiu__secTtlTxt.--wide {
  letter-spacing: 0.3em;
}
.aiu__secTtlTxt.--semiWide {
  letter-spacing: 0.2em;
}
.aiu__secTtlLead {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.0714285714;
}
@media screen and (min-width: 768px) {
  .aiu__secTtlLead {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 2.1818181818;
  }
}
.aiu__secTtlLead > span {
  position: relative;
}
.aiu__secTtlLead > span::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.aiuLead .l-inner {
  position: relative;
}
.aiuLead__label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  width: 118px;
  height: 22px;
  background-color: #7a6a56;
  color: #FFF;
  border-radius: 50vh;
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .aiuLead__label {
    width: 174px;
    height: 34px;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.aiuLead__label > span {
  padding-bottom: 2px;
}
.aiuLead__label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images//course/aiu/ico_earth.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1080px) {
  .aiuLead__label::before {
    width: 22px;
    height: 22px;
  }
}
.aiuLead__title {
  margin-top: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #7a6a56;
  text-align: center;
}
.aiuLead__titleCopy {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .aiuLead__titleCopy {
    font-size: 1.625rem;
    line-height: 1.8461538462;
  }
}
.aiuLead__titleCopy > span {
  position: relative;
}
.aiuLead__titleCopy > span::before, .aiuLead__titleCopy > span::after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background-color: #7a6a56;
  position: absolute;
  top: 0.7em;
}
@media screen and (min-width: 768px) {
  .aiuLead__titleCopy > span::before, .aiuLead__titleCopy > span::after {
    width: 49px;
  }
}
.aiuLead__titleCopy > span::before {
  left: -30px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .aiuLead__titleCopy > span::before {
    left: -80px;
  }
}
.aiuLead__titleCopy > span::after {
  right: -30px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .aiuLead__titleCopy > span::after {
    right: -80px;
  }
}
.aiuLead__titleTtl {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .aiuLead__titleTtl {
    font-size: 1.875rem;
    line-height: 1.6;
    margin-bottom: 37px;
  }
}
.aiuLead__msg {
  padding: 17px 21px;
  background-color: #ededed;
  border-radius: 20px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  max-width: 663px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .aiuLead__msg {
    margin-bottom: 31px;
  }
}
.aiuLead__msgTtl {
  font-weight: 900;
  line-height: 1.875;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .aiuLead__msgTtl {
    font-size: 1.375rem;
    line-height: 2.1818181818;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.aiuLead__msgTtl > span {
  background: linear-gradient(transparent 94%, #FFF 94%);
}
@media screen and (min-width: 768px) {
  .aiuLead__msgTtl > span {
    display: inline-block;
    padding: 0 1em;
  }
}
.aiuLead__msgTxt {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .aiuLead__msgTxt {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.aiuLead__prof {
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .aiuLead__prof {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .aiuLead__prof {
    padding-left: 0;
    width: 72.2222222222%;
    margin-left: auto;
  }
}
.aiuLead__profInner {
  display: flex;
  column-gap: 14px;
}
@media screen and (min-width: 768px) {
  .aiuLead__profInner {
    column-gap: 33px;
  }
}
.aiuLead__prof img {
  width: 21.5384615385vw;
  height: 21.5384615385vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .aiuLead__prof img {
    width: 163px;
    height: 163px;
  }
}
.aiuLead__profTxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .aiuLead__profTxt {
    font-size: 1rem;
    line-height: 1.875;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.aiuLead__profTxt span {
  margin-left: 5px;
  color: #7a6a56;
}
.aiuLead__btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .aiuLead__btn {
    margin-top: 0;
  }
}
.aiuLead__btn > a {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  width: 148px;
  height: 27px;
  border: 2px solid #090909;
  border-radius: 50vh;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .aiuLead__btn > a {
    width: 211px;
    height: 44px;
    font-size: 1rem;
  }
}
.aiuLead__btn > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-image: url("../images//course/aiu/triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .aiuLead__btn > a::after {
    width: 12px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .aiuLead__btn > a:hover {
    font-size: 1.0625rem;
  }
}
.aiuPoint__list {
  counter-reset: point;
}
.aiuPoint__item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiuPoint__item:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .aiuPoint__item {
    display: flex;
    column-gap: 15px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .aiuPoint__item.--reverse {
    flex-direction: row-reverse;
  }
}
.aiuPoint__title {
  width: 245px;
  padding: 3px 0 3px 20px;
  border-bottom: 1px solid #7a6a56;
  color: #7a6a56;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 19px;
  margin-bottom: 20px;
}
.aiuPoint__title::before {
  counter-increment: point;
  content: counter(point);
}
@media screen and (min-width: 768px) {
  .aiuPoint__title {
    width: 315px;
    column-gap: 25px;
    font-size: 1.375rem;
    margin-bottom: 32px;
  }
}
.aiuPoint__img {
  max-width: 400px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .aiuPoint__img {
    width: 48.8911290323%;
    max-width: unset;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.aiuPoint__content {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .aiuPoint__content {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .aiuPoint__txt {
    padding-left: 1em;
  }
}
.aiuPoint__desc {
  margin-bottom: 20px;
}
.aiuPoint__summary {
  border: 1px solid #d7cbaf;
  text-align: center;
}
.aiuPoint__summaryTitle {
  background-color: #d7cbaf;
  letter-spacing: 0.1em;
}
.aiuPoint__summaryTxt {
  padding: 5px;
}
.aiuEnvironment__wrapper {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .aiuEnvironment__wrapper {
    max-width: unset;
    flex-direction: row;
    column-gap: 85px;
  }
}
@media screen and (min-width: 768px) {
  .aiuEnvironment__img {
    width: 40.3225806452%;
    flex-shrink: 0;
  }
}
.aiuEnvironment__item {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .aiuEnvironment__item {
    font-size: 1.125rem;
  }
}
.aiuEnvironment__item:not(:last-child) {
  margin-bottom: 5px;
}
.aiuEnvironment__item::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #c6c6c6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .aiuEnvironment__item::before {
    width: 14px;
    height: 14px;
  }
}
.aiuCase__list {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .aiuCase__list {
    font-size: 1.125rem;
  }
}
.aiuCase__item {
  padding-bottom: 10px;
  position: relative;
}
.aiuCase__item:not(:last-child) {
  margin-bottom: 8px;
}
.aiuCase__item > span::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background-color: #c6c6c6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .aiuCase__item > span::after {
    width: 63px;
  }
}
@media screen and (min-width: 768px) {
  .aiuSupport .aiuPoint__item {
    column-gap: 30px;
  }
}
.aiuSupport .aiuPoint__txt {
  padding-left: 0;
}
.aiuVoice__heading {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiuVoice__heading {
    font-size: 1.625rem;
    line-height: 1.8461538462;
    padding-top: 60px;
  }
}
.aiuVoice__heading > span {
  position: relative;
}
.aiuVoice__heading > span::before {
  content: "教えて先輩！";
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  width: 105px;
  padding-bottom: 24px;
  background-image: url("../images//course/aiu/heading_deco_sp.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90%;
  left: -1.5em;
}
@media screen and (min-width: 768px) {
  .aiuVoice__heading > span::before {
    font-size: 1.25rem;
    width: 190px;
    padding-bottom: 40px;
    background-image: url("../images//course/aiu/heading_deco_pc.png");
    top: 0;
    left: 0;
    transform: translate(-50%, -95%);
  }
}
.aiuVoice__list {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiuVoice__list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .aiuVoice__item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .aiuVoice__item.--reverse {
    flex-direction: row-reverse;
  }
}
.aiuVoice__item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .aiuVoice__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.aiuVoice__person {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .aiuVoice__person {
    flex-direction: column;
    justify-content: start;
  }
}
.aiuVoice__img {
  width: 56px;
}
@media screen and (min-width: 768px) {
  .aiuVoice__img {
    width: auto;
    flex-shrink: 0;
    text-align: center;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .aiuVoice__img > img {
    width: 100px;
  }
}
.aiuVoice__info {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .aiuVoice__info {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.aiuVoice__comment {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .aiuVoice__comment {
    width: 80.9475806452%;
    font-size: 1.125rem;
    line-height: 2;
  }
}

@font-face {
  font-family: "Hannari";
  src: url("../fonts/HannariMincho-Regular.woff");
}
.individual {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .individual {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.individualMv {
  height: 201px;
  background-image: url("../images/course/individual/mv_sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px;
  text-align: center;
  font-family: "Hannari";
  line-height: 1.2857142857;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .individualMv {
    height: 381px;
    background-image: url("../images/course/individual/mv_pc.png");
    padding-top: 60px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
    margin-top: 80px;
  }
}
.individualMv__en {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .individualMv__en {
    margin-bottom: 70px;
  }
}

.individualLead {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .individualLead {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.individualLead__paragraph:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .individualLead__paragraph:not(:last-child) {
    margin-bottom: 50px;
  }
}
.individualLead__box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .individualLead__box:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .individualLead__box .courseLead__box {
    margin-top: 55px;
  }
}

.individualPolicy {
  margin-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .individualPolicy {
    margin-top: 55px;
    padding-bottom: 80px;
  }
}
.individualPolicy__summary {
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .individualPolicy__summary {
    margin-bottom: 50px;
  }
}
.individualPolicy .courseLead__policyContent {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1080px) {
  .individualPolicy .courseLead__policyContent {
    padding-left: 30px;
    padding-right: 25px;
  }
}
.individualPolicy__list {
  list-style: disc;
  padding-left: 1em;
}
.individualPolicy__list > li {
  text-align: left;
}

.individualFeature {
  background-color: #d2eef4;
}
.individualFeature.--reverse {
  background-color: #fff;
}
.individualFeature__list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  width: 83.5897435897vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .individualFeature__list {
    row-gap: 30px;
    width: 100%;
    max-width: 763px;
  }
}
.individualFeature__list > li {
  background-color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .individualFeature__list > li {
    padding: 25px 35px;
    border-radius: 30px;
    min-height: 122px;
  }
}
@media screen and (max-width: 767px) {
  .individualFeature__list > li.--narrow {
    letter-spacing: -0.05em;
  }
}
.individualFeature__list.--reverse > li {
  background-color: #d2eef4;
}

.individualTimetable__desc {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .individualTimetable__desc {
    margin-bottom: 50px;
  }
}
.individualTimetable__wrapper {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.individualTimetable__wrapper p {
  color: #aaa9a9;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .individualTimetable__wrapper p {
    font-size: 1rem;
  }
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table {
  width: 100%;
  min-width: 646px;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr th {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th,
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr th {
    font-size: 1rem;
  }
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th.sticky,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr th.sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr td,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr td {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr td,
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr td {
    font-size: 1rem;
  }
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th {
  background-color: #aaa9a9;
  color: #fff;
  border-bottom: unset;
  border-color: #c6c6c6;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th:first-child {
  width: 121px;
}
@media screen and (min-width: 768px) {
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th:first-child {
    width: 140px;
  }
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th:last-child {
  white-space: nowrap;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .individualTimetable__wrapper .wp-block-flexible-table-block-table table thead tr th:last-child {
    width: 145px;
  }
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr th,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr td {
  border-top: unset;
  border-bottom: unset;
  border-color: #c6c6c6;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr:last-child {
  border-bottom: 1px solid #c6c6c6;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr:nth-child(odd) th,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr:nth-child(odd) td {
  background-color: #ededed;
}
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr:nth-child(even) th,
.individualTimetable__wrapper .wp-block-flexible-table-block-table table tbody tr:nth-child(even) td {
  background-color: #fff;
}
.individualTimetable__caption {
  margin-bottom: 30px;
  color: #090909 !important;
}
@media screen and (min-width: 768px) {
  .individualTimetable__caption {
    margin-bottom: 50px;
  }
}
.individualTimetable__explanation {
  padding-left: 1em;
}
.individualTimetable__explanation > li {
  position: relative;
}
.individualTimetable__explanation > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1B6FAC;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: -1em;
}
@media screen and (min-width: 768px) {
  .individualTimetable__explanation > li::before {
    width: 9px;
    height: 9px;
    top: 0.8em;
  }
}

.individualOption {
  background-color: #fef3d7;
}
.individualOption .c-heading-2 {
  position: relative;
  padding-top: 1.7em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.individualOption .c-heading-2 > span {
  display: block;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  top: -0.3em;
  left: -3em;
  padding-bottom: 30px;
  background-image: url("../images/course/individual/balloon_white.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .individualOption .c-heading-2 > span {
    font-size: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }
}
.individualOption__list > li {
  list-style-position: outside;
  padding-left: 1.5em;
  position: relative;
}
.individualOption__list > li > span {
  position: absolute;
  left: 0;
  margin: 0;
}
.individualOption__list > li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .individualOption__list > li:not(:last-child) {
    margin-bottom: 55px;
  }
}
.individualOption__link {
  color: #005086;
  font-weight: 700;
}
.individualOption__btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .individualOption__btn {
    margin-top: 30px;
  }
}

.individualMessage__content p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .individualMessage__content p:not(:last-child) {
    margin-bottom: 40px;
  }
}
.individualMessage__img {
  width: 102px;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .individualMessage__img {
    width: 132px;
  }
}
.individualMessage__img > img {
  display: block;
  padding: 0 5px;
}

.school__tab {
  display: flex;
  align-items: flex-end;
  height: 37px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-bottom: 8px;
  border-bottom: 1px solid #1B6FAC;
  margin-top: 50px;
  margin-bottom: 24px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .school__tab {
    height: 56px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-bottom: 12px;
    margin-top: 80px;
    margin-bottom: 70px;
    margin-left: 0;
    margin-right: 0;
  }
}
.school__tabItem {
  width: 50%;
  text-align: center;
}
.school__tabItem:not(:first-child) {
  border-left: 1px solid #d7d7d7;
}
.school__tabItem.is-active {
  font-weight: 600;
  color: #005086;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .school__tabItem.is-active {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
.school__tabItem:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .school__secHeading {
    display: flex;
    align-items: flex-end;
    column-gap: 25px;
    margin-bottom: 35px;
  }
}
.school__secTtl {
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005086;
  border-left: 8px solid #1B6FAC;
  padding-left: 11px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .school__secTtl {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 2.1818181818;
    padding-left: 13px;
    margin-bottom: 35px;
  }
}
.school__secTtl.--no-mb {
  margin-bottom: 0;
}
.school__secHeadingAnnotation {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .school__secHeadingAnnotation {
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-bottom: 7px;
  }
}
.school__section {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
  column-gap: 60px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .school__section {
    flex-direction: row;
  }
}
.school__section.--narrow-gap {
  column-gap: 40px;
}
@media screen and (min-width: 768px) {
  .school__sectionTop {
    width: 44.6787148594%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .school__sectionTop.--wide {
    width: 55.5220883534%;
  }
}
@media screen and (min-width: 768px) {
  .school__sectionBottom {
    width: 49.297188755%;
  }
}
@media screen and (min-width: 768px) {
  .school__sectionBottom.--narrow {
    width: 40.4618473896%;
  }
}
.school__sectionImg {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .school__sectionImg {
    margin-bottom: 25px;
  }
}
.school__sectionAddress {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .school__sectionAddress {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 5px;
  }
}
.school__sectionAddress th,
.school__sectionAddress td {
  padding-bottom: 3px;
}
.school__sectionAddress th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .school__sectionAddress th {
    width: 82px !important;
  }
}
.school__sectionAddress td {
  padding-left: 20px;
}
.school__sectionAddress .--tel {
  font-weight: 500;
  color: #005086;
}
.school__sectionAnnotation {
  font-size: 0.75rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .school__sectionAnnotation {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  .school__sectionAnnotation.--center {
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
    text-indent: unset;
    padding-left: 0;
  }
}
.school__sectionCopy {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #005086;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .school__sectionCopy {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.school__sectionSchedule {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .school__sectionSchedule {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 32px;
  }
}
.school__sectionSchedule > p {
  text-align: center;
  margin-bottom: 25px;
}
.school__sectionSchedule > table {
  width: 100%;
}
.school__sectionSchedule > table:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .school__sectionSchedule > table:not(:last-child) {
    margin-bottom: 25px;
  }
}
.school__sectionSchedule > table.--narrow-mb:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .school__sectionSchedule > table.--narrow-mb:not(:last-child) {
    margin-bottom: 15px;
  }
}
.school__sectionSchedule > table th,
.school__sectionSchedule > table td {
  text-align: center;
  border: 1px solid #c6c6c6;
}
.school__sectionSchedule > table th {
  font-weight: 400;
  background-color: #ededed;
  padding: 2px;
}
.school__sectionSchedule > table td {
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .school__sectionSchedule > table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.school__sectionName {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .school__sectionName {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__sectionMenu > p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .school__sectionMenu > p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__sectionMenu > p.--wide {
  letter-spacing: 0.2em;
}
.school__sectionMenu > p > a {
  color: #005086;
}
.school__sectionMenu table {
  width: 100%;
  border: 1px solid #c6c6c6;
  margin: 20px 0;
}
.school__sectionMenu table th,
.school__sectionMenu table td {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .school__sectionMenu table th,
  .school__sectionMenu table td {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__sectionMenu table th {
  font-weight: 400;
  padding-left: 17px;
}
.school__sectionMenu table td {
  padding-right: 20px;
}
.school__sectionMenu table tr:nth-child(even) th,
.school__sectionMenu table tr:nth-child(even) td {
  background-color: #ededed;
}
.school__sectionMap > p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .school__sectionMap > p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__sectionMap > p > a {
  color: #005086;
}
.school__sectionInformation {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .school__sectionInformation {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__sectionInformation:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .school__sectionInformation:not(:last-child) {
    margin-bottom: 25px;
  }
}
.school__sectionInformation > p {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .school__sectionInformation > ul.--center {
    text-align: center;
  }
}
.school__sectionInformation > ul > li > span.--right {
  display: block;
  text-align: right;
}
.school__sectionInformation > ul.--marker > li {
  padding-left: 1.5em;
  position: relative;
}
.school__sectionInformation > ul.--marker > li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1B6FAC;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.school__history {
  width: 100%;
}
.school__history th,
.school__history td {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .school__history th,
  .school__history td {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.school__history th {
  font-weight: 400;
}
.school__history td {
  padding-left: 11px;
}
@media screen and (min-width: 768px) {
  .school__history td {
    padding-left: 43px;
  }
}

.principal__history {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
@media screen and (max-width: 767px) {
  .principal__history {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .principal__history {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .principal__historyTop {
    width: 30.9236947791%;
    flex-shrink: 0;
  }
}
.principal__historyName {
  margin-bottom: 10px;
}
.principal__historyName > p {
  color: #005086;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principal__historyName > p {
    text-align: left;
  }
}
.principal__historyName > p.--jp {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .principal__historyName > p.--jp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.principal__historyName > p.--en {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .principal__historyName > p.--en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .principal__historyImg {
    width: 73.3118971061%;
    margin: 0 auto;
    max-width: 350px;
  }
}
.principal__historyList {
  width: 100%;
}
.principal__historyList th, .principal__historyList td {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .principal__historyList th, .principal__historyList td {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.principal__historyList td {
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .principal__historyList td {
    padding-left: 25px;
  }
}
.principal__cta {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principal__cta {
    text-align: right;
  }
}
.principal__ctaInner {
  display: inline-block;
}
.principal__sectionTtl {
  width: 71.0256410256vw;
  min-width: 277px;
  padding-left: 0.5em;
  color: #005086;
  border-bottom: 1px solid #1B6FAC;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .principal__sectionTtl {
    width: 48.0234260615vw;
    max-width: 656px;
    min-width: 550px;
    padding-left: 0.7em;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    margin-bottom: 40px;
  }
}
.principal__sectionImg.--sp {
  max-width: 350px;
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .principal__sectionImg.--sp {
    display: none;
  }
}
.principal__sectionImg.--float {
  display: none;
}
@media screen and (min-width: 768px) {
  .principal__sectionImg.--float {
    display: block;
    float: right;
    width: 290px;
    margin-left: 63px;
  }
}
.principal__sectionTxt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .principal__sectionTxt {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.principal__hobby {
  background-color: #d2eef4;
}
.principal__hobbyImg {
  position: relative;
  text-align: center;
}
.principal__hobbyImg .--principal {
  width: 225px;
}
@media screen and (min-width: 768px) {
  .principal__hobbyImg .--principal {
    width: 248px;
  }
}
.principal__hobbyImg .--msg {
  width: 129px;
  position: absolute;
  top: -10px;
  left: calc(50% + 25px);
}
@media screen and (min-width: 768px) {
  .principal__hobbyImg .--msg {
    width: 264px;
  }
}
.principal__hobbySummary {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .principal__hobbySummary {
    flex-direction: row;
    column-gap: 17px;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .principal__hobbySummaryTop {
    width: 64px;
    flex-shrink: 0;
  }
}
.principal__hobbySummaryTop > p {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #FFF;
  color: #005086;
  border-radius: 50%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principal__hobbySummaryTop > p {
    width: 64px;
    height: 64px;
    font-size: 1.125rem;
  }
}
.principal__hobbySummaryBottom > p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .principal__hobbySummaryBottom > p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.principal__hobbySummaryBottom > p:not(:last-child) {
  margin-bottom: 5px;
}
.principal__hobbyContent {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .principal__hobbyContent {
    flex-direction: row;
    column-gap: 33px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .principal__hobbyContent > img {
    width: 33.6345381526%;
    flex-shrink: 0;
  }
}
.principal__hobbyContent a {
  color: #005086;
  font-weight: 500;
}
.principal__mediaList {
  width: 230px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .principal__mediaList {
    width: auto;
    max-width: 683px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .principal__mediaItem {
    width: 292px;
  }
}
@media screen and (min-width: 768px) {
  .principal__mediaItem:first-child {
    width: 100%;
  }
}
.principal__mediaImg {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .principal__mediaImg {
    width: 292px;
    margin: 0 auto;
  }
}
.principal__mediaTxt {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .principal__mediaTxt {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.voice__heading {
  height: 83px;
  background-image: url("../images//about/voice/heading_bg_sp.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .voice__heading {
    height: 170px;
    background-image: url("../images//about/voice/heading_bg_pc.png");
  }
}
.voice__notice {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .voice__notice {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 45px;
  }
}
.voice__anchor {
  display: flex;
  justify-content: center;
  column-gap: 28px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .voice__anchor {
    column-gap: 64px;
    margin-bottom: 75px;
  }
}
.voice__anchor > li > a {
  padding: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice__anchor > li > a {
    padding: 5px 10px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.voice__anchor > li > a::after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-image: url("../images//about/voice/anchor_mark.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .voice__anchor > li > a::after {
    width: 16px;
    height: 14px;
  }
}
.voice__block:not(:last-child) {
  margin-bottom: 50px;
}
.voice__blockTtl {
  font-size: 0.875rem;
  line-height: 2;
  color: #005086;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .voice__blockTtl {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .voice__blockOuter {
    background-color: #fef3d7;
  }
}
@media screen and (max-width: 767px) {
  .voice__blockOuter.--green {
    background-color: #e8fae0;
  }
}
@media screen and (max-width: 767px) {
  .voice__blockOuter.--skyblue {
    background-color: #d2eef4;
  }
}
.voice__blockInner {
  padding: 22px 0;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice__blockInner {
    padding: 0;
    max-width: unset;
    display: flex;
    column-gap: 10px;
  }
}
.voice__blockItem {
  background-color: #fef3d7;
}
.voice__blockItem.--green {
  background-color: #e8fae0;
}
.voice__blockItem.--skyblue {
  background-color: #d2eef4;
}
@media screen and (min-width: 768px) {
  .voice__blockItem {
    width: calc((100% - 10px) / 2);
    padding: 20px 15px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 767px) {
  .voice__blockItem.--left {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .voice__blockItem.--left {
    padding-right: 29px;
  }
}
@media screen and (min-width: 768px) {
  .voice__blockItem.--right {
    padding-left: 29px;
  }
}
@media screen and (min-width: 768px) {
  .voice__blockItem.--wide {
    width: 100%;
    padding: 40px 35px;
  }
}
.voice__comment {
  display: flex;
  align-items: center;
  column-gap: 21px;
}
@media screen and (min-width: 768px) {
  .voice__comment {
    column-gap: 25px;
  }
}
.voice__comment:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .voice__comment:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice__comment.--column {
    flex-direction: column !important;
    row-gap: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .voice__comment.--column .voice__commentTxt::before {
    top: -10px;
    left: 50%;
    right: unset;
    transform: translateX(-50%) rotate(90deg);
  }
}
.voice__comment.--column:not(:last-child) {
  margin-bottom: 35px;
}
.voice__commentImg {
  width: 44px;
  flex-shrink: 0;
}
.voice__commentTxt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 15px;
  padding: 7px 11px;
  height: 100%;
  position: relative;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .voice__commentTxt {
    padding: 10px 12px;
  }
}
.voice__commentTxt > p {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .voice__commentTxt > p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.voice__commentTxt > small {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .voice__commentTxt > small {
    font-size: 1rem;
  }
}
.voice__commentTxt > small.--underline::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin: 10px auto 0;
  border-bottom: 1px solid #d7d7d7;
}
.voice__commentTxt::before {
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  background-image: url("../images//about/voice/arrow_student.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media screen and (min-width: 768px) {
  .voice__commentTxt::before {
    width: 30px;
    height: 25px;
  }
}
.voice__comment.--reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .voice__comment.--reverse .voice__commentTxt::before {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .voice__comment.--reverse-sp {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .voice__comment.--reverse-sp .voice__commentTxt::before {
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .voice__comment.--reverse-pc .voice__commentTxt::before {
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .voice__comment.--reverse-pc.--reverse-sp-too {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .voice__comment.--reverse-pc.--sp .voice__commentTxt::before {
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: -20px;
  }
}

.fee {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .fee {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.fee .font__sm {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .fee .font__sm {
    font-size: 0.875rem;
  }
}
.fee p a {
  color: #005086;
  font-weight: 700;
}
.fee small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .fee small {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  .fee small > span.--block-sp {
    display: block;
  }
}
.fee__intro {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .fee__intro {
    margin-bottom: 40px;
    text-align: center;
  }
}
.fee__intro > p {
  margin-bottom: 10px;
}
.fee__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .fee__flex {
    flex-direction: row;
  }
}
.fee__flex:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .fee__flexItem {
    width: calc((100% - 20px) / 2);
  }
}
.fee__flex.--wide {
  column-gap: 70px;
}
@media screen and (min-width: 768px) {
  .fee__flex.--wideItem {
    width: calc((100% - 70px) / 2);
  }
}
.fee__table {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
.fee__table th, .fee__table td {
  font-weight: 400;
  padding: 6px 10px;
  border: 1px solid #c6c6c6;
}
.fee__table th.--bg, .fee__table td.--bg {
  background-color: #ededed;
}
.fee__table th.--center, .fee__table td.--center {
  text-align: center;
}
.fee__table th.--w50, .fee__table td.--w50 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .fee__table.--normal {
    width: 86.4693446089%;
    min-width: 300px;
    margin: unset;
  }
}
.fee__table.--normal th {
  text-align: center;
}
.fee__table.--normal td {
  text-align: right;
}
.fee__table.--wide {
  max-width: unset;
}
.fee__table.--wide th, .fee__table.--wide td {
  text-align: center;
}
.fee__content:not(:first-child) {
  margin-top: 25px;
}
.fee__contentTtl {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.4666666667;
  color: #005086;
  border-bottom: 1px solid #1B6FAC;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .fee__contentTtl {
    width: 70%;
    min-width: 300px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.fee__content > p:not(:last-child) {
  margin-bottom: 20px;
}
.fee__feeBlock {
  max-width: 400px;
  margin: 20px auto 0;
}
.fee__feeBlock:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fee__feeBlock {
    width: 75.5693581781%;
    max-width: unset;
    min-width: 598px;
  }
}
.fee__feeBlockTtl {
  margin-bottom: 10px;
}
.fee__feeBlockFlex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .fee__feeBlockFlex {
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fee__feeBlockFlexItem {
    width: calc((100% - 20px) / 2);
    min-width: 300px;
  }
}
.fee__feeBlockBox {
  text-align: center;
}
.fee__feeBlockBox dt, .fee__feeBlockBox dd {
  border: 1px solid #c6c6c6;
  padding: 5px 20px;
  line-break: strict;
}
.fee__feeBlockBox dt {
  line-height: 1.2;
}
.fee__feeBlockBox.--no-pd dd {
  padding: 0;
}
.fee__feeBlockBox dd {
  border-top: unset;
}
@media screen and (min-width: 768px) {
  .fee__feeBlockBox dd {
    text-align: left;
  }
}
.fee__feeBlockBox dd > small {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fee__feeBlockBox dd > small {
    width: 80%;
    margin-left: auto;
    text-align: left;
  }
}
.fee__feeBlockBox dd > div {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}
.fee__feeBlockBox dd > div.--bg {
  background-color: #ededed;
}

.schoolSteam__lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .schoolSteam__lead {
    margin-bottom: 40px;
  }
}
.schoolSteam__list li:not(:last-child) {
  margin-bottom: 15px;
}
.schoolSteam__list li > a {
  display: inline-block;
  color: #005086;
  font-weight: 700;
}

.privacy {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .privacy {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.privacy__section:not(:last-child) {
  margin-bottom: 50px;
}
.privacy__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .privacy__content {
    padding-left: 3.5em;
  }
}
.privacy__content li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy__contact > p {
  margin-bottom: 30px;
}
.privacy__contactInfo {
  padding: 30px;
  border-top: 1px solid #1B6FAC;
  border-bottom: 1px solid #1B6FAC;
}
@media screen and (min-width: 768px) {
  .privacy__contactInfo {
    width: 494px;
  }
}
.privacy__contactHeading {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .privacy__contactHeading {
    text-align: center;
  }
}
.privacy__contact dl {
  display: flex;
}
.privacy__contact dl dt {
  flex-shrink: 0;
}

.news {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  /* -------------
  一覧ページ
  -------------*/
  /* -------------
  個別ページ
  -------------*/
}
@media screen and (min-width: 768px) {
  .news {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.news__select {
  position: relative;
  margin-bottom: 50px;
}
.news__select select {
  color: #005086;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 1px solid #d7d7d7;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.news__select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #1B6FAC;
  content: "";
  width: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.news__tab {
  margin: 0 -57px 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1B6FAC;
}
.news__tabHeading {
  padding-left: 57px;
  color: #005086;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.news__tabList {
  display: flex;
  justify-content: space-between;
  padding-left: 57px;
  padding-right: 57px;
}
.news__tabList > li {
  text-align: center;
  padding: 5px 23px;
  line-height: 1;
  min-width: 120px;
}
.news__tabList > li:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
.news__tabList > li.active {
  font-weight: 700;
  color: #1B6FAC;
}
.news__list > p {
  margin-bottom: 30px;
}
.news__listItem {
  margin-bottom: 30px;
}
.news__listItem > a {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 1080px) {
  .news__listItem > a {
    flex-direction: row;
    column-gap: 80px;
  }
}
.news__listTop {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  display: flex;
  column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .news__listTop {
    font-size: 1rem;
    flex-direction: column-reverse;
    row-gap: 15px;
    justify-content: flex-start;
  }
}
.news__listDate {
  color: #005086;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .news__listDate {
    padding-bottom: 7px;
  }
}
.news__listLabel {
  color: #ff0000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news__listLabel {
    letter-spacing: 0.2em;
  }
}
.news__listCategory {
  display: flex;
  column-gap: 5px;
  margin-bottom: 10px;
}
.news__listCategory > li {
  line-height: 1;
  padding: 3px 10px;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  color: #1B6FAC;
  border: 1px solid #1B6FAC;
  border-radius: 50vh;
}
.news .wp-pagenavi a,
.news .wp-pagenavi span {
  border: unset !important;
  color: #c6c6c6;
}
.news .wp-pagenavi a:hover,
.news .wp-pagenavi span.current {
  color: #005086;
}
.news .c-heading-1 {
  letter-spacing: 0;
}
.news__header {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .news__header {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
}
.news__header-date {
  font-size: 0.75rem;
  font-weight: 500;
  color: #005086;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .news__header-date {
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.news__header-label {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.75rem;
  color: #1B6FAC;
  letter-spacing: 0.075em;
  border: 1px solid #1B6FAC;
  border-radius: 50vh;
}
@media screen and (min-width: 768px) {
  .news__header-label {
    padding: 6px 12px;
    font-size: 0.9375rem;
  }
}
.news__header-label:not(:last-child) {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .news__header-label:not(:last-child) {
    margin-right: 0;
  }
}
.news__header-label > a {
  display: block;
}
.newsLink {
  color: #c6c6c6;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.newsLink__link span {
  color: #005086;
}
.newsLink__link:hover {
  color: #005086;
}
.newsLink__link--prev span {
  margin-right: 20px;
}
.newsLink__link--next span {
  margin-left: 20px;
}
.news__btn {
  text-align: center;
  margin: 70px 0 !important;
}

.editor-styles-wrapper h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #005086;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 45px;
  }
}
.editor-styles-wrapper .wp-block-heading {
  color: #005086;
  margin-bottom: 25px;
}
.editor-styles-wrapper .wp-block-heading:not(:first-child) {
  margin-top: 30px;
}
.editor-styles-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.editor-styles-wrapper p strong {
  font-weight: 500;
  font-size: 1.15em;
}
.editor-styles-wrapper a {
  color: #005086;
}
.editor-styles-wrapper mark {
  background-color: transparent;
  background-image: linear-gradient(transparent 50%, #F4FA50 50%);
}
.editor-styles-wrapper mark.blue {
  background-image: linear-gradient(transparent 50%, #B8EAF5 50%);
}
.editor-styles-wrapper mark.pink {
  background-image: linear-gradient(transparent 50%, #FFC9F0 50%);
}
.editor-styles-wrapper .wp-block-image figcaption {
  text-align: center;
}
.editor-styles-wrapper ul:not(:last-child),
.editor-styles-wrapper ol:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper ul:not(:last-child),
  .editor-styles-wrapper ol:not(:last-child) {
    margin-bottom: 35px;
  }
}
.editor-styles-wrapper ul > li {
  position: relative;
}
.editor-styles-wrapper ul > li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #1B6FAC;
  position: absolute;
  top: 0.6em;
  left: -1em;
}
.editor-styles-wrapper ul.check > li::before {
  background-color: transparent;
  background-image: url("../images/news/check.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
.editor-styles-wrapper ol {
  list-style-type: decimal;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #c6c6c6;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #1B6FAC;
  color: #FFF;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.striped tbody tr:nth-child(even) td {
  background-color: #ededed;
}
.editor-styles-wrapper .commentBox {
  border-radius: 15px;
  padding: 15px 25px;
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .commentBox {
    padding: 17px 30px;
    margin: 50px 55px;
  }
}
.editor-styles-wrapper .commentBoxBasic {
  background-color: #d2eef4;
}
.editor-styles-wrapper .commentBoxDotted {
  border: 4px dotted #1B6FAC;
}
.editor-styles-wrapper .titledBox {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .titledBox {
    margin: 50px 55px;
  }
}
.editor-styles-wrapper .titledBox__title {
  background-color: #d3ead9;
  border-radius: 5px 5px 0 0;
  width: fit-content;
  padding: 3px 20px;
}
.editor-styles-wrapper .titledBox__content {
  background-color: #e8fae0;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .titledBox__content {
    padding: 17px 30px;
  }
}
.editor-styles-wrapper .balloonA {
  padding-left: 59px;
  margin: 25px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .balloonA {
    padding-left: 115px;
    margin: 50px 0;
    margin-right: 55px;
  }
}
.editor-styles-wrapper .balloonA::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 49px;
  height: 52px;
  background-image: url("../images/news/man_01.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .balloonA::before {
    width: 81px;
    height: 86px;
  }
}
.editor-styles-wrapper .balloonA__inner {
  background-color: #d2eef4;
  padding: 15px 20px;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .balloonA__inner {
    padding: 17px 25px;
  }
}
.editor-styles-wrapper .balloonA__inner::before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-image: url("../images/news/arrow_skyblue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -15px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .editor-styles-wrapper .balloonA__inner::before {
    width: 45px;
    height: 50px;
    left: -35px;
  }
}

.contact {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .contact {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.contact__notice {
  padding-left: 1.8em;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .contact__notice {
    margin-bottom: 15px;
  }
}
.contact__notice > li {
  position: relative;
}
.contact__notice > li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #1B6FAC;
  position: absolute;
  left: -1.8em;
  top: 0.5em;
}
.contact__notice > li > span {
  color: #ff0000;
}
.contact__cta {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact__cta {
    text-align: right;
    margin-bottom: 115px;
  }
}
.contact__heading {
  padding-bottom: 0.5em;
  padding-left: 2em;
  border-bottom: 1px solid #1B6FAC;
  color: #005086;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .contact__heading {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.contact__form:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .contact__form:not(:last-child) {
    margin-bottom: 80px;
  }
}
.contact__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .contact__item {
    flex-direction: row;
    margin-bottom: 75px;
  }
}
.contact__label {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .contact__label {
    display: flex;
    column-gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .contact__label {
    width: 288px;
  }
}
.contact__badge span {
  display: inline-block;
  padding: 0 2px;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-size: 0.8em;
}
.contact__badge span:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .contact__input {
    width: calc(100% - 288px);
  }
}
.contact__input .wpcf7-list-item {
  margin-left: 0;
}
.contact__input input, .contact__input textarea, .contact__input select {
  appearance: auto;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.contact__input input[type=text], .contact__input input[type=email], .contact__input input[type=tel], .contact__input select, .contact__input textarea {
  width: 100%;
  padding: 5px 10px;
}
.contact__input select {
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .contact__input select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.contact__input.--radio, .contact__input.--check {
  padding-left: 3em;
}
@media screen and (min-width: 768px) {
  .contact__input.--radio, .contact__input.--check {
    padding-left: 0;
  }
}
.contact__input.--radio .wpcf7-radio .wpcf7-list-item, .contact__input.--radio .wpcf7-checkbox .wpcf7-list-item, .contact__input.--check .wpcf7-radio .wpcf7-list-item, .contact__input.--check .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
.contact__input.--radio .wpcf7-radio .wpcf7-list-item label, .contact__input.--radio .wpcf7-checkbox .wpcf7-list-item label, .contact__input.--check .wpcf7-radio .wpcf7-list-item label, .contact__input.--check .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  column-gap: 10px;
  align-items: start;
}
.contact__input.--radio .wpcf7-radio .wpcf7-list-item input, .contact__input.--radio .wpcf7-checkbox .wpcf7-list-item input, .contact__input.--check .wpcf7-radio .wpcf7-list-item input, .contact__input.--check .wpcf7-checkbox .wpcf7-list-item input {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .contact__input.--radio .wpcf7-radio .wpcf7-list-item input, .contact__input.--radio .wpcf7-checkbox .wpcf7-list-item input, .contact__input.--check .wpcf7-radio .wpcf7-list-item input, .contact__input.--check .wpcf7-checkbox .wpcf7-list-item input {
    margin-top: 0.7em;
  }
}
.contact__select {
  position: relative;
}
.contact__select select {
  appearance: none;
}
.contact__select::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8.5px solid #1B6FAC;
  content: "";
  width: 0;
  position: absolute;
  right: 9px;
  top: 45%;
  transform: translateY(-50%);
}
.contact__btn {
  text-align: center;
}
.contact__btn > div {
  width: 250px;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #005086;
  border: 2px solid #1B6FAC;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__btn > div {
    width: 350px;
  }
}
.contact__btn > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #1B6FAC;
}
@media screen and (min-width: 768px) {
  .contact__btn > div::after {
    border: 10px solid transparent;
    border-left: 13px solid #1B6FAC;
  }
}
.contact__btn > div:hover {
  color: #FFF;
  background-color: #1B6FAC;
}
.contact__btn > div:hover::after {
  border-left: 13px solid #FFF;
}
.contact__btn input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .contact__btn input {
    padding: 20px 0;
  }
}
.contactComplete__container {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .contactComplete__container {
    margin-top: 120px;
  }
}
.contactComplete__heading {
  color: #1B6FAC;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contactComplete__heading {
    font-size: 1.5rem;
    margin-bottom: 90px;
  }
}
.contactComplete__lead {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contactComplete__lead {
    font-size: 1.1875rem;
    line-height: 1.8947368421;
  }
}
.contactComplete__txt {
  line-height: 2.5714285714;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contactComplete__txt {
    line-height: 2;
  }
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-invisibleSp {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .u-invisibleTbDown {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-invisibleTb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .u-invisibleTbOnly {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .u-invisiblePc {
    display: none;
  }
}
.u-flex {
  display: flex;
}
.u-flex--jcsb {
  justify-content: space-between;
}
.u-flex--aic {
  align-items: center;
}
.u-inlineBlock {
  display: inline-block;
}

.u-visibilityHidden {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
}

html {
  scroll-padding-top: 100px;
}

.u-underline {
  text-decoration: underline;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left !important;
}
.u-text-upper {
  text-transform: uppercase;
}

.u-marker {
  background: linear-gradient(transparent 55%, #F4FA50 55%);
}/*# sourceMappingURL=style.css.map */