<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***************　pamphlet　  ***************/
/***************　mixin　  ***************/
section {
  padding: 40px 0;
}
section:nth-of-type(even) {
  background-color: #e4f5f9;
}
section:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  section:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
section p {
  margin: 0 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  section p {
    margin-bottom: 40px;
  }
}

.pamphlet-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
  margin-bottom: 30px;
}
.pamphlet-flex figure {
  width: calc(50% - 24px);
  box-shadow: 3px 3px 5px #cccccc;
}
@media screen and (min-width: 768px) {
  .pamphlet-flex figure {
    width: calc(25% - 24px);
  }
}
.pamphlet-flex figure img {
  width: 100%;
}

.btn a {
  width: 90%;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .btn a {
    width: 100%;
  }
}
@media screen and (min-width: 2561px) {
  .btn a {
    height: 120px;
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
.btn a:hover {
  opacity: 0.5;
}
.btn.admission-button a {
  background: #4472c4 url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn.admission-button a {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  .btn.admission-button a {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
.btn.school-button a {
  background: #ffbf00 url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn.school-button a {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  .btn.school-button a {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}

/****下層ページ****/
#contents-top-sub {
  width: 100%;
  margin-top: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../pamphlet/images/caption-sub.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center 25%;
  background-size: cover, cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents-top-sub {
    height: 200px;
    margin-bottom: 40px;
    background-position: center 25%;
  }
}
@media screen and (min-width: 1025px) {
  #contents-top-sub {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub {
    margin-top: -30px;
  }
}
#contents-top-sub div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #contents-top-sub div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #contents-top-sub div {
    max-width: 75%;
  }
}
#contents-top-sub div h1 {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #contents-top-sub div h1 {
    max-width: 1024px;
    left: 0;
  }
}

#list-sanpou h2 {
  font-size: 24px;
  color: #00a5cf;
  border-bottom: #CCCCCC solid 5px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #list-sanpou h2 {
    font-size: 32px;
  }
}
#list-sanpou h2::after {
  width: 200px;
  height: 5px;
  background-color: #00a5cf;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  #list-sanpou h2::after {
    width: 300px;
  }
}
#list-sanpou .pamphlet-flex-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  #list-sanpou .pamphlet-flex-sub {
    gap: 30px 24px;
    align-items: inherit;
  }
}
@media screen and (min-width: 2561px) {
  #list-sanpou .pamphlet-flex-sub {
    gap: 60px 48px;
  }
}
#list-sanpou .pamphlet-flex-sub div {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #list-sanpou .pamphlet-flex-sub div {
    width: calc((100% - 48px) / 3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 2561px) {
  #list-sanpou .pamphlet-flex-sub div {
    width: calc((100% - 96px) / 3);
  }
}
#list-sanpou .pamphlet-flex-sub div figure {
  box-shadow: 3px 3px 5px #cccccc;
}
#list-sanpou .pamphlet-flex-sub div figure img {
  width: 100%;
}
#list-sanpou .pamphlet-flex-sub div h3 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 16.2px;
}
@media screen and (min-width: 768px) {
  #list-sanpou .pamphlet-flex-sub div h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #list-sanpou .pamphlet-flex-sub div h3 {
    font-size: 24px;
    font-size: 1.25vw;
  }
}
#list-sanpou .pamphlet-flex-sub div p {
  line-height: 1.5;
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-yellow {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #ffbf00;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-sanpou .pamphlet-flex-sub div .pamphlet-button-yellow {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-yellow::after {
  content: "&gt;";
  color: #484848;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-yellow span {
  color: #484848;
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-yellow:hover {
  opacity: 0.5;
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-school {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #a9d150;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-sanpou .pamphlet-flex-sub div .pamphlet-button-school {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-school span {
  color: #fff;
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-school::after {
  content: "&gt;";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-sanpou .pamphlet-flex-sub div .pamphlet-button-school:hover {
  opacity: 0.5;
}

#list-co h2 {
  font-size: 24px;
  color: #ED7780;
  border-bottom: #CCCCCC solid 5px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #list-co h2 {
    font-size: 32px;
  }
}
#list-co h2::after {
  width: 200px;
  height: 5px;
  background-color: #ED7780;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  #list-co h2::after {
    width: 300px;
  }
}
#list-co .pamphlet-flex-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  #list-co .pamphlet-flex-sub {
    gap: 30px 24px;
    align-items: inherit;
  }
}
@media screen and (min-width: 2561px) {
  #list-co .pamphlet-flex-sub {
    gap: 60px 48px;
  }
}
#list-co .pamphlet-flex-sub div {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #list-co .pamphlet-flex-sub div {
    width: calc((100% - 48px) / 3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 2561px) {
  #list-co .pamphlet-flex-sub div {
    width: calc((100% - 96px) / 3);
  }
}
#list-co .pamphlet-flex-sub div figure {
  box-shadow: 3px 3px 5px #cccccc;
}
#list-co .pamphlet-flex-sub div figure img {
  width: 100%;
}
#list-co .pamphlet-flex-sub div h3 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 16.2px;
}
@media screen and (min-width: 768px) {
  #list-co .pamphlet-flex-sub div h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #list-co .pamphlet-flex-sub div h3 {
    font-size: 24px;
    font-size: 1.25vw;
  }
}
#list-co .pamphlet-flex-sub div p {
  line-height: 1.5;
}
#list-co .pamphlet-flex-sub div .pamphlet-button-yellow {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #ffbf00;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-co .pamphlet-flex-sub div .pamphlet-button-yellow {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-co .pamphlet-flex-sub div .pamphlet-button-yellow::after {
  content: "&gt;";
  color: #484848;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-co .pamphlet-flex-sub div .pamphlet-button-yellow span {
  color: #484848;
}
#list-co .pamphlet-flex-sub div .pamphlet-button-yellow:hover {
  opacity: 0.5;
}
#list-co .pamphlet-flex-sub div .pamphlet-button-school {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #a9d150;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-co .pamphlet-flex-sub div .pamphlet-button-school {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-co .pamphlet-flex-sub div .pamphlet-button-school span {
  color: #fff;
}
#list-co .pamphlet-flex-sub div .pamphlet-button-school::after {
  content: "&gt;";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-co .pamphlet-flex-sub div .pamphlet-button-school:hover {
  opacity: 0.5;
}

#list-sp h2 {
  font-size: 24px;
  color: #3C9B7E;
  border-bottom: #CCCCCC solid 5px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #list-sp h2 {
    font-size: 32px;
  }
}
#list-sp h2::after {
  width: 200px;
  height: 5px;
  background-color: #3C9B7E;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
}
@media screen and (min-width: 1025px) {
  #list-sp h2::after {
    width: 300px;
  }
}
#list-sp .pamphlet-flex-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  #list-sp .pamphlet-flex-sub {
    gap: 30px 24px;
    align-items: inherit;
  }
}
@media screen and (min-width: 2561px) {
  #list-sp .pamphlet-flex-sub {
    gap: 60px 48px;
  }
}
#list-sp .pamphlet-flex-sub div {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #list-sp .pamphlet-flex-sub div {
    width: calc((100% - 48px) / 3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 2561px) {
  #list-sp .pamphlet-flex-sub div {
    width: calc((100% - 96px) / 3);
  }
}
#list-sp .pamphlet-flex-sub div figure {
  box-shadow: 3px 3px 5px #cccccc;
}
#list-sp .pamphlet-flex-sub div figure img {
  width: 100%;
}
#list-sp .pamphlet-flex-sub div h3 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 16.2px;
}
@media screen and (min-width: 768px) {
  #list-sp .pamphlet-flex-sub div h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #list-sp .pamphlet-flex-sub div h3 {
    font-size: 24px;
    font-size: 1.25vw;
  }
}
#list-sp .pamphlet-flex-sub div p {
  line-height: 1.5;
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-yellow {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #ffbf00;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-sp .pamphlet-flex-sub div .pamphlet-button-yellow {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-yellow::after {
  content: "&gt;";
  color: #484848;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-yellow span {
  color: #484848;
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-yellow:hover {
  opacity: 0.5;
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-school {
  display: block;
  width: 100%;
  border: solid 1px #dedede;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0px;
  margin-top: auto;
  transition: 0.3s;
  background-color: #a9d150;
  position: relative;
}
@media screen and (min-width: 2561px) {
  #list-sp .pamphlet-flex-sub div .pamphlet-button-school {
    font-size: 16px;
    font-size: 0.8333333333vw;
    padding: 40px 0px;
  }
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-school span {
  color: #fff;
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-school::after {
  content: "&gt;";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#list-sp .pamphlet-flex-sub div .pamphlet-button-school:hover {
  opacity: 0.5;
}</pre></body></html>