@charset "UTF-8";

body {
  font-variant-east-asian: traditional !important;
}

/*
.about {
 ヒーローイメージ
  コンテンツ
}
*/
.about__heroImage {
  background-image: url(../images/about/about_top.png);
  background-size: cover;
  background-position: center;
}

.about__heroImage .heroImage__ttl--en {
  font-size: 50px;
  color: #333;
  background: white;
  padding: 5px;
  max-width: 400px;
  margin: 0 auto;
}

.about__heroImage .heroImage__ttl--en span {
  color: #0071be;
}

.aboutWrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
}

.aboutHead__ttl {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .aboutHead__ttl {
    margin-bottom: 60px;
  }
}

.about_content {
  margin-bottom: 50px;
}

.about_content p {
  line-height: 1.5;
  margin-bottom: 40px;
}

.about_content p:last-child {
  margin-bottom: 0;
}

.about_content p span {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 40px;
}

.about_container h3 {
  font-size: 21px;
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
  color: #0071be;
  line-height: 1.5;
}

.about_introduction {
  text-align: center;
}

.about_introduction img {
  width: 50%;
}

.about_pdf {
  margin-top: 30px;
  text-align: center;
}

.about_pdf a {
  display: inline-block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  color: #FFF;
  border-radius: 6px;
  background: #0071be;
  transition: .4s;
  margin: 2em;
  width: 12em;
  text-align: center;
}

.about_pdf a:hover {
  background: #99d7ff;
  color: #0071be;
}

#about__ict {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/*-----ウェビナー　バナー　固定-----*/

.topFixed-sp,
.topFixed-pc {
  position: relative;
}




#webinar-sp,
#webinar-pc {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0 !important;
  display: none;
}

#webinar-sp img,
#webinar-pc img {
  width: 100%;

}

.fixedOn {
  display: block;
}

#webinar-pc img {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}




@media (min-width: 500px) {
  .topFixed-sp {
    display: none;
  }

  .topFixed-pc {
    display: block;
  }



  #webinar-pc {
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
    display: none;
    background-color: rgba(0, 113, 190, 0.7);
  }

}


/*# sourceMappingURL=about.css.map */