header#title {
  position: relative;
  background-image: url(../../images/top/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 55.5%;
}
header#title h1 {
  position: absolute;
  top: 11.3vw;
  left: 14.5vw;
  width: 38vw;
}
@media screen and (max-width: 767px) {
  header#title h1 {
    top: 17vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 75vw;
  }
}
header#title h1 img {
  width: 100%;
}
header#title p {
  position: absolute;
  top: 27vw;
  left: 33vw;
  width: 30.7vw;
}
@media screen and (max-width: 767px) {
  header#title p {
    display: none;
  }
}
header#title p img {
  width: 100%;
}

h2 {
  font-size: clamp(2rem, 1.189rem + 2.162vw, 4rem);
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  background-image: radial-gradient(circle, #000000 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  padding-bottom: 5px;
}

p.summary {
  font-size: clamp(1.7rem, 1.416rem + 0.757vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 1em;
}

p.roundlink {
  font-size: clamp(1.6rem, 1.438rem + 0.432vw, 2rem);
}
p.roundlink a {
  width: 400px;
  margin-bottom: 10px;
}
@media screen and (max-width: 993px) {
  p.roundlink a {
    width: 100%;
  }
}

#virtual {
  background-color: #e8dac9;
  border-bottom: solid 1px #562e0d;
  margin-bottom: 60px;
}
@media screen and (max-width: 993px) {
  #virtual {
    margin-bottom: 30px;
  }
}
#virtual .virtual_fig {
  background-image: url(../../images/top/virtual_fig.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 993px) {
  #virtual .virtual_fig {
    margin-left: -17px;
  }
}
@media screen and (max-width: 767px) {
  #virtual .virtual_fig {
    display: none;
  }
}
#virtual .txt_box {
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 767px) {
  #virtual .txt_box {
    padding: 0 0 30px 0;
  }
  #virtual .txt_box h2 {
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -17px;
  }
  #virtual .txt_box h2 span {
    display: inline-block;
    content: "";
    width: 150px;
    padding-top: 20%;
    background-image: url(../../images/top/virtual_fig.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    margin-right: 20px;
  }
}

#lifestyle {
  position: relative;
  padding-bottom: 180px;
}
#lifestyle .lifestyle_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

#school {
  margin-bottom: 60px;
}

#dormitory {
  margin-bottom: 100px;
}

#schedule figure .cycle24hours_top {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 544px) {
  #schedule figure .cycle24hours_top {
    bottom: -120px;
    width: 60%;
  }
}

/*top_column*/
.column_set_fig_r {
  position: relative;
  padding-top: 40px;
}
.column_set_fig_r .round_box_b {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .column_set_fig_r .round_box_b {
    width: 100%;
  }
}
.column_set_fig_r .round_box_b .txt_box {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .column_set_fig_r .round_box_b .txt_box {
    width: 100%;
  }
}
.column_set_fig_r figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_set_fig_r figure {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
}

.column_set_fig_l {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .column_set_fig_l {
    display: block;
  }
}
.column_set_fig_l .round_box_b {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .column_set_fig_l .round_box_b {
    width: 100%;
  }
}
.column_set_fig_l .round_box_b .txt_box {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .column_set_fig_l .round_box_b .txt_box {
    width: 100%;
  }
}
.column_set_fig_l figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_set_fig_l figure {
    position: relative;
    width: 100%;
  }
}

#map {
  background-color: #bfc9d2;
  background-image: url(../../images/top/map_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
#map .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 993px) {
  #map .container {
    position: static;
    display: block;
    padding-bottom: 0;
  }
}
#map .container .round_box {
  width: 60%;
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 993px) {
  #map .container .round_box {
    width: 100%;
  }
}
#map .container .round_box .txt_box {
  width: 80%;
  padding-left: 30px;
}
@media screen and (max-width: 993px) {
  #map .container .round_box .txt_box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 993px) {
  #map .container figure {
    display: block;
    position: relative;
    padding-top: 45%;
  }
}
#map .container figure img {
  position: absolute;
}
#map .container figure img.fig01 {
  width: 40%;
  top: 130px;
  left: 15px;
}
@media screen and (max-width: 993px) {
  #map .container figure img.fig01 {
    top: 0;
    left: 15px;
  }
}
#map .container figure img.fig02 {
  width: 31%;
  top: 390px;
  left: 34%;
}
@media screen and (max-width: 993px) {
  #map .container figure img.fig02 {
    top: 17vw;
    left: 34%;
  }
}
#map .container figure img.fig03 {
  width: 28%;
  top: 445px;
  right: 15px;
}
@media screen and (max-width: 993px) {
  #map .container figure img.fig03 {
    top: 35px;
    right: 15px;
  }
}
#map .container figure img.fig04 {
  width: 20%;
  top: 480px;
  left: 7%;
}
@media screen and (max-width: 993px) {
  #map .container figure img.fig04 {
    top: 25vw;
    left: 7%;
  }
}
/*# sourceMappingURL=top.css.map */