.fontsize-large .BtnPDF-large a {
  width: 390px;
}

@media screen and (max-width: 767px) {
  .fontsize-large .BtnPDF-large a {
    width: 90vw;
  }
}

.SectionTitle-small {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .SectionTitle-small {
    font-size: 32px;
  }
}

.aboutus-KV_Image {
  background-image: url(../img/aboutus/key_pc.jpg);
}

@media screen and (max-width: 767px) {
  .aboutus-KV_Image {
    background-image: url(../img/aboutus/key_sp.jpg);
  }
}

.aboutus-KV_SubTitle-large {
  color: #E60200;
}

.aboutus-Section_TitleWrapper {
  padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .aboutus-Section_TitleWrapper {
    padding-bottom: 12px;
  }
}

.aboutus-Section_Title::before {
  display: none;
}

.aboutus-Section_Ideology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 15px;
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .aboutus-Section_Ideology {
    margin: 15px 0;
    font-size: 34px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-Section_Ideology-en {
    font-size: 36px;
  }
}

.aboutus-Section_Ideology::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 28px;
  background: url(../img/aboutus/txt_leftdoublequotation.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .aboutus-Section_Ideology::before {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.aboutus-Section_Ideology::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 28px;
  background: url(../img/aboutus/txt_rightdoublequotation.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .aboutus-Section_Ideology::after {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.aboutus-Section_EnIdeology {
  display: block;
  font-size: 1.8rem;
  color: #E60000;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .aboutus-Section_EnIdeology {
    font-size: 18px;
  }
}

.aboutus-btnPDF {
  text-align: center;
}

.aboutus-Text-center {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .aboutus-Text-center {
    font-size: 18px;
  }
}

.Ideology-Section {
  padding: 0;
}

.Ideology-Section_Bg {
  padding-bottom: 40px;
}
/*# sourceMappingURL=aboutus.css.map */