#area_menu_kv {
    background-image: url(/recruit/img/information/career/header_SP.jpg);
}
.Occupation_wrap{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.Occupation{
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 5rem;
	height: 2.5rem;
	background-color: #00125E;
	border-radius: 9999px;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.AnnualIncome{
	font-size: 26px;
	font-weight: bold;
	color: #00125E;
	display:flex;
	align-items: center;
}
.AnnualIncome_button{
    position: absolute;
    width: calc(50% - 25px);
}
.AnnualIncome_button_wrap{
    margin: 50px 0 260px;
}
.unit{
	font-size: 16px;
	color: #00125E;
	display:flex;
	align-items: end;
	padding: 0 0 0.8rem 0;
	margin-left: 1rem;
}
.unit_middle{
	font-size: 16px;
	color: #00125E;
	display:flex;
	align-items: end;
	padding: 0 0 0.8rem 0;
	margin-left: 2.8rem;
}
.pg__box h4 {
  margin-top: 2rem !important;
}
.pg__box div:not(:first-child) ,
.pg__mgTop > img {
  margin-top: 2rem;
}

@media (max-width: 399px) {
    .area_pagelink {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7rem;
    }
    #area_menu_kv #area_menu_ttl {
        background: #FFF;
        width: auto;
        padding: 6rem 2rem;
        text-align: center;
    }
    #area_menu_kv .menu_ttl {
        font-size: 2.4rem;
        margin-top: 1.3rem;
    }
}
@media (400px <= width < 450px) {
    .area_pagelink {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7rem;
    }
    #area_menu_kv #area_menu_ttl {
        background: #FFF;
        width: auto;
        padding: 6rem 2rem;
        text-align: center;
    }
    #area_menu_kv .menu_ttl {
        font-size: 2.4rem;
        margin-top: 1.3rem;
    }
}

@media (450px <= width < 500px) {
    .area_pagelink {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7rem;
    }
    #area_menu_kv #area_menu_ttl {
        background: #FFF;
        width: auto;
        padding: 6rem 2rem;
        text-align: center;
    }
    #area_menu_kv .menu_ttl {
        font-size: 2.4rem;
        margin-top: 1.3rem;
    }
}

@media (500px <= width < 600px) {
    .area_pagelink {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7rem;
    }
    #area_menu_kv #area_menu_ttl {
        background: #FFF;
        width: auto;
        padding: 6rem 2rem;
        text-align: center;
    }
    #area_menu_kv .menu_ttl {
        font-size: 2.4rem;
        margin-top: 1.3rem;
    }
}


@media (min-width: 600px) {/*PC用*/
    .area_pagelink {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2.4rem;
    }
    #area_menu_kv #area_menu_ttl {
        background: #FFF;
        width: auto;
        padding: 8rem 2rem;
        text-align: center;
    }
	#area_conts h2 {
		margin-top: 3rem;
	}

  #area_menu_kv {
    background-image: url(/recruit/img/information/career/header_PC.jpg);
  }

  .pg__box p {
    height: 9.5rem;
  }
  .pg__box div:not(:first-child){
    margin-top: 0;
  }
  .pg__area_txt{
    height: 13rem;
  }
  .pg__btnwidth {
    width: 30rem !important;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .pg__mgTop > img {
    margin-top: 0;
  }
  .pg__box_blue{
    padding: 3.7rem 3.3rem;
    height: 33rem;
    position: relative;
  }
  .pg__box_blue p{
    font-size: 1.2rem;
  }
  .pg__box_blue p.txt_red{
    font-size: 1.1rem;
  }
  .pg__box_blue img{

  }
	.Occupation_wrap{
		display:flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}
	.Occupation{
		font-size: 15px;
		font-weight: bold;
		color: white;
		width: 7rem;
		height: 3.5rem;
		background-color: #00125E;
		border-radius: 9999px;
		text-align: center;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.AnnualIncome{
		font-size: 32px;
		font-weight: bold;
		color: #00125E;
		display:flex;
		align-items: center;
	}
	.unit{
		font-size: 20px;
		color: #00125E;
		display:flex;
		align-items: end;
		padding: 0 0 0.8rem 0;
		margin-left: 1rem;
	}
	.unit_middle{
		font-size: 20px;
		color: #00125E;
		display:flex;
		align-items: end;
		padding: 0 0 0.8rem 0;
		margin-left: 2.8rem;
	}
  .bt_cmn.item_pagelink{
      width: 19%;
      padding: 0.5em 0;
      margin-bottom: 1rem;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}
