@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
:root {
  --small-margin: 32px;
  --normal-margin: 56px;
  --large-margin: 72px;
  --black: #1a0b08;
  --index-col: #ad8c0a;
  --mist-gra-col: linear-gradient(to right, #423c87 0%, #0b6fad 50%, #00a3d1 100%);
  --mist-col: #423c87;
  --bunkyo-col: #31a7da;
  --assumption-col: #721839;
  --ritsumeikan-col: #9e2428;
  --yellow: #edc300;
  --blue: #5dc2d0;
}

.l-main {
  overflow: initial !important;
}

.l-main.\--wide {
  width: 1280px;
  padding: 0;
}

.ae2026-lp * {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  margin-block-start: 0;
  margin-block-end: 0;
}
.ae2026-lp * ol, .ae2026-lp * ul {
  list-style: none;
}
.ae2026-lp * table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.ae2026-lp {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: var(--black-color);
  margin: 0 auto;
  background: #fff;
}
.ae2026-lp a {
  transition: 0.8s;
}
.ae2026-lp a:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.ae2026-lp img {
  width: 100%;
  display: block;
}
.ae2026-lp .pr {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 0;
  background: var(--black);
  padding: 0 1em;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.ae2026-lp .staff {
  font-size: 12px;
  text-align: center;
  margin: var(--small-margin) auto;
}
.ae2026-lp .book-link {
  display: flex;
  align-items: center;
  width: 50%;
  margin: var(--normal-margin) auto 0;
  padding: 2em;
  background: #eee7e0;
}
.ae2026-lp .book-link figure {
  width: 40%;
}
.ae2026-lp .book-link figure img {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.ae2026-lp .book-link dl {
  width: 60%;
  padding: 1em 0 1em 2em;
}
.ae2026-lp .book-link dl dt .now-on-sale {
  text-align: center;
  display: block;
  background: #900;
  color: #fff;
  padding: 0.2em 0;
  margin: 0 0 0.5em;
  width: 6em;
  font-size: 12px;
  font-weight: 700;
}
.ae2026-lp .book-link dl dt .book-title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.ae2026-lp .book-link dl dd {
  font-size: 14px;
  margin: 1em 0 0;
}
.ae2026-lp .book-link dl dd.buy-link a {
  border: 1px solid var(--black);
  box-sizing: border-box;
  background: var(--black);
  padding: 0.5em 1em;
  color: #fff;
  display: block;
  position: relative;
  font-weight: 700;
}
.ae2026-lp .book-link dl dd.buy-link a:hover {
  background: #fff;
  opacity: 1;
  color: var(--black);
}
.ae2026-lp .book-link dl dd.buy-link a::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.ae2026-lp .sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: var(--normal-margin) auto 0;
}
.ae2026-lp .sns-link a {
  width: 60px;
  display: block;
  padding: 0 10px;
}
.ae2026-lp .sns-link a img {
  width: 100%;
  display: block;
}
.ae2026-lp .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.ae2026-lp .contents article {
  width: 70%;
  margin: 0 auto;
}
.ae2026-lp .contents article .text-wrap {
  margin: var(--normal-margin) auto 0;
  padding: 0 2em;
}
.ae2026-lp .contents article .text-wrap h3 {
  font-weight: 700;
  font-size: 24px;
}
.ae2026-lp .contents article .text-wrap .text p {
  margin: 20px auto 0;
  text-indent: 1em;
  text-align: justify;
}
.ae2026-lp .contents article .text-wrap .text p.no-indent {
  text-indent: 0;
}
.ae2026-lp .contents article .text-wrap .text p.notice {
  text-indent: 0;
  font-size: 14px;
}
.ae2026-lp .contents aside {
  position: sticky;
  top: 0;
  width: 23%;
  background: #eee7e0;
  overflow-y: scroll;
  height: 100vh;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
}
.ae2026-lp .contents aside h3 {
  text-align: center;
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--blue);
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: 700;
}
.ae2026-lp .contents aside h3 span:first-of-type {
  color: var(--yellow);
}
.ae2026-lp .contents aside h3 span:nth-of-type(2) {
  color: var(--blue);
}
.ae2026-lp .contents aside ul li {
  margin: 16px 0 0;
  box-sizing: border-box;
}
.ae2026-lp .contents aside ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: var(--black);
}
.ae2026-lp .contents aside ul li a:hover {
  color: #fff;
  opacity: 1;
}
.ae2026-lp .contents aside ul li a > p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
  font-feature-settings: "palt";
}
.ae2026-lp .contents aside ul li a > p span {
  display: inline-block;
  padding: 0.1em 0.5em;
}
.ae2026-lp .contents aside ul li a > p span:first-of-type {
  margin: 0 0 0.5em;
}
.ae2026-lp .contents aside ul li a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.ae2026-lp .contents aside ul li a div img {
  width: 25%;
}
.ae2026-lp .contents aside ul li a div p {
  width: 75%;
  font-size: 14px;
  padding: 0 0 0 1em;
  font-weight: 700;
  line-height: 1.5;
}
.ae2026-lp .contents aside ul li.bunkyo {
  border: 1px solid var(--bunkyo-col);
}
.ae2026-lp .contents aside ul li.bunkyo a:hover {
  background: var(--bunkyo-col);
}
.ae2026-lp .contents aside ul li.bunkyo a:hover > p span {
  background: #fff;
  color: var(--bunkyo-col);
}
.ae2026-lp .contents aside ul li.bunkyo a > p span {
  background: var(--bunkyo-col);
  color: #fff;
}
.ae2026-lp .contents aside ul li.bunkyo.current a {
  background: var(--bunkyo-col);
}
.ae2026-lp .contents aside ul li.bunkyo.current a > p span {
  color: var(--bunkyo-col);
}
.ae2026-lp .contents aside ul li.assumption {
  border: 1px solid var(--assumption-col);
}
.ae2026-lp .contents aside ul li.assumption a:hover {
  background: var(--assumption-col);
}
.ae2026-lp .contents aside ul li.assumption a:hover > p span {
  background: #fff;
  color: var(--assumption-col);
}
.ae2026-lp .contents aside ul li.assumption a > p span {
  background: var(--assumption-col);
  color: #fff;
}
.ae2026-lp .contents aside ul li.assumption.current a {
  background: var(--assumption-col);
}
.ae2026-lp .contents aside ul li.assumption.current a > p span {
  color: var(--assumption-col);
}
.ae2026-lp .contents aside ul li.ritsumeikan {
  border: 1px solid var(--ritsumeikan-col);
}
.ae2026-lp .contents aside ul li.ritsumeikan a:hover {
  background: var(--ritsumeikan-col);
}
.ae2026-lp .contents aside ul li.ritsumeikan a:hover > p span {
  background: #fff;
  color: var(--ritsumeikan-col);
}
.ae2026-lp .contents aside ul li.ritsumeikan a > p span {
  background: var(--ritsumeikan-col);
  color: #fff;
}
.ae2026-lp .contents aside ul li.ritsumeikan.current a {
  background: var(--ritsumeikan-col);
}
.ae2026-lp .contents aside ul li.ritsumeikan.current a > p span {
  color: var(--ritsumeikan-col);
}
.ae2026-lp .contents aside ul li.mist {
  border: 1px solid var(--mist-col);
}
.ae2026-lp .contents aside ul li.mist a:hover {
  background: var(--mist-col);
}
.ae2026-lp .contents aside ul li.mist a:hover > p span {
  background: #fff;
  color: var(--mist-col);
}
.ae2026-lp .contents aside ul li.mist a > p span {
  background: var(--mist-col);
  color: #fff;
}
.ae2026-lp .contents aside ul li.mist.current a {
  background: var(--mist-col);
}
.ae2026-lp .contents aside ul li.mist.current a > p span {
  color: var(--mist-col);
}
.ae2026-lp .contents aside ul li.current a {
  pointer-events: none;
}
.ae2026-lp .contents aside ul li.current a > p span {
  background: #fff;
}
.ae2026-lp .contents aside ul li.current a div p {
  color: #fff;
}

.ae2026-index .main-img {
  display: flex;
}
.ae2026-index .main-img .title-wrap {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ae2026-index .main-img .title-wrap .magazine {
  padding: 2em 0;
  background: #eee7e0;
}
.ae2026-index .main-img .title-wrap .magazine div {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
}
.ae2026-index .main-img .title-wrap .magazine div p:first-of-type {
  width: 50%;
}
.ae2026-index .main-img .title-wrap .magazine div p:first-of-type img {
  width: 100%;
}
.ae2026-index .main-img .title-wrap .magazine div p:last-of-type {
  width: 40%;
}
.ae2026-index .main-img .title-wrap .magazine div p:last-of-type img {
  width: 100%;
  margin: 0 auto;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.ae2026-index .main-img .title-wrap h1 {
  display: block;
  padding: 6rem 0;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../img/bg_title-top.png), url(../img/bg_title-bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
.ae2026-index .main-img .title-wrap h1 img {
  width: 84%;
  margin: 0 auto;
}
.ae2026-index .main-img figure {
  width: 60%;
  position: relative;
}
.ae2026-index .main-img figure img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ae2026-index .top-lead {
  margin: 0 auto var(--large-margin);
  text-align: center;
  line-height: 2;
  padding: 0 0 var(--small-margin);
  border-bottom: 8px solid var(--yellow);
  -o-border-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 50%, var(--blue) 50%, var(--blue) 100%);
     border-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 50%, var(--blue) 50%, var(--blue) 100%);
  border-image-slice: 1;
  font-weight: 700;
}
.ae2026-index .contents {
  background: url(../img/bg_bottom.png) bottom center repeat-x;
  background-size: 50%;
  padding: 0 0 120px;
}
.ae2026-index .contents article .contents__header .title {
  border: 2px solid var(--index-col);
  padding: 40px 0;
}
.ae2026-index .contents article .contents__header .title h2 {
  font-weight: 900;
  font-size: 64px;
  text-align: center;
  color: var(--index-col);
}
.ae2026-index .contents article .contents__header .title .catch {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ae2026-index .contents article .contents__header .title .catch span {
  display: inline-block;
  background-color: var(--index-col);
  color: #fff;
  margin: 0.5em auto 0;
  padding: 0 1em;
  font-size: 24px;
  font-weight: 700;
}
.ae2026-index .contents article .contents__header .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 40px auto 0;
}
.ae2026-index .contents article .contents__header .consultant {
  display: flex;
  align-items: center;
  background: #eee;
  margin: 40px auto 0;
  padding: 2em;
}
.ae2026-index .contents article .contents__header .consultant figure {
  width: 35%;
  position: relative;
}
.ae2026-index .contents article .contents__header .consultant figure figcaption {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: -24px;
  left: 0;
}
.ae2026-index .contents article .contents__header .consultant dl {
  width: 65%;
  padding: 0 0 0 20px;
}
.ae2026-index .contents article .contents__header .consultant dl dt {
  font-size: 14px;
  font-weight: 700;
}
.ae2026-index .contents article .contents__header .consultant dl dt span {
  font-size: 18px;
  display: block;
}
.ae2026-index .contents article .contents__header .consultant dl dd {
  font-size: 14px;
  border-top: 1px solid;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.ae2026-index .contents article .text-wrap {
  margin: var(--normal-margin) auto 0;
  padding: 0 2em;
}
.ae2026-index .contents article .text-wrap h3 {
  border-top: 1px solid var(--index-col);
  border-bottom: 1px solid var(--index-col);
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 0.5em;
  color: var(--index-col);
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 1em;
}
.ae2026-index .contents article .text-wrap .text .notice a {
  text-decoration: underline;
  word-break: break-all;
}
.ae2026-index .school-list {
  position: relative;
  padding: 40px;
  background: rgba(173, 140, 10, 0.5);
}
.ae2026-index .school-list h3 {
  background: #fff;
  font-weight: 900;
  width: 12em;
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5em 0;
  display: block;
}
.ae2026-index .school-list h3 span:first-of-type, .ae2026-index .school-list h3 span:nth-of-type(3) {
  color: var(--yellow);
}
.ae2026-index .school-list h3 span:nth-of-type(2), .ae2026-index .school-list h3 span:nth-of-type(5) {
  color: var(--blue);
}
.ae2026-index .school-list h3 span:nth-of-type(n+3) {
  font-size: 0.6em;
}
.ae2026-index .school-list .notice {
  font-size: 14px;
  text-align: center;
  margin: var(--small-margin) auto 0;
}
.ae2026-index .school-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
}
.ae2026-index .school-list ul::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.ae2026-index .school-list ul li {
  width: 30%;
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.ae2026-index .school-list ul li a {
  display: flex;
  align-items: center;
  color: var(--black);
  padding: 0 2em 0 1em;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  height: 60px;
  line-height: 1.3;
}
.ae2026-index .school-list ul li a:hover {
  background: #fff;
  opacity: 1;
}
.ae2026-index .school-list ul li a::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.ae2026-index .school-list ul li a img {
  width: 40px;
  margin: 0 1em 0 0;
}

.ae2026-school .title-header {
  display: flex;
}
.ae2026-school .title-header .magazine {
  width: 36%;
  background: #eee7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ae2026-school .title-header .magazine div {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 auto;
  width: 70%;
  margin: 0 auto;
}
.ae2026-school .title-header .magazine div p:first-of-type {
  width: 50%;
}
.ae2026-school .title-header .magazine div p:first-of-type img {
  width: 100%;
}
.ae2026-school .title-header .magazine div p:last-of-type {
  width: 40%;
}
.ae2026-school .title-header .magazine div p:last-of-type img {
  width: 100%;
  margin: 0 auto;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.ae2026-school .title-header h1 {
  width: 64%;
}
.ae2026-school .contents {
  padding: 0 0 120px;
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: bottom center;
}
.ae2026-school .contents article {
  width: 77%;
  padding-bottom: var(--large-margin);
}
.ae2026-school .contents article .contents__header {
  padding: var(--large-margin) 2em var(--small-margin);
}
.ae2026-school .contents article .contents__header .title {
  display: flex;
}
.ae2026-school .contents article .contents__header .title__inner1 {
  width: 35%;
  padding: 0;
}
.ae2026-school .contents article .contents__header .title__inner1 .leader {
  margin-top: 2em;
  padding: 2em 2em 1em;
  background: #fff;
}
.ae2026-school .contents article .contents__header .title__inner1 .leader figcaption {
  text-align: center;
  background: #fff;
  padding: 0.5em 1em;
  line-height: 1.5;
}
.ae2026-school .contents article .contents__header .title__inner1 .leader figcaption span:first-of-type {
  font-size: 12px;
  display: block;
}
.ae2026-school .contents article .contents__header .title__inner1 .leader figcaption span:last-of-type {
  font-size: 14px;
}
.ae2026-school .contents article .contents__header .title__inner2 {
  width: 65%;
  padding: 2em 0 2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ae2026-school .contents article .contents__header .title__inner2 .school-name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--small-margin);
  padding-bottom: var(--small-margin);
  flex-wrap: wrap;
  border-bottom: 4px dotted #fff;
  line-height: 1;
}
.ae2026-school .contents article .contents__header .title__inner2 .school-name img {
  width: 60px;
  display: block;
  margin-right: 1em;
}
.ae2026-school .contents article .contents__header .title__inner2 .school-name span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.ae2026-school .contents article .contents__header .title__inner2 .catch {
  width: 72%;
}
.ae2026-school .contents article .contents__header .staff {
  color: #fff;
  margin: var(--small-margin) auto 0;
}
.ae2026-school .contents article .inner {
  background: #fff;
  margin: 0 2em;
  padding: var(--large-margin) 2em;
}
.ae2026-school .contents article .text-wrap {
  padding: 0;
  margin: 0;
}
.ae2026-school .contents article .text-wrap h3 {
  line-height: 1.5;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--small-margin);
}
.ae2026-school .contents article .text-wrap h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 80px;
}
.ae2026-school .contents article .text-wrap h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 80px;
}
.ae2026-school .contents article .photo {
  margin: var(--normal-margin) auto;
}
.ae2026-school .contents article .photo figcaption {
  display: block;
  font-size: 14px;
  padding: 1em 2em;
  color: #fff;
}
.ae2026-school .contents article .topics {
  margin: var(--large-margin) auto 0;
  position: relative;
  background: #fff9f4;
  position: relative;
}
.ae2026-school .contents article .topics::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ed6c00;
  height: 8px;
  width: 100%;
  border-radius: 4px;
}
.ae2026-school .contents article .topics::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed6c00;
  height: 8px;
  width: 100%;
  border-radius: 4px;
}
.ae2026-school .contents article .topics h3 {
  height: 50px;
  margin: 0 auto;
  display: block;
  padding-top: 8px;
}
.ae2026-school .contents article .topics h3 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.ae2026-school .contents article .topics .comment {
  margin: var(--small-margin) auto;
  padding: 0 2em var(--small-margin);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ae2026-school .contents article .topics .comment img {
  width: 40%;
}
.ae2026-school .contents article .topics .comment p {
  width: 55%;
}
.ae2026-school .contents article .voices-of-leaders {
  margin: var(--large-margin) auto 0;
  position: relative;
  background: #fff9f4;
  position: relative;
}
.ae2026-school .contents article .voices-of-leaders::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ed6c00;
  height: 8px;
  width: 100%;
  border-radius: 4px;
}
.ae2026-school .contents article .voices-of-leaders::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed6c00;
  height: 8px;
  width: 100%;
  border-radius: 4px;
}
.ae2026-school .contents article .voices-of-leaders h3 {
  height: 50px;
  margin: 0 auto;
  display: block;
  padding-top: 8px;
}
.ae2026-school .contents article .voices-of-leaders h3 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.ae2026-school .contents article .voices-of-leaders .comment {
  width: 80%;
  margin: var(--small-margin) auto;
  padding-bottom: var(--small-margin);
}
.ae2026-school .contents article .voices-of-leaders .comment div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ae2026-school .contents article .voices-of-leaders .comment div:first-of-type {
  padding-bottom: var(--small-margin);
  margin-bottom: var(--small-margin);
  border-bottom: 6px dotted #ed6c00;
  flex-direction: row-reverse;
}
.ae2026-school .contents article .voices-of-leaders .comment div img {
  width: 40%;
}
.ae2026-school .contents article .voices-of-leaders .comment div p {
  width: 55%;
}
.ae2026-school .contents article .voice-of-graduate {
  margin: var(--large-margin) auto 0;
  position: relative;
  background: #f9fcfa;
}
.ae2026-school .contents article .voice-of-graduate::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #3faf81;
  height: 8px;
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ae2026-school .contents article .voice-of-graduate::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3faf81;
  height: 8px;
  width: 100%;
  border-radius: 4px;
}
.ae2026-school .contents article .voice-of-graduate h3 {
  display: flex;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  padding-top: 8px;
  overflow: hidden;
}
.ae2026-school .contents article .voice-of-graduate h3::after {
  content: "";
  position: absolute;
}
.ae2026-school .contents article .voice-of-graduate h3 span {
  height: 60px;
}
.ae2026-school .contents article .voice-of-graduate h3 .ja {
  width: 30%;
  background: #3faf81;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 2%;
}
.ae2026-school .contents article .voice-of-graduate h3 .en {
  font-size: 20px;
  font-weight: normal;
  color: #3faf81;
  background: #f9fcfa;
  transform: skewX(-8deg);
  width: 72%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -2%;
}
.ae2026-school .contents article .voice-of-graduate > div {
  padding: 2em;
  display: flex;
  align-items: center;
}
.ae2026-school .contents article .voice-of-graduate > div .profile {
  width: 40%;
}
.ae2026-school .contents article .voice-of-graduate > div .profile p {
  font-size: 14px;
  text-align: center;
  padding: 0.5em 1em;
}
.ae2026-school .contents article .voice-of-graduate > div .profile p span {
  font-size: 16px;
  font-weight: 700;
}
.ae2026-school .contents article .voice-of-graduate > div .text {
  width: 60%;
}
.ae2026-school .contents article .voice-of-graduate > div .text h3 {
  width: 300px;
}
.ae2026-school .contents article .voice-of-graduate > div .text p {
  padding: 0 2em 0 0;
  text-align: justify;
}
.ae2026-school .contents article .voice-of-graduate > div .text p span {
  font-weight: 700;
}
.ae2026-school .contents article .voice-of-graduate > div .text p:nth-of-type(2) {
  margin: 1em 0 0;
}
.ae2026-school .contents article .examination {
  margin: var(--large-margin) auto 0;
  display: flex;
  align-items: center;
  padding: 2em;
  background: #dfdf80;
  border-radius: 0 20px 0 20px;
}
.ae2026-school .contents article .examination h3 {
  width: 100px;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a6c51d;
  border-radius: 0 20px 0 20px;
}
.ae2026-school .contents article .examination h3 span {
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.ae2026-school .contents article .examination p {
  width: calc(100% - 100px);
  font-size: 14px;
  padding: 0 0 0 2em;
}
.ae2026-school .contents article .school-info {
  margin: var(--large-margin) auto 0;
}
.ae2026-school .contents article .school-info__inner {
  display: flex;
  align-items: center;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-style: solid;
}
.ae2026-school .contents article .school-info__inner img {
  width: 30%;
}
.ae2026-school .contents article .school-info__inner dl {
  padding: 0 2em;
  width: 70%;
}
.ae2026-school .contents article .school-info__inner dl dt {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
}
.ae2026-school .contents article .school-info__inner dl dt img {
  width: 48px;
  margin: 0 0.5em 0 0;
}
.ae2026-school .contents article .school-info__inner dl dd.tel {
  font-size: 18px;
  font-weight: 700;
}
.ae2026-school .contents article .school-info__inner dl dd.site-link {
  margin: 1em 0 0;
}
.ae2026-school .contents article .school-info__inner dl dd.site-link a {
  display: inline-block;
  padding: 1em 3em 1em 1em;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.ae2026-school .contents article .school-info__inner dl dd.site-link a::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.ae2026-school .contents article .school-info__inner dl dd.site-link a:hover {
  opacity: 1;
}
.ae2026-school .contents.bunkyo {
  background-image: url(../img/school/bunkyo/bg_bottom.png);
}
.ae2026-school .contents.bunkyo article {
  background: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .contents__header {
  background: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .text-wrap h3 {
  color: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .text-wrap h3::before {
  background-image: url(../img/school/bunkyo/ico_p-title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.bunkyo article .text-wrap h3::after {
  background-image: url(../img/school/bunkyo/ico_p-title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.bunkyo article .photo figcaption {
  background: var(--bunkyo-col);
  text-align: center;
}
.ae2026-school .contents.bunkyo article .school-info__inner {
  border-color: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .school-info__inner dl {
  color: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .school-info__inner dl dd.site-link a {
  background: var(--bunkyo-col);
  border: 2px solid var(--bunkyo-col);
  box-sizing: border-box;
}
.ae2026-school .contents.bunkyo article .school-info__inner dl dd.site-link a:hover {
  background: #fff;
  color: var(--bunkyo-col);
}
.ae2026-school .contents.bunkyo article .school-info__inner dl dd.site-link a:hover::after {
  color: var(--bunkyo-col);
}
.ae2026-school .contents.assumption {
  background-image: url(../img/school/assumption/bg_bottom.png);
}
.ae2026-school .contents.assumption article {
  background: var(--assumption-col);
}
.ae2026-school .contents.assumption article .contents__header {
  background: var(--assumption-col);
}
.ae2026-school .contents.assumption article .text-wrap h3 {
  color: var(--assumption-col);
}
.ae2026-school .contents.assumption article .text-wrap h3::before {
  background-image: url(../img/school/assumption/ico_p-title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.assumption article .text-wrap h3::after {
  background-image: url(../img/school/assumption/ico_p-title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.assumption article .photo figcaption {
  background: var(--assumption-col);
}
.ae2026-school .contents.assumption article .school-info__inner {
  border-color: var(--assumption-col);
}
.ae2026-school .contents.assumption article .school-info__inner dl {
  color: var(--assumption-col);
}
.ae2026-school .contents.assumption article .school-info__inner dl dd.site-link a {
  background: var(--assumption-col);
  border: 2px solid var(--assumption-col);
  box-sizing: border-box;
}
.ae2026-school .contents.assumption article .school-info__inner dl dd.site-link a:hover {
  background: #fff;
  color: var(--assumption-col);
}
.ae2026-school .contents.assumption article .school-info__inner dl dd.site-link a:hover::after {
  color: var(--assumption-col);
}
.ae2026-school .contents.ritsumeikan {
  background-image: url(../img/school/ritsumeikan/bg_bottom.png);
}
.ae2026-school .contents.ritsumeikan article {
  background: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .contents__header {
  background: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .text-wrap h3 {
  color: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .text-wrap h3::before {
  background-image: url(../img/school/ritsumeikan/ico_p-title-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.ritsumeikan article .text-wrap h3::after {
  background-image: url(../img/school/ritsumeikan/ico_p-title-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ae2026-school .contents.ritsumeikan article .photo figcaption {
  background: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .school-info__inner {
  border-color: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl {
  color: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl dt {
  flex-wrap: wrap;
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl dt .school-catch {
  width: 100%;
  font-size: 16px;
  margin-bottom: 6px;
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl dd.site-link a {
  background: var(--ritsumeikan-col);
  border: 2px solid var(--ritsumeikan-col);
  box-sizing: border-box;
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl dd.site-link a:hover {
  background: #fff;
  color: var(--ritsumeikan-col);
}
.ae2026-school .contents.ritsumeikan article .school-info__inner dl dd.site-link a:hover::after {
  color: var(--ritsumeikan-col);
}
.ae2026-school .contents.mist {
  border-bottom: 40px solid;
  -o-border-image: var(--mist-gra-col) 1;
     border-image: var(--mist-gra-col) 1;
  box-sizing: border-box;
  padding-bottom: var(--large-margin);
}
.ae2026-school .contents.mist article {
  background: var(--mist-col);
  border-top: 40px solid;
  -o-border-image: var(--mist-gra-col) 1;
     border-image: var(--mist-gra-col) 1;
  box-sizing: border-box;
  padding-bottom: 2em;
}
.ae2026-school .contents.mist article .title {
  position: relative;
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.ae2026-school .contents.mist article .title .heading {
  width: 30%;
}
.ae2026-school .contents.mist article .title > div {
  margin-top: var(--normal-margin);
}
.ae2026-school .contents.mist article .title > div .school-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: var(--small-margin);
}
.ae2026-school .contents.mist article .title > div .catch {
  margin: 0;
  color: var(--mist-col);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.ae2026-school .contents.mist article .title > div .catch span {
  background: var(--mist-col);
  color: #fff;
}
.ae2026-school .contents.mist article .title .staff {
  width: 100%;
}
.ae2026-school .contents.mist article .inner {
  margin-top: 2em;
}
.ae2026-school .contents.mist article .teacher-list {
  margin-top: var(--normal-margin);
}
.ae2026-school .contents.mist article .teacher-list ul {
  padding: 2em;
  background: #efefef;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.ae2026-school .contents.mist article .teacher-list ul li {
  width: 30%;
  font-size: 12px;
  text-align: center;
}
.ae2026-school .contents.mist article .teacher-list ul li p {
  padding: 1em 1em 0;
  line-height: 1.5;
}
.ae2026-school .contents.mist article .teacher-list ul li p span {
  font-weight: 700;
  display: block;
  font-size: 16px;
}
.ae2026-school .contents.mist article .lead {
  font-weight: 700;
}
.ae2026-school .contents.mist article .lead .asterisk {
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
}
.ae2026-school .contents.mist article .lead .notice {
  font-size: 14px;
  display: block;
}
.ae2026-school .contents.mist article .text-wrap {
  margin-top: var(--normal-margin);
}
.ae2026-school .contents.mist article .text-wrap h3 {
  display: block;
  color: var(--mist-col);
  border-bottom: 2px solid var(--mist-col);
  text-align: center;
  padding-bottom: calc(var(--small-margin) / 2);
}
.ae2026-school .contents.mist article .text-wrap h3::before, .ae2026-school .contents.mist article .text-wrap h3::after {
  display: none;
}
.ae2026-school .contents.mist article .text-wrap .text p span {
  display: inline-block;
  margin-right: 1.5em;
  color: var(--aoba-col);
  font-weight: 700;
}
.ae2026-school .contents.mist article .text-wrap .text .photo {
  padding: 0;
  margin: var(--small-margin) auto;
  display: flex;
}
.ae2026-school .contents.mist article .text-wrap .text .photo img {
  width: 50%;
}
.ae2026-school .contents.mist article .text-wrap .text .photo figcaption {
  display: flex;
  align-items: center;
  width: 50%;
  background: var(--mist-col);
}
.ae2026-school .contents.mist article .school-info__inner {
  border-color: var(--mist-col);
  position: relative;
}
.ae2026-school .contents.mist article .school-info__inner dl {
  color: var(--mist-col);
}
.ae2026-school .contents.mist article .school-info__inner dl dt {
  flex-wrap: wrap;
}
.ae2026-school .contents.mist article .school-info__inner dl dt .school-catch {
  width: 100%;
  font-size: 16px;
  margin-bottom: 6px;
}
.ae2026-school .contents.mist article .school-info__inner dl dd.site-link a {
  background: var(--mist-col);
  border: 2px solid var(--mist-col);
  box-sizing: border-box;
}
.ae2026-school .contents.mist article .school-info__inner dl dd.site-link a:hover {
  background: #fff;
  color: var(--mist-col);
}
.ae2026-school .contents.mist article .school-info__inner dl dd.site-link a:hover::after {
  color: var(--mist-col);
}
.ae2026-school .contents.mist article .school-info__inner .logo-cambridge {
  width: 160px;
  position: absolute;
  bottom: 1.3em;
  right: 0;
  background: #7774b5;
  padding: 1em;
}
.ae2026-school .contents.mist article .school-info__inner .logo-cambridge img {
  width: 100%;
}
.ae2026-school .btn-top {
  width: 50%;
  margin: var(--large-margin) auto 0;
  display: block;
  box-sizing: border-box;
  border: 2px solid var(--yellow);
  -o-border-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 50%, var(--blue) 50%, var(--blue) 100%);
     border-image: linear-gradient(to right, var(--yellow) 0%, var(--yellow) 50%, var(--blue) 50%, var(--blue) 100%);
  border-image-slice: 1;
  padding: 2em;
}

#read-complete {
  width: auto;
}/*# sourceMappingURL=style.css.map */