@media print, screen and (min-width: 741px) {
  .p-search-list {
    display: flex;
    align-items: center;
    gap: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-list {
    gap: 40px;
  }
}

.p-search-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .p-search-item {
    gap: 10px;
  }
  .p-search-item:not(:first-child) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-item {
    gap: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-item {
    gap: 15px;
  }
}
.p-search-item dt {
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-search-item dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 24px;
    flex: 0 0 7em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-item dt {
    font-size: 1vw;
    padding-left: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-item dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .p-search-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-item .-job {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-search-item .-purpose {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/16px 16px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-item .-purpose {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-item .-purpose {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-search-item dd {
    flex: 1 1 auto;
  }
}
.p-search-select {
  background: #f1f3f6;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-search-select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-search-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-search-select:after {
    width: 10px;
    height: 8px;
    border: 5px solid transparent;
    border-top: 8px solid #aaa;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-select:after {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    border: 0.3571428571vw solid transparent;
    border-top: 0.5714285714vw solid #aaa;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-select:after {
    width: 10px;
    height: 8px;
    border: 5px solid transparent;
    border-top: 8px solid #aaa;
    border-bottom: none;
  }
}
.p-search-select select {
  width: 100%;
  padding: 0.2em 3em 0.2em 1em;
  color: inherit;
}

@media only screen and (max-width: 740px) {
  .p-search-btns {
    text-align: center;
    margin-top: 20px;
    margin-inline: 30px;
  }
}
.p-search-submit {
  background: #1d2951;
  color: #fff;
  border-radius: 6px;
  padding: 0.5em 1em;
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  .p-search-submit {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-search-submit {
    font-size: 1.1428571429vw;
    transition: background 0.4s;
  }
  .p-search-submit:hover {
    background: #0071bc;
  }
}
@media only screen and (min-width: 1400px) {
  .p-search-submit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-deals {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals {
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals {
    margin-top: 60px;
  }
}

.p-deals-sort-select {
  background: #f1f3f6;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-deals-sort-select {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-deals-sort-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-deals-sort-select:after {
    width: 10px;
    height: 8px;
    border: 5px solid transparent;
    border-top: 8px solid #aaa;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-sort-select:after {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    border: 0.3571428571vw solid transparent;
    border-top: 0.5714285714vw solid #aaa;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-sort-select:after {
    width: 10px;
    height: 8px;
    border: 5px solid transparent;
    border-top: 8px solid #aaa;
    border-bottom: none;
  }
}
.p-deals-sort-select select {
  padding: 0.2em 3em 0.2em 1em;
  color: inherit;
}

@media only screen and (max-width: 740px) {
  .p-deals-list {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-list {
    gap: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .p-deals-item-hit0 {
    padding-block: 4em 2em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-item-hit0 {
    flex: 0 0 100%;
    text-align: center;
    padding-block: 6em 4em;
  }
}
.p-deals-item {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-deals-item {
    border-radius: 0 0 20px 0;
  }
  .p-deals-item:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-item {
    flex: 0 0 calc((100% - 2.8571428571vw) / 2);
    border-radius: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}

.p-deals-link {
  display: block;
}
@media only screen and (max-width: 740px) {
  .p-deals-link {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-link {
    padding: 2.1428571429vw;
  }
  .p-deals-link:hover .p-deals-hl span {
    color: #0071bc;
    background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-link {
    padding: 30px;
  }
}

.p-deals-hl span {
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 100% 0/0 100% no-repeat;
  transition: color 0.6s, background-size 0.6s;
}

.p-deals-data-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table {
    border-spacing: 2px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table {
    border-spacing: 0.2857142857vw 0;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table {
    border-spacing: 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-deals-data-table tr:first-child th div {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 3px 3px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 0.4285714286vw 0.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th div {
    margin: 0 6px 4px;
  }
}
.p-deals-data-table tr:first-child th div:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -1px;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th div:after {
    width: 10px;
    height: 10px;
  }
}
.p-deals-data-table tr:first-child th:nth-child(2) div {
  background: #1d2951;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 3px solid transparent;
    border-top: 6px solid #1d2951;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #1d2951;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th:nth-child(2) div:after {
    border: 5px solid transparent;
    border-top: 10px solid #1d2951;
    border-bottom: none;
  }
}
.p-deals-data-table tr:first-child th:nth-child(3) div {
  background: #0071bc;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 3px solid transparent;
    border-top: 6px solid #0071bc;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #0071bc;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:first-child th:nth-child(3) div:after {
    border: 5px solid transparent;
    border-top: 10px solid #0071bc;
    border-bottom: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 6px 6px 0 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:nth-child(2) td {
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 6px 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 0.7142857143vw 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}
.p-deals-data-table tr:not(:last-child) td div {
  border-bottom: 1px solid #fff;
}
.p-deals-data-table tr:not(:last-child) th:first-child div {
  border-bottom: 1px solid #e0e4e7;
}
.p-deals-data-table th {
  text-align: left;
  height: 100%;
  font-weight: normal;
}
.p-deals-data-table th:first-child {
  width: 26%;
}
.p-deals-data-table th:first-child div {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th:first-child div {
    padding: 5px 0;
    padding-left: 20px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th:first-child div {
    padding: 0.7142857143vw 0;
    padding-left: 1.7857142857vw;
    margin-right: 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th:first-child div {
    padding: 10px 0;
    padding-left: 25px;
    margin-right: 5px;
  }
}
.p-deals-data-table th div {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/12px 12px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table th .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/17px 17px no-repeat;
  }
}
.p-deals-data-table td {
  width: 34%;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table td {
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table td {
    padding: 0 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table td {
    padding: 0 10px;
  }
}
.p-deals-data-table td:nth-child(2) {
  background: rgba(55, 79, 145, 0.1);
}
.p-deals-data-table td:nth-child(3) {
  background: rgba(0, 113, 188, 0.1);
}
.p-deals-data-table td div {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .p-deals-data-table td div {
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-deals-data-table td div {
    padding: 0.7142857143vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-data-table td div {
    padding: 10px 0;
  }
}