@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;
}

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: #004f9f;
  text-decoration: underline;
}

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

a[target="_blank"]:after {
  background: url(./../image/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%;
  /* width: 300px; */
  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;
  padding-top: 50px;
}

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

@-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 fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.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: #004f9f;
  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__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;
}

@media (any-hover: hover) {
  a:hover {
    color: #004b7f;
    text-decoration: none;
  }
  .footer__pageTopLink:hover {
    background-position: center 47%;
    opacity: 0.8;
  }
  .footer__menu li a:hover {
    text-decoration: underline;
  }
  .btn.-style02 .btn__link:hover{
    color: #fff;
  }
  .btn.-style02 .btn__link:hover .btn__text {
    background-image: url(./../image/arrow_right_white.svg);
    background-position: calc(100% - 23px);
  }
  .btn.-style02 .btn__link:hover:before{
    width: 100%;
  }
  .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{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .hover-opacity img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hover-opacity:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 940px) and (any-hover: hover) {
  .nav__spBtnItem.-contact a:hover,
  .nav__spBtnItem.-school a:hover {
    color: #2e2e2e;
  }
}