<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

body {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/font/NotoSansJP-Bold.woff") format("woff");
}
body {
  margin: 0 auto;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  a {
    transition: 0.4s opacity;
  }
  a:hover {
    opacity: 0.7;
  }
}

#benesse-footer {
  display: none;
}

#benesse-header {
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  #benesse-header .benesse-header__inner {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #benesse-header .benesse-header__inner .benesse-header__link {
    margin-left: auto !important;
    display: flex;
  }
  #benesse-header .benesse-header__inner .benesse-header__link li a {
    font-size: 1rem !important;
  }
}

header.ms-header {
  position: absolute;
  top: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0);
  max-width: 1048px;
  width: 100%;
  height: 70px;
  transition: 0.3s box-shadow, 0.15s background;
}
header.ms-header.fixed {
  position: fixed;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header.ms-header.fixed {
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  header.ms-header {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  header.ms-header {
    top: 18.4vw;
    border-radius: 5.3333333333vw;
    width: 94.6666666667vw;
    height: 10.6666666667vw;
  }
}
header.ms-header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 8px rgba(68, 129, 226, 0.6);
}
header.ms-header nav {
  height: 100%;
  width: 100%;
}
header.ms-header nav .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-container {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-container h1 .brand img {
    width: 26.6666666667vw;
    height: 6.9333333333vw;
  }
}
header.ms-header nav .nav-container h1 .brand.scrolled {
  position: relative;
}
header.ms-header nav .nav-container h1 .brand.scrolled:before {
  content: "";
  background-image: url("../img/miraiseed-logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20rem;
  height: 5.276rem;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-container h1 .brand.scrolled:before {
    width: 26.6666666667vw;
    height: 6.9333333333vw;
  }
}
header.ms-header nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-menu {
    padding: 7.2vw 0;
  }
}
header.ms-header nav .nav-menu li:not(:last-child) {
  margin-right: 3.4rem;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
header.ms-header nav .nav-menu a {
  color: #2a3054;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-menu a {
    line-height: 1;
  }
}
header.ms-header nav .nav-menu a.current {
  border-bottom: solid 2px #2a3054;
  opacity: 1;
  transition: 0;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-menu {
    display: none;
    transition: 0.3s display, 0.3s opacity;
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 8px rgba(68, 129, 226, 0.6);
    border-radius: 5.3333333333vw;
    width: 100%;
    top: 14.1333333333vw;
    left: 0;
  }
  header.ms-header nav .nav-menu.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s display;
  }
}
header.ms-header nav .nav-toggle {
  border: none;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  header.ms-header nav .nav-toggle {
    display: block;
    position: relative;
    width: 4.6rem;
    height: 4.6rem;
    background-color: rgba(255, 255, 255, 0);
  }
  header.ms-header nav .nav-toggle span {
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 3px;
    background: #000;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    position: absolute;
    top: 14px;
    left: 25%;
    transition: 0.3s;
  }
  header.ms-header nav .nav-toggle span:nth-of-type(2) {
    top: 22px;
  }
  header.ms-header nav .nav-toggle span:nth-of-type(3) {
    top: 30px;
  }
  header.ms-header nav .nav-toggle.close span {
    left: 30%;
  }
  header.ms-header nav .nav-toggle.close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 50%;
  }
  header.ms-header nav .nav-toggle.close span:nth-of-type(2) {
    opacity: 0;
  }
  header.ms-header nav .nav-toggle.close span:nth-of-type(3) {
    top: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 50%;
  }
}

footer .innerWrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  footer .innerWrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .innerWrap {
    margin: 0 auto;
  }
}
footer nav {
  background-color: #2a3054;
}
footer nav ul {
  max-width: 1085px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  footer nav ul {
    flex-direction: column;
    height: 100%;
    padding: 3.6rem 0;
  }
}
footer nav ul li:last-child {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  footer nav ul li:last-child {
    margin-right: auto;
  }
  footer nav ul li:last-child::before {
    content: "";
    width: clamp(21rem, 58.6666666667vw, 24rem);
    height: 2px;
    background-color: #949dc4;
    display: block;
    position: relative;
    margin-top: 0.7rem;
    margin-bottom: 1.7rem;
  }
}
footer nav ul li:not(:last-child) {
  margin-right: clamp(2rem, 2vw, 3rem);
}
@media screen and (max-width: 767px) {
  footer nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
footer nav ul li a {
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer nav ul li a {
    text-align: center;
    display: table;
    margin: 0 auto;
  }
}
footer nav ul li a.miraiseed-home {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  footer nav ul li a.miraiseed-home {
    width: 12rem;
  }
}
footer .footer-bottom {
  background-color: white;
}
footer .footer-bottom__wrap {
  max-width: 1085px;
  padding: 3rem 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  height: 9.8rem;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom__wrap {
    height: 100%;
    padding: 0.5rem 2.1rem 1rem;
  }
}
footer .footer-bottom__wrap * {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  color: #000;
  border: none;
  font: 12px/1.231 "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom__wrap .copy {
    order: 3;
  }
}
footer .footer-bottom__wrap .footer-bottom__list {
  float: left;
  display: inline;
  margin: 0 0 0 -12px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom__wrap .footer-bottom__list {
    order: 3;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
footer .footer-bottom__wrap .footer-bottom__list li {
  display: inline;
  margin-left: 12px;
}
footer .footer-bottom__wrap .footer-bottom__list li a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  background: url(/headfoot/img/icon-arrow@2x.png) left center/6px 6px no-repeat;
  color: #0070cb;
  text-decoration: underline;
}
footer .footer-bottom__wrap .footer-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom__wrap .footer-logo {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    width: 13rem;
    text-align: center;
    margin: 0 0 0 -8px;
    order: 1;
  }
}

.innerWrap {
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 clamp(1.7rem, 5.6vw, 2.1rem);
  }
}
</pre></body></html>