@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */
.main__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: 0 0 no-repeat;
  background-size: 100% auto;
}
.main__logo::after {
  content: '';
  display: block;
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* -------------------- main -------------------- */
.main {
}
.main .section-inner {
  padding-top: 4.882%;
}
.main__logo {
  width: 54.070%;
  margin: 0 26%;
  max-width: 602px;
  margin-bottom: 2.882%;
}
.main__logo span {
  background-image: url(../img/about/main_logo_pc.png);
}
.main__logo span::after {
  padding-top: 50.493%;
}
.main__txt {
  font-family: 'Roboto', sans-serif;
  font-size: 220%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: 2.882%;
  color: #3e3e3e;
}

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- main -------------------- */
.main {
}
.main .section-inner {
  padding: 5.882% 0 9.765%;
}
.main__logo {
  margin-bottom: 8.882%;
}
.main__logo span {
  background-image: url(../img/about/main_logo_sp.png);
}
.main__logo span::after {
  padding-top: 65%;
}
.main__txt {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.9;
  margin-top: 2.882%;
  color: #3e3e3e;
}

}
