#salary {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
#salary * {
  box-sizing: border-box;
}
#salary .sp {
  display: none;
}
#salary .inner {
  width: 950px;
  margin: 0 auto;
}
#salary p {
  font-size: 16px;
  line-height: calc(30 / 16);
  text-align: center;
}
#salary h2 {
  width: calc(1276px / 2);
  margin: 135px auto 30px;
}
#salary h2:first-of-type {
  margin-top: 0;
}
#salary h2 img {
  width: 100%;
}
#salary h2 + p {
  line-height: calc(26 / 16);
  margin-bottom: 30px;
}
#salary .list_a {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}
#salary .list_a li {
  position: relative;
  width: calc((100% - 50px) / 2);
  height: 100px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  background-image: url(../img/pc/btn_base_a.jpg);
  background-size: cover;
}
#salary .list_a a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#salary .list_a p {
  color: #fff;
  font-size: 20px;
  line-height: calc(24 / 20);
}
@media (hover: hover) {
  #salary .list_a li {
    transition: all 0.3s;
  }
  #salary .list_a li:hover {
    background-image: url(../img/pc/btn_base_a_on.jpg);
  }
  #salary .list_a li:hover p {
    color: #003075;
  }
}
#salary .list_b {
  display: flex;
  justify-content: space-between;
}
#salary .list_b li {
  position: relative;
  width: calc((100% - 22px * 3) / 4);
}
#salary .list_b a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#salary .list_b .button {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#salary .list_b .ph {
  width: 100%;
}
#salary .list_b .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  font-size: 18px;
  line-height: calc(24 / 18);
  color: #fff;
  background-image: url(../img/pc/btn_base_b.jpg);
  background-size: cover;
}
#salary .list_b .desc {
  line-height: calc(22 / 16);
  color: #003075;
  font-weight: 700;
}
#salary .list_b .desc em {
  color: #c39000;
  font-style: normal;
  font-weight: 700;
}
#salary .list_b .desc .small {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
@media (hover: hover) {
  #salary .list_b li .ttl {
    transition: all 0.3s;
  }
  #salary .list_b li:hover .ttl {
    background-image: url(../img/pc/btn_base_b_on.jpg);
    color: #003075;
  }
}
#salary .mv {
  background-image: url(../img/pc/bg_1.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1400px auto;
  padding: 70px 0 40px;
  height: 620px;
}
#salary .mv h1 {
  width: calc(1596px / 2);
  margin: 0 auto 40px;
}
#salary .mv h1 img {
  width: 100%;
}
#salary .mv p {
  color: #fff;
}
#salary .mv .catch {
  font-size: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0.1em;
  color: #f5d471;
  margin-bottom: 25px;
}
#salary .job {
  background-color: #f9f1dc;
  background-image: url(../img/pc/bg_2.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1400px;
  padding: 100px 0;
}
#salary .ranking {
  border: 1px solid #edc246;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 60px 60px;
  margin: 160px 0 30px;
}
#salary .ranking h3 {
  border: 1px solid #edc246;
  border-top: none;
  width: 400px;
  height: 100px;
  margin: 0 auto 38px;
  position: relative;
}
#salary .ranking h3::after {
  content: "";
  width: calc(616px / 2);
  height: calc(8px / 2);
  display: block;
  background-image: url(../img/pc/line_gold.png);
  background-size: cover;
  position: absolute;
  bottom: calc(-8px / 2 - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#salary .ranking h3 span {
  border-bottom: 1px solid #edc246;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-weight: 700;
  color: #d5a312;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#salary .ranking h3 em {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-style: normal;
  font-size: 24px;
  color: #003075;
}
#salary .ranking ul {
  display: flex;
  justify-content: space-between;
}
#salary .ranking ul li {
  width: calc((100% - 50px) / 2);
  height: 120px;
  padding: 10px;
  position: relative;
}
#salary .ranking ul li:nth-of-type(1) {
  background-color: #e1d549;
}
#salary .ranking ul li:nth-of-type(1) .boxy .medal {
  color: #372b05;
}
#salary .ranking ul li:nth-of-type(1) .boxy .medal::before {
  background-color: #e1d549;
}
#salary .ranking ul li:nth-of-type(2) {
  background-color: #5e8cce;
}
#salary .ranking ul li:nth-of-type(2) .boxy .medal {
  color: #fff;
}
#salary .ranking ul li:nth-of-type(2) .boxy .medal::before {
  background-color: #5e8cce;
}
#salary .ranking ul a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
#salary .ranking ul .boxy {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
#salary .ranking ul .boxy p {
  width: calc(100% - 160px - 10px);
  font-size: 18px;
  line-height: calc(24 / 18);
  text-align: left;
}
#salary .ranking ul .boxy .medal {
  width: 160px;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0.05em;
  padding-right: 12px;
  position: relative;
}
#salary .ranking ul .boxy .medal::before {
  content: "";
  width: calc(100% + 1px);
  height: 46px;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#salary .ranking ul .boxy .medal::after {
  content: "";
  width: calc(106px / 2);
  height: calc(142px / 2);
  display: block;
  background-image: url(../img/pc/icon_medal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (hover: hover) {
  #salary .ranking ul li {
    transition: all 0.3s;
  }
  #salary .ranking ul li *,
  #salary .ranking ul li *::before {
    transition: all 0.3s;
  }
  #salary .ranking ul li:hover .boxy {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
  }
  #salary .ranking ul li:hover .boxy p {
    color: #fff;
  }
  #salary .ranking ul li:hover .boxy .medal::before {
    background-color: #fff;
  }
  #salary .ranking ul li:hover:nth-of-type(1) .boxy {
    background-color: #e1d549;
  }
  #salary .ranking ul li:hover:nth-of-type(1) .boxy .medal {
    color: #e1d549;
  }
  #salary .ranking ul li:hover:nth-of-type(2) .boxy {
    background-color: #5e8cce;
  }
  #salary .ranking ul li:hover:nth-of-type(2) .boxy .medal {
    color: #5e8cce;
  }
}
#salary .support {
  border: 1px solid #c1b6a3;
  padding: 30px 0 25px;
}
#salary .support .link {
  margin-top: 20px;
  text-align: center;
}
#salary .support .link a {
  font-size: 18px;
  color: #003075;
  padding-left: calc(102px / 2 + 15px);
  position: relative;
}
#salary .support .link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: calc(102px / 2);
  height: calc(16px / 2);
  background-image: url(../img/pc/arrrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) {
  #salary .support .link a:hover {
    opacity: 0.6;
  }
}
#salary .search_all {
  background-image: url(../img/pc/bg_3.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1400px auto;
  height: 150px;
  display: flex;
  align-items: center;
}
#salary .search_all h2 {
  width: calc(1148px / 2);
  margin-bottom: 0;
}
