/* Scss Document */
.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 834px) {
  .sp {
    display: block;
  }
}

.page .heading-sub {
  display: block;
  color: #000639;
  font-size: 36px;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .page .heading-sub {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.page .heading-sub small {
  font-size: 0.7em;
}
.page .heading-catch {
  display: block;
  color: #333333;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .page .heading-catch {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.8em;
  }
}
.page .heading-txt {
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .page .heading-txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.page .heading-txt strong {
  color: #E9193E;
  font-weight: 600;
}

#about {
  padding: 44px 0 120px;
}
@media (max-width: 834px) {
  #about {
    padding: 20px 0 120px;
  }
}
#about .txt-box {
  width: 48%;
}
@media (max-width: 834px) {
  #about .txt-box {
    width: 100%;
  }
}
#about .txt-box p {
  margin-bottom: 24px;
  font-weight: 500;
}
#about .ph-box {
  width: 48%;
}
@media (max-width: 834px) {
  #about .ph-box {
    width: 100%;
  }
}
#about .ph-box img {
  width: 100%;
}

#interview {
  padding: 0 0 48px;
}

#note {
  padding: 0 0 48px;
}/*# sourceMappingURL=custom.css.map */