@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

hr, ul {
  margin: 0;
}

body {
  font-family: '思源黑体 CN',"メイリオ","Meiryo","MS PGothic",sans-serif;
}

.vw {
  width: 63.54167vw;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .vw {
    width: 1220px;
  }
}

#pc {
  display: block;
}

@media (max-width: 768px) {
  #pc {
    display: none;
  }
}

#pc img {
  width: 100%;
}

#pc .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 4.6875vw;
  background: #fff;
}

@media (min-width: 1920px) {
  #pc .header-container {
    height: 90px;
  }
}

#pc .header-container .logo-box {
  display: flex;
  align-items: center;
  margin-right: 7.8125vw;
}

@media (min-width: 1920px) {
  #pc .header-container .logo-box {
    margin-right: 150px;
  }
}

#pc .header-container .logo-box .logo img {
  width: 7.8125vw;
  margin-right: 5px;
}

@media (min-width: 1920px) {
  #pc .header-container .logo-box .logo img {
    width: 150px;
  }
}

#pc .header-container .logo-box .logo-title p:nth-child(1) {
  font-size: 0.52083vw;
}

@media (min-width: 1920px) {
  #pc .header-container .logo-box .logo-title p:nth-child(1) {
    font-size: 10px;
  }
}

#pc .header-container .logo-box .logo-title p:nth-child(2) {
  font-size: 1.04167vw;
  color: #333;
}

@media (min-width: 1920px) {
  #pc .header-container .logo-box .logo-title p:nth-child(2) {
    font-size: 20px;
  }
}

#pc .header-container .navbar ul {
  display: flex;
}

#pc .header-container .navbar ul li {
  font-size: 1.04167vw;
  margin-right: 1.5625vw;
  position: relative;
}

@media (min-width: 1920px) {
  #pc .header-container .navbar ul li {
    font-size: 20px;
    margin-right: 30px;
  }
}

#pc .header-container .navbar ul li a {
  color: #333;
  text-decoration: none;
}

#pc .header-container .navbar ul li a::before {
  content: '';
  height: 2px;
  background: #2183d6;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  width: 0;
  transition: width 0.36s;
}

#pc .header-container .navbar ul li a:hover {
  color: #2183d6;
}

#pc .header-container .navbar ul li a:hover::before {
  width: 100%;
}

#pc .header-container .phone {
  display: flex;
  font-size: 1.04167vw;
  color: #ff426e;
}

#pc .header-container .phone img {
  width: 1.5625vw;
  margin-right: 5px;
}

#pc .main-container {
  padding-top: 4.6875vw;
}

@media (min-width: 1920px) {
  #pc .main-container {
    padding-top: 90px;
  }
}

#pc .main-container .sidebar-fixed {
  width: 10.41667vw;
  background: url(../assets/pc/img-34.png) no-repeat;
  background-size: 100% 135%;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99;
  padding: 11.97917vw 0px 0 1.04167vw;
}

@media (min-width: 1920px) {
  #pc .main-container .sidebar-fixed {
    width: 200px;
    padding: 230px 0px 0 20px;
  }
}

#pc .main-container .sidebar-fixed img {
  width: 90%;
}

#pc .main-container .sidebar-fixed > img:nth-child(1) {
  width: 37%;
  position: absolute;
  top: 47%;
  left: 32%;
}

#pc .main-container .sidebar-fixed a {
  cursor: pointer;
}

#pc .main-container .back_top {
  width: 3.125vw;
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 99;
}

@media (min-width: 1920px) {
  #pc .main-container .back_top {
    width: 60px;
  }
}

#pc .main-container .back_top img {
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

#pc .main-container .advantages {
  margin-top: -9.375vw;
}

@media (min-width: 1920px) {
  #pc .main-container .advantages {
    margin-top: -180px;
  }
}

#pc .main-container .course {
  background: url(../assets/pc/img-3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -9.375vw;
  position: relative;
  background-color: #f5f5f5;
}

@media (min-width: 1920px) {
  #pc .main-container .course {
    margin-top: -180px;
  }
}

#pc .main-container .course .course-container {
  text-align: center;
}

#pc .main-container .course .course-container img:nth-child(1) {
  width: 14.375vw;
  margin-top: -0.78125vw;
}

@media (min-width: 1920px) {
  #pc .main-container .course .course-container img:nth-child(1) {
    width: 276px;
    margin-top: -15px;
  }
}

#pc .main-container .course .course-container img:nth-child(2) {
  margin: 5.20833vw 0;
}

@media (min-width: 1920px) {
  #pc .main-container .course .course-container img:nth-child(2) {
    margin: 100px 0;
  }
}

#pc .main-container .course .course-container img:nth-child(3) {
  margin-bottom: 17.1875vw;
}

@media (min-width: 1920px) {
  #pc .main-container .course .course-container img:nth-child(3) {
    margin-bottom: 330px;
  }
}

#pc .main-container .teachers {
  background: url(../assets/pc/img-11.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#pc .main-container .teachers .teachers-container {
  text-align: center;
  padding-bottom: 18%;
  margin-top: -13%;
}

#pc .main-container .teachers .teachers-container .img-6 {
  width: 11.875vw;
  margin: 1.5625vw 0 5.20833vw;
}

@media (min-width: 1920px) {
  #pc .main-container .teachers .teachers-container .img-6 {
    width: 228px;
    margin: 30px 0 100px;
  }
}

#pc .main-container .teachers .teachers-container .row {
  display: flex;
  align-items: center;
}

#pc .main-container .teachers .teachers-container .row:nth-of-type(1) {
  margin-top: 3.64583vw;
}

@media (min-width: 1920px) {
  #pc .main-container .teachers .teachers-container .row:nth-of-type(1) {
    margin-top: 70px;
  }
}

#pc .main-container .teachers .teachers-container .row .col-5 {
  width: 50%;
  font-size: 0.9375vw;
}

@media (min-width: 1920px) {
  #pc .main-container .teachers .teachers-container .row .col-5 {
    font-size: 18px;
  }
}

#pc .main-container .teachers .teachers-container .row .col-5 h3 {
  font-size: 1.5625vw;
  font-weight: 300;
}

@media (min-width: 1920px) {
  #pc .main-container .teachers .teachers-container .row .col-5 h3 {
    font-size: 30px;
  }
}

#pc .main-container .teachers .teachers-container .row .col-5 span {
  color: #606060;
  line-height: 1.7;
}

#pc .main-container .teachers .teachers-container .row .col-5 img {
  width: 22.39583vw;
  margin-top: -1.5625vw;
}

@media (min-width: 1920px) {
  #pc .main-container .teachers .teachers-container .row .col-5 img {
    width: 430px;
    margin-top: -30px;
  }
}

#pc .main-container .teachers .teachers-container .row .col-5 .img-8, #pc .main-container .teachers .teachers-container .row .col-5 .img-10 {
  float: left;
}

#pc .main-container .teachers .teachers-container .row .col-5 .img-9 {
  float: right;
}

#pc .main-container .college {
  background: url(../assets/pc/img-25.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -5.20833vw;
}

@media (min-width: 1920px) {
  #pc .main-container .college {
    margin-top: -100px;
  }
}

#pc .main-container .college .college-container {
  text-align: center;
  padding-bottom: 14%;
}

#pc .main-container .college .college-container .img-14 {
  width: 17.55208vw;
  margin-top: -1.30208vw;
}

@media (min-width: 1920px) {
  #pc .main-container .college .college-container .img-14 {
    width: 337px;
    margin-top: -25px;
  }
}

#pc .main-container .college .college-container img:nth-child(2) {
  margin: 6.25vw 0 4.16667vw;
}

@media (min-width: 1920px) {
  #pc .main-container .college .college-container img:nth-child(2) {
    margin: 120px 0 80px;
  }
}

#pc .main-container .college .college-container .college-grid {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

#pc .main-container .college .college-container .college-grid .column {
  width: 24%;
  border-radius: 7%;
  padding: 1.8%;
  background: #fff;
  margin-bottom: 8%;
}

#pc .main-container .college .college-container .college-grid .column img {
  width: 7.03125vw;
  margin-top: -35%;
}

@media (min-width: 1920px) {
  #pc .main-container .college .college-container .college-grid .column img {
    width: 135px;
  }
}

#pc .main-container .college .college-container .college-grid .column h3 {
  font-size: 1.51042vw;
  margin: 5% 0 10%;
}

@media (min-width: 1920px) {
  #pc .main-container .college .college-container .college-grid .column h3 {
    font-size: 29px;
  }
}

#pc .main-container .college .college-container .college-grid .column span {
  display: inline-block;
  margin-top: 10%;
  text-align: left;
  color: #666;
  font-size: 0.88542vw;
}

@media (min-width: 1920px) {
  #pc .main-container .college .college-container .college-grid .column span {
    font-size: 17px;
  }
}

#pc .main-container .apply {
  background: url(../assets/pc/img-28.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: -11%;
}

#pc .main-container .apply .apply-container {
  text-align: center;
}

#pc .main-container .apply .apply-container img:nth-child(1) {
  width: 6.77083vw;
  margin-top: -1.04167vw;
}

@media (min-width: 1920px) {
  #pc .main-container .apply .apply-container img:nth-child(1) {
    width: 130px;
    margin-top: -20px;
  }
}

#pc .main-container .apply .apply-container img:nth-child(2) {
  margin: 14% 0 8%;
}

#pc .main-container .apply .apply-container .row {
  display: flex;
  padding-bottom: 25%;
}

#pc .main-container .apply .apply-container .row .col-2 {
  width: 20%;
  padding: 0 2%;
  position: relative;
}

#pc .main-container .apply .apply-container .row .col-2:nth-child(-n+4) img {
  position: absolute;
  top: 0;
  right: -8%;
  width: 12%;
  height: 100%;
}

#pc .main-container .apply .apply-container .row .col-2 h2 {
  font-size: 5.20833vw;
  color: #0093d4;
}

@media (min-width: 1920px) {
  #pc .main-container .apply .apply-container .row .col-2 h2 {
    font-size: 100px;
  }
}

#pc .main-container .apply .apply-container .row .col-2 h3 {
  font-size: 1.5625vw;
  margin-bottom: 1.04167vw;
}

@media (min-width: 1920px) {
  #pc .main-container .apply .apply-container .row .col-2 h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

#pc .main-container .apply .apply-container .row .col-2 span {
  font-size: 0.83333vw;
  display: inline-block;
  text-align: left;
}

@media (min-width: 1920px) {
  #pc .main-container .apply .apply-container .row .col-2 span {
    font-size: 16px;
  }
}

#pc .main-container .protrude .protrude-container {
  position: relative;
}

#pc .main-container .protrude .protrude-container img:nth-child(1) {
  width: 22.70833vw;
  position: absolute;
  top: -9.375vw;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1920px) {
  #pc .main-container .protrude .protrude-container img:nth-child(1) {
    width: auto;
    top: -180px;
  }
}

#pc .main-container .protrude .protrude-container img:nth-child(2) {
  margin: 11% 0 6%;
}

#pc .main-container .protrude .protrude-container .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14%;
}

#pc .main-container .protrude .protrude-container .row .col-3 {
  width: 32%;
  color: #fff;
  border-radius: 4%;
  padding: 2%;
}

#pc .main-container .protrude .protrude-container .row .col-3:nth-child(1) {
  background-color: #56941f;
}

#pc .main-container .protrude .protrude-container .row .col-3:nth-child(2) {
  background-color: #9dd321;
}

#pc .main-container .protrude .protrude-container .row .col-3:nth-child(3) {
  background-color: #ff426e;
}

#pc .main-container .protrude .protrude-container .row .col-3 h3 {
  font-size: 2.60417vw;
}

@media (min-width: 1920px) {
  #pc .main-container .protrude .protrude-container .row .col-3 h3 {
    font-size: 50px;
  }
}

#pc .main-container .protrude .protrude-container .row .col-3 h4 {
  font-size: 1.25vw;
  margin: 2% 0 5%;
}

@media (min-width: 1920px) {
  #pc .main-container .protrude .protrude-container .row .col-3 h4 {
    font-size: 24px;
  }
}

#pc .main-container .protrude .protrude-container .row .col-3 span {
  font-size: 0.83333vw;
}

@media (min-width: 1920px) {
  #pc .main-container .protrude .protrude-container .row .col-3 span {
    font-size: 16px;
  }
}

#pc .main-container .about {
  background: url(../assets/pc/img-31.png) no-repeat;
  background-size: 100% 100%;
}

#pc .main-container .about .about-container {
  color: #fff;
  font-size: 0.9375vw;
  padding: 6% 0 14%;
}

@media (min-width: 1920px) {
  #pc .main-container .about .about-container {
    font-size: 18px;
  }
}

#pc .main-container .about .about-container h2 {
  text-align: center;
  font-size: 2.60417vw;
  margin-bottom: 3.38542vw;
}

@media (min-width: 1920px) {
  #pc .main-container .about .about-container h2 {
    font-size: 50px;
    margin-bottom: 65px;
  }
}

#pc .main-container .about .about-container span {
  display: inline-block;
  padding: 0 15%;
}

#pc .main-container .consult {
  background: url(../assets/pc/img-32.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}

#pc .main-container .consult .consult-container {
  padding: 10% 0;
  display: flex;
  align-items: center;
  position: relative;
}

#pc .main-container .consult .consult-container .consult-form {
  color: #fff;
  width: 45%;
}

#pc .main-container .consult .consult-container .consult-form h3 {
  text-align: center;
  margin-bottom: 8%;
  font-size: 1.45833vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form h3 {
    font-size: 28px;
  }
}

#pc .main-container .consult .consult-container .consult-form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form .row {
    margin-bottom: 20px;
  }
}

#pc .main-container .consult .consult-container .consult-form .row .col-5 {
  width: 48%;
}

#pc .main-container .consult .consult-container .consult-form .row .col-5 input {
  width: 100%;
  border-radius: 5px;
  border: none;
  line-height: 1.82292vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form .row .col-5 input {
    line-height: 35px;
  }
}

#pc .main-container .consult .consult-container .consult-form .form-label {
  font-size: 0.72917vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form .form-label {
    font-size: 14px;
  }
}

#pc .main-container .consult .consult-container .consult-form textarea {
  width: 100%;
  height: 6.77083vw;
  max-width: 100%;
  max-height: 6.77083vw;
  border-radius: 5px;
  resize: none;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form textarea {
    height: 130px;
    max-height: 130px;
  }
}

#pc .main-container .consult .consult-container .consult-form #submit {
  width: 100%;
  height: 2.08333vw;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 1.5625vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .consult-form #submit {
    height: 40px;
    margin-top: 30px;
  }
}

#pc .main-container .consult .consult-container .qr_code {
  width: 25%;
  padding: 2%;
  border-radius: 4%;
  text-align: center;
  background: #fff;
  margin-left: 15%;
  font-size: 0.72917vw;
}

@media (min-width: 1920px) {
  #pc .main-container .consult .consult-container .qr_code {
    font-size: 14px;
  }
}

#pc .main-container .consult .consult-container .img-33 {
  width: 26%;
  position: absolute;
  right: -11%;
}

#pc .main-container .copyright {
  height: 2.60417vw;
  font-size: 0.83333vw;
  text-align: center;
  line-height: 2.5;
}

@media (min-width: 1920px) {
  #pc .main-container .copyright {
    height: 50px;
    font-size: 16px;
  }
}
