@charset "UTF-8";
.inner {
  max-width: 800px;
  margin: auto;
}

.section__bottom {
  margin-bottom: 60px;
}

.pnav {
  background-color: #fff;
}

.sagasu {
  margin: 0;
  padding: 0 0 60px;
}

.sagasu_inner {
  background-color: #fff;
  max-width: 1020px;
  margin: 50px auto 0;
  padding: 30px 0;
  border-radius: 6px;
}

.sagasu_title {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}

#sp_search {
  display: none;
}

/* 近くのキャンパスをさがす */
#search .svgSample1 {
  max-width: 386px;
  margin: auto;
}

#search .svgSample1 svg > use {
  font-weight: bold;
  font-size: 4rem;
  stroke: #1655a0;
  fill: #fdf241;
  letter-spacing: 7px;
  text-anchor: middle;
  dominant-baseline: alphabetic;
}

#search .svgSample1 svg > use:nth-of-type(1) {
  stroke-width: 6px;
  paint-order: stroke;
  stroke-linejoin: round;
}

#search .svgSample1 svg > use:nth-of-type(2) {
  stroke-width: 0;
}

#search h2 {
  color: #fdf241;
  font-size: 4rem;
  text-shadow: 3px 3px 1px #1655a0, -3px 3px 1px #1655a0, 3px -3px 1px #1655a0, -3px -3px 1px #1655a0, 3px 0px 1px #1655a0, 0px 3px 1px #1655a0, -3px 0px 1px #1655a0, 0px -3px 1px #1655a0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#search p {
  margin-bottom: 0;
}

#search .search__box {
  background-color: #118fde;
  padding: 20px;
}

#search .search__box__wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

#search .is__header {
  max-width: 570px;
  margin: 0 auto;
}

#search .is__header .uq-topSearch_tabs .uq-topSearch_tab {
  width: 50%;
  margin: 0;
}

#search .search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search input[type="text"].search__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  background-size: 25px;
  height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 50px;
  padding: 0 20px;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#search input[type="submit"].search__btn {
  background: #118fde;
  background-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  padding: 0 20px 0 20px;
  border: 2px solid #118fde;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#search .uq-topSearch_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #118fde;
  border-radius: 8px;
  margin-bottom: 20px;
}

#search .uq-topSearch_tabs .uq-topSearch_tab {
  width: 33.3333%;
  border-right: 2px solid #118fde;
  text-align: center;
}

#search .uq-topSearch_tabs .uq-topSearch_tab:last-child {
  border-right: 0;
}

#search .uq-topSearch_tabs .uq-topSearch_tab a,
#search .uq-topSearch_tabs .uq-topSearch_tab div {
  background-color: #fff;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #118fde;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 0 8px 8px 0;
}

#search .uq-topSearch_tabs .uq-topSearch_tab a.is-active,
#search .uq-topSearch_tabs .uq-topSearch_tab div.is-active {
  background: #118fde;
  color: #fff;
  border-radius: 0px;
}

#search .uq-topSearch_tabs .uq-topSearch_tab a.is-active::after,
#search .uq-topSearch_tabs .uq-topSearch_tab div.is-active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-color: #118fde transparent transparent;
  border-style: solid;
  border-width: 8px 9px 0;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* モーダル */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}

.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #118fde;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  border-radius: 6px;
}

.modal-content h3 {
  font-size: 2rem;
  padding: 20px 0;
  text-align: center;
  color: #118fde;
  border-bottom: 1px solid #e5e5e5;
}

.modal-content .modal-inner {
  padding: 30px;
}

.modal-content .prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-content .prefectures:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.modal-content .prefectures .name {
  width: 30%;
  font-size: 2rem;
}

.modal-content .prefectures .accordion {
  display: block;
  width: 70%;
}

.modal-content .prefectures .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}

.modal-content .prefectures .item {
  position: relative;
  width: 19%;
  color: #118fde;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #118fde;
  padding: 5px 0;
  border-radius: 6px;
  text-decoration: none;
}

.modal-content .prefectures .item::after {
  content: "";
  background: url(../images/top/angle-right-solid.svg) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 15px;
  height: 15px;
}

.modal-content .prefectures .item:hover {
  opacity: 0.6;
}

.all_class_btn2 {
  text-align: center;
}

.all_class_btn2 a {
  background: #118fde;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 10px;
  font-size: 20px;
}

footer {
  width: 100%;
  border-top: 5px solid #0552a9;
}

footer .footer__copy {
  background: #0552a9;
}

footer .footer__grp {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

footer .footer__grp h3 {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 12px 0;
  background: url(../images/hline_line.svg) center bottom no-repeat;
  background-size: 80px 2px;
  color: #118fde;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

footer .footer__grp a:hover {
  opacity: 0.5;
}

footer .banner__areaa {
  width: 850px;
  margin: auto;
}

footer .banner__areaa .footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

footer .banner__areaa .footer__bnr:last-child {
  margin-bottom: 0;
}

footer .footer__linklist {
  width: 100%;
  background: #f6f6f6;
  padding: 30px 0;
}

footer .footer__linklist .footer__linklist__box {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__linklist .footer__linklist__inr {
  width: 25%;
}

footer .footer__linklist .footer__linklist__inr ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

footer .footer__linklist .footer__linklist__inr ul li:last-child {
  margin-bottom: 0;
}

footer .footer__linklist .footer__linklist__inr ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0552a9;
  border-right: 2px solid #0552a9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .footer__linklist .footer__linklist__inr ul li a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
}

footer .footer__linklist .footer__linklist__inr ul li a:hover {
  opacity: 0.5;
}

footer .btn__map {
  position: relative;
  background: #118fde;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 20px;
  text-decoration: none;
}

footer .btn__map::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .btn__map:hover {
  opacity: 0.8;
}

footer .copyright {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 769px) {
  .hline {
    padding: 0 0 10px 0;
  }
  .box__s {
    width: 100%;
  }
  .section__bottom {
    margin-bottom: 60px;
  }
  .header__inr {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .header__logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .header__logo img {
    width: 120px;
  }
  .menu {
    display: block;
    width: 50px;
    height: 50px;
    right: none;
    left: 0;
  }
  .menu .menu__trigger {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .menu .menu__trigger.active {
    background-color: #ff7301;
  }
  .menu .menu__trigger span {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #fff;
  }
  .menu .menu__trigger span:nth-of-type(1) {
    display: block;
    top: 10px;
  }
  .menu .menu__trigger span:nth-of-type(2) {
    display: block;
    top: 22px;
  }
  .menu .menu__trigger span:nth-of-type(3) {
    display: block;
    top: 34px;
  }
  .pnav {
    padding: 5%;
  }
  .sagasu {
    margin: 0;
    padding: 110px 0 0;
  }
  .sagasu_inner {
    margin: 0 auto;
    padding: 30px 20px 0;
  }
  #sp_search {
    display: block;
    background-color: #f3f3f3;
    padding: 15px 20px;
  }
  #sp_search p {
    position: relative;
    color: #888;
    text-align: center;
    margin-bottom: 0;
  }
  #sp_search p.active {
    margin-bottom: 15px;
  }
  #sp_search .accordion::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 30%;
    right: 80px;
    -webkit-transform: translateY(-30%) rotate(135deg);
            transform: translateY(-30%) rotate(135deg);
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #sp_search .accordion.active::before {
    -webkit-transform: translateY(30%) rotate(315deg);
            transform: translateY(30%) rotate(315deg);
  }
  #sp_search .open {
    display: none;
  }
  #sp_search .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  #sp_search .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid #118fde;
    color: #118fde;
    width: 50%;
    height: 40px;
    font-size: 1.5rem;
  }
  #sp_search .tab a {
    text-decoration: none;
  }
  #sp_search .tab:last-child {
    border-left: 0;
  }
  #sp_search .search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sp_search input[type="text"].search__form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    background-size: 25px;
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #sp_search input[type="submit"].search__btn {
    background: #118fde;
    background-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
    padding: 0 20px 0 20px;
    border: 2px solid #118fde;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #search .svgSample1 svg > use {
    font-size: 3rem;
  }
  #search .svgSample1 svg > use:nth-of-type(1) {
    stroke-width: 5px;
  }
  #search h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  #search .search__box {
    padding: 10px 0;
  }
  #search .search__box .search__box__wrap {
    padding: 10px 20px;
  }
  #search .search__box input[type="text"].search__form {
    width: 77%;
    padding: 0 20px;
    font-size: 14px;
  }
  #search .search__box input[type="submit"].search__btn {
    font-size: 14px;
    padding: 0 20px 0 20px;
  }
  #search .uq-topSearch_tabs .uq-topSearch_tab a,
  #search .uq-topSearch_tabs .uq-topSearch_tab div {
    font-size: 12px;
  }
  /* モーダル */
  .modal-body {
    width: 99%;
  }
  .modal-content .modal-inner {
    padding: 20px;
  }
  .modal-content .prefectures {
    display: block;
  }
  .modal-content .prefectures .name {
    position: relative;
    width: 100%;
    font-size: 2rem;
  }
  .modal-content .prefectures .name::before {
    content: "＋";
    position: absolute;
    right: 0;
  }
  .modal-content .prefectures .name.active {
    margin-bottom: 15px;
  }
  .modal-content .prefectures .name.active::before {
    content: "－";
  }
  .modal-content .prefectures .accordion {
    display: none;
    width: 100%;
  }
  .modal-content .prefectures .item {
    width: 48%;
  }
  .all_class_btn2 {
    margin-bottom: 60px;
  }
  footer {
    width: 100%;
  }
  footer .footer__copy {
    background: #0552a9;
    height: auto;
  }
  footer .footer__copy__inr {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  footer .footer__copy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0 10%;
    padding: 8% 0 5% 0;
    float: none;
  }
  footer .footer__grp {
    width: 100%;
    padding: 40px 20px;
  }
  footer .banner__areaa {
    width: 100%;
    margin: auto;
  }
  footer .banner__areaa .footer__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  footer .banner__areaa .footer__bnr.is__sp {
    display: block;
  }
  footer .banner__areaa .footer__bnr.is__sp div {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .banner__areaa .footer__bnr.is__sp div:last-child {
    margin-bottom: 0;
  }
  footer .banner__areaa .footer__bnr div {
    width: 48%;
    margin-bottom: 15px;
  }
  footer .banner__areaa .footer__bnr div:last-child {
    margin-bottom: 0;
  }
  footer .footer__linklist {
    width: 100%;
    padding: 20px 25px;
  }
  footer .footer__linklist .footer__linklist__box {
    width: 100%;
    display: block;
  }
  footer .footer__linklist .footer__linklist__inr {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer__linklist .footer__linklist__inr:last-child {
    margin-bottom: 0;
  }
  footer .footer__linklist .footer__linklist__inr ul li {
    position: relative;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
  }
  footer .footer__linklist .footer__linklist__inr ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer__linklist .footer__linklist__inr ul li::after {
    left: auto;
    right: 0;
  }
  footer .footer__linklist .footer__linklist__inr ul li a {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    text-decoration: none;
  }
  footer .footer__linklist .footer__linklist__inr ul li a:hover {
    opacity: 0.5;
  }
  footer .btn__map {
    background: #118fde url(../images/top/angle-right-solid2.svg) no-repeat 94% center;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-decoration: none;
  }
  footer .btn__map:hover {
    opacity: 0.8;
  }
  footer .copyright {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
  }
}
/*# sourceMappingURL=new.css.map */