@charset "UTF-8";
.title-large {
  font-size: 40px;
}

.title-big {
  font-size: 30px;
}

.title-normal {
  font-size: 18px;
}

.title-company {
  font-size: 36px;
}

.title-company-middle {
  font-size: 28px;
}

.title-min {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif !important;
}

.title-underline {
  display: inline-block;
}
.title-underline:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.title-gradient-blue {
  background: #1175A8;
  background: linear-gradient(120deg, rgb(17, 117, 168) 0%, rgb(1, 60, 90) 35%);
}

.icon-articles::before, .icon-area::before, .icon-corporate::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  background-image: url("../../assets/img/icon-articles.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80% auto;
}

.icon-area::before {
  background-image: url("../../assets/img/icon-area.svg");
  width: 32px;
  height: 32px;
}

.icon-corporate::before {
  background-image: url("../../assets/img/icon-corporate.svg");
  width: 37px;
  height: 37px;
}

@media screen and (min-width: 768px) {
  .title-large {
    font-size: 48px;
  }
  .title-big {
    font-size: 38px;
  }
  .title-normal {
    font-size: 20px;
  }
}/*# sourceMappingURL=headline.css.map */