@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  font-feature-settings: "palt";
  line-height: 1.7;
}

h1 {
  font-size: calc(24 * var(--rem));
}

a {
  text-decoration: none;
}

p {
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-wrap: pretty;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  #mainvisual {
    min-width: 960px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 360px;
  }
  #mainvisual img {
    width: 100%;
  }
  #mainvisual .at-intro {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(to bottom right, rgba(92, 58, 147, 0.9), rgba(92, 58, 147, 0.7));
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 30px 40px 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  #mainvisual {
    width: 100%;
    position: relative;
  }
  #mainvisual img {
    width: 100%;
  }
  #mainvisual .at-intro {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, rgba(92, 58, 147, 0.9), rgba(92, 58, 147, 0.7));
    bottom: 0;
    opacity: 0.9;
    padding: 19.32vw 0 7.25vw;
    margin-bottom: 12.08vw;
  }
}
#at_content #mainvisual .fv {
  position: relative;
}
#at_content #mainvisual .fv .main_ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, rgba(92, 58, 147, 0.9), rgba(92, 58, 147, 0.7));
  padding: 1rem;
}
#at_content #mainvisual .fv .main_ttl span {
  display: block;
  color: #FFF;
  font-weight: 900;
}
#at_content #mainvisual .fv .main_ttl h1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  /* font-weight: 900;*/
  font-weight: 700;
  font-size: 6.6666666667vw;
}
#at_content #mainvisual #at_in {
  padding: 1rem;
  width: 95%;
  margin: -2rem auto 3rem;
}
#at_content #mainvisual #at_in p {
  color: #FFF;
  font-size: 4.2666666667vw;
}
#at_content #mainvisual #at_in p em {
  font-size: 5.6vw;
}
#at_content #mainvisual #at_in p small {
  font-size: 3.7333333333vw;
}
#at_content #mainvisual #at_in .box {
  margin-top: 1rem;
  background-color: #FFF;
  padding: 1rem;
}
#at_content #mainvisual #at_in .box dl {
  font-weight: 700;
  font-size: 4.2666666667vw;
}
#at_content #mainvisual #at_in .box dl dt {
  background-color: #8957a1;
  text-align: center;
  color: #FFF;
  margin-bottom: 1rem;
}
#at_content #mainvisual #at_in .box dl dd ul li {
  background-color: #eeeeee;
  text-align: center;
  color: #191a30;
}
#at_content #mainvisual #at_in .box dl dd ul > .plus {
  font-weight: 900;
  background-color: #fff830;
  padding: 0.3rem 1rem;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3333333333vw;
}
#at_content #main .inner {
  padding: 0 1rem;
}
#at_content #main em {
  text-decoration: none;
}
#at_content #main #intro .emphasis {
  background-color: #e7eaec;
  border-radius: 5px;
  padding: 1.5em 1rem;
}
#at_content #main #intro .emphasis > h2 {
  text-align: center;
  color: #191a30;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.3333333333vw;
  margin-top: 0;
  margin-bottom: 1rem;
}
#at_content #main #intro .emphasis > h2 > span {
  display: inline-block;
  color: #5c3a93;
  font-size: 6.6666666667vw;
}
#at_content #main #intro .emphasis > h2 > em {
  color: #FFF;
  background: linear-gradient(to bottom right, rgba(215, 10, 132, 0.9), rgba(92, 58, 147, 0.9));
  padding: 0.1rem 0.5rem;
  line-height: 2;
  margin-top: 0.5rem;
  font-weight: 900;
  font-size: 6.4vw;
}
#at_content #main #intro .emphasis ul {
  padding: 0.5rem;
}
#at_content #main #intro .emphasis ul li {
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-top: 0.5rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
#at_content #main #intro .emphasis ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../images/check.png);
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#at_content #main #intro .emphasis ul li > span {
  color: #5c3a93;
}
#at_content #main #intro .emphasis ul li > small {
  font-size: 3.2vw;
}
#at_content #main #intro .list {
  padding: 0 2rem 3rem;
}
#at_content #main #intro .list ul {
  margin-top: 5rem;
}
#at_content #main #intro .list ul li {
  background-color: #eeeeee;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
#at_content #main #intro .list ul li .icon {
  width: 30%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}
#at_content #main #intro .list ul li > p {
  position: relative;
  top: -2rem;
  text-align: center;
  font-size: 4.2666666667vw;
}
#at_content #main #intro .box {
  border: 2px solid #8957a1;
  background-color: #FFF;
  padding: 1rem;
}
#at_content #main #intro .box .flex {
  display: block;
}
#at_content #main #intro .box .flex > dl dt {
  display: flex;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
#at_content #main #intro .box .flex > dl dt > span {
  background-color: #eeeeee;
  color: #191a30;
  padding: 0.5rem 0;
  font-size: 4.2666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
}
#at_content #main #intro .box .flex > dl dt > strong {
  color: #FFF;
  padding: 0.5rem 0;
  font-size: 5.0666666667vw;
  width: calc(100% - 6rem);
}
#at_content #main #intro .box .flex > dl dt > strong.shinju {
  background-color: #0bbad5;
}
#at_content #main #intro .box .flex > dl dt > strong.at {
  background-color: #5c3a93;
}
#at_content #main #intro .box .flex > dl > .arrow {
  width: 10%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 1rem;
}
#at_content #main #intro .box .flex > dl > .arrow.shinju {
  filter: brightness(0) saturate(100%) invert(56%) sepia(49%) saturate(4933%) hue-rotate(154deg) brightness(107%) contrast(91%);
}
#at_content #main #intro .box .flex > dl > .arrow.at {
  filter: brightness(0) saturate(100%) invert(23%) sepia(60%) saturate(1697%) hue-rotate(240deg) brightness(86%) contrast(87%);
}
#at_content #main #intro .box .flex > dl dd {
  background-color: #eeeeee;
  color: #191a30;
  padding: 1rem;
  font-size: 4.2666666667vw;
  text-align: center;
}
#at_content #main #intro .box .flex > .plus {
  font-weight: 900;
  background-color: #FFF;
  padding: 0.3rem 1rem;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3333333333vw;
}
#at_content #main #intro .box > .arrow {
  width: 20%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 1rem 0;
}
#at_content #main #intro .box .txt_box {
  margin-bottom: 2rem;
}
#at_content #main #intro .box .txt_box h3 {
  color: #191a30;
  text-align: center;
  font-size: 5.6vw;
}
#at_content #main #intro .box .txt_box h3:before {
  display: none;
}
#at_content #main #intro .box .txt_box h3 em {
  font-size: 6.9333333333vw;
}
#at_content #main #intro .box .txt_box p {
  margin-top: 1rem;
  font-size: 3.7333333333vw;
  text-align: center;
}
#at_content #main #intro .box .images ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#at_content #main #intro .box .images ul li {
  width: 48%;
}
#at_content #main #intro .box .images ul li:last-child {
  display: none;
}
#at_content #main #intro #field {
  margin: 3rem 0;
}
#at_content #main #intro #field h4 {
  color: #5c3a93;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 5.6vw;
}
#at_content #main #intro #field .flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#at_content #main #intro #field .flex ul li {
  width: 23%;
  margin-bottom: 1rem;
}
#at_content #main #intro #field .flex ul:after {
  content: "";
  display: block;
  width: 23%;
}
#at_content #main #point {
  background-color: #eeeeee;
  padding: 3rem 0;
}
#at_content #main #point h4 {
  color: #5c3a93;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 5.6vw;
  line-height: 1.5;
}
#at_content #main #point h4 strong {
  font-size: 8vw;
  font-weight: 900;
}
#at_content #main #point .list {
  margin: 3rem 0;
}
#at_content #main #point .list ul li {
  background-color: #FFF;
  padding: 2rem;
  margin-bottom: 2rem;
}
#at_content #main #point .list ul li:last-child {
  margin-bottom: 0;
}
#at_content #main #point .list ul li .flex {
  display: block;
}
#at_content #main #point .list ul li .flex dl > span {
  color: #5c3a93;
  opacity: 0.5;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 8vw;
}
#at_content #main #point .list ul li .flex dl dt {
  color: #5c3a93;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 5.6vw;
}
#at_content #main #point .list ul li .flex dl dd {
  color: #191a30;
  font-size: 4.2666666667vw;
}
#at_content #main #point .list ul li .flex .img {
  margin-top: 1rem;
  width: 100%;
}
#at_content #main #point .list ul li .room {
  margin-top: 2rem;
  background-color: #eeeeee;
  padding: 2rem 1.5rem;
}
#at_content #main #point .list ul li .room .flex {
  display: block;
}
#at_content #main #point .list ul li .room .flex .txt h5 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 5.0666666667vw;
  line-height: 1.2;
}
#at_content #main #point .list ul li .room .flex .txt p {
  font-size: 3.7333333333vw;
}
#at_content #main #information {
  background-color: #FFF;
  padding: 2rem 0;
}
#at_content #main #information h4 {
  display: flex;
  align-items: center;
  color: #5c3a93;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 5.6vw;
}
#at_content #main #information h4:before, #at_content #main #information h4:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #5c3a93;
}
#at_content #main #information h4:before {
  margin-right: 1rem;
}
#at_content #main #information h4:after {
  margin-left: 1rem;
}
#at_content #main #information.miscellaneous .flex {
  display: block;
}
#at_content #main #information.miscellaneous .flex .box {
  background-color: #eeeeee;
  text-align: center;
  padding: 1rem;
  font-weight: 700;
}
#at_content #main #information.miscellaneous .flex > .plus {
  font-weight: 900;
  background-color: #fff830;
  padding: 0.3rem 1rem;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3333333333vw;
}
#at_content #main #information.miscellaneous p {
  margin-top: 2rem;
  text-align: left;
}
#at_content #main #information.schedule .table {
  width: 100%;
}
#at_content #main #information.schedule .table img {
  pointer-events: none;
}
#at_content #main #information.schedule .note {
  margin-top: 1rem;
}
#at_content #main #information.schedule .note ul li {
  font-size: 2.9333333333vw;
  margin-bottom: 0.5rem;
}
#at_content #main #information.yearly .table {
  width: 100%;
}
#at_content #main #information.yearly .table img {
  pointer-events: none;
}
#at_content #main #information.faq .list ul li {
  margin-bottom: 1rem;
}
#at_content #main #information.faq .list ul li details summary {
  background-color: #eeeeee;
  list-style: none;
  padding: 1rem;
  font-weight: 700;
}
#at_content #main #information.faq .list ul li details summary::-webkit-details-marker {
  display: none;
}
#at_content #main #information.faq .list ul li details summary:before {
  content: "Q.";
  color: #5c3a93;
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: 700;
  font-size: 5.6vw;
}
#at_content #main #information.faq .list ul li details p {
  padding: 0 1rem 1rem;
}
#at_content #main #information.faq .list ul li details p:before {
  content: "A.";
  color: #5c3a93;
  display: inline-block;
  padding-right: 0.5rem;
  font-weight: 700;
  font-size: 5.6vw;
}
#at_content #main #alignment {
  background-image: url(../images/alignment_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
}
#at_content #main #alignment .ttl {
  display: block;
}
#at_content #main #alignment .ttl h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 5.6vw;
}
#at_content #main #alignment .ttl h3:before {
  display: none;
}
#at_content #main #alignment .ttl img {
  margin-top: 0.5rem;
  width: 50%;
}
#at_content #main #alignment p {
  color: #FFF;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 4.2666666667vw;
}
#at_content #main #alignment .box {
  background-color: #FFF;
  border-radius: 5px;
  padding: 2rem;
}
#at_content #main #alignment .box dl dt {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 5.6vw;
}
#at_content #main #alignment .box dl dd ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  font-size: 4.2666666667vw;
}
#at_content #main #alignment .box dl dd ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../images/alignment_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
#at_content #main #alignment .box dl dd ul li:last-child {
  margin-bottom: 0;
}
#at_content #main #follow {
  background-color: #eeeeee;
  padding: 2rem 0;
}
#at_content #main #follow h3 {
  color: #5c3a93;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5.6vw;
}
#at_content #main #follow h3:before {
  display: none;
}
#at_content #main #follow p {
  text-align: center;
}
#at_content #main #follow .list {
  margin-top: 2rem;
}
#at_content #main #follow .list ul li {
  background-color: #FFF;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
#at_content #main #follow .list ul li .flex {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
#at_content #main #follow .list ul li .flex > span {
  color: #5c3a93;
  font-weight: 700;
  padding-right: 0.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8vw;
  line-height: 1.2;
  margin-right: 0.5rem;
}
#at_content #main #follow .list ul li .flex .ttl {
  line-height: 1.5;
}
#at_content #main #follow .list ul li .flex .ttl h5 {
  font-weight: 700;
}
#at_content #main #follow .list ul li .flex .ttl p {
  margin-top: 0;
  text-align: left;
}
#at_content #main #follow .list ul li .img {
  width: 100%;
}
#at_content #main .g_links h2 {
  color: #5c3a93;
  font-weight: 700;
}
#at_content #main #teacher {
  padding: 2rem 0;
}
#at_content #main #teacher h3 {
  color: #5c3a93;
  font-weight: 700;
  text-align: center;
  font-size: 5.6vw;
}
#at_content #main #teacher h3:before {
  display: none;
}
#at_content #main #teacher .list {
  margin-top: 2rem;
}
#at_content #main #teacher .list .box {
  margin-bottom: 3rem;
}
#at_content #main #teacher .list .box dl dt {
  color: #191a30;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 1rem;
  background-color: #fff830;
  padding: 0.2rem;
  font-size: 5.0666666667vw;
  font-weight: 700;
  display: inline-block;
}
#at_content #main #teacher .list .box dl .img {
  margin-bottom: 1rem;
}
#at_content #main #teacher .list .box dl dd {
  text-align: left;
  font-size: 3.7333333333vw;
}
#at_content #main #teacher .list .box dl dd span {
  background-color: #fff830;
}
#at_content #main #teacher .list .box dl .new_record {
  display: block;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #191a30;
  color: #fff;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.5rem;
  margin-left: auto;
  margin-top: 2rem;
  font-size: 3.2vw;
  font-weight: 700;
}
#at_content #main #teacher .list .box dl h4 {
  text-align: right;
  font-size: 5.6vw;
  font-family: "Noto Sans JP", sans-serif !important;
}
#at_content #main #teacher .list .box dl h4 span {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif !important;
}
#at_content #main #teacher .list .box .img {
  width: 100%;
}
#at_content #main #old {
  background-color: #eeeeee;
  padding: 3rem 0;
}
#at_content #main #old h3 {
  color: #5c3a93;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5.6vw;
}
#at_content #main #old h3:before {
  display: none;
}
#at_content #main #old .list .box {
  margin-bottom: 3rem;
}
#at_content #main #old .list .box .flex {
  display: block;
}
#at_content #main #old .list .box .flex > .icon {
  width: 60%;
  margin: 0 auto 1rem;
}
#at_content #main #old .list .box .flex .txt h4 {
  color: #5c3a93;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 5.6vw;
  margin-bottom: 1rem;
}
#at_content #main #old .list .box .flex .txt dl {
  color: #5c3a93;
  font-weight: 700;
  margin-bottom: 1rem;
}
#at_content #main #old .list .box .flex .txt dl dt {
  font-size: 6.6666666667vw;
}
#at_content #main #old .list .box .flex .txt dl dd {
  font-size: 4.2666666667vw;
}
#at_content #main #old .list .box .flex .txt ul li {
  font-size: 3.2vw;
  line-height: 1.5;
}
#at_content #main #old .list .box .cont {
  margin-top: 2rem;
}
#at_content #main #old .list .box .cont .flex {
  display: block;
}
#at_content #main #old .list .box .cont .flex .img {
  margin-bottom: 2rem;
}
#at_content #main #old .list .box .cont dl {
  margin-bottom: 1rem;
}
#at_content #main #old .list .box .cont dl dt {
  color: #5c3a93;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 4.2666666667vw;
}
#at_content #main #old .list .box .cont dl dd {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px), print {
  #at_content #mainvisual {
    min-width: 960px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  #at_content #mainvisual .fv .main_ttl {
    top: 40%;
    transform: translateY(-40%);
    left: 3%;
    padding: 2rem 3rem;
  }
  #at_content #mainvisual .fv .main_ttl span {
    font-size: 1.6666666667vw;
  }
  #at_content #mainvisual .fv .main_ttl h1 {
    font-size: 2.8125vw;
    line-height: 1.5;
  }
  #at_content #mainvisual #at_in {
    padding: 3rem;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    top: -5rem;
    left: 5%;
    transform: translateX(-5%);
    right: 5%;
  }
  #at_content #mainvisual #at_in p {
    width: 40%;
    padding-left: 2rem;
    font-size: 1.1458333333vw;
  }
  #at_content #mainvisual #at_in p em {
    font-size: 1.6666666667vw;
  }
  #at_content #mainvisual #at_in p small {
    font-size: 0.9375vw;
  }
  #at_content #mainvisual #at_in .box {
    width: 60%;
    margin-top: 0;
    padding: 3rem;
  }
  #at_content #mainvisual #at_in .box dl {
    font-size: 1.1458333333vw;
  }
  #at_content #mainvisual #at_in .box dl dt {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  #at_content #mainvisual #at_in .box dl dd ul li {
    padding: 1rem;
  }
  #at_content #mainvisual #at_in .box dl dd ul > .plus {
    padding: 0.3rem 1rem;
    border-radius: 50%;
    left: 50%;
    font-size: 2.0833333333vw;
    line-height: 1;
  }
  #at_content #main .inner {
    padding: 0 1rem;
  }
  #at_content #main em {
    text-decoration: none;
  }
  #at_content #main #intro {
    min-width: 960px;
    max-width: 1240px;
    margin: 5rem auto;
    position: relative;
    padding: 3% 5%;
  }
  #at_content #main #intro .emphasis {
    padding: 3rem 2rem 4rem;
  }
  #at_content #main #intro .emphasis > h2 {
    font-size: 2.34375vw;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  #at_content #main #intro .emphasis > h2 > span {
    font-size: 2.6041666667vw;
  }
  #at_content #main #intro .emphasis > h2 > em {
    padding: 0.1rem 0.5rem;
    line-height: 2;
    margin-top: 0.5rem;
    font-size: 3.125vw;
  }
  #at_content #main #intro .emphasis ul {
    padding: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #at_content #main #intro .emphasis ul li {
    font-size: 1.1458333333vw;
    margin-top: 0.5rem;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
  }
  #at_content #main #intro .emphasis ul li:before {
    width: 2rem;
    height: 2rem;
  }
  #at_content #main #intro .emphasis ul li > small {
    font-size: 0.625vw;
  }
  #at_content #main #intro .list {
    margin-top: 3rem;
    padding: 0 0 5rem;
  }
  #at_content #main #intro .list ul {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
  #at_content #main #intro .list ul li {
    width: 29%;
    border-radius: 5px;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  #at_content #main #intro .list ul li .icon {
    width: 50%;
    max-width: 150px;
    left: 50%;
    transform: translateX(-50%);
    top: -5rem;
  }
  #at_content #main #intro .list ul li .icon img {
    width: 100%;
  }
  #at_content #main #intro .list ul li > p {
    top: -3rem;
    font-size: 0.9375vw;
    line-height: 1.5;
  }
  #at_content #main #intro .box {
    padding: 5rem;
    border: 4px solid #8957a1;
  }
  #at_content #main #intro .box .flex {
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  #at_content #main #intro .box .flex > dl {
    width: 49%;
  }
  #at_content #main #intro .box .flex > dl dt > span {
    padding: 0.5rem 0;
    font-size: 0.9375vw;
    width: 10rem;
    justify-content: center;
  }
  #at_content #main #intro .box .flex > dl dt > strong {
    padding: 0.5rem 0;
    font-size: 1.25vw;
    width: calc(100% - 10rem);
  }
  #at_content #main #intro .box .flex > dl > .arrow {
    width: 10%;
    max-width: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0;
  }
  #at_content #main #intro .box .flex > dl > .arrow img {
    width: 100%;
  }
  #at_content #main #intro .box .flex > dl dd {
    padding: 2rem;
    font-size: 0.9375vw;
  }
  #at_content #main #intro .box .flex > .plus {
    position: absolute !important;
    bottom: 2rem;
    font-weight: 900;
    padding: 0.2 2rem;
    line-height: 1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8125vw;
  }
  #at_content #main #intro .box > .arrow {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: 2rem 0 1rem;
  }
  #at_content #main #intro .box > .arrow img {
    width: 100%;
  }
  #at_content #main #intro .box .txt_box {
    margin-bottom: 2rem;
  }
  #at_content #main #intro .box .txt_box h3 {
    color: #191a30;
    text-align: center;
    font-size: 2.34375vw;
  }
  #at_content #main #intro .box .txt_box h3:before {
    display: none;
  }
  #at_content #main #intro .box .txt_box h3 em {
    font-size: 2.6041666667vw;
  }
  #at_content #main #intro .box .txt_box p {
    margin-top: 1rem;
    font-size: 1.0416666667vw;
  }
  #at_content #main #intro .box .images ul {
    width: 100%;
  }
  #at_content #main #intro .box .images ul li {
    width: 32%;
  }
  #at_content #main #intro .box .images ul li:last-child {
    display: block;
  }
  #at_content #main #intro .box .images ul li img {
    width: 100%;
  }
  #at_content #main #intro #field {
    margin: 5rem 0;
  }
  #at_content #main #intro #field h4 {
    margin-bottom: 2rem;
    font-size: 2.1875vw;
  }
  #at_content #main #intro #field .flex ul {
    display: flex;
    justify-content: space-between;
  }
  #at_content #main #intro #field .flex ul li {
    width: 13%;
    margin-bottom: 0;
  }
  #at_content #main #intro #field .flex ul li img {
    width: 100%;
  }
  #at_content #main #point {
    padding: 5rem 0;
  }
  #at_content #main #point h4 {
    margin-bottom: 2rem;
    font-size: 1.6666666667vw;
  }
  #at_content #main #point h4 strong {
    font-size: 2.1875vw;
  }
  #at_content #main #point .list {
    min-width: 960px;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0;
  }
  #at_content #main #point .list ul li {
    padding: 4rem 5rem;
    margin-bottom: 3rem;
  }
  #at_content #main #point .list ul li:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
  #at_content #main #point .list ul li .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #at_content #main #point .list ul li .flex dl {
    width: 55%;
  }
  #at_content #main #point .list ul li .flex dl > span {
    margin-bottom: 2rem;
    font-size: 2.7083333333vw;
  }
  #at_content #main #point .list ul li .flex dl dt {
    margin-bottom: 2rem;
    font-size: 1.6666666667vw;
  }
  #at_content #main #point .list ul li .flex dl dd {
    font-size: 1.1458333333vw;
    margin-bottom: 2rem;
  }
  #at_content #main #point .list ul li .flex .img {
    width: 40%;
    margin-top: 0;
  }
  #at_content #main #point .list ul li .flex .img img {
    width: 100%;
  }
  #at_content #main #point .list ul li .room {
    margin-top: 4rem;
    padding: 3rem;
  }
  #at_content #main #point .list ul li .room .flex {
    display: flex;
    justify-content: space-between;
  }
  #at_content #main #point .list ul li .room .flex .txt {
    width: 75%;
  }
  #at_content #main #point .list ul li .room .flex .txt h5 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 1.2;
  }
  #at_content #main #point .list ul li .room .flex .txt p {
    font-size: 0.9375vw;
    line-height: 1.8;
  }
  #at_content #main #point .list ul li .room .flex .img {
    width: 20%;
  }
  #at_content #main #information {
    min-width: 960px;
    width: 70%;
    max-width: 1190px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main #information h4 {
    margin-bottom: 2rem;
    font-size: 1.6666666667vw;
  }
  #at_content #main #information.miscellaneous .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #at_content #main #information.miscellaneous .flex .box {
    width: 46%;
    padding: 2rem;
    font-size: 1.1458333333vw;
  }
  #at_content #main #information.miscellaneous .flex > .plus {
    position: absolute !important;
    bottom: 2.5rem;
    font-weight: 900;
    padding: 0.2 2rem;
    line-height: 1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8125vw;
  }
  #at_content #main #information.miscellaneous p {
    margin-top: 3rem;
    font-size: 1.1458333333vw;
  }
  #at_content #main #information.schedule .table img {
    pointer-events: none;
    width: 100%;
  }
  #at_content #main #information.schedule .note {
    margin-top: 1rem;
  }
  #at_content #main #information.schedule .note ul li {
    font-size: 0.7291666667vw;
    margin-bottom: 0.3rem;
  }
  #at_content #main #information.yearly .table img {
    pointer-events: none;
    width: 100%;
  }
  #at_content #main #information.faq .list ul li {
    margin-bottom: 1rem;
  }
  #at_content #main #information.faq .list ul li details summary {
    padding: 1rem 2rem;
    font-size: 1.3541666667vw;
  }
  #at_content #main #information.faq .list ul li details summary:before {
    font-size: 1.6666666667vw;
  }
  #at_content #main #information.faq .list ul li details p {
    padding: 0 2rem 3rem;
    font-size: 0.9375vw;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  #at_content #main #information.faq .list ul li details p:before {
    display: block;
    font-size: 1.6666666667vw;
    margin-right: 1rem;
  }
  #at_content #main #alignment {
    background-image: url(../images/alignment_bg.jpg);
    padding: 2rem 0;
  }
  #at_content #main #alignment .inner {
    min-width: 960px;
    width: 70%;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main #alignment .ttl {
    display: flex;
    align-items: center;
  }
  #at_content #main #alignment .ttl h3 {
    font-size: 2.1875vw;
    margin: 0;
    padding: 0;
  }
  #at_content #main #alignment .ttl img {
    margin-top: 0;
    margin-left: 2rem;
    width: 280px;
  }
  #at_content #main #alignment p {
    margin-bottom: 3rem;
    font-size: 1.1458333333vw;
  }
  #at_content #main #alignment .box {
    border-radius: 10px;
    padding: 3rem;
  }
  #at_content #main #alignment .box dl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #at_content #main #alignment .box dl dt {
    margin-bottom: 1rem;
    font-size: 1.6666666667vw;
    margin-right: 5rem;
  }
  #at_content #main #alignment .box dl dd ul li {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    text-indent: -2rem;
    font-size: 1.1458333333vw;
  }
  #at_content #main #alignment .box dl dd ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
  #at_content #main #follow {
    padding: 2rem 0;
  }
  #at_content #main #follow .inner {
    min-width: 960px;
    width: 70%;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main #follow h3 {
    font-size: 2.1875vw;
    margin: 0;
    padding: 0;
  }
  #at_content #main #follow p {
    font-size: 1.1458333333vw;
    padding: 2rem 5rem;
  }
  #at_content #main #follow .list {
    margin-top: 4rem;
  }
  #at_content #main #follow .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #at_content #main #follow .list ul li {
    width: 42%;
    padding: 4rem;
    margin-bottom: 3rem;
  }
  #at_content #main #follow .list ul li .flex {
    align-items: center;
    margin-bottom: 1rem;
  }
  #at_content #main #follow .list ul li .flex > span {
    padding-right: 1rem;
    font-size: 4.9479166667vw;
    line-height: 1;
    margin-right: 1rem;
  }
  #at_content #main #follow .list ul li .flex .ttl h5 {
    font-weight: 700;
    font-size: 1.5625vw;
  }
  #at_content #main #follow .list ul li .flex .ttl p {
    margin-top: 0;
    padding: 0;
    font-size: 1.0416666667vw;
    text-align: left;
  }
  #at_content #main #follow .list ul li .img img {
    width: 100%;
  }
  #at_content #main .g_links .inner {
    min-width: 960px;
    width: 70%;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main .g_links h2 {
    font-size: 2.1875vw;
  }
  #at_content #main .g_links img {
    width: 100%;
  }
  #at_content #main #teacher {
    padding: 2rem 0;
  }
  #at_content #main #teacher .inner {
    min-width: 960px;
    width: 70%;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main #teacher h3 {
    font-size: 2.1875vw;
    margin: 0;
    padding: 0;
  }
  #at_content #main #teacher .list {
    margin-top: 5rem;
  }
  #at_content #main #teacher .list .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
  }
  #at_content #main #teacher .list .box dl {
    width: 65%;
  }
  #at_content #main #teacher .list .box dl dt {
    margin-bottom: 1rem;
    padding: 0.2rem;
    display: inline;
    font-size: 2.0833333333vw;
  }
  #at_content #main #teacher .list .box dl .img {
    margin-bottom: 1rem;
  }
  #at_content #main #teacher .list .box dl dd {
    text-align: left;
    font-size: 1.0416666667vw;
    margin-bottom: 2rem;
  }
  #at_content #main #teacher .list .box dl .new_record {
    padding: 0.2rem 0.5rem;
    line-height: 1.5;
    margin-left: auto;
    display: inline;
    margin-top: 2rem;
    font-size: 1.4583333333vw;
  }
  #at_content #main #teacher .list .box dl h4 {
    text-align: right;
    font-size: 2.0833333333vw;
  }
  #at_content #main #teacher .list .box dl h4 span {
    font-size: 1.1458333333vw;
  }
  #at_content #main #teacher .list .box .img {
    width: 30%;
  }
  #at_content #main #teacher .list .box .img img {
    width: 100%;
  }
  #at_content #main #old {
    padding: 3rem 0 8rem;
  }
  #at_content #main #old .inner {
    min-width: 960px;
    width: 70%;
    max-width: 1240px;
    margin: 5rem auto;
    padding: 0 5rem;
  }
  #at_content #main #old h3 {
    font-size: 2.1875vw;
    margin: 0;
    padding: 0;
  }
  #at_content #main #old .list {
    margin-top: 5rem;
  }
  #at_content #main #old .list .box {
    margin-bottom: 8rem;
  }
  #at_content #main #old .list .box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #at_content #main #old .list .box .flex > .icon {
    width: 40%;
    margin: 0 auto 1rem;
  }
  #at_content #main #old .list .box .flex > .icon img {
    width: 100%;
  }
  #at_content #main #old .list .box .flex .txt {
    width: 50%;
  }
  #at_content #main #old .list .box .flex .txt h4 {
    font-size: 1.3541666667vw;
    margin-bottom: 1rem;
  }
  #at_content #main #old .list .box .flex .txt dl {
    margin-bottom: 1rem;
  }
  #at_content #main #old .list .box .flex .txt dl dt {
    font-size: 1.8229166667vw;
  }
  #at_content #main #old .list .box .flex .txt dl dd {
    font-size: 0.9375vw;
  }
  #at_content #main #old .list .box .flex .txt ul li {
    font-size: 0.7291666667vw;
    line-height: 1.5;
  }
  #at_content #main #old .list .box .cont {
    margin-top: 2rem;
    padding: 0 5rem;
  }
  #at_content #main #old .list .box .cont .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #at_content #main #old .list .box .cont .flex dl {
    width: 65%;
  }
  #at_content #main #old .list .box .cont .flex .img {
    width: 30%;
    margin-bottom: 2rem;
  }
  #at_content #main #old .list .box .cont .flex .img img {
    width: 100%;
  }
  #at_content #main #old .list .box .cont dl {
    margin-bottom: 1rem;
  }
  #at_content #main #old .list .box .cont dl dt {
    margin-bottom: 0.5rem;
    font-size: 1.3020833333vw;
  }
  #at_content #main #old .list .box .cont dl dd {
    font-size: 1.0416666667vw;
  }
}
#main h2 {
  font-family: "FOT-筑紫明朝 Pr6 RB", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  background: none;
  color: #5c3a93;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #main h2 {
    min-width: 960px;
    font-size: 50px;
    font-size: 5rem;
    padding: 0;
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #main h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#main .h2-border {
  display: flex;
  align-items: center;
}

#pageTop {
  position: fixed;
}

@media screen and (min-width: 768px), print {
  #more-area .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #more-area .txt-pamphlet {
    display: block;
    font-family: "FOT-筑紫明朝 Pr6 D", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    font-size: 2rem !important;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  #more-area h2 {
    font-family: "FOT-筑紫明朝 Pr6 D", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    color: #333;
    font-size: 30px;
    margin-top: 110px;
  }
  #more-area h2:before {
    display: none;
  }
  #more-area li {
    float: left;
    width: 49%;
    max-width: 480px;
  }
  #more-area li:last-child {
    float: right;
  }
  #more-area li a {
    display: block;
    line-height: 75px;
    background: #f0f0f0;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    text-align: center;
    padding-bottom: 0.2em;
  }
  #more-area li a:hover {
    opacity: 0.6;
  }
  #more-area li a:before {
    font-size: 160%;
    vertical-align: middle;
    margin-right: 10px;
  }
  #more-area li.request a {
    background: #f28833;
  }
  #more-area li.oc a {
    background: #35bfc9;
  }
}
@media screen and (max-width: 767px) {
  #more-area {
    overflow: hidden;
  }
  #more-area h2 {
    font-family: "FOT-筑紫明朝 Pr6 D", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    color: #333;
    font-size: 117%;
    padding-bottom: 0;
  }
  #more-area h2:before {
    display: none;
  }
  #more-area li {
    max-width: 480px;
    margin: 5% auto 0;
  }
  #more-area li a {
    font-family: "FOT-筑紫ゴシック Pro D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    line-height: 50px;
    background: #f0f0f0;
    color: #fff;
    font-size: 16px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
  }
  #more-area li a:hover {
    opacity: 0.6;
  }
  #more-area li a:before {
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
    margin-right: 10px;
  }
  #more-area li.request a {
    background: #f28833;
  }
  #more-area li.oc a {
    background: #35bfc9;
  }
  #more-area .ttl-s {
    font-size: 95%;
  }
}