@charset "utf-8";

/* CSS Document */
body, html{padding:0;margin:0;}
html { overflow:-moz-scrollbars-vertical; overflow-y:scroll; overflow-x: hidden; height:100%;}
body {
	font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
	font-size: 16px;
  font-size: 1rem;
	line-height: 1.6;
	color: #2F3372;
  -webkit-overflow-scrolling: touch;
}

a { text-decoration: none; }
a:hover {text-decoration: none;
          -o-transition:all .3s linear;
   -webkit-transition:all .3s linear;
      -moz-transition:all .3s linear;
              transition:all .3s linear;
}

.header { text-align: center; position: relative; }
.banner .banner-img { width: 100%; }
.banner .mask { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 150px; background: url(../images/rectangle.png) center no-repeat; background-size: 100% 100%; z-index: 1; }

.wrapper { position: relative; }
.container { max-width: 980px; margin: 0 auto; }
.wrapper .dots-right { width: 30%; position: absolute; right: 0; top: -500px; z-index: 2; min-width: 300px; }
.wrapper .dots-left { width: 30%; position: absolute; left: 0; bottom: -300px; z-index: 2; min-width: 300px; }

.main-subject { padding-bottom: 60px;}
.main-subject h1 { font-size: 1.75rem; padding: 30px 0; }
.main-subject h1 strong { display: block; color: #01D5A2; letter-spacing: 5px; }
.main-subject .col-left { flex: 0 0 390px; }
.main-subject .col-right { flex: 0 0 auto; }
.btn-schedule { display: block; font-size: 30px; width: 335px; height: 60px; line-height: 60px; letter-spacing: 3px; background: #2F3372; color: #fff; border: 1px solid #2F3372; text-align: center; border-radius: 50px; box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15); }
.btn-schedule:hover { color: #fff; background: #01D5A2; }
.subject-content { background: #fff; padding: 30px; font-size: 20px; border: 1px solid #01D5A2; border-radius: 50px 0px 0px 0px; box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15); position: relative; z-index: 3; }

.middle-content { text-align: center; }
.middle-content .timebar { font-size: 20px; font-family: 'IBM Plex Sans', sans-serif; color: #242424; position: relative; margin-bottom: 0; }
.middle-content .timebar b { display: inline-block; background: #fff; padding: 5px 20px; z-index: 2; }
.middle-content .timebar:before { display: block; content: ''; position: absolute; left: 0; top: 20px; width: 100%; height: 1px; background: #01D5A2; z-index: -1; }
.middle-content h2 { font-size: 28px; padding: 30px 0; letter-spacing: 3px; color: #242424; }
.middle-content h3 { font-size: 20px; line-height: 2; color: #2F3372; padding: 0 0 30px; }
.row-icons { text-align: center; margin-left: -20px; margin-right: -20px; margin-bottom: 100px; }
.row-icons > div { padding: 0 20px; }
.row-icons .grid-box { padding: 20px 15px; border: 1px solid #01D5A2; box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15); }
.row-icons img { margin:15px auto 30px; }
.row-icons h4 { font-size: 28px; color: #01D5A2; font-weight: bold; margin-bottom: 10px; }
.row-icons p { font-size: 20px; }

.wrap-apply { padding-bottom: 80px; }
.btn-apply { animation-iteration-count: infinite; display: inline-block; font-size: 30px; width: 300px; height: 73px; line-height: 73px; letter-spacing: 3px; background: #01D5A2; color: #fff; border: 1px solid #2F3372; text-align: center; border-radius: 50px; box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15); }
.btn-apply:hover { color: #fff; background: #2F3372; }
.wrap-apply p { margin: 30px auto; }
.wrap-apply .code { display: inline-block; padding: 11px 30px; font-size: 20px; border: 1px solid #01D5A2; color: #01D5A2; box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.15); background: #fff; position: relative; z-index: 3; }
.wrap-apply .code b { display: inline-block; padding: 0 10px; color: #ED1E79; }

#schedule { background: #10113D; position: relative; }
#schedule .dots-right { width: 28%; min-width: 300px; position: absolute; right: 0; bottom: -400px; z-index: 2; }

#schedule .container { max-width: 1120px; }
#schedule .tit { font-size: 20px; color: #fff; text-align: center; padding: 70px 0; font-family: 'IBM Plex Sans', sans-serif; }
#schedule .tit b { font-size: 28px; margin-right: 10px; letter-spacing: 3px; }
#schedule .tit span { color: #01D5A2; letter-spacing: 3px; }

#schedule .row-table { color: #fff; font-size: 20px; margin-bottom: 70px; }
.row-table .row { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #01D5A2; }
.row-table .row:first-child { font-family: 'IBM Plex Sans', sans-serif; }
.row-table .row:last-child { border-bottom: 1px solid #01D5A2; }

.row-table .row .col-time { flex: 0 0 180px; color: #DBDBDB; font-family: 'IBM Plex Sans', sans-serif; }
.row-table .row .col h3, .row-table .row .col h4 { color: #01D4A2; }
.row-table .row .col h3 { font-size: 28px; font-weight: bold; position: relative; }
.row-table .row .col h3:before { display: block; content: ''; position: absolute; width: 5px; height: 26px; left: -24px; top: 4px; background: #01D5A2; }
.row-table .row .col h4 { font-size: 20px; line-height: 1.6; margin-bottom: 10px; }
.row-table .row .col p { line-height: 1.6; margin-bottom: 0; }
#schedule .wrap-apply p { color: #fff; }

footer { padding-top: 40px; overflow: hidden; }
footer .container { max-width: 1120px; }
footer .foot-tit { display: inline-block; padding: 8px 16px; background: #2F3372; color: #fff; font-size: 20px; margin-right: 20px; margin-bottom: 20px; }
footer ol { padding: 0; margin: 0 0 50px; list-style: none;  }
footer ol li { display: inline-block; vertical-align: middle; padding-right: 20px; position: relative; z-index: 3; }


#menu {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  width: 60px;
  margin-top: -2.5em;
  z-index: 9;
}
#menu a { display: block; line-height: 1; padding: 15px 0; text-align: center; color: #fff; font-size: 19px; cursor: pointer; }
#menu #linka { background: #01D5A2; margin-bottom: 8px; }
#menu #gotop { background: #2F3372; }
#menu #gotop small { display: block; font-size: 12px; transform : scale(0.83,0.83); *font-size: 10px; padding-top: 5px; }

@media (max-width: 1024px) {
 .wrapper .dots-right { top: -350px;  }
}
@media (max-width: 768px) {
 .banner .mask { height: 80px; }
 .wrapper .dots-right { min-width: inherit; width: 40%; top: -250px;  }
 .wrapper .dots-left { min-width: inherit; width: 40%; bottom: -150px; }
 .row > div { flex: 0 0 100% !important; }
 .row-table { max-width: 600px; margin: 0 auto; }
 .row-table .row .col { text-align: left !important;  }
 .middle-content h2 { letter-spacing:0; }
 .main-subject { max-width: 600px; margin: 0 auto; text-align: center; }
 .btn-schedule { display: inline-block; margin-bottom: 30px; }
 .row-icons { max-width: 400px; margin: 0 auto; }
 .row-icons .grid-box { margin-bottom: 30px; }
 #schedule .dots-right { min-width: inherit; width: 40%; }
}

@media (max-width: 576px) {
  #schedule .tit b { display: block; }
}
@media (max-width: 480px) {
  .banner .mask { height: 40px; }
  .middle-content h2 { font-size: 20px; }
  .middle-content h3 { font-size: 15px; line-height: 1.2; }
  .wrapper .dots-right { width: 42%; top: -200px; }
  .wrapper .dots-left { display: none; }
  #schedule .dots-right { display: none; }
}