@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.companyMain {
  padding: 40px 0;
  background: url(/images/company/bg_company.jpg) center;
  background-size: cover;
  color: #fff;
}
  .companyMain p {
    width: 100%;
  }
  .companyMain .companyMessage {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-family: "リュウミン M-KL";
  }
  .companyMain .presidentName {
    font-family: "リュウミン M-KL";
  }

.content .box .normalTxt:not(:last-child) {
  margin-bottom: 20px;
}

/* philosophyBox */
.philosophyBox {
    font-family: "リュウミン M-KL";
}
  .philosophyBox .philosophyTitle {
    margin-bottom: 20px;
    font-size: 2.3rem;
    text-align: center;
  }
  .philosophyBox li {
    padding-left: 2em;
    font-size: 1.6rem;
    text-indent: -2em;
  }
  .philosophyBox li::before {
    content: "一、";
  }
  .philosophyBox li:not(:last-child) {
    margin-bottom: 20px;
  }

/* iframe */
.container iframe {
  width: 100%;
  height: 400px;
  border: none;
}


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

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.companyMain {
  padding: 60px 0;
}
  .companyMain .flexible_x_type02 {
    align-items: center;
    justify-content: space-between;
  }
    .companyMain .companyMessage {
      width: auto;
      margin-bottom: 0;
      font-size: 5rem;
    }
    .companyMain .presidentName {
      width: auto;
      font-size: 1.8rem;
    }

/* philosophyBox */
.philosophyBox {
}
  .philosophyBox .philosophyTitle {
    font-size: 3rem;
  }
  .philosophyBox li {
    font-size: 2rem;
  }


}