@charset "UTF-8";
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

/*==================================================================================================
    submain
==================================================================================================*/
.submain {
  margin-top: 80px;
  height: 18.5em;
  background: #EEE url(../img/common/submain_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  text-align: center;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .submain {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .submain {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .submain {
    font-size: 1rem;
  }
}
.submain__inner {
  max-width: 674px;
  width: 100%;
  color: #FFF;
}
.submain__ttl {
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  margin-bottom: 1.5em;
}
.submain__ttl span {
  display: block;
  line-height: 1;
}
.submain__ttl--sub {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9444444444em;
  margin-bottom: 0.5em;
  letter-spacing: 0.3em;
}
.submain__ttl--txt {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5555555556em;
}
.submain__bread {
  display: flex;
  justify-content: center;
}
.submain__bread li + li:before {
  content: ">";
  margin: 0 0.5em;
}
.submain__bread li a {
  color: #FFF;
  text-decoration: none;
}
.submain__logo {
  width: 15.6111111111em;
  position: absolute;
  right: 10px;
  top: 10px;
}

.sub-body {
  max-width: 1140px;
  padding: 5em 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sub-body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  .sub-body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-body {
    padding: 50px 20px;
  }
}

.back-btn {
  display: block;
  margin: 2.2222222222em auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 1.1111111111em;
  border: 1px solid #FFF;
  background: #000039;
  border-radius: 50px;
  padding: 0;
  line-height: 4.3em;
  max-width: 21.3em;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .back-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  .back-btn {
    font-size: 1.4rem;
  }
}
.back-btn:before {
  content: "";
  background: url(../img/common/icon_arrow3.svg) no-repeat;
  position: absolute;
  left: 1.5em;
  top: 50%;
  width: 0.4em;
  height: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.back-btn:hover:before {
  left: 1.25em;
}

.archive {
  /*==================================================================================================
      archive-list
  ==================================================================================================*/
}
.archive .archive-area + .archive-area {
  margin-top: 4.4444444444em;
}
.archive .archive-area__ttl {
  text-align: center;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.5555555556em;
  padding: 0.5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.archive .archive-area__ttl + p.caution {
  text-align: right;
  margin-top: 1.4rem;
  font-size: 70%;
  letter-spacing: normal;
}
.archive .archive-list {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .archive .archive-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 5.4545454545%;
  }
}
.archive .archive-list li {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .archive .archive-list li {
    width: 47.2727272727%;
  }
}
.archive .archive-list .video {
  margin-bottom: 0.5em;
}
.archive .archive-list .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.archive .archive-list__thum {
  margin-bottom: 0.5em;
}
.archive .archive-list__time {
  font-size: 0.8333333333em;
  margin-bottom: 0.25em;
}
.archive .archive-list__name {
  font-size: 1.2222222222em;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
.archive .archive-list__note {
  font-size: 0.8333333333em;
}

.event {
  /*==================================================================================================
      event-area
  ==================================================================================================*/
}
.event .event-area + .event-area {
  padding-top: 6em;
}
.event .event-area__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event .event-area__info .info-date {
  width: 16.5454545455%;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 768px) {
  .event .event-area__info .info-date {
    width: 44.776119403%;
  }
}
.event .event-area__info .info-date > span {
  display: block;
  line-height: 1.2;
}
.event .event-area__info .info-date__year {
  font-size: 1em;
}
.event .event-area__info .info-date__day {
  font-size: 2.2222222222em;
  margin-bottom: 0.25em;
}
.event .event-area__info .info-date__day span {
  font-size: 0.7em;
}
.event .event-area__info .info-date__time {
  font-size: 1.2222222222em;
  margin-bottom: 0.5em;
}
.event .event-area__info .info-date__recruit {
  font-size: 1em;
  color: #FFF;
  background: #CCC;
  padding: 0.5em;
  text-align: center;
}
.event .event-area__info .info-date__recruit--red {
  background: #b90039;
}
.event .event-area__info .info-date__recruit--gray {
  background: #666;
  font-size: 0.8888888889em;
  padding: 1em 0.5em;
}
@media screen and (max-width: 480px) {
  .event .event-area__info .info-date__recruit--gray {
    font-size: 0.8333333333em;
  }
}
.event .event-area__info .info-thum {
  width: 23.6363636364%;
}
@media screen and (max-width: 768px) {
  .event .event-area__info .info-thum {
    width: 50.7462686567%;
  }
}
.event .event-area__info .info-event {
  width: 54.2727272727%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .event .event-area__info .info-event {
    margin-top: 8.9552238806%;
    width: 100%;
  }
}
.event .event-area__info .info-event__read {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 0.7777777778em;
  margin-bottom: 0.5em;
}
.event .event-area__info .info-event__ttl {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .event .event-area__info .info-event__ttl {
    font-size: 1.3rem;
  }
}
.event .event-area__info .info-event__ttl span {
  display: block;
}
.event .event-area__info .info-event__ttl .ttl_sub {
  font-size: 1.2222222222em;
}
.event .event-area__info .info-event__ttl .ttl_txt {
  font-size: 2.1111111111em;
}
.event .event-area__info .info-event__txt {
  font-size: 0.8333333333em;
  line-height: 1.9333333333;
}
.event .event-area__info dl.info-event__txt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1em;
}
.event .event-area__info dl.info-event__txt dt {
  width: 5.5em;
}
.event .event-area__info dl.info-event__txt dd {
  width: calc(100% - 6.5em);
}
.event .event-area__info dl.info-event__txt dd span {
  font-size: 88%;
}
.event .event-area__archive a {
  display: block;
  width: 100%;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background: #333361;
  color: #fff;
  font-size: 1.1111111111em;
  text-align: center;
  margin: 1em auto 0;
  padding: 1em;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}
.event .event-area__archive a::after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 0.4em;
  height: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.event .event-area__archive a:hover {
  filter: brightness(1.5);
}
.event .event-area__detail {
  margin-top: 2em;
  border: 1px solid #CCC;
}
.event .event-area__detail .detail-event {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 2.7322404372% 3.6429872495%;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-event {
    display: block;
    padding: 20px;
  }
}
.event .event-area__detail .detail-event__teacher {
  background: #FFF;
  border-radius: 5px;
  width: 33.2023575639%;
  padding: 1.9646365422%;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-event__teacher {
    padding: 15px;
    width: 100%;
  }
}
.event .event-area__detail .detail-event__teacher .teacher-name {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: 0.8888888889em;
}
.event .event-area__detail .detail-event__teacher .teacher-profile__thum {
  width: 46.3087248322%;
  margin-right: 0.6em;
  margin-bottom: 1.6923076923 em;
  float: left;
}
.event .event-area__detail .detail-event__teacher .teacher-profile__txt {
  width: 100%;
  font-size: 0.7222222222em;
  line-height: 1.6923076923;
}
.event .event-area__detail .detail-event__content {
  width: 63.163064833%;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-event__content {
    width: 100%;
    margin-top: 1.5em;
  }
}
.event .event-area__detail .detail-event__content .content-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 840px) {
  .event .event-area__detail .detail-event__content .content-area {
    display: block;
  }
}
.event .event-area__detail .detail-event__content .content-area dl {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.1111111111em;
  display: flex;
  flex-wrap: wrap;
}
.event .event-area__detail .detail-event__content .content-area dl + dl {
  margin-left: 0.5em;
}
@media screen and (max-width: 840px) {
  .event .event-area__detail .detail-event__content .content-area dl + dl {
    margin-left: 0em;
    margin-top: 1em;
  }
}
.event .event-area__detail .detail-event__content .content-area dl dt:before {
  content: "＜";
}
.event .event-area__detail .detail-event__content .content-area dl dt:after {
  content: "＞";
}
.event .event-area__detail .detail-event__content .content-area dl dd span {
  display: block;
  font-size: 0.7em;
}
.event .event-area__detail .detail-event__content .content-txt {
  font-size: 0.8333333333em;
  line-height: 1.7333333333;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-event__content .content-txt {
    margin-top: 1.5em;
  }
}
.event .event-area__detail .detail-contact {
  padding: 2.7322404372% 1.8214936248%;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-contact {
    padding: 20px;
  }
}
.event .event-area__detail .detail-contact__ttl {
  font-size: 1.4444444444em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-contact__ttl {
    font-size: 1.1111111111em;
  }
}
.event .event-area__detail .detail-contact h5 {
  padding-top: 2em;
  text-align: center;
  color: #666;
}
.event .event-area__detail .detail-contact h6 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #b90039;
  font-size: 1.4444444444em;
  text-align: center;
}
.event .event-area__detail .detail-contact__btn a {
  display: block;
  width: 100%;
  max-width: 460px;
  background: #333361;
  color: #fff;
  font-size: 1.1111111111em;
  text-align: center;
  margin: 0.5em auto 0;
  padding: 1em;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}
.event .event-area__detail .detail-contact__btn a::after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 0.4em;
  height: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.event .event-area__detail .detail-contact__btn a:hover {
  filter: brightness(1.5);
}
.event .event-area__detail .detail-contact__pdf a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  margin-top: 1em;
  color: #333361;
  font-size: 1em;
  text-decoration: underline;
}
.event .event-area__detail .detail-contact__pdf a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_pdf.svg) no-repeat center/contain;
  width: 1em;
  height: 1.2em;
}
.event .event-area__detail .detail-contact__pdf a:hover {
  text-decoration: none;
}
.event .event-area__detail .detail-contact__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.event .event-area__detail .detail-contact__body .contact-num {
  max-width: 360px;
  border: 1px solid #000;
  padding: 1.8214936248% 3.6429872495% 1.8214936248% 2.7322404372%;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-contact__body .contact-num {
    padding: 15px;
    max-width: none;
  }
}
.event .event-area__detail .detail-contact__body .contact-num ol {
  font-size: 0.8888888889em;
  font-size: 700;
  line-height: 2.25;
}
.event .event-area__detail .detail-contact__body .contact-num ol li {
  display: inline-block;
}
.event .event-area__detail .detail-contact__body .contact-num .notes {
  font-size: 0.6666666667em;
  margin-top: 1em;
}
.event .event-area__detail .detail-contact__body .contact-num .notes li {
  text-indent: -1em;
  margin-left: 1em;
}
.event .event-area__detail .detail-contact__body .contact-address {
  max-width: 500px;
  margin-left: 1.1111111111em;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-contact__body .contact-address {
    max-width: none;
    margin-left: 0;
  }
}
.event .event-area__detail .detail-contact__body .contact-address dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.event .event-area__detail .detail-contact__body .contact-address dl dt {
  background: #333361;
  color: #FFF;
  font-size: 0.7777777778em;
  font-weight: 700;
  max-width: 120px;
  width: 100%;
  text-align: center;
  line-height: 2.1428571429;
  margin-bottom: 1.4285714286em;
  position: relative;
}
.event .event-area__detail .detail-contact__body .contact-address dl dt:after {
  content: "";
  background: url(../img/event/arrow_address.svg) no-repeat;
  background-size: 100% auto;
  width: 0.6428571429em;
  height: 2.1428571429em;
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .event .event-area__detail .detail-contact__body .contact-address dl dt {
    max-width: none;
    margin-bottom: 0.75em;
  }
  .event .event-area__detail .detail-contact__body .contact-address dl dt:after {
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 60%) rotate(90deg);
  }
}
.event .event-area__detail .detail-contact__body .contact-address dl dd {
  max-width: 360px;
  width: 100%;
  line-height: 1.3888888889;
  margin-bottom: 1.1111111111em;
}
.event .event-area__detail .detail-contact__body .contact-address dl dd span {
  color: #db0000;
}
.event .event-area__detail .detail-contact__body .contact-address dl dd a {
  color: #333361;
}
.event .event-area__detail .detail-contact__body .contact-address dl dd .notes {
  font-size: 0.7777777778em;
  margin-top: 0.5em;
}
.event .event-area__detail .detail-contact__body .contact-address dl dd .notes li {
  text-indent: -1em;
  margin-left: 1em;
}
.event .event-area__detail .detail-contact p.kome {
  text-align: center;
  font-size: 85%;
}
.event .event-area .pdf figure {
  border: 1px solid #ccc;
  max-width: 960px;
  margin: 0 auto;
}
.event .event-area .pdf img {
  max-width: 100%;
}
.event .event-area .pdf .btn {
  margin-top: 2em;
}
.event .event-area .pdf .btn a {
  display: block;
  width: 100%;
  max-width: 460px;
  background: #333361;
  color: #fff;
  font-size: 1.1111111111em;
  text-align: center;
  margin: 0.5em auto 2em;
  padding: 1em;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}
.event .event-area .pdf .btn a::after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 0.4em;
  height: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.event .event-area .pdf .btn a:hover {
  filter: brightness(1.5);
}
.event .event-dammy {
  text-align: center;
  height: 70vh;
  background: url(../img/event/event_dammy_bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  padding: 0 20px;
}
.event .event-dammy__soon {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.1111111111em;
}
.event .event-dammy__txt {
  font-size: 1.2222222222em;
  font-weight: 700;
}

.information {
  /*==================================================================================================
      information-area
  ==================================================================================================*/
}
.information .information-area {
  text-align: center;
}
.information .information-area:not(:first-child) {
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #e3e3e3;
}
.information .information-area__ttl {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #df0017;
}
@media screen and (max-width: 768px) {
  .information .information-area__ttl {
    font-size: 1.3rem;
  }
}
.information .information-area__ttl span {
  display: block;
  line-height: 1.26;
}
.information .information-area__ttl small {
  font-size: 0.6315789474em;
}
.information .information-area__ttl .ttl-sub {
  font-size: 1.2222222222em;
  margin-bottom: 0.5em;
}
.information .information-area__ttl .ttl-txt {
  font-size: 2.1111111111em;
}
.information .information-area__read {
  display: inline-block;
  background: #df0017;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
  padding: 0.65em 1em;
  font-size: 1.5555555556em;
  margin-top: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .information .information-area__read {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .information .information-area__read {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .information .information-area__read {
    font-size: 1.1rem;
  }
}
.information .information-area__read:before {
  content: "";
  background: url(../img/common/icon_search.svg) no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: bottom;
}
.information .information-box {
  text-align: left;
  margin-top: 3em;
  padding: 0 20px;
}
.information .information-box__ttl {
  color: #df0017;
  font-weight: 700;
  font-size: 1.5555555556em;
  border-bottom: 3px solid #df0017;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  position: relative;
}
.information .information-box__ttl:before, .information .information-box__ttl:after {
  content: "";
  width: 0.3928571429em;
  height: 0.3928571429em;
  border-radius: 50px;
  background: #df0017;
  transform: translate(0, -0.1428571429em);
  position: absolute;
  top: 100%;
}
.information .information-box__ttl:before {
  left: calc(100% + 0.3214285714em);
}
.information .information-box__ttl:after {
  right: calc(100% + 0.3214285714em);
}
.information .information-box__subttl {
  color: #df0017;
  font-size: 1.1111111111em;
  margin-bottom: 1em;
}
.information .information-box__txt + .information-box__txt {
  margin-top: 2.5em;
}
.information .information-box__txt__img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em 2em;
}
@media screen and (max-width: 640px) {
  .information .information-box__txt__img {
    flex-direction: column;
  }
  .information .information-box__txt__img > * {
    width: 100% !important;
  }
}
.information .information-box__txt__img figure {
  width: calc(35% - 1em);
}
.information .information-box__txt__img p {
  width: calc(65% - 1em);
}
.information .information-event {
  background: #fdebed;
  padding: 2em;
  text-align: center;
  margin-top: 3em;
}
.information .information-event__txt {
  font-weight: 700;
  font-size: 1.5555555556em;
  color: #df0017;
}
@media screen and (max-width: 640px) {
  .information .information-event__txt {
    font-size: 1.6rem;
  }
}
.information .information-event__btn {
  display: block;
  margin: 1em auto 0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 1.1111111111em;
  border: 1px solid #FFF;
  background: #df0017;
  border-radius: 50px;
  padding: 0;
  line-height: 4.3em;
  max-width: 21.3em;
  position: relative;
}
.information .information-event__btn:after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 0.4em;
  height: 0.6em;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.information .information-event__btn:hover:after {
  right: 1.25em;
}
/*# sourceMappingURL=page.css.map */