.p-ttl {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-ttl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl {
    margin-bottom: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl {
    margin-bottom: 160px;
  }
}
.p-ttl:before {
  content: "";
  display: block;
  background: #f1f3f6;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-ttl:before {
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    border-radius: 25px 0 0 25px;
    top: 70px;
    right: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl:before {
    width: calc(100% - 5.7142857143vw);
    height: calc(100% - 1.4285714286vw);
    border-radius: 40px 0 0 40px;
    top: 5.7142857143vw;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl:before {
    width: calc(100% - 80px);
    height: calc(100% - 20px);
    top: 80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    pointer-events: none;
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/2.42vw 2.42vw repeat;
    right: 1.4285714286vw;
    top: 15.7142857143vw;
    width: 8.2142857143vw;
    height: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    right: 20px;
    top: 220px;
    width: 115px;
    height: 200px;
  }
}

.p-ttl-inr {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-ttl-inr {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl-inr {
    gap: 80px;
  }
}

.p-ttl-body {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-ttl-body {
    margin-inline: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl-body {
    flex: 0 0 46.4285714286vw;
    padding-top: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl-body {
    flex: 0 0 650px;
    padding-top: 30px;
  }
}

.p-ttl-photo {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-ttl-photo {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl-photo {
    flex: 0 0 43.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl-photo {
    flex: 0 0 610px;
  }
}
.p-ttl-photo img {
  width: 100%;
  transition: border-radius 0.4s;
}
@media only screen and (max-width: 740px) {
  .p-ttl-photo img {
    border-radius: 0 25px 25px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl-photo img {
    border-radius: 0 40px 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl-photo img {
    border-radius: 40px;
  }
}

.p-ttl-company {
  border-top: 1px solid rgba(29, 41, 81, 0.2);
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-ttl-company {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl-company {
    margin-top: 2.8571428571vw;
    padding-top: 2.8571428571vw;
    font-size: 1.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-ttl-company {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .p-ttl-company .-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-ttl-company .-name {
    font-size: 1.7142857143vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data {
    display: flex;
    justify-content: space-between;
  }
}
.p-data-sell {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-data-sell {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell {
    width: 36vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell {
    width: 504px;
  }
}
.p-data-sell:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/ill-3arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  translate: -50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-data-sell:after {
    width: 28px;
    height: 50px;
    top: calc(100% + 35px);
    left: 50%;
    rotate: 90deg;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell:after {
    width: 2vw;
    height: 3.5714285714vw;
    top: calc(50% + 1.1428571429vw);
    left: calc(100% + 2.1428571429vw);
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell:after {
    width: 28px;
    height: 50px;
    top: calc(50% + 16px);
    left: calc(100% + 30px);
  }
}

@media print, screen and (min-width: 741px) {
  .p-data-buy {
    width: 25.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-buy {
    width: 360px;
  }
}

.p-data-sell-hl {
  background: #1d2951;
  color: #fff;
  text-align: center;
  position: relative;
  padding-block: 0.3em 0.4em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  .p-data-sell-hl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-hl {
    font-size: 1vw;
    width: 25vw;
    margin-inline: auto 0.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell-hl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 350px;
    margin-inline: auto 5px;
  }
}
.p-data-sell-hl:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -1px;
}
@media only screen and (max-width: 740px) {
  .p-data-sell-hl:after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 10px solid #1d2951;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-hl:after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #1d2951;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell-hl:after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 10px solid #1d2951;
    border-bottom: none;
  }
}

.p-data-buy-hl {
  background: #0071bc;
  color: #fff;
  text-align: center;
  position: relative;
  padding-block: 0.3em 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-data-buy-hl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-hl {
    font-size: 1vw;
    width: 25vw;
    margin-inline: 0.3571428571vw;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-buy-hl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 350px;
    margin-inline: 5px;
  }
}
.p-data-buy-hl:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -1px;
}
@media only screen and (max-width: 740px) {
  .p-data-buy-hl:after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 10px solid #0071bc;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-hl:after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    border: 0.3571428571vw solid transparent;
    border-top: 0.7142857143vw solid #0071bc;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-buy-hl:after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 10px solid #0071bc;
    border-bottom: none;
  }
}

@media only screen and (max-width: 740px) {
  .p-data-sell-item {
    background: rgba(55, 79, 145, 0.1);
    padding-inline: 20px;
  }
  .p-data-sell-item:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }
  .p-data-sell-item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item {
    display: flex;
    justify-content: flex-end;
  }
  .p-data-sell-item:nth-child(2) dd {
    border-radius: 10px 10px 0 0;
  }
  .p-data-sell-item:last-child dd {
    border-radius: 0 0 10px 10px;
  }
}
.p-data-sell-item dt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt {
    padding-top: 0.8em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt {
    flex: 1 1 auto;
  }
}
.p-data-sell-item dt div {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt div {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt div {
    padding-left: 1.7857142857vw;
    padding-block: 0.8em;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell-item dt div {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt .-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-data-sell-item dt .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt .-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-data-sell-item dt .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt .-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-data-sell-item dt .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt .-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-data-sell-item dt .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/17px 17px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dd {
    flex: 0 0 25.7142857143vw;
    background: rgba(55, 79, 145, 0.1);
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-sell-item dd {
    flex: 0 0 360px;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-sell-item dd div {
    padding-bottom: 0.8em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item dd div {
    padding-block: 0.8em;
    margin-inline: 1em;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-sell-item:not(:last-child) dt div {
    border-bottom: 1px solid #e0e4e7;
    margin-right: 0.8em;
  }
}
.p-data-sell-item:not(:last-child) dd div {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 740px) {
  .p-data-buy-item {
    background: rgba(0, 113, 188, 0.1);
    padding-inline: 20px;
  }
  .p-data-buy-item:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }
  .p-data-buy-item:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item:nth-child(2) dd {
    border-radius: 10px 10px 0 0;
  }
  .p-data-buy-item:last-child dd {
    border-radius: 0 0 10px 10px;
  }
}
.p-data-buy-item dt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt {
    padding-top: 0.8em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt {
    display: none;
  }
}
.p-data-buy-item dt div {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt div {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt div {
    padding-left: 1.7857142857vw;
    padding-block: 0.8em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-buy-item dt div {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt .-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-data-buy-item dt .-icon01 {
    background: url(/_assets/_common/img/icon-info01.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt .-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-data-buy-item dt .-icon02 {
    background: url(/_assets/_common/img/icon-info02.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt .-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-data-buy-item dt .-icon03 {
    background: url(/_assets/_common/img/icon-info03.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt .-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-data-buy-item dt .-icon04 {
    background: url(/_assets/_common/img/icon-info04.svg) 0 50%/17px 17px no-repeat;
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/14px 14px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/1.2em 1.2em no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .p-data-buy-item dt .-icon05 {
    background: url(/_assets/_common/img/icon-info05.svg) 0 50%/17px 17px no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dd {
    background: rgba(0, 113, 188, 0.1);
  }
}
@media only screen and (max-width: 740px) {
  .p-data-buy-item dd div {
    padding-bottom: 0.8em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item dd div {
    padding-block: 0.8em;
    margin-inline: 1em;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-data-buy-item:not(:last-child) dt div {
    border-bottom: 1px solid #e0e4e7;
    margin-right: 0.8em;
  }
}
.p-data-buy-item:not(:last-child) dd div {
  border-bottom: 1px solid #fff;
}

.p-data-lead {
  margin-top: 2em;
}

@media only screen and (max-width: 740px) {
  .p-talk:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk {
    display: flex;
    gap: 2.8571428571vw;
  }
  .p-talk:not(:first-child) {
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-talk {
    gap: 40px;
  }
  .p-talk:not(:first-child) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 740px) {
  .p-talk-hl {
    padding-top: 30px;
    background: linear-gradient(to right, #0071bc, #0071bc 100px, transparent 100px, transparent 105px, rgba(29, 41, 81, 0.2) 105px, rgba(29, 41, 81, 0.2)) 0 0/100% 1px no-repeat;
  }
  .p-talk-hl:not(:first-child) {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk-hl {
    padding-top: 2.1428571429vw;
    background: linear-gradient(to right, #0071bc, #0071bc 160px, transparent 160px, transparent 165px, rgba(29, 41, 81, 0.2) 165px, rgba(29, 41, 81, 0.2)) 0 0/100% 1px no-repeat;
  }
  .p-talk-hl:not(:first-child) {
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-talk-hl {
    padding-top: 30px;
  }
  .p-talk-hl:not(:first-child) {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-talk-txt {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 740px) {
  .p-talk-img:not(:first-child) {
    margin-top: 1.3em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk-img {
    flex: 0 0 29.2857142857vw;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-talk-img {
    flex: 0 0 410px;
  }
}
.p-talk-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-talk-img img {
    border-radius: 0 30px 0 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk-img img {
    border-radius: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 740px) {
  .p-talk-photo {
    margin-top: 80px !important;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk-photo {
    margin-top: 8.5714285714vw !important;
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1400px) {
  .p-talk-photo {
    margin-top: 120px !important;
  }
}
.p-talk-photo img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-talk-photo img {
    border-radius: 0 30px 0 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-talk-photo img {
    border-radius: 0 40px 0 40px;
  }
}
.p-consultant {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-consultant {
    background: #f1f3f6;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant {
    margin-top: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant:before {
    content: "";
    display: block;
    background: #f1f3f6;
    position: absolute;
    width: calc(100% - 2.8571428571vw);
    height: 100%;
    border-radius: 50px 0 0 50px;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant:before {
    width: calc(100% - 40px);
    height: 100%;
  }
}
.p-consultant:after {
  content: "";
  display: block;
  background: url(/_assets/trackrecord/interview/img/txt-consultant.svg) 50% 50%/contain no-repeat;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-consultant:after {
    width: 448px;
    height: 64px;
    left: calc(100% + 10px);
    top: -5px;
    transform-origin: 0 0;
    rotate: 90deg;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant:after {
    width: 40.8571428571vw;
    height: 5.8571428571vw;
    top: -0.8571428571vw;
    left: 7.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant:after {
    width: 572px;
    height: 82px;
    top: -12px;
    left: 110px;
  }
}
.p-consultant > div {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 741px) {
  .p-consultant-inr {
    display: flex;
    gap: 5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant-inr {
    gap: 70px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-consultant-body {
    flex: 1 1 auto;
  }
}
.p-consultant-body p {
  margin-top: 1em;
}
.p-consultant-body a {
  color: #0071bc;
  background: linear-gradient(to top, currentColor, currentColor 1px, transparent 1px, transparent) 0 0/100% 100% no-repeat;
  transition: background-size 0.4s, color 0.4s;
}
@media print, screen and (min-width: 741px) {
  .p-consultant-body a:hover {
    background-position: 100% 0;
    background-size: 0 100%;
  }
}
.p-consultant-body a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
}
.p-consultant-body a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  background: currentcolor;
  mask: url(/_assets/_common/img/icon-pdf.svg) 50% 50%/contain no-repeat;
  margin-left: 0.3em;
  position: relative;
  top: 0.1em;
}

@media only screen and (max-width: 740px) {
  .p-consultant-staff {
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant-staff {
    flex: 0 0 15vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant-staff {
    flex: 0 0 210px;
  }
}
.p-consultant-staff img {
  object-fit: cover;
}
@media only screen and (max-width: 740px) {
  .p-consultant-staff img {
    width: 160px;
    margin-top: 20px;
    max-height: 186.6666666667px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant-staff img {
    width: 100%;
    max-height: 17.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant-staff img {
    max-height: 245px;
  }
}
.p-consultant-staff figcaption {
  margin-top: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-consultant-staff figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-consultant-staff figcaption {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-consultant-staff figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

.p-interview-item {
  background: #fff;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-interview-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 5.7142857143vw) / 3);
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-item {
    flex: 0 0 calc((100% - 80px) / 3);
  }
}

.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;
  background: #eee;
  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;
  }
}