.c-square-btn.is-active {
  pointer-events: all;
}

.p-mv {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-mv {
    padding-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv {
    height: 6.3rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-mv-inr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 741px) {
  .p-mv-img {
    width: 70vw;
    height: 5.7rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }
}

.p-mv-body {
  position: relative;
}
.p-mv-num {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 0.36rem;
  color: #e88418;
  font-weight: bold;
  line-height: 0.9;
}
@media only screen and (max-width: 740px) {
  .p-mv-num {
    position: absolute;
    top: -0.26rem;
    left: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-num {
    margin-bottom: -0.05rem;
  }
}

.p-mv-body-inr {
  background: linear-gradient(to right, #e88418, #d36011);
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-mv-body-inr {
    padding: 0.3rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-body-inr {
    width: 6.54rem;
    padding: 0.4rem;
  }
}

.p-mv-body-catch {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-mv-body-catch {
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-body-catch {
    font-size: 0.36rem;
  }
}

.p-mv-body-data {
  font-size: 0.13rem;
  margin-top: 0.2rem;
}
.p-mv-body-ttl {
  font-weight: bold;
  font-size: 0.15rem;
}
.p-mv-body-ttl span {
  font-size: 0.24rem;
}

@media only screen and (max-width: 740px) {
  .p-interview {
    padding-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview {
    padding-top: 0.4rem;
  }
}

.p-interview-block:not(:first-child) {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 740px) {
  .p-interview-block {
    padding: 0.4rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-block {
    padding-block: 0.6rem;
    display: flex;
    gap: 0.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-block.-img-txt {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 741px) {
  .p-interview-body {
    flex: 1 1 auto;
  }
}

.p-interview-question {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 740px) {
  .p-interview-question {
    font-size: 0.2rem;
    min-height: 0.5rem;
    padding-left: 0.65rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-question {
    font-size: 0.24rem;
    min-height: 0.8rem;
    padding-left: 1rem;
  }
}
.p-interview-question:before {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media only screen and (max-width: 740px) {
  .p-interview-question:before {
    width: 0.5rem;
    height: 0.5rem;
    background: url(/_assets/recruit/people/img/detail/icon-interview.svg) 50% 50%/0.16rem 0.22rem no-repeat #c7b299;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-question:before {
    width: 0.8rem;
    height: 0.8rem;
    background: url(/_assets/recruit/people/img/detail/icon-interview.svg) 50% 50%/0.25rem 0.36rem no-repeat #c7b299;
  }
}

.p-interview-answer {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-answer {
    padding-left: 0.65rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-answer {
    padding-left: 1rem;
  }
}

.p-interview-answer-icon {
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media only screen and (max-width: 740px) {
  .p-interview-answer-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-answer-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-answer-txt {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-answer-txt {
    font-size: 0.17rem;
  }
}
.p-interview-answer-txt > p:not(:first-child) {
  margin-top: 2em;
}

@media only screen and (max-width: 740px) {
  .p-interview-img {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-img {
    flex: 0 0 4.8rem;
  }
}
.p-interview-img img {
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .p-interview-col2 {
    display: grid;
    grid-template-columns: 1fr 5.2rem;
    grid-gap: 0.6rem;
    align-items: start;
  }
}
.p-interview-col2:not(:first-child) .p-interview-blocks .p-interview-block:first-child {
  border-top: 1px solid #cccccc;
}
@media print, screen and (min-width: 741px) {
  .p-interview-col2:not(:first-child) .p-interview-blocks .p-interview-block:last-child {
    border-bottom: 1px solid #cccccc;
  }
}

.p-interview-schedule {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule {
    margin-inline: 0.2rem;
  }
}
.p-interview-schedule:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-interview-schedule:after {
  content: "";
  display: block;
  background: url(/_assets/recruit/people/img/detail/ill-clip.svg) 50% 50%/contain no-repeat;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule:after {
    width: 0.2rem;
    height: 0.42rem;
    top: -0.12rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule:after {
    width: 0.32rem;
    height: 0.65rem;
    top: -0.18rem;
    right: 0.15rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-schedule-inr {
    padding: 0.25rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-inr {
    padding: 0.3rem 0.3rem 0.4rem;
  }
}
.p-interview-schedule-inr:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f7f5;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-inr:before {
    top: 0.05rem;
    left: 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-inr:before {
    top: 0.1rem;
    left: 0.1rem;
  }
}

.p-interview-schedule-hl {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #c7b299;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-hl {
    font-size: 0.13rem;
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-hl {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
}

.p-interview-schedule-detail {
  display: grid;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-detail {
    margin-left: 0.55rem;
    border-left: 2px solid #e88418;
    grid-gap: 0.06rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-detail {
    margin-left: 0.9rem;
    border-left: 4px solid #e88418;
    grid-gap: 0.1rem;
  }
}

.p-interview-schedule-item {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item {
    padding-left: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item {
    padding-left: 0.4rem;
  }
}
.p-interview-schedule-item .-time {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-time {
    font-size: 0.12rem;
    padding-right: 0.16rem;
    top: 0.17rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-time {
    font-size: 0.17rem;
    padding-right: 0.26rem;
    top: 0.28rem;
  }
}
.p-interview-schedule-item .-time:after {
  content: "";
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-time:after {
    width: 0.14rem;
    height: 0.14rem;
    border: 2px solid #e88418;
    right: 1px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-time:after {
    width: 0.24rem;
    height: 0.24rem;
    border: 4px solid #e88418;
    right: 2px;
  }
}
.p-interview-schedule-item .-body {
  border: 1px solid #e88418;
  background: #fff;
  border-radius: 0.06rem;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-body {
    padding: 0.08rem 0.12rem;
    min-height: 0.34rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-body {
    padding: 0.15rem 0.2rem;
    min-height: 0.56rem;
  }
}
.p-interview-schedule-item .-body:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-body:before {
    width: 0.1rem;
    height: 0.12rem;
    border: 0.06rem solid transparent;
    border-left: none;
    border-right: 0.1rem solid #e88418;
    top: 0.17rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-body:before {
    width: 0.12rem;
    height: 0.14rem;
    border: 0.07rem solid transparent;
    border-left: none;
    border-right: 0.12rem solid #e88418;
    top: 0.28rem;
  }
}
.p-interview-schedule-item .-body:after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - 0.02rem);
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-body:after {
    width: 0.1rem;
    height: 0.12rem;
    border: 0.06rem solid transparent;
    border-left: none;
    border-right: 0.1rem solid #fff;
    top: 0.17rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-body:after {
    width: 0.12rem;
    height: 0.14rem;
    border: 0.07rem solid transparent;
    border-left: none;
    border-right: 0.12rem solid #fff;
    top: 0.28rem;
  }
}
.p-interview-schedule-item .-ttl {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-ttl {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-ttl {
    font-size: 0.17rem;
  }
}
.p-interview-schedule-item .-ttl:not(:last-child) {
  border-bottom: 1px solid #e88418;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-interview-schedule-item .-txt {
    font-size: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-schedule-item .-txt {
    font-size: 0.15rem;
  }
}

.p-interview-message {
  border: 1px solid #333;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-interview-message {
    margin-inline: 0.2rem;
    margin-top: 0.45rem;
    padding: 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-message {
    margin-top: 0.8rem;
    padding: 0.1rem;
  }
}

.p-interview-message-inr {
  background: #f9f7f5;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-interview-message-inr {
    padding: 0.25rem 0.15rem 0.7rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-message-inr {
    padding: 0.5rem;
  }
}

.p-interview-message-bg {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.9;
  position: absolute;
  right: -0.1em;
  bottom: 0.1em;
  pointer-events: none;
}
.p-interview-message-ttl {
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-interview-message-ttl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-message-ttl {
    font-size: 0.24rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-message-txt {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-message-txt {
    font-size: 0.17rem;
  }
}