.background{
    background-image: url("../images/about_us_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 25px;
}

.title1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 48px;
}

.title2 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 32px;
}

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

.blank_x {
    width: 55%;
}

.blank_btm {
    padding-bottom: 150px;
}

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

.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: 45px;
    padding-bottom: 15px;
}

.title1_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 24px;
}

.title2_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 20px;
}

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

.blank_btm_sp {
    margin-bottom: 130px;
}

.blank_x_sp {
    width: 88%;
}