.background{
    background-image: url("../images/company_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -360px;
}

.background-wrapper {
  position: relative;
  overflow: hidden;
}

.blur-bg {
  position: absolute;
  width: 94%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.background-content {
  position: relative;
  z-index: 1;
}

.title {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 20px #000000;
    padding-top: 140px;
    padding-left: 40px;
    padding-bottom: 10px;
}

.contents {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 16px;
    line-height: 24px;
    border-top: #A0A0A0;
}

.blank_btn {
    padding-top: 50px;
    padding-bottom: 200px;
}

hr {
    color: #A0A0A0;
    opacity: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* スマホ対応 */
.background_sp {
    background-image: url("../images/company_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.blur-bg_sp {
  position: absolute;
  width: 100%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.title_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 12px #000000;
    padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 15px;
}

.contents_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 14px;
    line-height: 20px;
    padding-right: 0;
    margin-bottom: 10px;
}

.blank_x {
    width: 90%;
}