@charset "UTF-8";
/* =========================================================
 company
========================================================= */
/* company
-------------------------------------- */
.p-company__header {
  display: flex;
  position: relative;
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .p-company__header::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 37%;
    width: 9.8958333333%;
    background: #008CD6;
    content: '';
  }
}

.p-company__headerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-company__headerTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.8em 1.5em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-company__headerTitle {
    width: 34.375%;
    margin-left: 9.8958333333%;
  }
}
.p-company__headerTitle span {
  color: #008CD6;
  font-size: max(28px, min(3.9583333333vw, 76px));
}
.p-company__headerTitle small {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: max(16px, min(1.9791666667vw, 38px));
}
.p-company__headerTitle small::before, .p-company__headerTitle small::after {
  width: 2em;
  height: 1px;
  background: #000;
  content: '';
}
.p-company__headerTitle small::before {
  margin-right: 0.8em;
}
.p-company__headerTitle small::after {
  margin-left: 0.8em;
}

.p-company__headerImg {
  flex: 1;
  max-height: 630px;
}
.p-company__headerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=company.css.map */
