.flex_block, #entry .entry_block, #entry .entry_block dl {
  display: flex;
}

.writing_mode_rl {
  writing-mode: vertical-rl;
  vertical-align: bottom;
}

footer a {
  text-decoration: none;
  transition: all 0.3s;
}
footer a:link {
  color: inherit !important;
  outline-style: none !important;
}
footer a:visited {
  color: inherit !important;
  text-decoration: none !important;
}
footer a:hover {
  color: inherit !important;
  text-decoration: none !important;
}
footer h2 {
  display: block;
  vertical-align: initial;
  position: initial;
  font-size: initial;
  width: initial;
  height: initial;
  padding: initial;
  line-height: 1;
  margin: initial;
  background: initial !important;
  box-sizing: initial;
  text-align: center;
  color: #fff;
}
footer h2::before {
  content: initial;
  position: initial;
  top: initial;
  right: initial;
  width: initial;
  height: initial;
  border-left: initial;
  border-top: initial;
}
footer h2::after {
  content: initial;
  position: initial;
  top: initial;
  left: initial;
  width: initial;
  height: initial;
  border-right: initial;
  border-top: initial;
}
@media screen and (max-width: 1000px) {
  footer .copyright {
    position: initial;
    right: initial;
    padding: initial;
    text-align: initial;
  }
}

#entry {
  background-image: linear-gradient(to bottom, #d7e1eb 0%, #d7e1eb 80%, #28558c 80%, #28558c 100%);
}
@media (max-width: 1000px) {
  #entry {
    background-image: linear-gradient(to bottom, #d7e1eb 0%, #d7e1eb 55%, #28558c 55%, #28558c 100%);
  }
}
#entry h2 {
  text-align: center;
  font-size: clamp(156px, 15.6vw, 300px);
  min-height: 0vw;
  letter-spacing: 0.12em;
  margin-left: 0.12em;
}
@media (max-width: 1000px) {
  #entry h2 {
    font-size: 89px;
  }
}
#entry .entry_block {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -1.4em;
  padding: 30px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  #entry .entry_block {
    width: 1000px;
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  #entry .entry_block {
    width: 315px;
    width: max(60%, 315px);
    margin-top: -0.5em;
    flex-direction: column;
  }
  #entry .entry_block > div {
    margin-right: auto;
    margin-left: auto;
  }
}
#entry .entry_block dl {
  align-items: center;
  width: 300px;
  border-radius: 10px;
  margin-bottom: 1em;
}
@media (max-width: 1680px) {
  #entry .entry_block dl {
    width: 280px;
  }
}
@media (max-width: 1000px) {
  #entry .entry_block dl {
    width: 262px;
  }
}
#entry .entry_block dt {
  display: grid;
  justify-items: center;
  align-content: center;
  font-size: 34px;
  width: 110px;
  height: 95px;
  letter-spacing: 0.05em;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  line-height: 1.05;
}
@media (max-width: 1000px) {
  #entry .entry_block dt {
    font-size: 29px;
    width: 96px;
    height: 84px;
  }
}
#entry .entry_block dt.contact_dt {
  width: 100%;
}
#entry .entry_block dd {
  font-size: 52px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.12em;
  display: flex;
  align-items: end;
}
@media (max-width: 1000px) {
  #entry .entry_block dd {
    font-size: 45px;
  }
}
#entry .entry_block dd span {
  font-size: 20px;
  writing-mode: vertical-rl;
  vertical-align: bottom;
}
@media (max-width: 1000px) {
  #entry .entry_block dd span {
    font-size: 17px;
  }
}
#entry .entry_block a + a {
  margin-left: 1em;
}
#entry .entry_block .entry_gassyuku {
  color: #328c32;
  border-right: dashed 1px #323c46;
  padding-right: 30px;
}
#entry .entry_block .entry_gassyuku dl {
  border: solid 1px #328c32;
}
#entry .entry_block .entry_gassyuku dt {
  background-color: #328c32;
  color: #fff;
}
@media (max-width: 1680px) {
  #entry .entry_block .entry_gassyuku {
    padding-right: 25px;
  }
}
@media (max-width: 1000px) {
  #entry .entry_block .entry_gassyuku {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  #entry .entry_block .entry_gassyuku {
    margin-bottom: 1.5em;
    border-bottom: dashed 1px #323c46;
    padding-bottom: 1.5em;
  }
}
#entry .entry_block .entry_tsugaku {
  color: #d27800;
}
#entry .entry_block .entry_tsugaku dl {
  border: solid 1px #d27800;
}
#entry .entry_block .entry_tsugaku dt {
  background-color: #d27800;
  color: #fff;
}
@media (max-width: 1000px) {
  #entry .entry_block .entry_tsugaku {
    margin-bottom: 1.5em;
    border-bottom: dashed 1px #323c46;
    padding-bottom: 1.5em;
  }
}
#entry .entry_block .entry_contact {
  color: #b40c18;
  border-left: dashed 1px #323c46;
  padding-left: 30px;
}
@media (max-width: 1680px) {
  #entry .entry_block .entry_contact {
    padding-left: 25px;
  }
}
@media (max-width: 1000px) {
  #entry .entry_block .entry_contact {
    border-left: none;
    padding-left: 0;
  }
}
#entry .entry_block .entry_contact dl {
  border: solid 1px #b40c18;
}

footer {
  background-color: #28558c;
  color: #fff;
  padding-bottom: 60px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style: none;
}

.footer_inner {
  width: min(90%, 1080px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
@media (max-width: 1000px) {
  .footer_inner {
    width: max(60%, 315px);
    padding-top: 50px;
  }
}
.footer_inner .school {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer_inner .school {
    flex-direction: column;
  }
}
.footer_inner .footer_logo {
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .footer_inner .footer_logo {
    margin-bottom: 20px;
  }
}
.footer_inner .footer_logo a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.footer_inner .footer_logo a:hover {
  opacity: 0.7;
}
.footer_inner .footer_logo a img {
  width: 158px;
  height: 100px;
}
@media (max-width: 767px) {
  .footer_inner .footer_logo a img {
    width: 118px;
    height: 75px;
  }
}
.footer_inner .footer_logo a span {
  display: block;
  font-size: 29px;
  line-height: 1.3;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .footer_inner .footer_logo a span {
    font-size: 22px;
    margin-left: 30px;
  }
}
.footer_inner p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1.8em !important;
}
@media (max-width: 767px) {
  .footer_inner p {
    font-size: 13px;
  }
}
.footer_inner .footer_links a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.footer_inner .footer_links li {
  letter-spacing: 0.05em;
}
.footer_inner .footer_links .add_icon_instagram {
  background-image: url(/common/img/icon/icon_instagram_white.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  padding-left: 2em;
  font-size: 21px;
  display: inline-block;
  line-height: 32px;
  transition: all 0.3s;
  letter-spacing: 0.085em;
}
.footer_inner .footer_links .add_icon_instagram:hover {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .footer_inner .footer_links .add_icon_instagram {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer_inner .footer_links .add_icon_instagram {
    font-size: 14px;
    background-size: 21px 21px;
    line-height: 21px;
  }
}
.footer_inner .external_link {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .footer_inner .external_link {
    margin-bottom: 30px;
  }
}
.footer_inner .external_link .flex_block, .footer_inner .external_link #entry .entry_block dl, #entry .entry_block .footer_inner .external_link dl, .footer_inner .external_link #entry .entry_block, #entry .footer_inner .external_link .entry_block {
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_inner .external_link .external_bnr {
  width: 23.6%;
}
@media (max-width: 1000px) {
  .footer_inner .external_link .external_bnr {
    width: 48%;
    margin-bottom: 12px;
  }
}
.footer_inner .external_link .external_bnr a {
  display: block;
  transition: all 0.3s;
}
.footer_inner .external_link .external_bnr a:hover {
  opacity: 0.7;
}
.footer_inner .external_link .external_bnr img {
  width: 100%;
}
.footer_inner .copyright {
  text-align: center;
  font-size: 15px;
}

.link_add_arrow {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: left center;
  padding-left: 2em;
  font-size: 21px;
  display: inline-block;
  line-height: 32px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .link_add_arrow {
    font-size: 18px;
    background-size: 28px 28px;
    line-height: 28px;
  }
}
.link_add_arrow:hover {
  opacity: 0.7;
}
.link_add_arrow.green_arrow {
  background-image: url(/common/img/icon/icon_arrow_green.svg);
}
.link_add_arrow.orange_arrow {
  background-image: url(/common/img/icon/icon_arrow_orange.svg);
}
.link_add_arrow.red_arrow {
  background-image: url(/common/img/icon/icon_arrow_red.svg);
}
.link_add_arrow.white_arrow {
  background-image: url(/common/img/icon/icon_arrow_white.svg);
}
@media (max-width: 767px) {
  .link_add_arrow.white_arrow {
    font-size: 14px;
    background-size: 21px 21px;
    line-height: 21px;
  }
}

.button_totop {
  position: fixed;
  z-index: 100;
  right: 55px;
  bottom: 55px;
  background: #b40c18;
  border-radius: 10px;
}
.button_totop a {
  display: block;
}
.button_totop a:hover {
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .button_totop {
    right: 20px;
    bottom: 40px;
  }
}
.button_totop img {
  width: 85px;
  height: 85px;
}
@media (max-width: 1000px) {
  .button_totop img {
    width: 50px;
    height: 50px;
  }
}/*# sourceMappingURL=footer.css.map */