@media only screen and (max-width: 740px) {
  .p-interview-swiper-wrapper {
    margin-block: 20px 100px;
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-wrapper {
    width: 100%;
    max-width: calc(100% - (100% - 85.7142857143vw) / 2);
    padding-left: 3.5714285714vw;
    margin-block: 2.1428571429vw 7.1428571429vw;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-wrapper {
    max-width: calc(100% - (100% - 1200px) / 2);
    padding-left: 50px;
    margin-block: 30px 100px;
    gap: 80px;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    width: 78.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    width: 1100px;
  }
}
.p-interview-swiper-container .swiper {
  overflow: visible;
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 40px;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 6.4285714286vw;
    bottom: -4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 90px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 0;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 3.5714285714vw;
    bottom: -4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 50px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 90px;
    right: 90px;
    bottom: -38px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 14.2857142857vw;
    right: 10vw;
    bottom: -3.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 200px;
    right: 140px;
    bottom: -47px;
  }
}

.p-interview-item {
  background: #fff;
  border-radius: 0 0 30px 0;
}

.p-interview-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-interview-link .-new {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #1d2951;
  padding: 0.2em 0.5em 0.1em;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-interview-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-link .-new {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-interview-link .-new:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid transparent;
  border-top: 8px solid #1d2951;
  border-bottom: none;
  position: absolute;
  left: 8px;
  top: 95%;
  rotate: -20deg;
}
.p-interview-link:hover .p-interview-img img {
  scale: 1.1;
}

.p-interview-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640/412;
}
.p-interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-interview-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .p-interview-body {
    padding: 20px 20px 45px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-body {
    padding: 1.7857142857vw 1.4285714286vw 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-body {
    padding: 25px 20px 50px;
  }
}

.p-interview-hl {
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-interview-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-hl {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-interview-lead {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-lead {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-interview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 740px) {
  .p-interview-tags {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-tags {
    margin-top: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-tags {
    margin-top: 15px;
  }
}
.p-interview-tags li {
  background: #0071bc;
  border-radius: 100px;
  padding: 0 0.8em 0.1em;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-interview-tags li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-tags li {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-tags li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@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;
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-deals-list {
    gap: 40px;
    margin-top: 40px;
  }
}

.p-deals-item {
  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;
  }
}