@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -1.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #2e2e2e;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}

body.-menuOpen {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

a {
  color: #2e2e2e;
  text-decoration: underline;
}

a[target="_blank"] {
  margin-right: 3px;
}

a[target="_blank"]:after {
  background: url(../img/share/icon_external_blue.svg) no-repeat 100%;
  content: "";
  padding-right: 23px;
}

a[target="_blank"]:has(img):after,
a[target="_blank"]:has(picture):after {
  content: none;
}

.top-hero a[target="_blank"]:after {
  content: none;
}

img,
svg {
  max-width: 100%;
  vertical-align: top;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button,
select {
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input,
select,
textarea {
  border-radius: 0;
  font-family: Noto Sans JP, sans-serif;
}

button {
  background: none;
  border: 0;
  line-height: 1.8;
}

button,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

b {
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

.small,
small {
  color: #5e6369;
  display: block;
  font-size: 80%;
  padding-top: 5px;
}

.p,
ol,
p:not([class]) {
  margin-bottom: 1.5em;
}

ol > li {
  list-style: decimal;
  margin-bottom: 5px;
  margin-left: 2em;
}

hr,
iframe {
  border: 0;
}

hr {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: block;
  height: 0;
  margin: 30px auto;
  width: 100%;
}

:target {
  scroll-margin-top: 145px;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.contents {
  overflow: hidden;
}

.contents main {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}

.footer {
  position: relative;
}

.footer__sitemap {
  margin: 30px auto 60px;
  padding: 0 30px;
}

.footer__sitemapList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}

.footer__sitemapList > li {
  border-top: 1px solid #e0e0e0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: calc(33.33333% - 23px);
}
.footer__sitemapList::after {
  content: "";
  display: block;
  width: calc(33.33333% - 23px);
}

.footer__sitemapList > li:first-child {
  border-top: 0;
  width: 100%;
}

.footer__sitemapList > li:first-child a {
  width: calc(33.33333% - 23px);
}

.footer__sitemapList > li span,
.footer__sitemapList > li > a {
  color: #2e2e2e;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.footer__sitemapList > li > a {
  background: url(../img/share/arrow_right_green.svg) no-repeat calc(100% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.footer__sitemapList > li > ul {
  margin-bottom: 15px;
  margin-top: 5px;
}

.footer__sitemapList > li > ul > li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 1em;
  width: auto;
}

.footer__pageTop {
  margin: 0 auto;
  opacity: 0;
  padding: 0;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 11;
}

.footer__pageTop.-fixed {
  bottom: 25px;
  position: fixed;
  right: calc(50% - 525px);
}

.footer__pageTop.-absolute {
  bottom: 120px;
  position: absolute;
  right: calc(50% - 525px);
}

.footer__pageTop.-show,
.footer__pageTop.-show_underDrawer {
  opacity: 1;
}

.footer__pageTopLink {
  background: #00964B url(../img/share/btn_pagetop.svg) no-repeat 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 0;
  height: 50px;
  line-height: 0;
  margin: 0 0 0 auto;
  -webkit-transition: background-position 0.1s, opacity 0.3s;
  transition: background-position 0.1s, opacity 0.3s;
  width: 50px;
}

.footer__bottom {
  background: #00964B;
  padding: 0 30px;
}

.footer__bottomInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 0;
}

.footer__bottomInner,
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu {
  font-size: 1.2rem;
  gap: 0 25px;
}

.footer__menu li a {
  color: #fff;
  text-decoration: none;
}

.footer__menu li a[target="_blank"]:after {
  background: url(../img/share/icon_external.svg) no-repeat 100%;
  content: "";
  padding-right: 20px;
}

.footer__copyright {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin: 0 0 0 auto;
}

.footer__copyrightText {
  margin: 0 15px 0 0;
}

.footer__copyrightText small {
  color: #fff;
  font-size: 1.2rem;
}

.footer__sprix img {
  vertical-align: middle;
}

.header {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 0 30px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 90;
}

.header:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0, transparent);
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 147px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 15px 0 0;
  position: relative;
}

.header-none-text {
  display: none;
}

.logo {
  margin-bottom: 20px;
}

.logo__item {
  margin: 0;
}

.logo__item a {
  display: inline-block;
}

.logo__item h1 {
  color: #666;
  font-size: 9px;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 162px;
}

.nav {
  margin: auto;
  max-width: 1000px;
}

.nav__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  text-align: center;
}

.nav__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 150px;
}

.nav__item:after {
  right: 0;
}

.nav__item:after,
.nav__item:first-child:before {
  background: #e0e0e0;
  content: "";
  height: 25px;
  position: absolute;
  top: 2px;
  width: 1px;
}

.nav__item:first-child:before {
  left: 0;
}

.nav__item.-high,
.nav__item.-low,
.nav__item.-middle {
  width: 180px;
}

.nav__item.-high .nav__link,
.nav__item.-low .nav__link,
.nav__item.-middle .nav__link {
  background-position: left 22%;
  padding-left: 24px;
}

.nav__item.-low .nav__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_pencil%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Crect%20id%3D%22pencil%22%20data-name%3D%22pencil%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%2F%3E%0A%20%20%3Cg%20id%3D%22pencil_group%22%20data-name%3D%22pencil_group%22%20transform%3D%22translate(2.435%202.435)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22pencil_51%22%20data-name%3D%22pencil%2051%22%20d%3D%22M.432%2C14.7a1.526%2C1.526%2C0%2C0%2C1-.367-1.522L1.313%2C8.8a.815.815%2C0%2C0%2C1%2C.207-.35L9.282.689A2.08%2C2.08%2C0%2C0%2C1%2C12.208.528l2.4%2C2.4a2.08%2C2.08%2C0%2C0%2C1-.162%2C2.926L6.68%2C13.61a.8.8%2C0%2C0%2C1-.354.207L1.955%2C15.065a1.719%2C1.719%2C0%2C0%2C1-.464.065A1.474%2C1.474%2C0%2C0%2C1%2C.432%2C14.7Zm2.39-5.248-1.14%2C4%2C4-1.14.362-.363L3.184%2C9.088Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%233fbf48%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.nav__item.-middle .nav__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_pencil%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Crect%20id%3D%22pencil%22%20data-name%3D%22pencil%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%2F%3E%0A%20%20%3Cg%20id%3D%22pencil_group%22%20data-name%3D%22pencil_group%22%20transform%3D%22translate(2.435%202.435)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22pencil_51%22%20data-name%3D%22pencil%2051%22%20d%3D%22M.432%2C14.7a1.526%2C1.526%2C0%2C0%2C1-.367-1.522L1.313%2C8.8a.815.815%2C0%2C0%2C1%2C.207-.35L9.282.689A2.08%2C2.08%2C0%2C0%2C1%2C12.208.528l2.4%2C2.4a2.08%2C2.08%2C0%2C0%2C1-.162%2C2.926L6.68%2C13.61a.8.8%2C0%2C0%2C1-.354.207L1.955%2C15.065a1.719%2C1.719%2C0%2C0%2C1-.464.065A1.474%2C1.474%2C0%2C0%2C1%2C.432%2C14.7Zm2.39-5.248-1.14%2C4%2C4-1.14.362-.363L3.184%2C9.088Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23FDC53B%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.nav__item.-high .nav__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_pencil%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Crect%20id%3D%22pencil%22%20data-name%3D%22pencil%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%2F%3E%0A%20%20%3Cg%20id%3D%22pencil_group%22%20data-name%3D%22pencil_group%22%20transform%3D%22translate(2.435%202.435)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22pencil_51%22%20data-name%3D%22pencil%2051%22%20d%3D%22M.432%2C14.7a1.526%2C1.526%2C0%2C0%2C1-.367-1.522L1.313%2C8.8a.815.815%2C0%2C0%2C1%2C.207-.35L9.282.689A2.08%2C2.08%2C0%2C0%2C1%2C12.208.528l2.4%2C2.4a2.08%2C2.08%2C0%2C0%2C1-.162%2C2.926L6.68%2C13.61a.8.8%2C0%2C0%2C1-.354.207L1.955%2C15.065a1.719%2C1.719%2C0%2C0%2C1-.464.065A1.474%2C1.474%2C0%2C0%2C1%2C.432%2C14.7Zm2.39-5.248-1.14%2C4%2C4-1.14.362-.363L3.184%2C9.088Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23004F9F%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

.nav__item.-faq {
  display: none;
}

.nav__dropBtn,
.nav__link {
  background: #fff no-repeat 0;
  color: #2e2e2e;
  display: inline-block;
  font-weight: 700;
  padding: 6px 0 18px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.nav__dropBtn:before,
.nav__link:before {
  background: #fdc53b;
  bottom: 8px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.nav__dropBtn {
  background: url(../img/share/arrow_dropdown.svg) no-repeat right 0.8em;
  line-height: 1.15;
  padding-right: 20px;
}

.nav__child {
  background: #2270be;
  border-radius: 5px;
  height: 0;
  left: -50%;
  opacity: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 360px;
  z-index: 95;
}

.nav__child.-open {
  opacity: 1;
}

.nav__childItem {
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.nav__childItem:first-child {
  font-size: 1.6rem;
}

.nav__childItem:first-child .nav__childLink {
  background: #00964B url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 25px);
  padding: 20px 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav__childItem:last-child {
  border-bottom: 0;
}

.nav__childLink {
  color: #fff;
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  position: absolute;
  right: 0;
  top: 43px;
}

.nav__subItem {
  font-size: 1.4rem;
  font-weight: 700;
}

.nav__subItem.-faq .nav__subLink:before {
  background: url(../img/share/icon_nav_faq.svg) no-repeat 0;
  content: "";
  padding-left: 20px;
}

.nav__subLink {
  border: 1px solid #00964B;
  border-radius: 5px;
  color: #00964B;
  display: block;
  padding: 6px 20px;
  text-decoration: none;
}

.nav__btn,
.nav__contact,
.nav__spBtn {
  display: none;
}

.anchorLink.-col3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 35px;
  justify-content: center;
}

.anchorLink.-col3 .anchorLink__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 310px;
  min-width: 190px;
}

.anchorLink__link {
  background: url(../img/share/arrow_bottom_blue.svg) no-repeat calc(100% - 10px);
  border-bottom: 2px solid #e0e0e0;
  color: #2e2e2e;
  display: block;
  font-weight: 700;
  padding: 20px 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchorLinkNumber {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
  margin-bottom: 80px;
}

.anchorLinkNumber:after {
  content: "";
  display: inline-block;
  max-width: 305px;
  min-width: 280px;
  width: 100%;
}

.anchorLinkNumber__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  margin: 0;
  max-width: 305px;
  min-width: 280px;
  padding: 0;
}

.anchorLinkNumber__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchorLinkNumber__num_title {
  -webkit-box-flex: 1;
  background: url(../img/share/arrow_bottom_blue.svg) no-repeat 100%;
  background-size: 12px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 7px;
}

.anchorLinkNumber__num {
  -ms-flex-item-align: center;
  align-self: center;
  background: #00964B;
  border-radius: 50%;
  color: #fff;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  text-align: center;
  width: 36px;
}

.anchorLinkNumber__title {
  -webkit-box-flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 20px;
}

.anchorLinkNumber__caption {
  font-size: 1.5rem;
  margin-top: auto;
}

.anchorLinkSimple {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 60px;
  padding: 25px 30px;
}

.anchorLinkSimple__item {
  line-height: 1.4;
}

.articleList__item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.articleList__link {
  background: url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 10px) 0.5em;
  color: #2e2e2e;
  font-weight: 700;
  padding: 0 45px 0 0;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.articleList__link,
.beigeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beigeBox {
  background: #faf6ed;
  border-radius: 5px;
  margin-bottom: 60px;
}

.beigeBox__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 300px;
}

.beigeBox__image img {
  border: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.beigeBox__text {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
}

.beigeBox__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.beigeBox__body {
  font-size: 1.4rem;
  padding-bottom: 1.2em;
}

.beigeBox__link {
  bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 25px;
  text-align: right;
}

.beigeBox__link a {
  background: url(../img/share/arrow_right_blue.svg) no-repeat 100%;
  color: #2e2e2e;
  padding-right: 30px;
  text-decoration: none;
}

.contact-bnrTEL {
  position: relative;
}

.contact-bnrTEL__number {
  background: url(../img/share/icon_tel_blue.svg) no-repeat 0;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 30px;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
}

.contact-bnrTEL__number.-bottom {
  bottom: 27%;
}

.top-contact-bnrTEL {
  position: relative;
}

.top-contact-bnrTEL__number {
  background: url(../img/share/icon_tel_white.svg) no-repeat 0;
  color: #fff;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 30px;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
}

.top-contact-bnrTEL__number.-bottom {
  bottom: 27%;
}

.bnrList.-col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.box {
  padding: 35px 60px;
}

.box.-gray {
  background-color: #fafafa;
}

.box.-blue {
  background: #f8fcff;
  border: 2px solid #00964B;
  border-radius: 10px;
  padding: 30px 30px calc(30px - 1.5em);
}

.breadcrumb {
  margin: 0 auto;
  max-width: 1000px;
  overflow: auto;
  padding: 13px 0 0;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  margin-bottom: 13px;
}

.breadcrumb__item {
  background: url(../img/share/arrow_breadcrumb.svg) no-repeat 100%;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  padding-right: 13px;
  padding-top: 2px;
}

.breadcrumb__item:first-child .breadcrumb__link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb__item:last-child {
  background: none;
  padding-right: 0;
}

.breadcrumb__item:last-child .breadcrumb__link {
  color: #2e2e2e;
}

.breadcrumb__link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.btn__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  text-decoration: none;
}

.btn.-style01 {
  text-align: center;
}

.btn.-style01 .btn__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #00964B url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 25px);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  max-width: 300px;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: opacity 0.3s, background-position 0.1s;
  transition: opacity 0.3s, background-position 0.1s;
  width: 100%;
}

.btn.-back,
.btn.-style02,
.btn.-style03 {
  text-align: center;
}

.btn.-back .btn__link,
.btn.-style02 .btn__link,
.btn.-style03 .btn__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #fff;
  border: 1px solid #00964B;
  border-radius: 5px;
  color: #00964B;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  max-width: 440px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s, opacity 0.3s, background-position 0.1s;
  transition: color 0.3s, opacity 0.3s, background-position 0.1s;
  width: 100%;
}

.btn.-back .btn__link:before,
.btn.-style02 .btn__link:before,
.btn.-style03 .btn__link:before {
  background: #00964B;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
}

.btn.-back .btn__text,
.btn.-style02 .btn__text,
.btn.-style03 .btn__text {
  background: url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 25px);
  display: block;
  padding: 15px 45px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.btn.-back .btn__text,
.btn.-style03 .btn__text {
  background: url(../img/share/arrow_left_blue.svg) no-repeat 25px;
}

.btn.-style04 .btn__link {
  background: #fdc53b;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 #c1952b;
  box-shadow: 0 4px 0 #c1952b;
  color: #2e2e2e;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 280px;
  padding: 15px 5px;
}

.btn.-toggle[aria-expanded="true"] .btn__text:before {
  opacity: 0;
}

.btn.-toggle .btn__text {
  background: none;
  position: relative;
}

.btn.-toggle .btn__text:after,
.btn.-toggle .btn__text:before {
  background: #00964B;
  content: "";
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn.-toggle .btn__text:before {
  height: 13px;
  right: 29px;
  top: calc(50% - 6px);
  width: 3px;
}

.btn.-toggle .btn__text:after {
  height: 3px;
  right: 24px;
  top: calc(50% - 1px);
  width: 13px;
}

.btn.-toggle .btn__link.-open .btn__text:before {
  opacity: 0;
}

.btn.-noIcon .btn__link {
  background-image: none;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.-noIcon .btn__text {
  background-image: none;
}

a.price-btn {
  background-color: #e24820;
  border-bottom: 5px solid #b8301a;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 18px;
  text-decoration: none;
  width: 600px;
}

a.price-btn:hover {
  background: #e24820;
  border-bottom: 2px solid #b8301a;
  color: #fff;
  margin-top: 3px;
}

.btn.-style05 {
  text-align: center;
}

.btn.-style05 .btn__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #00964B url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 25px);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: auto auto 25px;
  max-width: 440px;
  text-align: center;
  -webkit-transition: opacity 0.3s, background-position 0.1s;
  transition: opacity 0.3s, background-position 0.1s;
  width: 100%;
}

.btn.-style05 .btn__link:hover {
  background-position: calc(100% - 23px);
  opacity: 0.8;
}

.btn.-style05 .btn__text {
  display: block;
  padding: 15px 45px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.news-bottom-btn {
  margin-top: 20px;
}

.courseIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 5px 10px;
  line-height: 1.5;
}

.courseIcon__item {
  border-radius: 3px;
  padding: 2px 10px;
}

.courseIcon__item.-low {
  background: #3fbf48;
  color: #fff;
}

.courseIcon__item.-middle {
  background: #fdc53b;
  color: #2e2e2e;
}

.courseIcon__item.-high {
  background: #00964B;
  color: #fff;
}

.courseList {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 20px;
}

.courseList.-col2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 320px));
  justify-content: center;
  margin: auto auto 20px;
}

.courseList__item {
  line-height: 1.5;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.courseList__item.-low .courseList__text:before {
  background-color: #3fbf48;
}

.courseList__item.-middle .courseList__text:before {
  background-color: #fdc53b;
}

.courseList__item.-high .courseList__text:before {
  background-color: #00964B;
}

.courseList__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #2e2e2e;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.courseList__link,
.courseList__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.courseList__image figure {
  margin: 0;
}

.courseList__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
  min-height: 58px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.courseList__text:before {
  background: rgba(0, 0, 0, 0.5);
}

.courseList__text:after,
.courseList__text:before {
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.courseList__text:after {
  background: url(../img/share/arrow_right_white.svg) no-repeat 50%;
}

.courseOther {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 20px;
  margin-bottom: 60px;
  justify-content: flex-start;
}

.courseOther__item {
  width: 320px;
}

.courseOther__link {
  background: url(../img/share/arrow_right_green.svg) no-repeat calc(100% - 10px) calc(100% - 12px);
  background-size: 12px auto;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.courseOther__image {
  margin-right: 8px;
  width: 147px;
}

.courseOther__text {
  -webkit-box-flex: 1;
  border-bottom: 2px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.03em;
  line-height: 1.05;
  padding: 8px 1px 0;
  text-align: center;
}

.courseOther__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
  min-height: 50px;
}

.courseOther__lead {
  font-size: 1.1rem;
  font-weight: 700;
}

.coursePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.coursePrice__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 333px;
}

.coursePrice__sub {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.coursePrice__compare {
  background: #eff6fd;
  padding: 30px 40px;
}

.coursePrice__notes {
  font-size: 1.2rem;
  margin-top: 5px;
  padding-right: 5px;
}

.courseSimpleList {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.courseSimpleList__item {
  background: no-repeat 50% #e0e0e0;
  background-size: cover;
  line-height: 1.5;
  min-height: 200px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.courseSimpleList__item:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}

.courseSimpleList__item.-low {
  background-image: url(../img/course/bg_index_low.webp);
}

.courseSimpleList__item.-low:after {
  background-color: rgba(63, 191, 72, 0.8);
}

.courseSimpleList__item.-middle {
  background-image: url(../img/course/bg_index_middle.webp);
}

.courseSimpleList__item.-middle:after {
  background-color: rgba(253, 197, 59, 0.8);
}

.courseSimpleList__item.-high {
  background-image: url(../img/course/bg_index_high.webp);
}

.courseSimpleList__item.-high:after {
  background-color: rgba(0, 79, 159, 0.8);
}

.courseSimpleList__link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 15px) calc(100% - 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
  justify-content: flex-end;
  padding: 0 29px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 2;
}

.courseSimpleList.-col2 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.courseSimpleList.-col2 .courseSimpleList__item.-middle {
  background-image: url(../img/course/bg_index_middle_col2.png);
}

.courseSimpleList.-col2 .courseSimpleList__item.-high {
  background-image: url(../img/course/bg_index_high_col2.png);
}

.entry {
  margin-bottom: 80px;
  margin-top: 60px;
}

.entry__header {
  margin-bottom: 40px;
}

.entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-bottom: 13px;
}

.entry__body h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 60px;
}

.entry__body h3 {
  font-size: 2.8rem;
}

.entry__body h3,
.entry__body h4 {
  font-weight: 700;
  margin: 60px 0 25px;
}

.entry__body h4 {
  font-size: 2.4rem;
}

.entry__body small {
  color: #5e6369;
}

.entry__body .mainBnrCV {
  margin-top: 60px;
}

.entry__pr {
  background: #f8fcff;
  border: 2px solid #00964B;
  border-radius: 10px;
  padding: 30px 30px calc(30px - 1.5em);
}

.error-main {
  margin: 60px auto 80px;
  padding: 40px 40px calc(40px - 1.5em);
}

.error-main .error-main__title.title {
  margin-bottom: 80px;
}

.expSlider__title {
  color: #00964B;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.expSlider__titleShoulder {
  display: block;
  font-size: 1.6rem;
}

.page-schoolDetail .expSlider__titleShoulder {
  display: none;
}

.expSlider__titleMorijuku {
  display: none;
  font-size: 1.6rem;
}

.page-schoolDetail .expSlider__titleMorijuku {
  display: block;
}

.expSlider__body {
  margin: 0 auto 25px;
  max-width: 340px;
  position: relative;
}

.expSlider__footer {
  text-align: center;
}

.page-morijukustory .expSlider__footer {
  display: none;
}

.expSlider__item {
  background: #faf6ed;
  border: 4px solid #00964B;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 25px 30px;
  width: 340px;
}

.expSlider__item.-low {
  border-color: #3fbf48;
}

.expSlider__item.-middle {
  border-color: #fdc53b;
}

.expSlider__item.-high {
  border-color: #00964B;
}

.expSlider__voice {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
  min-height: 3.2em;
  overflow: hidden;
}

.expSlider__grade {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}

.expSlider__grade img {
  margin-left: 5px;
  vertical-align: baseline;
}

.expSlider__score {
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 5rem;
}

.expSlider__subject {
  color: #00964B;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.expSlider__subject img {
  margin: 0 5px;
  vertical-align: middle;
}

.expSlider__writer {
  font-size: 1.4rem;
  text-align: center;
}

.expSlider__pagination {
  margin-top: 10px;
  position: static;
}

.expSlider__navigation {
  height: 50px;
  top: calc(50% - 25px);
  width: 50px;
}

.expSlider__navigation:after {
  content: none;
}

.expSlider__navigation.-prev {
  background-image: url(../img/share/btn_slide_prev.svg);
  left: -386px;
}

.expSlider__navigation.-next {
  background-image: url(../img/share/btn_slide_next.svg);
  right: -386px;
}

.expSlider__obog {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.page-join .expSlider__obog,
.page-schoolDetail .expSlider__obog {
  display: none;
}

.expSlider__obog span {
  display: inline-block;
  position: relative;
}

.expSlider__obog span:after,
.expSlider__obog span:before {
  background: #2e2e2e;
  border-radius: 15px;
  content: "";
  height: 18px;
  position: absolute;
  top: 7px;
  width: 3px;
}

.expSlider__obog span:before {
  left: -18px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.expSlider__obog span:after {
  right: -15px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.expSlider__obogPhoto {
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto 30px;
  overflow: hidden;
}

.page-join .expSlider__obogPhoto,
.page-schoolDetail .expSlider__obogPhoto {
  display: none;
}

.exp-mt-btn {
  margin-top: 40px;
}

.faq__item {
  margin-bottom: 30px;
}

.faq__q {
  background: #eff6fd;
  border-radius: 5px;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 12px 20px;
}

.faq__q:before {
  content: "Q.";
  margin-right: 10px;
}

.faq.-detail .faq__item {
  margin-bottom: 60px;
}

.faq-toggle {
  display: none;
}

.faq-Label {
  background: #e5f4ed;
  border-radius: 5px;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 12px 20px;
}

.faq-Label:before {
  content: "Q.";
  margin-right: 10px;
}

.faq-Label:after {
  border-right: 2px solid #00964B;
  border-top: 2px solid #00964B;
  content: "";
  height: 6px;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
}

.faq-Label > p {
  margin-bottom: 0;
}

.faq-Label,
.faq-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px;
}

.faq-content:before {
  color: #ff005b;
  content: "A.";
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
}

.faq-toggle:checked + .faq-Label + .faq-content {
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-toggle:checked + .faq-Label:after {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.fixedCTA {
  position: fixed;
  right: 0;
  top: 223px;
  z-index: 12;
}

.fixedCTA__item {
  margin-bottom: 5px;
}

.fixedCTA__link {
  background: center 14px no-repeat;
  border-radius: 5px 0 0 5px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  padding: 62px 10px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s;
  width: 100px;
}

.fixedCTA__link.-trial {
  background-color: #fdc53b;
  background-image: url(../img/share/icon_trial.svg);
  color: #2e2e2e;
}

.fixedCTA__link.-fee {
  background-color: #00964B;
  background-image: url(../img/share/icon_fee.svg);
  color: #fff;
}
  /********************************

	フローティングバナー_アニメーション

********************************/
.fixedCTA__link.-trial {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.fixedCTA__link.-trial::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffe196;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.footerSchool {
  background: #e5f4ed;
  padding: 40px 30px;
}

.footerSchool__inner {
  margin: auto;
  max-width: 920px;
}

.footerSchool__header {
  background: url(../img/share/logo_mori.svg?20250908) no-repeat 0 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  min-height: 80px;
  padding: 8px 0 8px 130px;
  background-position: 4px 0;
}

.footerSchool__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.footerSchool__lead {
  font-size: 1.6rem;
}

.footerSchool__lead small {
  font-size: 1.2rem;
  margin-left: 10px;
  display: inline-block;
}

.footerSchool__leadh3 {
  display: inline-block;
}

.footerSchool__section {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.footerSchool__section:first-child {
  border-radius: 5px 5px 0 0;
}

.footerSchool__section:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.footerSchool__sectionTitle {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 18px 35px;
  position: relative;
}

.footerSchool__sectionTitle:after,
.footerSchool__sectionTitle:before {
  background: #00964B;
  content: "";
  position: absolute;
}

.footerSchool__sectionTitle:before {
  height: 15px;
  right: 41px;
  top: calc(50% - 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3px;
}

.footerSchool__sectionTitle:after {
  height: 3px;
  right: 35px;
  top: calc(50% - 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
}

.footerSchool__section[open] .footerSchool__sectionTitle:before {
  opacity: 0;
}

.footerSchool__list > li {
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.footerSchool__list > li:not(:has(> span + ul li)) {
  display: none;
}

.footerSchool__list > li > ul {
  padding: 0 60px;
}

.footerSchool__list > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0;
}

.footerSchool__list > li > ul > li > ul {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.footerSchool__groupTitle {
  background: #f7f7f7;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px 60px;
}

.footerSchool__cityTitle {
  font-weight: 700;
  min-width: 8em;
}

.footerSchool .footerSchool__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0 60px;
}

.footerSchool .footerSchool__city:last-child {
  margin-bottom: 10px;
}

.footerSchool .footerSchool__city > ul {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
  padding: 0;
}

.grid + .grid {
  margin-top: 60px;
}

.grid.-margin {
  margin-bottom: 60px;
}

.grid.-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.grid.-media.-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid.-media .grid__item.-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid.-media .grid__item.-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.grid.-col3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid.-col2 {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 30px;
}

.grid__btn {
  margin-top: 40px;
}

.iframeMovie iframe {
  aspect-ratio: 1000/563;
  height: auto;
  width: 100%;
}

.index__btn {
  margin-top: 40px;
}

.index__step {
  background: #eff6fd;
  padding: 25px 40px;
}

.index__stepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  padding-bottom: 25px;
  position: relative;
}

.index__stepItem:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -18px;
  position: absolute;
  top: 12px;
  width: 2px;
}

.index__stepItem:after {
  background: #00964B;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -23px;
  position: absolute;
  top: 0.35em;
  width: 12px;
}

.index__stepItem:last-child {
  padding-bottom: 0;
}

.index__stepItem:last-child .index__stepTitle:before,
.index__stepItem:last-child:before {
  content: none;
}

.index__stepStep {
  margin-right: 7px;
  text-transform: uppercase;
}

.index__stepNum,
.index__stepStep {
  color: #00964B;
  font-family: Poppins, Noto Sans JP, sans-serif;
}

.index__stepNum {
  font-size: 2rem;
  margin-right: 20px;
  margin-top: -4px;
}

.index__stepTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  top: -2px;
}

.index__stepTitle:before {
  border: 6px solid transparent;
  border-top: 7px solid #00964B;
  bottom: -24px;
  content: "";
  left: 33%;
  position: absolute;
}

html:not([class="no-js"]) .js-animate {
  opacity: 0;
}

html:not([class="no-js"]) .js-animate.-visible.-fadeInUp {
  -webkit-animation: fadeInUp 0.7s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: fadeInUp 0.7s cubic-bezier(0, 0, 0.2, 1) forwards;
}

html:not([class="no-js"]) .js-animate.-visible.-fadeInRight {
  -webkit-animation: fadeInRight 0.7s cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: fadeInRight 0.7s cubic-bezier(0, 0, 0.2, 1) forwards;
}

html:not([class="no-js"]) .js-animate.-visible.-delay01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay03 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

html:not([class="no-js"]) .js-animate.-visible.-delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.js-detailsContent {
  overflow: hidden;
}

html:not([class="no-js"]) .js-messageBody {
  display: none;
}

html:not([class="no-js"]) .js-messageBody.-show {
  display: inherit;
}

.js-messageEllipsis {
  display: none;
}

.js-messageEllipsis.-show {
  display: inherit;
}

.js-messageBtn {
  display: none;
}

.js-messageBtn.-show {
  display: inherit;
}

html:not([class="no-js"]) .js-seoToggle__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 15px;
  line-height: 0;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 15px;
}

html:not([class="no-js"]) .js-seoToggle__btn:after,
html:not([class="no-js"]) .js-seoToggle__btn:before {
  background: #00964B;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: calc(50% - 1.5px);
  width: 15px;
}

html:not([class="no-js"]) .js-seoToggle__btn:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

html:not([class="no-js"]) .js-seoToggle__btn:has(+ .-show):after {
  opacity: 0;
}

html:not([class="no-js"]) .js-seoToggle__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

html:not([class="no-js"]) .js-seoToggle__body.-show {
  height: auto;
  overflow: visible;
}

html:not([class="no-js"]) .js-toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

html:not([class="no-js"]) .js-toggle.-re {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

html:not([class="no-js"]) .js-toggle__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.keywordIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.keywordIconList__item {
  background: #eff6fd;
  color: #00964B;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 5px;
}

.lead {
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}

.lead:before {
  background: #e0e0e0;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
}

.linkList.-col4 {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.linkList__link {
  background: url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 20px);
  border-bottom: 1px solid #e0e0e0;
  color: #2e2e2e;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px 20px 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list {
  line-height: 1.4;
}

.list.-notes {
  margin: 0 0 1.5em;
}

.list.-notes li {
  color: #5e6369;
  font-size: 1.1rem;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}

.list.-dot {
  margin-bottom: 1.5em;
}

.list.-dot li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.list.-dot li:before {
  background-color: #2e2e2e;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0.45em;
  position: absolute;
  top: 0.6em;
  width: 4px;
}

.list.-dotBlue li:before {
  background-color: #00964B;
}

.list.-lower-alpha li {
  counter-increment: cnt;
  list-style-type: none;
  margin-left: 1.6em;
  text-indent: -1.6em;
}

.list.-lower-alpha li:before {
  content: counter(cnt, lower-alpha) "）";
}

.list.-circleNum > li {
  counter-increment: circle;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 1.5em;
  position: relative;
}

.list.-circleNum > li:before {
  content: counter(circle);
  font-size: 1.2rem;
  height: 1em;
  left: 0.41em;
  position: absolute;
  top: 0.3em;
  width: 1em;
}

.list.-circleNum > li:after {
  border: 1px solid #666;
  border-radius: 50%;
  content: "";
  font-size: 1.45rem;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 1em;
}

.localNav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 900px;
}

.localNav__item {
  width: 300px;
}

.localNav .localNav__link.-current {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #2e2e2e;
}

.localNav .localNav__link.-current .btn__text {
  background: none;
}

@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.loopImage {
  margin: 80px calc(-50vw + 50%) 0;
}

.loopImage__tv {
  margin: 0 calc(-50vw + 50%);
}

.loopImage__section {
  margin-bottom: 12px;
  overflow: hidden;
}

.loopImage__list,
.loopImage__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loopImage__list {
  list-style: none;
}

.loopImage__list.-left {
  -webkit-animation: infinity-scroll-left 200s linear 0.5s infinite both;
  animation: infinity-scroll-left 200s linear 0.5s infinite both;
}

.loopImage__list.-right {
  -webkit-animation: infinity-scroll-right 200s linear 0.5s infinite both;
  animation: infinity-scroll-right 200s linear 0.5s infinite both;
}

.loopImage__item {
  margin: 0 6px;
  width: 25vw;
}

.loopImage__item > img {
  border-radius: 3px;
  width: 100%;
}

.loopImage__item__st {
  margin: 0 6px;
  width: 300px;
}

.loopImage__item__st > img {
  border-radius: 3px;
  width: 100%;
}

.mainBnrCV {
  text-align: center;
}

.mainBnrCV__link {
  display: inline-block;
}

.all-bnr-mb {
  margin-bottom: 20px;
}

.mainBottomBnrCV {
  padding: 0;
  position: relative;
  text-align: center;
}

.mainBottomBnrCV__link {
  display: inline-block;
}

.mainFooterNotes {
  color: #5e6369;
  font-size: 1.1rem;
  line-height: 1.5;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fedc89));
  background: linear-gradient(transparent 80%, #fedc89 0);
}

.messageBox {
  background: #eff6fd;
}

.messageBox__title {
  background: #00964B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.messageBox__title.-italic {
  font-size: 2rem;
  font-weight: 500;
}

.messageBox__title:after {
  border: 19px solid transparent;
  border-left-color: #00964B;
  content: "";
  position: absolute;
  right: -38px;
  top: 0;
}

.messageBox__body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px calc(40px - 1.5em);
}

.messageBox__body,
.messageBox__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.messageBox__profile {
  margin-right: 40px;
}

.messageBox__profile.-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.messageBox__profilePhoto {
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: 200px;
}

.messageBox__profileText {
  font-size: 1.2rem;
  max-width: 150px;
}

.messageBox__profileText p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.messageBox__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 5px;
}

.messageBox__message {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.messageBox.-check .messageBox__title {
  height: 30px;
  line-height: 30px;
  margin-bottom: -5px;
  padding-left: 15px;
}

.messageBox.-check .messageBox__title:after {
  border-width: 15px;
  right: -30px;
}

.messageBox.-check .messageBox__body {
  padding: 20px 25px calc(20px - 1.5em);
}

.messageBox__more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #00964B;
  border-radius: 5px;
  color: #00964B;
  display: none;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 25px;
  max-width: 100%;
  min-height: 6rem;
  padding: 15px 45px;
  position: relative;
  text-decoration: underline;
  text-decoration: none;
  width: 41rem;
}

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

.messageBox__icon {
  right: 30px;
}

.messageBox__icon-plus {
  color: #00964B;
  position: absolute;
}

.messageBox__icon-plus:after,
.messageBox__icon-plus:before {
  background-color: currentColor;
  content: "";
  height: 3px;
  position: absolute;
  width: 13px;
}

.messageBox__icon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.messageBox__icon-minus {
  position: absolute;
}

.messageBox__icon-minus:before {
  background-color: currentColor;
  content: "";
  height: 3px;
  position: absolute;
  width: 13px;
}

.messageBox-mt {
  margin-top: 20px;
}

.more {
  text-align: right;
}

.more__link {
  background: url(../img/share/arrow_right_green.svg) no-repeat calc(100% - 10px);
  color: #2e2e2e;
  font-weight: 700;
  padding: 0 40px 0 0;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.morijukuOpenText {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.morijukuOpenText__logo {
  margin-right: 5px;
  vertical-align: bottom;
}

.morijukuOpenText b {
  color: #00964B;
  font-size: 4rem;
  margin-left: 5px;
  margin-right: 5px;
}

.new {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
  background: #f48021;
  font-size: 1.5rem;
  padding: 1px 6px;
}

.notes {
  color: #5e6369;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}

.notes.-fzM {
  font-size: 1.2rem;
}

p.notes {
  margin-bottom: 1.5em;
}

small.notes {
  display: inline-block;
}

.new-school-notes {
  padding: 0 0 10px 40px;
}

.otherCourseDetailLink {
  margin-top: 40px;
  text-align: center;
}

.otherCourseDetailLink__logo {
  margin-bottom: 20px;
}

.otherCourseFreetrial {
  background: #eff6fd;
  padding: 15px 40px 20px;
}

.otherCourseFreetrial__title {
  margin-bottom: 15px;
  margin-left: 20px;
}

.otherCourseFreetrial__titleShoulder {
  color: #00964B;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  margin-left: 23px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.otherCourseFreetrial__titleShoulder:after,
.otherCourseFreetrial__titleShoulder:before {
  background: #00964B;
  content: "";
  height: 25px;
  position: absolute;
  top: 10px;
  width: 2px;
}

.otherCourseFreetrial__titleShoulder:before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.otherCourseFreetrial__titleShoulder:after {
  right: -15px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.otherCourseFreetrial__item {
  background: #fff;
  border-radius: 3px;
  border-top: 11px solid #00964B;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.otherCourseFreetrial__item:last-child {
  margin-bottom: 0;
}

.otherCourseFreetrial__itemTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #00964B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.3;
  margin-top: -1px;
  min-height: 50px;
  padding: 0 20px 10px;
}

.otherCourseFreetrial__itemTitleNotes {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 4px;
}

.otherCourseFreetrial__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 30px 40px;
}

.otherCourseFreetrial__school {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.otherCourseFreetrial__image {
  -webkit-box-flex: 4.2;
  -ms-flex: 4.2;
  flex: 4.2;
}

.otherCourseFreetrial__outline {
  -webkit-box-flex: 6;
  border-left: 1px solid #e0e0e0;
  -ms-flex: 6;
  flex: 6;
  padding-left: 25px;
}

.otherCourseFreetrial__list {
  margin-bottom: 15px;
}

.otherCourseFreetrial__list dt {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.otherCourseFreetrial__list dt:last-child {
  margin-bottom: 0;
}

.otherCourseFreetrial__list dt + dt {
  margin-top: 25px;
}

.otherCourseFreetrial__list dd {
  margin-bottom: 25px;
}

.otherCourseFreetrial__list dd:last-child {
  margin-bottom: 0;
}

.otherCourseFreetrial__list dd b {
  font-size: 1.4rem;
}

.otherCourseFreetrial__cv {
  margin: 20px -40px -20px;
}

.pageBody.-notBreadcrumb {
  margin-bottom: 120px;
}

.pageHeader {
  margin: 0 calc(-50vw + 50%) 30px;
}

.pageHeader__inner {
  margin: auto;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.pageHeader.-visual {
  height: 310px;
  position: relative;
}

.pageHeader.-visual .pageHeader__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.pageHeader.-visual .pageHeader__image {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.pageHeader.-visual_text {
  height: 230px;
  position: relative;
}

.pageHeader.-visual_text .pageHeader__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.pageHeader.-visual_text .pageHeader__image {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.pageHeader.-simple {
  background: #efefef;
}

.pageHeader.-simple .pageHeader__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  max-width: 1060px;
  padding-bottom: 7px;
  padding-top: 7px;
}

.pageHeader__title {
  color: #00964B;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

.pageHeader__title.-halfWidth {
  padding-right: 50%;
}

.pageHeader__title.-fzS {
  font-size: 2.8rem;
}

.pageHeader__shoulder {
  display: block;
  font-size: 1.8rem;
}

.pageHeader__shoulder.-s {
  font-size: 2rem;
  margin-bottom: 5px;
}

.pageHeader__subTitle {
  display: block;
  font-size: 1.8rem;
  margin-top: 5px;
}

.pageHeader__keyword {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
  max-width: 380px;
}

.pageHeader__target {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pageHeader__notes {
  font-size: 1.1rem;
  max-width: 480px;
}

.pageHeader__notes li {
  color: #5e6369;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
  text-shadow: 1px 1px 0 #fff;
}

.pageHeader__notes li em {
  color: #f48021;
  font-style: normal;
}

.pageHeader__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.pageHeader__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 20px;
  margin-top: 7px;
}

.pageHeader__metaAccess {
  background: url(../img/share/icon_access_black.svg) no-repeat 0;
  background-size: 20px auto;
  padding-left: 25px;
}

.pageHeader__metaRoute,
.pageHeader__metaStation {
  margin-right: 3px;
}

.pageHeader__metaTel {
  background: url(../img/share/icon_tel_black.svg) no-repeat 0;
  background-size: 20px auto;
  padding-left: 25px;
}

.pageHeader__metaTel a {
  color: #2e2e2e;
  text-decoration: none;
}

.pageHeader__methods {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.pageHeader__methodsTitle {
  background: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  height: 30px;
  line-height: 1.2;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.pageHeader__methodsTitle:after {
  border: 15px solid transparent;
  border-left-color: #000;
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
}

.pageHeader__methodsTitle.-class {
  background-color: #00964B;
}

.pageHeader__methodsTitle.-class:after {
  border-left-color: #00964B;
}

.pageHeader__methodsTitle.-teacher {
  background-color: #3fbf48;
}

.pageHeader__methodsTitle.-teacher:after {
  border-left-color: #3fbf48;
}

.pageHeader__methodsTitle.-measures {
  background-color: #fdc53b;
}

.pageHeader__methodsTitle.-measures:after {
  border-left-color: #fdc53b;
}

.pageHeader__methodsTitle.-text {
  background-color: #f48021;
}

.pageHeader__methodsTitle.-text:after {
  border-left-color: #f48021;
}

.pageHeader__methodsTitleNo {
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 2rem;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

.pageHeader__methodsBody {
  background: #eff6fd;
  color: #00964B;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 25px 20px 17px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pageHeader__methodsBody:after {
  background: #eff6fd;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}

.pagination {
  margin-bottom: 120px;
  margin-top: 60px;
}

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

.pagination__item.-current {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 80px;
}

.pagination__item.-next,
.pagination__item.-prev {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
}

.pagination__item.-next .pagination__link,
.pagination__item.-next .pagination__noLink,
.pagination__item.-prev .pagination__link,
.pagination__item.-prev .pagination__noLink {
  border: 1px solid #00964B;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.pagination__item.-next .pagination__link:before,
.pagination__item.-next .pagination__noLink:before,
.pagination__item.-prev .pagination__link:before,
.pagination__item.-prev .pagination__noLink:before {
  background: no-repeat 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pagination__item.-next .pagination__noLink,
.pagination__item.-prev .pagination__noLink {
  background: #e0e0e0 no-repeat 50%;
  border-color: #e0e0e0;
  opacity: 0;
}

.pagination__item.-next .pagination__noLink:before,
.pagination__item.-prev .pagination__noLink:before {
  -webkit-filter: grayscale(100) brightness(100);
  filter: grayscale(100) brightness(100);
}

.pagination__item.-prev .pagination__link:before,
.pagination__item.-prev .pagination__noLink:before {
  background-image: url(../img/share/btn_prev.svg);
}

.pagination__item.-next .pagination__link:before,
.pagination__item.-next .pagination__noLink:before {
  background-image: url(../img/share/btn_next.svg);
}

.pointTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pointTitle.-simple .pointTitle__textWrap {
  margin-top: 0;
}

.pointTitle__textWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-top: -20px;
}

.pointTitle__text {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.pointTitle__target {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 15px;
}

.pointTitle__caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: auto;
  margin-top: -1.5em;
  width: calc(100% - 90px);
}

.qureo-pointTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.qureo-pointTitle.-simple .qureo-pointTitle__textWrap {
  margin-top: 0;
}

.qureo-pointTitle__textWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.5;
  margin-top: -20px;
}

.qureo-pointTitle__text {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.qureo-pointTitle__target {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 15px;
}

.qureo-pointTitle__caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: auto;
  margin-top: -1.5em;
  width: calc(100% - 90px);
}
/* yh_240411_関連リンク編集
.related {
  background: #f7f7f7;
  margin: 60px calc(-50vw + 50%) -60px;
} */
.related {
  background: #f7f7f7;
  margin: 60px calc(-50vw + 50%) -10px;
}
.related.-column {
  margin-bottom: 80px;
}

.related__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 30px 50px;
}

.related__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.related__list.-column {
  display: block;
}

.related__list.-column .related__item {
  margin-bottom: 15px;
  max-width: none;
}

.related__list.-column .related__item:last-child {
  margin-bottom: 0;
}

.related__item {
  max-width: 238px;
  width: 100%;
}

.prizes-column {
  background-image: url(/assets/img/share/prize-left.png), url(/assets/img/share/prize-right.png);
  background-position: 0, 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  height: 105px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  width: 23.5rem;
}

.prizes-column p {
  margin-bottom: 0;
}

.prizes-column .prize-crown-img {
  margin-bottom: 7px;
}

.praizes-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.prizes-tit {
  line-height: 1.2;
}

.prizes-item {
  color: #2c61ac;
  font-size: 28px;
}

.prizes-item-mini {
  font-size: 16px;
}

.anno-01:after {
  content: "※1";
}

.anno-01:after,
.anno-02:after {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
}

.anno-02:after {
  content: "※2";
}

.anno-03:after {
  color: #888;
  content: "※3";
  font-size: 11px;
  font-weight: 400;
  position: absolute;
}

.prize-list.-notes-block {
  top: 30px;
}

.prize-list.-notes-block,
.prize-list.-notes-blockcourse {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
}

.prize-list.-notes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.5em 0 0.8em;
}

.prize-list.-notes li {
  color: #5e6369;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-left: 1.7em;
  text-decoration: none;
  text-indent: -1.7em;
  white-space: nowrap;
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  top: 110px;
}

.swiper-slide {
  width: auto;
}

.schoolCard {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin: 20px 3px 40px;
}

.schoolCard__item {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  border-top: 10px solid #00964B;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2e2e2e;
  line-height: 1.5;
  max-width: 487px;
  padding: 20px 25px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.schoolCard__title {
  background: url(../img/share/arrow_right_blue.svg) no-repeat 100%;
  color: #00964B;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 30px 0 0;
}

.schoolCard__metaItem {
  background: no-repeat 0;
  margin-bottom: 12px;
  padding: 0 0 0 32px;
}

.schoolCard__metaItem:last-child {
  margin-bottom: 0;
}

.schoolCard__metaItem.-access {
  background-image: url(../img/share/icon_access_black.svg);
}

.schoolCard__metaItem.-address {
  background-image: url(../img/share/icon_address_black.svg);
}

.schoolCard__metaItem.-tel {
  background-image: url(../img/share/icon_tel_black.svg);
}

.section-choice {
  background: #faf6ed;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px 0;
}

.section-choice__inner {
  margin: auto;
  max-width: 1000px;
  padding: 0 30px;
}

.section-choice__body {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 30px;
  margin-top: 50px;
}

.section-choice__item {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 0 20px 18px;
  position: relative;
}

.section-choice__point {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00964B;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  left: 15px;
  line-height: 1.6em;
  position: absolute;
  top: -25px;
  width: 60px;
}

.section-choice__point span {
  font-size: 3.2rem;
}

.section-choice__image {
  margin: 0 -20px 15px;
}

.section-choice__title {
  color: #00964B;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-choice__shoulder {
  color: #2e2e2e;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  font-weight: 700;
}

.section-choice__shoulder.-iconMiddle {
  background: #fdc53b;
  font-weight: 700;
  padding: 1px 10px;
}

.flex-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flex-items {
  margin-top: 50px;
}

.flex-item:not(:last-child) {
  margin-bottom: 90px;
}

.flex-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-item__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
}

.flex-item__img img {
  border-radius: 5px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.flex-item__txt {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
  position: absolute;
  width: 58%;
}

.flex-items > .flex-item:first-child .flex-item__txt:before {
  color: #00964B;
  content: "01";
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  top: -5px;
}

.flex-items > .flex-item:nth-child(2) .flex-item__txt:before {
  color: #00964B;
  content: "02";
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  top: -5px;
}

.flex-items > .flex-item:nth-child(3) .flex-item__txt:before {
  color: #00964B;
  content: "03";
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  top: -5px;
}

.flex-items > .flex-item:nth-child(4) .flex-item__txt:before {
  color: #00964B;
  content: "04";
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  top: -5px;
}

.flex-item:nth-child(odd) .flex-item__txt {
  left: 0;
  top: 18%;
}

.flex-item:nth-child(2n) .flex-item__txt {
  right: 0;
  top: 18%;
}

.flex-item__txt h3 {
  border-bottom: 2px solid #00964B;
  color: #00964B;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.flex-item__txt p {
  line-height: 1.5;
}

.flex-item__shoulder {
  color: #2e2e2e;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 400;
  font-weight: 700;
}

.spbr {
  display: none;
}

.gap-wing.lazyloaded {
  background-image: url(/assets/img/share/prize-left.webp), url(/assets/img/share/prize-right.webp);
  background-position: 0, 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gap-strong {
  color: #00964B;
  font-size: 40px;
  line-height: 1.6;
}

.gap-width {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin: 20px auto 0;
  max-width: 500px;
  padding: 25px 30px;
}

.gap-notice {
  font-size: 1.4rem;
  line-height: 1.5;
}

.gap-notice,
.gap-txt-c {
  text-align: center;
}

.gap-txt-blue {
  color: #00964B;
  font-weight: 600;
  line-height: 1.1;
}

.section-course__header {
  margin-bottom: 15px;
}

.section-course__lead {
  margin-top: -15px;
  text-align: center;
}

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

.section-reasonable__image {
  width: calc(50% - 20px);
}

.section-reasonable__image img {
  border-radius: 5px;
}

.section-reasonable__text {
  width: calc(50% - 20px);
}

.section-reasonable__title {
  color: #00964B;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-reasonable__p {
  margin-bottom: 40px;
}

.section {
  margin-bottom: 60px;
}

.pageBody > .section:first-child {
  padding-top: 30px;
}

.section.-sub {
  margin-bottom: 60px;
}

.section-narrow {
  margin-bottom: 35px;
}

.sitemap {
  margin-bottom: 40px;
}

.sitemap__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}

.sitemap__list > li {
  border-top: 1px solid #e0e0e0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: calc(33.33333% - 23px);
}

.sitemap__list > li:empty {
  border-top: 0;
}

.sitemap__list > li:first-child {
  border-top: 0;
  width: 100%;
}

.sitemap__list > li:first-child a {
  width: calc(33.33333% - 23px);
}

.sitemap__list > li span:not([class]),
.sitemap__list > li > a {
  color: #2e2e2e;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.sitemap__list > li > a {
  background: url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sitemap__list > li > ul {
  margin-bottom: 15px;
  margin-top: 5px;
}

.sitemap__list > li > ul > li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 1em;
  width: auto;
}

.sitemap__list > li > ul > li > ul {
  margin-top: 10px;
}

.sitemap__list > li > ul > li > ul > li {
  margin-bottom: 10px;
  margin-left: 1em;
}

.sitemap .sitemap__school {
  width: 100%;
}

.sitemap .sitemap__school > ul > li {
  font-size: 1.6rem;
}

.sitemap .sitemap__school > ul > li > ul > li {
  margin-left: 0;
}

.sitemap .sitemap__school > ul > li > ul > li > ul {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
  margin-left: 15px;
}

.sitemap .sitemap__school > ul > li > ul > li > ul:after {
  content: none;
  display: inline-block;
  width: calc(33.33333% - 20px);
}

.sitemap .sitemap__school > ul > li > ul > li > ul > li {
  margin-bottom: 20px;
}

.sitemap .sitemap__school > ul > li > ul > li > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.sitemap .sitemap__school > ul > li > ul > li > ul > li > ul > li {
  margin-bottom: 0;
}

.sitemap__prefectures {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.sitemap__group {
  background: #f7f7f7;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.sitemap__city {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.skipLink {
  background: #333;
  position: absolute;
  top: 0;
}

.skipLink,
.skipLink a {
  color: #fff;
  overflow: hidden;
  width: 100%;
}

.skipLink a {
  display: block;
  height: 0;
  padding: 0;
  text-align: center;
}

.skipLink a:focus {
  height: auto;
}

.table.-basic {
  margin-bottom: 1.5em;
  width: 100%;
}

.table.-basic th {
  background-color: #f7f7f7;
  text-align: left;
  vertical-align: top;
  width: 20%;
}

.table.-basic td,
.table.-basic th {
  border: 1px solid #e0e0e0;
  padding: 15px;
}

.telHere {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 20px auto;
  text-align: center;
}

.telHere__number,
.telHere__title {
  vertical-align: middle;
}

.telHere__number {
  background: url(../img/share/icon_tel_blue.svg) no-repeat 0;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 5px;
  padding-left: 30px;
  text-decoration: none;
}

.temporaryNotice {
  background: #eff6fd url(../img/share/img_mask.png) no-repeat calc(100% - 40px) calc(100% - 60px);
  background-color: #e3f2f9;
  background-size: 114px auto;
  margin: 0 auto 60px;
  max-width: 660px;
  padding: 40px 60px;
  position: relative;
}

.temporaryNotice:before {
  border-bottom: 2px solid #00964B;
  border-right: 2px solid #00964B;
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
}

.temporaryNotice__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.temporaryNotice__title:after,
.temporaryNotice__title:before {
  background: #00964B;
  content: "";
  height: 2px;
  margin-right: 20px;
  width: 60px;
}

.temporaryNotice__title:after {
  margin-left: 20px;
  margin-right: 0;
}

.textLink.-back {
  margin-bottom: 1.5em;
}

.textLink.-back .textLink__link {
  background: url(../img/share/arrow_left_blue.svg) no-repeat 0;
  color: #2e2e2e;
  font-weight: 700;
  padding-left: 22px;
  text-decoration: none;
}

.timeList__item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.timeList__link {
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.timeList__sub {
  line-height: 1.4;
  padding-top: 2px;
  width: 7.5em;
}

.timeList__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeList__time {
  color: #2e2e2e;
  font-size: 1.4rem;
}

.timeList__title {
  background: url(../img/share/arrow_right_green.svg) no-repeat calc(100% - 10px) 0.5em;
  font-weight: 700;
  padding-right: 45px;
}

.timeList__course {
  margin-bottom: 10px;
  padding-top: 2px;
}

.title__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title__marker {
  text-decoration: underline;
  -webkit-text-decoration-color: #fdc53b;
  text-decoration-color: #fdc53b;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.2em;
}

.title__shoulder {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.title__shoulder.-blue {
  color: #00964B;
}

.title__shoulder.-bold {
  font-weight: 700;
}

.title__shoulder.-fzL {
  font-size: 2rem;
}

.title__icon {
  margin-right: 10px;
}

.title__notes {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}

.title__step {
  border-right: 1px solid #e0e0e0;
  color: #00964B;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 15px;
  padding: 4px 15px 4px 0;
  text-transform: uppercase;
}

.title__step:before {
  background: #00964B;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  width: 15px;
}

.title__stepNum {
  font-size: 2.6rem;
  font-weight: 700;
  margin-left: 3px;
}

.title.-style01 {
  color: #00964B;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.title.-style02 {
  color: #00964B;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 27px;
}

.title.-style03 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.title.-style04 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.title.-style05 {
  font-size: 1.8rem;
}

.title.-style05,
.title.-style06 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.title.-style06 {
  font-size: 1.6rem;
}

.title.-blue {
  color: #00964B;
}

.title.-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title.-icon.-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title.-center {
  text-align: center;
}

.title.-check {
  background: url(../img/share/icon_check.svg) no-repeat left 0.3em;
  padding-left: 30px;
}

.title.-border {
  border-left: 8px solid #00964B;
  padding-left: 20px;
}

.icon-img {
  display: block;
  margin: 0 auto 1rem;
  max-height: 1.2em;
}

.titleAdjacentText {
  margin-bottom: 2em;
  margin-top: -15px;
}

.titleIcon.-point {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00964B;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  min-height: 70px;
  min-width: 70px;
  padding-top: 3px;
  width: 70px;
}

.titleIcon.-point .titleIcon__text {
  font-size: 1.3rem;
}

.titleIcon.-point .titleIcon__num {
  font-size: 3.4rem;
}

.titleIcon.-strategy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/share/icon_balloon_strategy.svg) no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00964B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  padding-top: 3px;
  width: 60px;
}

.titleIcon.-strategy .titleIcon__text {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.titleIcon.-strategy .titleIcon__num {
  font-size: 2rem;
}

.toc {
  background: #f7f7f7;
  margin-bottom: 60px;
  padding: 25px 30px;
}

.toc__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.toc__item {
  line-height: 1.4;
  margin-bottom: 22px;
}

.toggle__item {
  background: #eff6fd;
  margin-bottom: 20px;
  padding: 0 40px 1px;
}

.toggle__item[open] .toggle__title:after {
  opacity: 0;
}

.toggle__title {
  color: #00964B;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 10px 19px 0;
  position: relative;
}

.toggle__title:after,
.toggle__title:before {
  background: #00964B;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle__title:before {
  height: 4px;
  right: 0;
  top: 50%;
  width: 16px;
}

.toggle__title:after {
  height: 16px;
  right: 6px;
  top: calc(50% - 6px);
  width: 4px;
}

.toggle__titleShoulder {
  color: #3fbf48;
  display: block;
  font-family: Poppins, Noto Sans JP, sans-serif;
  font-size: 1.8rem;
}

.toggle__body {
  padding: 0;
}

.toggle__body p:last-of-type {
  margin-bottom: 0;
}

.toggle__bodyInner {
  background: #fff;
  margin-bottom: 0;
  padding: 20px 25px;
}

.top-line-btn {
  text-align: center;
}

.line-banner-top {
  margin: 30px 0;
  width: 400px;
}

.voiceList {
  margin: 0 auto 30px;
  max-width: 700px;
}

.voiceList__body {
  gap: 40px;
}

.voiceList__body,
.voiceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voiceList__item {
  color: #2e2e2e;
  line-height: 1.4;
  max-width: 330px;
  min-width: 260px;
  text-decoration: none;
  width: calc(50% - 20px);
}

.voiceList a:hover {
  color: #2e2e2e;
}

.voiceList a:hover .voiceList__image img {
  -webkit-transform: scale(1.05) rotate(3deg);
  transform: scale(1.05) rotate(3deg);
}

.voiceList a:hover .voiceList__more {
  opacity: 0.8;
}

.voiceList__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  margin-right: 10px;
  max-width: 120px;
  order: 1;
}

.voiceList__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.voiceList__keyword {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.voiceList__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 2;
}

.voiceList__balloon {
  border: 2px solid #00964B;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  margin-bottom: 6px;
  padding: 13px 15px;
  position: relative;
}

.voiceList__balloon:has(.voiceList__more) {
  padding-bottom: 50px;
}

.voiceList__balloon:after,
.voiceList__balloon:before {
  content: "";
  position: absolute;
}

.voiceList__balloon:before {
  border: 7px solid transparent;
  border-top: 14px solid #00964B;
  bottom: -21px;
  left: 15px;
}

.voiceList__balloon:after {
  border: 4px solid transparent;
  border-top: 11px solid #fff;
  bottom: -15px;
  left: 18px;
}

.voiceList__title {
  font-size: 1.3rem;
  font-weight: 700;
}

.voiceList__more {
  background: #00964B;
  border-radius: 100px;
  bottom: 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1px 10px;
  position: absolute;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.voiceList__name {
  font-size: 1.2rem;
  margin-left: 50px;
  text-align: right;
}

.voiceList__toggle {
  padding-bottom: 40px;
}

.voiceList__passed {
  color: #f48021;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.voiceList__nutshell {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.voiceList__message {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  font-size: 1.3rem;
  margin-top: 10px;
  order: 3;
  width: 100%;
}

.voiceList__footer {
  margin-top: 40px;
}

.voiceModal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
  line-height: 1.4;
}

.voiceModal__header {
  max-width: 240px;
}

.voiceModal__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}

.voiceModal__main p:last-of-type {
  margin-bottom: 0;
}

.voiceModal__image {
  margin: 0 auto;
  max-width: 180px;
}

.voiceModal__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.voiceModal__keyword {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.voiceModal__balloon {
  border: 2px solid #00964B;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  box-shadow: 0 0 10px rgba(95, 99, 104, 0.1);
  margin-bottom: 6px;
  padding: 25px 20px;
  position: relative;
}

.voiceModal__balloon:after,
.voiceModal__balloon:before {
  content: "";
  position: absolute;
}

.voiceModal__balloon:before {
  border: 7px solid transparent;
  border-top: 14px solid #00964B;
  bottom: -21px;
  left: 15px;
}

.voiceModal__balloon:after {
  border: 4px solid transparent;
  border-top: 11px solid #fff;
  bottom: -14px;
  left: 18px;
}

.voiceModal__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.voiceModal__name {
  font-size: 1.2rem;
  margin-bottom: 25px;
  margin-left: 40px;
  text-align: right;
}

.border-gray {
  border: 1px solid #e0e0e0;
}

.c-orange {
  color: #f48021;
}

.c-blue {
  color: #00964B;
}

.sp,
.sp-m,
.sp-s,
span.sp {
  display: none;
}

iframe {
  vertical-align: top;
}

iframe[src^="https://www.youtube.com/"]
{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.imgC,
.photo {
  text-align: center;
}

.imgC {
  margin-bottom: 1.5em;
}

.imgL,
.ph_l {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
}

.imgR,
.ph_r {
  float: right;
  margin: 0 0 20px 20px;
  padding: 0;
}

#page .mt0 {
  margin-top: 0;
}

#page .mb0 {
  margin-bottom: 0;
}

#page .pt0 {
  padding-top: 0;
}

#page .pb0 {
  padding-bottom: 0;
}

#page .mt5 {
  margin-top: 5px;
}

#page .mb5 {
  margin-bottom: 5px;
}

#page .pt5 {
  padding-top: 5px;
}

#page .pb5 {
  padding-bottom: 5px;
}

#page .mt10 {
  margin-top: 10px;
}

#page .mb10 {
  margin-bottom: 10px;
}

#page .pt10 {
  padding-top: 10px;
}

#page .pb10 {
  padding-bottom: 10px;
}

#page .mt15 {
  margin-top: 15px;
}

#page .mb15 {
  margin-bottom: 15px;
}

#page .pt15 {
  padding-top: 15px;
}

#page .pb15 {
  padding-bottom: 15px;
}

#page .mt20 {
  margin-top: 20px;
}

#page .mb20 {
  margin-bottom: 20px;
}

#page .pt20 {
  padding-top: 20px;
}

#page .pb20 {
  padding-bottom: 20px;
}

#page .mt25 {
  margin-top: 25px;
}

#page .mb25 {
  margin-bottom: 25px;
}

#page .pt25 {
  padding-top: 25px;
}

#page .pb25 {
  padding-bottom: 25px;
}

#page .mt30 {
  margin-top: 30px;
}

#page .mb30 {
  margin-bottom: 30px;
}

#page .pt30 {
  padding-top: 30px;
}

#page .pb30 {
  padding-bottom: 30px;
}

#page .mt35 {
  margin-top: 35px;
}

#page .mb35 {
  margin-bottom: 35px;
}

#page .pt35 {
  padding-top: 35px;
}

#page .pb35 {
  padding-bottom: 35px;
}

#page .mt40 {
  margin-top: 40px;
}

#page .mb40 {
  margin-bottom: 40px;
}

#page .pt40 {
  padding-top: 40px;
}

#page .pb40 {
  padding-bottom: 40px;
}

#page .mt45 {
  margin-top: 45px;
}

#page .mb45 {
  margin-bottom: 45px;
}

#page .pt45 {
  padding-top: 45px;
}

#page .pb45 {
  padding-bottom: 45px;
}

#page .mt50 {
  margin-top: 50px;
}

#page .mb50 {
  margin-bottom: 50px;
}

#page .pt50 {
  padding-top: 50px;
}

#page .pb50 {
  padding-bottom: 50px;
}

#page .mt55 {
  margin-top: 55px;
}

#page .mb55 {
  margin-bottom: 55px;
}

#page .pt55 {
  padding-top: 55px;
}

#page .pb55 {
  padding-bottom: 55px;
}

#page .mt60 {
  margin-top: 60px;
}

#page .mb60 {
  margin-bottom: 60px;
}

#page .pt60 {
  padding-top: 60px;
}

#page .pb60 {
  padding-bottom: 60px;
}

#page .mt65 {
  margin-top: 65px;
}

#page .mb65 {
  margin-bottom: 65px;
}

#page .pt65 {
  padding-top: 65px;
}

#page .pb65 {
  padding-bottom: 65px;
}

#page .mt70 {
  margin-top: 70px;
}

#page .mb70 {
  margin-bottom: 70px;
}

#page .pt70 {
  padding-top: 70px;
}

#page .pb70 {
  padding-bottom: 70px;
}

#page .mt75 {
  margin-top: 75px;
}

#page .mb75 {
  margin-bottom: 75px;
}

#page .pt75 {
  padding-top: 75px;
}

#page .pb75 {
  padding-bottom: 75px;
}

#page .mt80 {
  margin-top: 80px;
}

#page .mb80 {
  margin-bottom: 80px;
}

#page .pt80 {
  padding-top: 80px;
}

#page .pb80 {
  padding-bottom: 80px;
}

#page .mt85 {
  margin-top: 85px;
}

#page .mb85 {
  margin-bottom: 85px;
}

#page .pt85 {
  padding-top: 85px;
}

#page .pb85 {
  padding-bottom: 85px;
}

#page .mt90 {
  margin-top: 90px;
}

#page .mb90 {
  margin-bottom: 90px;
}

#page .pt90 {
  padding-top: 90px;
}

#page .pb90 {
  padding-bottom: 90px;
}

#page .mt95 {
  margin-top: 95px;
}

#page .mb95 {
  margin-bottom: 95px;
}

#page .pt95 {
  padding-top: 95px;
}

#page .pb95 {
  padding-bottom: 95px;
}

#page .mt100 {
  margin-top: 100px;
}

#page .mb100 {
  margin-bottom: 100px;
}

#page .pt100 {
  padding-top: 100px;
}

#page .pb100 {
  padding-bottom: 100px;
}

.radius0 {
  border-radius: 0;
}

.radius1 {
  border-radius: 1px;
}

.radius2 {
  border-radius: 2px;
}

.radius3 {
  border-radius: 3px;
}

.radius4 {
  border-radius: 4px;
}

.radius5 {
  border-radius: 5px;
}

.radius6 {
  border-radius: 6px;
}

.radius7 {
  border-radius: 7px;
}

.radius8 {
  border-radius: 8px;
}

.radius9 {
  border-radius: 9px;
}

.radius10 {
  border-radius: 10px;
}

.radius11 {
  border-radius: 11px;
}

.radius12 {
  border-radius: 12px;
}

.radius13 {
  border-radius: 13px;
}

.radius14 {
  border-radius: 14px;
}

.radius15 {
  border-radius: 15px;
}

#page .sign,
#page .t-right,
#page .txtR {
  text-align: right;
}

#page .centerText,
#page .imgC,
#page .t-center,
#page .txtC {
  text-align: center;
}

#page .t-left,
#page .txtL {
  text-align: left;
}

#page .v-middle {
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.modal__overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(46, 46, 46, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.modal__container {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 30px;
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  padding: 45px 60px;
}

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

.modal__close {
  background: #00964B;
  border: 0;
  border-radius: 50%;
  height: 50px;
  right: -25px;
  top: -25px;
  width: 50px;
}

.modal__close,
.modal__close:after,
.modal__close:before {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__close:after,
.modal__close:before {
  background: #fff;
  content: "";
  height: 26px;
  right: 24px;
  top: 12px;
  width: 2px;
}

.modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__content {
  max-height: calc(90vh - 90px);
  overflow-y: auto;
}

.modal__btn {
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
  overflow: visible;
  padding: 0.5rem 1rem;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #e0e0e0;
  height: 10px;
  opacity: 1;
  width: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #00964B;
}

@media screen and (min-width: 941px) {
  body {
    margin: 0;
  }
  .page-low .nav__item.-low .nav__dropBtn,
  .page-low .nav__item.-low .nav__link {
    color: #00964B;
  }
  .page-low .nav__item.-low .nav__dropBtn:before,
  .page-low .nav__item.-low .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .page-middle .nav__item.-middle .nav__dropBtn,
  .page-middle .nav__item.-middle .nav__link {
    color: #00964B;
  }
  .page-middle .nav__item.-middle .nav__dropBtn:before,
  .page-middle .nav__item.-middle .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .page-high .nav__item.-high .nav__dropBtn,
  .page-high .nav__item.-high .nav__link {
    color: #00964B;
  }
  .page-high .nav__item.-high .nav__dropBtn:before,
  .page-high .nav__item.-high .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .page-about .nav__item.-about .nav__dropBtn,
  .page-about .nav__item.-about .nav__link {
    color: #00964B;
  }
  .page-about .nav__item.-about .nav__dropBtn:before,
  .page-about .nav__item.-about .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .page-join .nav__item.-join .nav__dropBtn,
  .page-join .nav__item.-join .nav__link {
    color: #00964B;
  }
  .page-join .nav__item.-join .nav__dropBtn:before,
  .page-join .nav__item.-join .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .page-school .nav__item.-school .nav__dropBtn,
  .page-school .nav__item.-school .nav__link {
    color: #00964B;
  }
  .page-school .nav__item.-school .nav__dropBtn:before,
  .page-school .nav__item.-school .nav__link:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .nav__subItem.-contact .nav__subLink {
    background: #00964B;
    color: #fff;
  }
  .nav__subItem.-contact .nav__subLink:before {
    background: url(../img/share/icon_nav_contact.svg) no-repeat 0;
    content: "";
    padding-left: 25px;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1160px) {
  body {
    margin: 0;
  }
  .expSlider__navigation.-prev {
    left: calc(-50vw + 190px);
  }
  .expSlider__navigation.-next {
    right: calc(-50vw + 190px);
  }
  .index__step {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
  .footer__pageTop.-fixed {
    right: 15px;
  }
  .footer__pageTop.-absolute {
    bottom: 158px;
    right: 15px;
  }
  .footer__bottomInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .footer__menu {
    margin-bottom: 15px;
  }
  .footer__copyright {
    margin: 0 auto;
  }
  .expSlider {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
  }
  .fixedCTA__link {
    width: 80px;
  }
  .grid.-media .grid__item.-image {
    -webkit-box-flex: 0.85;
    -ms-flex: 0.85;
    flex: 0.85;
  }
  .pageHeader {
    margin: 0 -30px 30px;
  }
  .related {
    margin: 60px -30px -60px;
  }
  .voiceModal {
    min-width: 0;
  }
}

@media screen and (max-width: 940px) {
  body {
    margin: 0;
  }
  :target {
    scroll-margin-top: 80px;
  }
  .header {
    padding: 0;
    position: fixed;
  }
  .header__inner {
    height: 75px;
    padding: 0;
  }
  .logo {
    margin-bottom: 0;
  }
  .logo__item {
    margin-bottom: 10px;
    margin-left: 30px;
    padding-top: 10px;
    width: 116px;
  }
  .nav__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 75px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
  }
  .nav__body[aria-hidden="true"] {
    height: 0;
  }
  .nav__body[aria-hidden="false"] {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .nav__list {
    display: block;
    font-size: 1.6rem;
    padding: 35px 30px 0;
    text-align: left;
  }
  .nav__item {
    border-bottom: 1px solid #e0e0e0;
    width: auto;
  }
  .nav__item:nth-last-child(2) {
    border-bottom: 0;
  }
  .nav__item:last-child {
    display: none;
  }
  .nav__item:after,
  .nav__item:first-child:before {
    content: none;
  }
  .nav__item.-high,
  .nav__item.-low,
  .nav__item.-middle {
    width: auto;
  }
  .nav__item.-high .nav__link,
  .nav__item.-low .nav__link,
  .nav__item.-middle .nav__link {
    background-position: 10px;
    padding-left: 34px;
    padding-right: 10px;
  }
  .nav__item.-faq {
    display: block;
  }
  .nav__dropBtn,
  .nav__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 10px;
    text-align: left;
    width: 100%;
  }
  .nav__dropBtn:before,
  .nav__link:before {
    content: none;
  }
  .nav__link:after {
    background: url(../img/share/arrow_right_blue.svg) no-repeat 0;
    background-size: 100% auto;
    content: "";
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 12px;
  }
  .nav__dropBtn {
    background: none;
  }
  .nav__dropBtn:before {
    height: 11px;
    right: 15px;
    top: calc(50% - 5px);
    width: 3px;
  }
  .nav__dropBtn:after,
  .nav__dropBtn:before {
    background: #00964B;
    content: "";
    left: auto;
    position: absolute;
  }
  .nav__dropBtn:after {
    height: 3px;
    right: 11px;
    top: calc(50% - 1px);
    width: 11px;
  }
  .nav__dropBtn.-open:before {
    opacity: 0;
  }
  .nav__child {
    border-radius: 0;
    opacity: 1;
    position: static;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    width: auto;
  }
  .nav__childItem:first-child .nav__childLink {
    background-position: calc(100% - 15px);
    background-size: 12px auto;
    padding-left: 35px;
  }
  .nav__childLink {
    background: url(../img/share/arrow_right_white.svg) no-repeat calc(100% - 15px);
    background-size: 12px auto;
    padding-left: 35px;
  }
  .nav__sub {
    display: none;
  }
  .nav__spBtn {
    display: block;
  }
  .nav__spBtnItem.-contact,
  .nav__spBtnItem.-school {
    border-bottom: 0;
    position: absolute;
    top: 17px;
  }
  .nav__spBtnItem.-contact a,
  .nav__spBtnItem.-school a {
    background: url(../img/share/sp-icon_nav_search.svg) no-repeat top;
    color: #2e2e2e;
    display: block;
    font-size: 1rem;
    padding: 29px 0 0;
    text-decoration: none;
  }
  .nav__spBtnItem.-contact {
    right: 130px;
  }
  .nav__spBtnItem.-contact a {
    background-image: url(../img/share/sp-icon_nav_contact.svg);
  }
  .nav__spBtnItem.-school {
    right: 75px;
  }
  .nav__spBtnItem.-school a {
    background-image: url(../img/share/sp-icon_nav_search.svg);
  }
  .nav__contact {
    background: #00964B;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: auto;
    padding: 20px 20px 35px;
    text-align: center;
  }
  .nav__contactList a {
    text-decoration: none;
  }
  .nav__contactItem {
    margin-bottom: 10px;
  }
  .nav__contactItem.-tel {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .nav__contactItem.-tel a {
    background: url(../img/share/icon_tel_white.svg) no-repeat 0;
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    margin-top: 10px;
    padding-left: 26px;
  }
  .nav__contactItem.-contact a,
  .nav__contactItem.-school a {
    border-radius: 5px;
    display: block;
    font-size: 1.8rem;
    margin: auto;
    max-width: 580px;
    padding: 17px 10px;
    width: 80%;
  }
  .nav__contactItem.-contact a {
    background: #fdc53b;
    border-bottom: 3px solid #c1952b;
    color: #2e2e2e;
  }
  .nav__contactItem.-school a {
    background: #fff url(../img/share/arrow_right_blue.svg) no-repeat calc(100% - 25px);
    background-size: 12px auto;
    color: #00964B;
  }
  .nav__btn {
    background: #00964B;
    color: #fff;
    display: block;
    font-family: Poppins, Noto Sans JP, sans-serif;
    font-size: 1rem;
    height: 100%;
    letter-spacing: 0.05em;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 60px;
  }
  .nav__btn:before {
    background: #fff;
    content: "";
    height: 3px;
    left: calc(50% - 14px);
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 28px;
  }
  .nav__btn span {
    display: inline-block;
    font-size: 1rem;
    padding-top: 12px;
  }
  .nav__btn span:after,
  .nav__btn span:before {
    background: #fff;
    content: "";
    height: 3px;
    left: calc(50% - 14px);
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 28px;
  }
  .nav__btn span:before {
    top: 30px;
  }
  .nav__btn span:after {
    top: 40px;
    width: 14px;
  }
  .nav__btn[aria-expanded="true"] {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav__btn[aria-expanded="true"]:before {
    top: 28px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav__btn[aria-expanded="true"] span:before {
    opacity: 0;
  }
  .nav__btn[aria-expanded="true"] span:after {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 28px;
  }
  #page {
    padding-top: 60px;
  }
  .anchorLinkNumber:after {
    content: none;
  }
  .courseList {
    gap: 20px;
  }
  .courseSimpleList {
    gap: 15px;
  }
  .courseSimpleList__item:after {
    width: 110px;
  }
  .courseSimpleList__link {
    padding: 0 19px;
  }
  .courseSimpleList.-col2 {
    gap: 15px;
  }
  .index__step {
    padding: 25px 20px;
  }
  .messageBox__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    min-width: 0;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  .contents main {
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer__sitemap {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .footer__sitemapList > li,
  .footer__sitemapList > li:first-child a {
    width: calc(50% - 18px);
  }
  .footer__sitemapList > li > a {
    background-size: 12px auto;
  }
  .footer__pageTop.-fixed {
    bottom: 90px;
    right: 15px;
  }
  .page-contact .footer__pageTop.-fixed {
    bottom: 20px;
  }
  .footer__pageTop.-absolute {
    bottom: 225px;
  }
  .page-contact .footer__pageTop.-absolute {
    bottom: 75px;
  }
  .footer__bottom {
    padding: 0 20px;
  }
  .footer__bottomInner {
    padding-bottom: 100px;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-bottom: 30px;
  }
  .footer__copyright {
    line-height: 1.5;
  }
  .footer__sprix {
    width: 120px;
  }
  .logo__item {
    margin-left: 10px;
  }
  .logo__item img {
    width: 100%;
  }
  .logo__item h1 {
    width: 120px;
  }
  .nav__list {
    margin-bottom: 30px;
    padding: 35px 20px 0;
  }
  .anchorLink__link {
    background-position: calc(100% - 15px);
    background-size: 12px auto;
    padding: 15px 10px;
  }
  .anchorLinkNumber__item {
    max-width: 100%;
  }
  .anchorLinkNumber__title {
    font-size: 2rem;
  }
  .anchorLinkSimple {
    gap: 20px 30px;
    margin-bottom: 40px;
  }
  .articleList__link {
    background-size: 12px auto;
  }
  .beigeBox {
    display: block;
  }
  .beigeBox__image {
    margin: 0 auto;
    max-width: 482px;
    text-align: center;
  }
  .beigeBox__image img {
    border-radius: 5px 5px 0 0;
  }
  .beigeBox__text {
    padding: 15px 20px 20px;
  }
  .beigeBox__title {
    font-size: 1.8rem;
  }
  .beigeBox__body {
    padding-bottom: 0;
  }
  .beigeBox__link {
    font-size: 1.5rem;
    position: static;
  }
  .beigeBox__link a {
    background-size: 12px auto;
    padding-right: 25px;
  }
  .box {
    padding: 25px 20px;
  }
  .box.-blue {
    padding: 20px 20px calc(20px - 1.5em);
  }
  .breadcrumb {
    margin-bottom: -60px;
    margin-top: 12px;
  }
  .btn.-style01 .btn__link {
    background-position: calc(100% - 20px);
    background-size: 12px auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn.-back .btn__link,
  .btn.-style02 .btn__link,
  .btn.-style03 .btn__link {
    max-width: 300px;
  }
  .btn.-back .btn__text,
  .btn.-style02 .btn__text,
  .btn.-style03 .btn__text {
    background-size: 12px auto;
  }
  .btn.-toggle .btn__text:before {
    height: 11px;
    right: 29px;
    top: calc(50% - 5px);
  }
  .btn.-toggle .btn__text:after {
    right: 25px;
    width: 11px;
  }
  a.price-btn {
    background-color: #e24820;
    border-bottom: 5px solid #b8301a;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 18px;
    text-decoration: none;
    width: 100%;
  }
  .btn.-style05 .btn__link {
    background-size: 12px auto;
    max-width: 300px;
  }
  .news-bottom-btn {
    margin-top: 14px;
  }
  .courseIcon__item {
    padding: 2px 7px;
  }
  .courseList.-col2 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .courseList__link {
    font-size: 1.6rem;
  }
  .courseList__text {
    min-height: 53px;
  }
  .courseList__text:before {
    width: 55px;
  }
  .courseList__text:after {
    background-size: 12px auto;
    width: 55px;
  }
  .courseOther__text {
    padding: 15px 4px 5px;
  }
  .courseOther__lead {
    font-size: 1rem;
  }
  .courseSimpleList {
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .courseSimpleList__item:after {
    width: 100%;
  }
  .courseSimpleList__item.-low:after {
    background-color: rgba(63, 191, 72, 0.7);
  }
  .courseSimpleList__item.-middle:after {
    background-color: rgba(253, 197, 59, 0.7);
  }
  .courseSimpleList__item.-high:after {
    background-color: rgba(55, 128, 209, 0.7);
  }
  .courseSimpleList__link {
    font-size: 1.6rem;
  }
  .courseSimpleList.-col2 {
    gap: 0;
  }
  .courseSimpleList.-col2 .courseSimpleList__item.-low {
    background-image: url(../img/course/bg_index_low.png);
  }
  .courseSimpleList.-col2 .courseSimpleList__item.-middle {
    background-image: url(../img/course/bg_index_middle.png);
  }
  .courseSimpleList.-col2 .courseSimpleList__item.-high {
    background-image: url(../img/course/bg_index_high.png);
  }
  .entry {
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .entry__body h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .entry__pr {
    padding: 20px 20px calc(20px - 1.5em);
  }
  .error-main {
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .error-main .error-main__title.title {
    margin-bottom: 50px;
  }
  .expSlider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .expSlider__title {
    font-size: 2.8rem;
  }
  .expSlider__body {
    max-width: 280px;
  }
  .expSlider__item {
    padding: 20px;
    width: 280px;
  }
  .expSlider__voice {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .expSlider__grade {
    font-size: 2rem;
  }
  .expSlider__score {
    font-size: 4.3rem;
    letter-spacing: -2px;
  }
  .expSlider__subject,
  .expSlider__writer {
    font-size: 1.3rem;
  }
  .expSlider__navigation.-prev {
    left: -33px;
  }
  .expSlider__navigation.-next {
    right: -33px;
  }
  .faq__q {
    font-size: 1.6rem;
  }
  .faq__a {
    font-size: 1.5rem;
  }
  .faq__body {
    margin-top: 20px;
  }
  .faq.-detail .faq__item {
    margin-bottom: 40px;
  }
  .faq-Label {
    font-size: 1.6rem;
    padding: 12px 13px;
  }
  .faq-Label > p {
    margin-bottom: 0;
    width: 80%;
  }
  .faq-toggle:checked + .faq-Label + .faq-content {
    padding: 5px 12px;
  }
  .fixedCTA {
    background: #fff;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
    padding: 10px 15px;
    top: auto;
    width: 100%;
  }
  .fixedCTA__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .fixedCTA__link.-trial .fixedCTA__text {
    background: url(../img/share/icon_trial.svg) no-repeat 0;
    background-size: auto 18px;
  }
  .fixedCTA__link.-fee .fixedCTA__text {
    background: url(../img/share/icon_fee.svg) no-repeat 0;
    background-size: auto 18px;
  }
  .fixedCTA__link {
    -webkit-box-flex: 1;
    border-radius: 5px;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 1px;
    width: auto;
  }
  .fixedCTA__link.-fee,
  .fixedCTA__link.-trial {
    background-image: none;
  }


  .fixedCTA__text {
    font-size: 1.3rem;
    padding-left: 24px;
  }
  .footerSchool {
    padding: 25px 20px;
  }
  .footerSchool__header {
    background-size: auto 55px;
    padding: 6px 0 6px 100px;
  }
  .footerSchool__title {
    font-size: 2rem;
  }
  .footerSchool__lead {
    font-size: 1.3rem;
  }
  .footerSchool__lead small {
    display: block;
    margin-left: 0;
  }
  .footerSchool__sectionTitle {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .footerSchool__sectionTitle:before {
    height: 11px;
    right: 29px;
    top: calc(50% - 5px);
  }
  .footerSchool__sectionTitle:after {
    right: 25px;
    width: 11px;
  }
  .footerSchool__list > li {
    font-size: 1.5rem;
  }
  .footerSchool__list > li > ul {
    padding: 0 20px;
  }
  .footerSchool__groupTitle {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .footerSchool__cityTitle {
    font-size: 1.3rem;
    min-width: 7em;
    padding-top: 2px;
  }
  .footerSchool .footerSchool__city {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .footerSchool .footerSchool__city:last-child {
    margin-bottom: 25px;
  }
  .footerSchool .footerSchool__city > ul li {
    margin-bottom: 0;
  }
  .grid + .grid {
    margin-top: 30px;
  }
  .grid.-media {
    gap: 15px;
  }
  .grid.-media,
  .grid.-media.-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.-media.-sp-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .grid.-media .grid__item.-image {
    margin: 0 auto;
  }
  .grid.-col2 {
    gap: 30px;
  }
  .index__stepTitle:before {
    left: 20%;
  }
  .lead {
    margin-bottom: 30px;
    padding: 20px 0 1px;
  }
  .linkList.-col4 {
    gap: 0 20px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .linkList__link {
    background-position: calc(100% - 15px);
    background-size: 12px auto;
    font-size: 1.6rem;
    padding: 15px;
  }
  .list.-circleNum > li {
    padding-left: 1.4em;
  }
  .list.-circleNum > li:before {
    font-size: 1.1rem;
    top: 0.4em;
  }
  .list.-circleNum > li:after {
    font-size: 1.3rem;
  }
  .loopImage {
    margin: 50px calc(-50vw + 50%) 0;
  }
  .loopImage__tv {
    margin: 0 calc(-50vw + 50%);
  }
  .loopImage__section {
    margin-bottom: 8px;
  }
  .loopImage__item,
  .loopImage__item__st {
    margin: 0 4px;
    width: 33.3333333333vw;
  }
  .mainBnrCV {
    margin-left: -20px;
    margin-right: -20px;
  }
  .mainBnrCV.-fit {
    margin-left: auto;
    margin-right: auto;
  }
  .mainBottomBnrCV {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }
  .morijukuOpenText {
    font-size: 2rem;
    text-align: center;
  }
  .morijukuOpenText b {
    display: inline-block;
    font-size: 2.8rem;
    padding-top: 10px;
  }
  .new-school-notes {
    padding: 0 0 10px 20px;
  }
  .otherCourseFreetrial {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
  }
  .otherCourseFreetrial__title {
    margin-left: 0;
    max-width: 80%;
    min-width: 276px;
  }
  .otherCourseFreetrial__item {
    margin-bottom: 15px;
  }
  .otherCourseFreetrial__itemTitle {
    font-size: 1.8rem;
  }
  .otherCourseFreetrial__itemBody {
    padding: 20px;
  }
  .otherCourseFreetrial__cv {
    margin-left: 0;
    margin-right: 0;
  }
  .pageBody.-notBreadcrumb {
    margin-bottom: 100px;
  }
  .pageHeader {
    margin: 50px -30px 0;
  }
  .pageHeader__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pageHeader.-visual_text .pageHeader__title {
    margin-bottom: 18px;
  }
  .pageHeader.-simple .pageHeader__inner {
    height: auto;
    min-height: 90px;
  }
  .pageHeader__title {
    font-size: 3rem;
  }
  .pageHeader__title.-halfWidth {
    padding-right: 0;
  }
  .pageHeader__title.-fzS {
    font-size: 2.2rem;
  }
  .pageHeader__shoulder.-s {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
  .pageHeader__keyword {
    margin-bottom: 20px;
    margin-top: -8px;
  }
  .pageHeader__target {
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .pageHeader__notes {
    margin-top: 7px;
  }
  .pageHeader__meta {
    margin-top: 2px;
  }
  .pageHeader__metaRoute {
    display: none;
  }
  .pageHeader__methodsTitle {
    font-size: 1.3rem;
    height: 26px;
  }
  .pageHeader__methodsTitle:after {
    border-width: 13px;
    right: -26px;
  }
  .pageHeader__methodsTitleNo {
    font-size: 1.8rem;
  }
  .pageHeader__methodsBody {
    font-size: 1.6rem;
  }
  .bread_mt {
    margin: 90px -30px 30px;
  }
  .bread_mt_contact {
    margin: 10px -30px 30px;
  }
  .pagination {
    margin-bottom: 60px;
  }
  .pointTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .pointTitle__textWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .pointTitle__text {
    font-size: 2.2rem;
    margin-bottom: 2px;
    margin-top: -5px;
  }
  .pointTitle__caption,
  .pointTitle__target {
    margin-left: 0;
    width: 100%;
  }
  .pointTitle__caption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .qureo-pointTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .qureo-pointTitle__textWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    margin-top: 0;
  }
  .qureo-pointTitle__text {
    font-size: 2.2rem;
    margin-bottom: 2px;
    margin-top: -5px;
  }
  .qureo-pointTitle__target {
    margin-left: 0;
    width: 100%;
  }
  .qureo-pointTitle__caption {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  /*yh_240411_関連リンク編集
  .related {
    margin: 60px -20px -60px;
  }*/
  .related {
    margin: 60px -20px 0px;
  }
  .related__inner {
    padding: 25px 20px 30px;
  }
  .related__list {
    gap: 11px;
  }
  .prizes-column {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .prizes-column img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
  .schoolCard {
    gap: 20px 15px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .schoolCard__item {
    max-width: none;
    padding: 20px;
  }
  .schoolCard__metaItem {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .section-choice__point {
    left: 5px;
    top: 5px;
  }
  .section-choice__point span {
    font-size: 2.9rem;
    font-style: normal;
  }
  .section-choice__title {
    font-size: 1.8rem;
  }
  .section-choice__shoulder {
    font-size: 1.3rem;
  }
  .section-choice__p {
    font-size: 1.5rem;
  }
  .gap-strong {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .gap-width {
    margin: 20px auto 0;
    padding: 15px 10px;
  }
  .gap-notice {
    font-size: 1.2rem;
    padding: 5px 40px 0;
  }
  .section-reasonable__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-reasonable__image {
    margin-bottom: 20px;
    max-width: 480px;
    width: auto;
  }
  .section-reasonable__text {
    width: auto;
  }
  .section-reasonable__title {
    margin-bottom: 10px;
  }
  .section-reasonable__p {
    margin-bottom: 25px;
  }
  .section,
  .section.-sub {
    margin-bottom: 40px;
  }
  .section-narrow {
    margin-bottom: 18px;
  }
  .sitemap {
    margin-bottom: 20px;
  }
  .sitemap__list > li {
    width: calc(50% - 18px);
  }
  .sitemap__list > li:empty {
    display: none;
  }
  .sitemap__list > li:first-child a {
    width: calc(50% - 18px);
  }
  .sitemap__list > li > a {
    background-size: 12px auto;
  }
  .sitemap .sitemap__school > ul > li {
    margin-left: 0;
  }
  .sitemap .sitemap__school > ul > li > ul > li > ul {
    display: block;
    margin-left: 0;
  }
  .sitemap .sitemap__school > ul > li > ul > li > ul:after {
    content: none;
  }
  .sitemap .sitemap__school > ul > li > ul > li > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    width: auto;
  }
  .sitemap .sitemap__school > ul > li > ul > li > ul > li > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px 20px;
  }
  .sitemap__group {
    font-size: 1.4rem;
    padding: 8px 15px;
  }
  .sitemap__city {
    font-size: 1.3rem;
    padding-top: 3px;
    width: 6.5em;
  }
  .table.-basic th {
    border-bottom: 0;
    width: auto;
  }
  .table.-basic td {
    border-bottom: 0;
  }
  .temporaryNotice {
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-size: 80px auto;
    padding: 35px 30px 60px;
  }
  .temporaryNotice__title:after,
  .temporaryNotice__title:before {
    margin-right: 12px;
    width: 30px;
  }
  .temporaryNotice__title:after {
    margin-left: 12px;
  }
  .temporaryNotice__title {
    font-size: 1.7rem;
  }
  .timeList__link {
    background-size: 12px auto;
  }
  .title__shoulder.-fzL {
    font-size: 1.8rem;
  }
  .title__step {
    padding-bottom: 0;
    padding-top: 0;
  }
  .title.-style01 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .title.-style02 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .title.-style03 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .title.-style04 {
    font-size: 1.8rem;
  }
  .title.-style05 {
    font-size: 1.6rem;
  }
  .title.-style06 {
    font-size: 1.5rem;
  }
  .icon-img {
    margin: 0 auto 0.4rem;
  }
  .titleIcon.-point {
    height: 50px;
    margin-right: 15px;
    min-height: 50px;
    min-width: 50px;
    width: 50px;
  }
  .titleIcon.-point .titleIcon__text {
    font-size: 1.1rem;
  }
  .titleIcon.-point .titleIcon__num {
    font-size: 2.6rem;
  }
  .titleIcon.-strategy {
    background-size: 100% auto;
    height: 50px;
    margin-right: 10px;
    width: 50px;
  }
  .titleIcon.-strategy .titleIcon__text {
    font-size: 1.2rem;
  }
  .titleIcon.-strategy .titleIcon__num {
    font-size: 1.8rem;
  }
  .toc {
    gap: 20px 30px;
    margin-bottom: 40px;
  }
  .toc__title {
    font-size: 2.2rem;
  }
  .toggle__item {
    padding: 0 15px 1px;
  }
  .toggle__title {
    font-size: 1.6rem;
    padding: 10px 10px 9px 0;
  }
  .toggle__title:before {
    height: 3px;
    width: 11px;
  }
  .toggle__title:after {
    height: 11px;
    right: 4px;
    top: calc(50% - 4px);
    width: 3px;
  }
  .toggle__titleShoulder {
    font-size: 1.6rem;
  }
  .toggle__body {
    padding: 17px 20px;
  }
  .line-banner-top {
    display: block;
    margin: 20px auto;
    width: 300px;
  }
  .voiceList__body {
    gap: 40px 20px;
  }
  .voiceList__image {
    max-width: 100px;
  }
  .voiceList__toggle {
    padding-bottom: 25px;
  }
  .voiceList__passed {
    font-size: 1.6rem;
  }
  .voiceModal__balloon {
    padding: 20px 15px;
  }
  .voiceModal__title {
    font-size: 1.5rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp {
    display: inline;
  }
  #page .sp-mt0 {
    margin-top: 0;
  }
  #page .sp-mb0 {
    margin-bottom: 0;
  }
  #page .sp-mt5 {
    margin-top: 5px;
  }
  #page .sp-mb5 {
    margin-bottom: 5px;
  }
  #page .sp-mt10 {
    margin-top: 10px;
  }
  #page .sp-mb10 {
    margin-bottom: 10px;
  }
  #page .sp-mt15 {
    margin-top: 15px;
  }
  #page .sp-mb15 {
    margin-bottom: 15px;
  }
  #page .sp-mt20 {
    margin-top: 20px;
  }
  #page .sp-mb20 {
    margin-bottom: 20px;
  }
  #page .sp-mt25 {
    margin-top: 25px;
  }
  #page .sp-mb25 {
    margin-bottom: 25px;
  }
  #page .sp-mt30 {
    margin-top: 30px;
  }
  #page .sp-mb30 {
    margin-bottom: 30px;
  }
  #page .sp-mt35 {
    margin-top: 35px;
  }
  #page .sp-mb35 {
    margin-bottom: 35px;
  }
  #page .sp-mt40 {
    margin-top: 40px;
  }
  #page .sp-mb40 {
    margin-bottom: 40px;
  }
  #page .sp-mt45 {
    margin-top: 45px;
  }
  #page .sp-mb45 {
    margin-bottom: 45px;
  }
  #page .sp-mt50 {
    margin-top: 50px;
  }
  #page .sp-mb50 {
    margin-bottom: 50px;
  }
  #page .sp-mt55 {
    margin-top: 55px;
  }
  #page .sp-mb55 {
    margin-bottom: 55px;
  }
  #page .sp-mt60 {
    margin-top: 60px;
  }
  #page .sp-mb60 {
    margin-bottom: 60px;
  }
  #page .sp-mt65 {
    margin-top: 65px;
  }
  #page .sp-mb65 {
    margin-bottom: 65px;
  }
  #page .sp-mt70 {
    margin-top: 70px;
  }
  #page .sp-mb70 {
    margin-bottom: 70px;
  }
  #page .sp-mt75 {
    margin-top: 75px;
  }
  #page .sp-mb75 {
    margin-bottom: 75px;
  }
  #page .sp-mt80 {
    margin-top: 80px;
  }
  #page .sp-mb80 {
    margin-bottom: 80px;
  }
  #page .sp-mt85 {
    margin-top: 85px;
  }
  #page .sp-mb85 {
    margin-bottom: 85px;
  }
  #page .sp-mt90 {
    margin-top: 90px;
  }
  #page .sp-mb90 {
    margin-bottom: 90px;
  }
  #page .sp-mt95 {
    margin-top: 95px;
  }
  #page .sp-mb95 {
    margin-bottom: 95px;
  }
  #page .sp-mt100 {
    margin-top: 100px;
  }
  #page .sp-mb100 {
    margin-bottom: 100px;
  }
  #page .sp-t-left {
    text-align: left;
  }
  .modal__container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 45px 20px 20px;
  }
  .modal__close {
    right: -15px;
  }
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  .footer__pageTop.-absolute {
    bottom: 245px;
  }
  .page-contact .footer__pageTop.-absolute {
    bottom: 75px;
  }
  .footer__bottomInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }
  .footer__menu {
    gap: 10px 0;
    width: 100%;
  }
  .footer__menu li {
    width: 50%;
  }
  .footer__copyrightText small {
    font-size: 1rem;
  }
  .footer__sprix {
    width: 80px;
  }
  .anchorLink.-col3 {
    gap: 0 20px;
  }
  .anchorLinkNumber {
    gap: 20px 20px;
    margin-bottom: 60px;
  }
  .articleList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-position: calc(100% - 5px) 0.58em;
    background-size: 12px auto;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    padding-right: 35px;
    position: relative;
  }
  .contact-bnrTEL__number {
    bottom: 13%;
    font-size: 5.3333333333vw;
    left: 50%;
    padding-left: 8vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .contact-bnrTEL__number.-bottom {
    bottom: 14%;
  }
  .top-contact-bnrTEL__number {
    bottom: 10%;
    font-size: 5.0666666667vw;
    letter-spacing: -0.5px;
    padding-left: 6vw;
    right: 8%;
  }
  .top-contact-bnrTEL__number.-bottom {
    bottom: 14%;
  }
  .courseList {
    gap: 25px;
  }
  .courseOther__item {
    width: 100%;
  }
  .courseOther__link {
    min-width: 0;
  }
  .courseOther__image {
    width: 140px;
  }
  .coursePrice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .coursePrice__sub {
    margin-left: -20px;
    margin-right: -20px;
  }
  .coursePrice__compare {
    padding: 20px;
  }
  .courseSimpleList__item {
    aspect-ratio: 1/1;
    background-position: 0;
    background-size: auto 100%;
    min-height: 0;
  }
  .courseSimpleList__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 12px auto;
    justify-content: center;
    padding-bottom: 20px;
  }
  .entry__course {
    position: static;
  }
  .loopImage__item {
    width: 50vw;
  }
  .loopImage__item__st {
    width: 33.3333333333vw;
  }
  .messageBox__title {
    font-size: 1.344444rem;
    height: 30px;
    line-height: 30px;
  }
  .messageBox__title:after {
    border-width: 15px;
    right: -30px;
  }
  .messageBox__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px calc(20px - 1.5em);
  }
  .messageBox__profile.-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .messageBox__profile.-col .messageBox__profilePhoto {
    width: auto;
  }
  .messageBox__profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
  }
  .messageBox__profilePhoto {
    width: 51%;
  }
  .messageBox__name {
    font-size: 1.3rem;
  }
  .messageBox.-check .messageBox__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .otherCourseFreetrial__titleShoulder {
    font-size: 1.4rem;
  }
  .otherCourseFreetrial__titleShoulder:after,
  .otherCourseFreetrial__titleShoulder:before {
    height: 20px;
    top: 5px;
  }
  .otherCourseFreetrial__itemBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .otherCourseFreetrial__school {
    margin-bottom: 15px;
  }
  .otherCourseFreetrial__outline {
    border-left: 0;
    border-top: 1px solid #e0e0e0;
    padding-left: 0;
    padding-top: 20px;
  }
  .otherCourseFreetrial__list {
    margin-bottom: 0;
  }
  .pageHeader.-visual {
    height: auto;
  }
  .pageHeader.-visual .pageHeader__inner {
    display: block;
    height: auto;
  }
  .pageHeader.-visual .pageHeader__title {
    margin-bottom: 0;
  }
  .pageHeader.-visual .pageHeader__image {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    position: static;
    width: 100%;
  }
  .pageHeader.-visual picture {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .pageHeader.-visual_text {
    height: auto;
  }
  .pageHeader.-visual_text .pageHeader__inner {
    display: block;
    height: auto;
  }
  .pageHeader.-visual_text .pageHeader__image {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    position: static;
    width: 100%;
  }
  .pageHeader.-visual_text picture {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .pageHeader__methods {
    margin-top: 10px;
  }
  .related__title {
    margin-bottom: 10px;
  }
  .table.-basic {
    border-bottom: 1px solid #e0e0e0;
    display: block;
  }
  .table.-basic tbody,
  .table.-basic td,
  .table.-basic th,
  .table.-basic tr {
    display: block;
  }
  .timeList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    position: relative;
  }
  .timeList__time {
    font-size: 1.3rem;
  }
  .timeList__title {
    background-position: calc(100% - 5px) 0.58em;
    background-size: 12px auto;
    font-size: 1.4rem;
    margin-top: 5px;
    padding-right: 35px;
  }
  .timeList__course {
    font-size: 1.3rem;
    gap: 5px 7px;
    left: 6.5em;
    position: absolute;
    top: 2px;
  }
  .voiceList__item {
    max-width: none;
    width: 100%;
  }
  .voiceList__image {
    max-width: 120px;
  }
  .voiceModal {
    display: block;
  }
  .voiceModal__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: none;
  }
  .voiceModal__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .voiceModal__image {
    margin-bottom: 15px;
    margin-right: 10px;
    max-width: 120px;
  }
  .sp-m {
    display: block;
  }
}

@media not screen and (max-width: 600px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 460px) {
  body {
    margin: 0;
  }
  .footer__sitemapList > li,
  .footer__sitemapList > li:first-child a {
    width: 100%;
  }
  .footer__sitemapList > li > ul > li {
    font-size: 1.5rem;
  }
  .anchorLink.-col3 .anchorLink__item {
    max-width: 100%;
  }
  .index__stepItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index__stepTitle {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 5px;
    width: 100%;
  }
  .index__stepTitle:before {
    left: 41%;
  }
  .otherCourseFreetrial__list dt {
    margin-bottom: 5px;
  }
  .otherCourseFreetrial__list dt + dt {
    margin-top: 15px;
  }
  .otherCourseFreetrial__list dd {
    margin-bottom: 15px;
  }
  .otherCourseFreetrial__list dd:last-child {
    margin-bottom: 0;
  }
  .pagination__item.-current {
    font-size: 2rem;
    margin: 0 auto;
  }
  .related__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related__list.-column .related__item {
    width: auto;
  }
  .related__item {
    width: calc(50% - 6px);
  }
  .sitemap__list > li,
  .sitemap__list > li:first-child a {
    width: 100%;
  }
  .sitemap__list > li > ul > li {
    font-size: 1.5rem;
  }
  .telHere__title {
    display: block;
  }
  .temporaryNotice {
    padding: 35px 20px 60px;
  }
  .temporaryNotice__title {
    font-size: 1.6rem;
  }
  .voiceList__body {
    gap: 25px 20px;
  }
  .sp-s {
    display: block;
  }
}

@media screen and (max-width: 340px) {
  body {
    margin: 0;
  }
  .courseOther__image {
    width: 120px;
  }
  .fixedCTA {
    padding: 10px;
  }
  .fixedCTA__text {
    font-size: 1.2rem;
  }
  .temporaryNotice__title:after,
  .temporaryNotice__title:before {
    content: none;
  }
  .voiceList__image {
    max-width: 90px;
  }
}

@media (any-hover: hover) {
  a:hover {
    color: #004b7f;
    text-decoration: none;
  }
  .footer__sitemapList > li > a:hover {
    background-position: calc(100% - 8px);
    color: #00964B;
  }
  .footer__pageTopLink:hover {
    background-position: center 47%;
    opacity: 0.8;
  }
  .footer__menu li a:hover {
    text-decoration: underline;
  }
  .nav__dropBtn:hover,
  .nav__link:hover {
    color: #00964B;
  }
  .nav__dropBtn:hover:before,
  .nav__link:hover:before {
    left: calc(50% - 20px);
    width: 40px;
  }
  .nav__childItem:first-child .nav__childLink:hover {
    background-color: #2270be;
    background-position: calc(100% - 22px);
  }
  .nav__childLink:hover {
    background-color: #00964B;
    color: #fff;
  }
  .anchorLink__link:hover {
    border-bottom-color: #00964B;
  }
  .anchorLinkNumber__link:hover {
    border-bottom-color: #00964B;
    color: #2e2e2e;
  }
  .articleList__link:hover {
    background-position: calc(100% - 7px) 0.5em;
  }
  .beigeBox__link a:hover {
    color: #00964B;
  }
  .breadcrumb__item:first-child .breadcrumb__link:hover {
    text-decoration: underline;
  }
  .breadcrumb__item:last-child .breadcrumb__link:hover {
    text-decoration: none;
  }
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
  .btn.-style01 .btn__link:hover {
    background-position: calc(100% - 23px);
    opacity: 0.8;
  }
  .btn.-back .btn__link:hover,
  .btn.-style02 .btn__link:hover,
  .btn.-style03 .btn__link:hover {
    color: #fff;
  }
  .btn.-back .btn__link:hover .btn__text,
  .btn.-style02 .btn__link:hover .btn__text,
  .btn.-style03 .btn__link:hover .btn__text {
    background-image: url(../img/share/arrow_right_white.svg);
    background-position: calc(100% - 23px);
  }
  .btn.-back .btn__link:hover:before,
  .btn.-style02 .btn__link:hover:before,
  .btn.-style03 .btn__link:hover:before {
    width: 100%;
  }
  .btn.-back .btn__link:hover,
  .btn.-style03 .btn__link:hover {
    color: #fff;
  }
  .btn.-back .btn__link:hover .btn__text,
  .btn.-style03 .btn__link:hover .btn__text {
    background-image: url(../img/share/arrow_left_white.svg);
    background-position: 22px;
  }
  .btn.-toggle .btn__link:hover .btn__text {
    background: none;
  }
  .btn.-toggle .btn__link:hover .btn__text:after,
  .btn.-toggle .btn__link:hover .btn__text:before {
    background: #fff;
  }
  .courseList__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .courseList__link:hover {
    background-position: calc(100% - 13px) calc(100% - 15px);
    color: #2e2e2e;
  }
  .courseOther__link:hover {
    color: #2e2e2e;
  }
  .courseOther__link:hover,
  .courseSimpleList__item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .courseSimpleList__link:hover {
    background-position: calc(100% - 13px) calc(100% - 15px);
    color: #fff;
  }
  .fixedCTA__link.-trial:hover {
    background-color: #fdcc54;
  }
  .fixedCTA__link.-fee:hover {
    background-color: #005cb9;
  }
  .fixedCTA__link:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .footerSchool__sectionTitle:hover {
    color: #00964B;
  }
  .linkList__link:hover {
    border-bottom-color: #00964B;
    color: #2e2e2e;
  }
  .localNav .localNav__link.-current:hover:before {
    content: none;
  }
  .localNav .localNav__link.-current:hover .btn__text {
    background: none;
    color: #2e2e2e;
  }
  .messageBox__more:hover {
    text-decoration: none;
  }
  .more__link:hover {
    background-position: calc(100% - 7px);
  }
  .pageHeader__metaTel a:hover {
    text-decoration: underline;
  }
  .pagination__item.-next .pagination__link:hover,
  .pagination__item.-next .pagination__noLink:hover,
  .pagination__item.-prev .pagination__link:hover,
  .pagination__item.-prev .pagination__noLink:hover {
    background-color: #eff6fd;
  }
  .pagination__item.-next .pagination__noLink:hover,
  .pagination__item.-prev .pagination__noLink:hover {
    background-color: #e0e0e0;
  }
  .schoolCard__item:hover {
    background: #f8fcff;
    color: #2e2e2e;
  }
  .sitemap__list > li > a:hover {
    background-position: calc(100% - 8px);
    color: #00964B;
  }
  .textLink.-back .textLink__link:hover {
    color: #00964B;
  }
  .timeList__link:hover {
    background-position: calc(100% - 7px);
  }
  .hover-opacity img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hover-opacity:hover img {
    opacity: 0.8;
  }
  .modal__close:hover:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .modal__close:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 940px) and (any-hover: hover) {
  .nav__spBtnItem.-contact a:hover,
  .nav__spBtnItem.-school a:hover {
    color: #2e2e2e;
  }
}

@media screen and (max-width: 767px) {
  .flex-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-item,
  .flex-item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-item__img {
    height: 210px;
    padding-bottom: 30px;
    width: 100%;
  }
  .flex-item__img img {
    height: 210px;
  }
  .flex-item__txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    position: static;
    width: 100%;
  }
  .flex-items > .flex-item:first-child .flex-item__txt:before,
  .flex-items > .flex-item:nth-child(2) .flex-item__txt:before,
  .flex-items > .flex-item:nth-child(3) .flex-item__txt:before,
  .flex-items > .flex-item:nth-child(4) .flex-item__txt:before {
    font-size: 4rem;
    font-weight: 700;
    left: -9px;
  }
  .flex-items {
    margin-top: 30px;
  }
  .flex-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .flex-item__txt h3 {
    line-height: 1.4;
    padding-bottom: 5px;
    text-align: center;
  }
  .spbr {
    display: block;
  }
}

/*********************************************
 * 公式SNS
 *********************************************/
.footer__sitemapList > li > ul.footer-sns {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 15px;
}

