.mainvisual .name {
  background: #002763;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border-bottom: 6px solid #8c9acf;
}
.mainvisual .name .sub {
  font-size: 14px;
}
.mainvisual .name .main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #c3d3eb), to(#002763));
  background: linear-gradient(to bottom, #c3d3eb 75%, #002763);
  position: relative;
  z-index: 0;
}
#about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/about_bg.svg) no-repeat center top;
  background-size: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#about .img01 {
  width: 40%;
  margin: 0 auto 30px;
}
#about .img02 {
  margin: 0 auto 40px;
}
#about .img03 {
  padding-bottom: 40px;
}
#about .md {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #3e3a39;
}
#about p {
  font-size: 15px;
  color: #3e3a39;
}

#index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
}
#index ul li {
  width: 45%;
  margin: 0 2.5% 15px;
}

#point1 {
  position: relative;
}
#point1 .sec01,
#point1 .sec02,
#point1 .sec03 {
  background-color: #002763;
}
#point1 .img01 {
  width: 75%;
  margin: 0 auto 40px;
}
#point1 .band {
  background-color: #fff;
  text-align: center;
  color: #002763;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 20px;
}
#point1 p {
  font-size: 16px;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
#point1 p.bb {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#point1 p.bt {
  border-top: 1px solid #fff;
  padding-top: 1em;
  margin-top: 1em;
}

#point2 {
  background-color: #47b8b4;
  position: relative;
}
#point2 .band {
  background-color: #fff;
  text-align: center;
  color: #47b8b4;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 20px;
}
#point2 p {
  color: #fff;
  font-size: 16px;
}
#point2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #47b8b4 25%, transparent 25%), linear-gradient(225deg, #47b8b4 25%, transparent 25%);
  background-position: 0 0;
}

#voice {
  position: relative;
}
#voice .voice-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#voice p {
  font-size: 16px;
}

#koe01 {
  background-color: #c3d3eb;
}

#day {
  padding-top: 30px;
}

#ob {
  position: relative;
  background-color: #c3d3eb;
}
#ob .voice-ttl {
  font-size: 20px;
}
#ob p {
  font-size: 16px;
}
#ob::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #aedbe0 25%, transparent 25%), linear-gradient(225deg, #aedbe0 25%, transparent 25%);
  background-position: 0 0;
}

#teacher {
  position: relative;
  background-color: #c3d3eb;
}
#teacher .voice-ttl {
  font-size: 20px;
}
#teacher p {
  font-size: 16px;
}
#teacher::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #aedbe0 25%, transparent 25%), linear-gradient(225deg, #aedbe0 25%, transparent 25%);
  background-position: 0 0;
}

#advice {
  position: relative;
  background-color: #002763;
  color: #fff;
}
#advice p {
  font-size: 16px;
}
#advice::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: calc(100% - 1px);
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #002763 25%, transparent 25%), linear-gradient(225deg, #002763 25%, transparent 25%);
  background-position: 0 0;
}

#career {
  background-color: #c3d3eb;
  position: relative;
}
#career p {
  font-size: 16px;
}
#career .accent {
  color: #002763;
}

#footer {
  text-align: center;
}
#footer #pagetop {
  color: #1f2d97;
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=sports.css.map */