@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

#redesign2509.home .kv {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #redesign2509.home .kv {
    padding-top: 30vh;
  }
}
#redesign2509.home .kv h1 {
  position: absolute;
  left: 6vw;
  bottom: 6vw;
  z-index: 600;
}
@media screen and (max-width: 767px) {
  #redesign2509.home .kv h1 {
    top: 6vw;
    bottom: auto;
  }
}
#redesign2509.home .kv .slick-slide {
  margin: 0;
}
#redesign2509.home .kv picture {
  margin: 0;
  padding: 0;
  width: 100%;
}
#redesign2509.home .kv .slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.4em;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 500;
}
#redesign2509.home .kv .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  padding: 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100vh;
  border: 0px;
  outline: 0px;
  text-indent: -9999px;
}
#redesign2509.home .kv .slick-dots .slick-active button {
  background: #00526a;
}
#redesign2509.home .enter {
  display: flex;
  justify-content: center;
  gap: 0px;
}
#redesign2509.home .enter a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 8vw 20px;
  transition: 0.3s;
}
#redesign2509.home .enter a:hover {
  filter: brightness(1.35);
}
#redesign2509.home .enter a.junior {
  background: url("../images/redesign2509/enter-bg01.png") no-repeat center/cover;
}
#redesign2509.home .enter a.junior > span {
  background-color: rgba(20, 50, 89, 0.7);
}
#redesign2509.home .enter a.senior {
  background: url("../images/redesign2509/enter-bg02.png") no-repeat center/cover;
}
#redesign2509.home .enter a.senior > span {
  background-color: rgba(0, 65, 80, 0.7);
}
#redesign2509.home .enter a > span {
  display: block;
  width: 100%;
  max-width: 270px;
  margin-top: 2em;
  line-height: 1;
  padding: 1em 1.65em;
  font-size: clamp(8px, 2vw, 18px);
  color: #fff;
  background-image: url("../images/redesign2509/arrow-rw.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto;
  border-radius: 100vh;
}
#redesign2509.home .enter p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 46px);
  color: #fff;
  letter-spacing: 0.0166em;
}
#redesign2509.home .enter p span {
  display: block;
  font-size: clamp(8px, 2vw, 24px);
  font-family: "Crimson Text", serif;
  font-weight: 300;
}
#redesign2509.home .topics {
  padding: 4em 20px;
}
#redesign2509.home .topics p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 30px);
}
#redesign2509.home .topics ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#redesign2509.home .topics ul li:not(:first-child) {
  margin-top: 1em;
}
#redesign2509.home .news {
  background: url("https://s-taisei.ed.jp/wp/wp-content/uploads/MG_0832-scaled.jpg") no-repeat center/cover;
  padding: 3vw 20px;
}
@media screen and (max-width: 767px) {
  #redesign2509.home .news {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
#redesign2509.home .news .inner {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 3vw;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #redesign2509.home .news .inner {
    padding: 24px;
  }
}
#redesign2509.home .news h2 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.45em;
  padding: 0;
  margin: 0;
  color: #000;
}
#redesign2509.home .news h2 .en {
  font-size: clamp(36px, 4vw, 62px);
  font-family: "Crimson Text", serif;
  font-weight: 300;
}
#redesign2509.home .news h2 .jp {
  font-size: clamp(10px, 4vw, 18px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#redesign2509.home .news ul {
  padding: 0;
  margin-top: 1em;
  border-bottom: 1px solid #ccc;
}
#redesign2509.home .news li {
  border-top: 1px solid #ccc;
}
#redesign2509.home .news li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  #redesign2509.home .news li a {
    flex-direction: column;
    align-items: flex-start;
  }
}
#redesign2509.home .news li .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
#redesign2509.home .news li time {
  color: #808080;
  font-weight: 600;
}
#redesign2509.home .news li .new {
  padding: 0.65em 1em;
  background: #ff4500;
  color: #fff;
  font-weight: 500;
  font-size: 70%;
  line-height: 1;
  border-radius: 3px;
}
#redesign2509.home .news li p {
  margin: 0;
}
#redesign2509.home .news li p span {
  display: inline-block;
  padding: 0.65em 1em;
  color: #fff;
  font-weight: 500;
  font-size: 80%;
  line-height: 1;
  border-radius: 3px;
  margin-left: 0.5em;
}
#redesign2509.home .news li p span.junior {
  background: #134b92;
}
#redesign2509.home .news li p span.senior {
  background: #0e6d89;
}
#redesign2509.home .news .more {
  display: block;
  width: 100%;
  max-width: 286px;
  padding: 1.6em;
  margin: 2em auto 0;
  background: url("../images/redesign2509/icon-more.svg") no-repeat right 1em center #00526a;
  line-height: 1;
  color: #fff;
  border-radius: 100vh;
  text-align: center;
  transition: 0.3s;
}
#redesign2509.home .news .more:hover {
  text-decoration: none;
  filter: brightness(0.85);
}

#post-17394 .ttl,
#post-17619 .ttl {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  #post-17394 .ttl,
#post-17619 .ttl {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
#post-17394 .topics,
#post-17619 .topics {
  padding-top: 4rem;
}
#post-17394 .topics h2,
#post-17619 .topics h2 {
  text-align: center;
}
#post-17394 .topics .slides,
#post-17619 .topics .slides {
  padding: 0;
  margin-bottom: 0;
}
#post-17394 .topics .slick-slide,
#post-17619 .topics .slick-slide {
  margin-left: 1vw !important;
  margin-right: 1vw !important;
}
#post-17394 .topics .slick-arrow,
#post-17619 .topics .slick-arrow {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  text-indent: -9999px;
  border: 0;
  z-index: 3;
}
#post-17394 .topics .slick-arrow.slick-prev,
#post-17619 .topics .slick-arrow.slick-prev {
  left: -2vw;
  background-image: url("../images/redesign2509/junior/slide-prev.svg");
}
#post-17394 .topics .slick-arrow.slick-next,
#post-17619 .topics .slick-arrow.slick-next {
  right: -2vw;
  background-image: url("../images/redesign2509/junior/slide-next.svg");
}
#post-17394 .news,
#post-17619 .news {
  padding-top: 4rem;
}
#post-17394 .news h2,
#post-17619 .news h2 {
  text-align: center;
}
#post-17394 .news ul,
#post-17619 .news ul {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#post-17394 .news li,
#post-17619 .news li {
  border-top: 1px solid #ccc;
}
#post-17394 .news li a,
#post-17619 .news li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  padding: 1rem;
  background: url("../images/redesign2509/slides-next.svg") no-repeat right 1rem center/6px;
}
@media screen and (max-width: 767px) {
  #post-17394 .news li a,
#post-17619 .news li a {
    gap: 0 1rem;
    padding-left: 0;
    padding-right: 2rem;
  }
}
#post-17394 .news li .thumb,
#post-17619 .news li .thumb {
  max-width: 176px;
  aspect-ratio: 176/128;
}
@media screen and (max-width: 767px) {
  #post-17394 .news li .thumb,
#post-17619 .news li .thumb {
    max-width: 108px;
  }
}
#post-17394 .news li .thumb img,
#post-17619 .news li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#post-17394 .news li .new,
#post-17619 .news li .new {
  padding: 0.65em 1em;
  background: #ff4500;
  color: #fff;
  font-weight: 500;
  font-size: 70%;
  line-height: 1;
  border-radius: 3px;
}
#post-17394 .news li p,
#post-17619 .news li p {
  margin: 0;
}
#post-17394 .news li p span,
#post-17619 .news li p span {
  display: inline-block;
  padding: 0.65em 1em;
  color: #fff;
  font-weight: 500;
  font-size: 80%;
  line-height: 1;
  border-radius: 3px;
  margin-left: 0.5em;
}
#post-17394 .news li p span.junior,
#post-17619 .news li p span.junior {
  background: #134b92;
}
#post-17394 .news li p span.senior,
#post-17619 .news li p span.senior {
  background: #0e6d89;
}
#post-17394 .news .more,
#post-17619 .news .more {
  display: block;
  width: 100%;
  max-width: 286px;
  padding: 1.6em;
  margin: 2em auto 0;
  background: url("../images/redesign2509/icon-more.svg") no-repeat right 1em center #00526a;
  line-height: 1;
  color: #fff;
  border-radius: 100vh;
  text-align: center;
  transition: 0.3s;
}
#post-17394 .news .more:hover,
#post-17619 .news .more:hover {
  text-decoration: none;
  filter: brightness(0.85);
}
#post-17394 .btn-area,
#post-17619 .btn-area {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem 3rem;
}
#post-17394 .btn-area a,
#post-17619 .btn-area a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3rem 3rem 3rem 1rem;
  background: url("../images/redesign2509/junior/btn-arrow.png") no-repeat right 1rem center/24px #00526a;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  transition: 0.3s;
}
#post-17394 .btn-area a:hover,
#post-17619 .btn-area a:hover {
  text-decoration: none;
  filter: brightness(0.85);
}
#post-17394 .btn-area a:nth-child(1),
#post-17619 .btn-area a:nth-child(1) {
  background-color: #ff4500;
}
@media screen and (max-width: 767px) {
  #post-17394 .btn-area,
#post-17619 .btn-area {
    flex-direction: column;
  }
}
#post-17394 .junior-nav,
#post-17394 .senior-nav,
#post-17619 .junior-nav,
#post-17619 .senior-nav {
  margin: 2rem 0 3rem;
}
#post-17394 .junior-nav ul,
#post-17394 .senior-nav ul,
#post-17619 .junior-nav ul,
#post-17619 .senior-nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#post-17394 .junior-nav li,
#post-17394 .senior-nav li,
#post-17619 .junior-nav li,
#post-17619 .senior-nav li {
  width: 33.3333333333%;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  #post-17394 .junior-nav li,
#post-17394 .senior-nav li,
#post-17619 .junior-nav li,
#post-17619 .senior-nav li {
    width: 50%;
  }
}
#post-17394 .junior-nav li:nth-child(1) a,
#post-17394 .senior-nav li:nth-child(1) a,
#post-17619 .junior-nav li:nth-child(1) a,
#post-17619 .senior-nav li:nth-child(1) a {
  background-image: url("../images/redesign2509/junior/bg01.png");
}
#post-17394 .junior-nav li:nth-child(2) a,
#post-17394 .senior-nav li:nth-child(2) a,
#post-17619 .junior-nav li:nth-child(2) a,
#post-17619 .senior-nav li:nth-child(2) a {
  background-image: url("../images/redesign2509/junior/bg02.png");
}
#post-17394 .junior-nav li:nth-child(3) a,
#post-17394 .senior-nav li:nth-child(3) a,
#post-17619 .junior-nav li:nth-child(3) a,
#post-17619 .senior-nav li:nth-child(3) a {
  background-image: url("../images/redesign2509/junior/bg03.png");
}
#post-17394 .junior-nav li:nth-child(4) a,
#post-17394 .senior-nav li:nth-child(4) a,
#post-17619 .junior-nav li:nth-child(4) a,
#post-17619 .senior-nav li:nth-child(4) a {
  background-image: url("../images/redesign2509/junior/bg04.png");
}
#post-17394 .junior-nav li:nth-child(5) a,
#post-17394 .senior-nav li:nth-child(5) a,
#post-17619 .junior-nav li:nth-child(5) a,
#post-17619 .senior-nav li:nth-child(5) a {
  background-image: url("../images/redesign2509/junior/bg05.png");
}
#post-17394 .junior-nav li:nth-child(6) a,
#post-17394 .senior-nav li:nth-child(6) a,
#post-17619 .junior-nav li:nth-child(6) a,
#post-17619 .senior-nav li:nth-child(6) a {
  background-image: url("../images/redesign2509/junior/bg06.png");
}
#post-17394 .junior-nav li:nth-child(7) a,
#post-17394 .senior-nav li:nth-child(7) a,
#post-17619 .junior-nav li:nth-child(7) a,
#post-17619 .senior-nav li:nth-child(7) a {
  background-image: url("../images/redesign2509/junior/bg07.png");
}
#post-17394 .junior-nav li:nth-child(8) a,
#post-17394 .senior-nav li:nth-child(8) a,
#post-17619 .junior-nav li:nth-child(8) a,
#post-17619 .senior-nav li:nth-child(8) a {
  background-image: url("../images/redesign2509/junior/bg08.png");
}
#post-17394 .junior-nav li:nth-child(9) a,
#post-17394 .senior-nav li:nth-child(9) a,
#post-17619 .junior-nav li:nth-child(9) a,
#post-17619 .senior-nav li:nth-child(9) a {
  background-image: url("../images/redesign2509/junior/bg09.png");
}
#post-17394 .junior-nav a,
#post-17394 .senior-nav a,
#post-17619 .junior-nav a,
#post-17619 .senior-nav a {
  display: block;
  padding: 4rem 10px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 120%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #post-17394 .junior-nav a,
#post-17394 .senior-nav a,
#post-17619 .junior-nav a,
#post-17619 .senior-nav a {
    font-size: 90%;
    padding: 3rem 10px;
  }
}
#post-17394 .junior-nav a:hover,
#post-17394 .senior-nav a:hover,
#post-17619 .junior-nav a:hover,
#post-17619 .senior-nav a:hover {
  text-decoration: none;
  filter: brightness(0.8);
}
#post-17394 .senior-nav li:nth-child(1) a,
#post-17619 .senior-nav li:nth-child(1) a {
  background-image: url("../images/redesign2509/senior/bg01.png");
}
#post-17394 .senior-nav li:nth-child(2) a,
#post-17619 .senior-nav li:nth-child(2) a {
  background-image: url("../images/redesign2509/senior/bg02.png");
}
#post-17394 .senior-nav li:nth-child(3) a,
#post-17619 .senior-nav li:nth-child(3) a {
  background-image: url("../images/redesign2509/senior/bg03.png");
}
#post-17394 .senior-nav li:nth-child(4) a,
#post-17619 .senior-nav li:nth-child(4) a {
  background-image: url("../images/redesign2509/senior/bg04.png");
}
#post-17394 .senior-nav li:nth-child(5) a,
#post-17619 .senior-nav li:nth-child(5) a {
  background-image: url("../images/redesign2509/senior/bg05.png");
}
#post-17394 .senior-nav li:nth-child(6) a,
#post-17619 .senior-nav li:nth-child(6) a {
  background-image: url("../images/redesign2509/senior/bg06.png");
}
#post-17394 .senior-nav li:nth-child(7) a,
#post-17619 .senior-nav li:nth-child(7) a {
  background-image: url("../images/redesign2509/senior/bg07.png");
}
#post-17394 .senior-nav li:nth-child(8) a,
#post-17619 .senior-nav li:nth-child(8) a {
  background-image: url("../images/redesign2509/senior/bg08.png");
}

#post-35 details.faq,
#post-37 details.faq {
  background: #e6eef1;
  padding: 1.2rem;
}
#post-35 details.faq:not(:first-of-type),
#post-37 details.faq:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #post-35 details.faq:not(:first-of-type),
#post-37 details.faq:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
#post-35 details.faq summary,
#post-37 details.faq summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
#post-35 details.faq summary::before,
#post-37 details.faq summary::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/redesign2509/faq-q.svg) no-repeat left center/contain;
}
#post-35 details.faq summary .icon,
#post-37 details.faq summary .icon {
  display: block;
  position: relative;
  width: 15px;
  aspect-ratio: 1/1;
  margin-left: auto;
}
#post-35 details.faq summary .icon::before, #post-35 details.faq summary .icon::after,
#post-37 details.faq summary .icon::before,
#post-37 details.faq summary .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00526a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
#post-35 details.faq summary .icon::after,
#post-37 details.faq summary .icon::after {
  transform: translateY(-50%) rotate(-90deg);
}
#post-35 details.faq p,
#post-37 details.faq p {
  background: #fff;
  padding: 1.4rem;
  margin-top: 1.2rem;
}
#post-35 details.faq[open] summary .icon::after,
#post-37 details.faq[open] summary .icon::after {
  transform: translateY(-50%) rotate(0deg);
}
#post-35 .single-btns,
#post-37 .single-btns {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  width: 90%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  #post-35 .single-btns,
#post-37 .single-btns {
    flex-direction: column;
  }
}
#post-35 .single-btns a,
#post-37 .single-btns a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 1.8rem;
  background: url("../images/redesign2509/arrow-rw.svg") no-repeat right 2em center/0.5rem #00526a;
  border-radius: 100vh;
  text-align: center;
  transition: 0.3s;
}
#post-35 .single-btns a:hover,
#post-37 .single-btns a:hover {
  text-decoration: none;
  filter: brightness(0.8);
}
#post-35 .single-btns a:nth-child(1),
#post-37 .single-btns a:nth-child(1) {
  background-color: #ff4500;
}
/*# sourceMappingURL=update.css.map */