body {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
}

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

.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;
}

.subnavi {
    color: #00D6FF;
    font-size: 16px;
}

.subnavi:hover {
    color: #00D6FF;
    display: inline-block;
}

.border_bottom {
    border-bottom: 1px solid #00D6FF;
    display: inline-block;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #00D6FF;
  border-right: solid 2px #00D6FF;
  position: absolute;
  left: 20px;
  top: 8px;
}

.arrow.arrow_bottom::before {
  transform: rotate(135deg);
}

.title1 {
    font-size: 48px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.contents {
    font-size: 20px;
    line-height: 32px;
}

.blank_x {
    width: 64%;
}

img.image {
	width: 100%;
}

.blank_y {
    padding-top: 50px;
    padding-bottom: 25px;
}

.title2 {
    color: #00D6FF;
    font-size: 32px;
}

.title2:hover {
    color: #00D6FF;
}

.contents1 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
}

.blue {
    color: #00D6FF;
}

.blank_bottom {
    padding-bottom: 150px;
}

.blank_x {
    padding-left: 70px;
    padding-right: 70px;
}

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

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

.subnavi_sp {
    color: #00D6FF;
    font-size: 12px;
}

.subnavi_sp:hover {
    color: #00D6FF;
    display: inline-block;
}

.border_bottom_sp1 {
    border-bottom: 1px solid #00D6FF;
    display: inline-block;
    width: 120px;
    padding-left: 0;
}

.border_bottom_sp2 {
    border-bottom: 1px solid #00D6FF;
    display: inline-block;
    width: 110px;
    padding-left: 0;
}

.blank_x_sp {
    width: 75%;
}

.blank_y_sp {
    margin-top: 42px;
    margin-bottom: 42px;
}

.title1_sp {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 25px;
}

.contents_sp {
    font-size: 16px;
    line-height: 24px;
}

.title2_sp {
    color: #00D6FF;
    font-size: 24px;
}

.title2_sp:hover {
    color: #00D6FF;
}

.contents1_sp {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}