.container_interview {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.interview-profile {
  margin-top: 6rem;
}

.interview-profile__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .interview-profile__wrapper {
    flex-direction: column;
    position: static;
  }
}

.interview-profile__content {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 4rem 4rem 4rem 0;
  width: 100%;
  max-width: 70%;
}

@media (max-width: 768px) {
  .interview-profile__content {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 2rem;
  }
}

.interview-profile__number {
  font-family: var(--font-title);
  font-size: 6.2rem;
  font-weight: bold;
  color: #00a95f;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .interview-profile__number {
    font-size: 5rem;
    text-align: center;
  }
}

.interview-profile__heading {
  border-top: 2px solid #00a95f;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .interview-profile__heading {
    margin-bottom: 0;
  }
}

.interview-profile__heading .interview-profile__title {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .interview-profile__heading .interview-profile__title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.interview-profile__name {
  line-height: 1.2;
}

.interview-profile__name .interview-profile__position {
  font-size: 1.6rem;
}

.interview-profile__name .interview-profile__person {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.interview-profile__name--pc {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  .interview-profile__name--pc {
    display: none;
  }
}

.interview-profile__name--sp {
  display: none;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .interview-profile__name--sp {
    display: block;
  }
}

.interview-profile__image {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .interview-profile__image {
    max-width: 100%;
    margin-left: auto;
  }
}

.interview-profile__image .interview-profile__photo {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .interview-profile__image .interview-profile__photo {
    margin: 0 auto;
    max-width: 100%;
  }
}

.interview-lead {
  border: 1px solid #00a95f;
  padding: 4rem;
  margin: 10rem auto;
}

@media (max-width: 768px) {
  .interview-lead {
    padding: 2rem;
    margin: 4rem auto;
  }
}

.interview-lead__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2;
  color: #000;
}

@media (max-width: 768px) {
  .interview-lead__text {
    font-size: 1.4rem;
  }
}

.interview-body {
  margin-top: 6rem;
}

.interview-body__block {
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .interview-body__block {
    margin-bottom: 5rem;
  }
}

.interview-body__heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #00a95f;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .interview-body__heading {
    font-size: 1.8rem;
  }
}

.interview-body__text-group {
  margin-top: 2rem;
}

.interview-body__text {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .interview-body__text {
    font-size: 1.4rem;
  }
}

.interview-img {
  margin: 4rem 0 10rem;
}

@media (max-width: 768px) {
  .interview-img {
    margin: 0 0 5rem;
  }
}

.interview-img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview-img--full {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .interview-img--full {
    width: 100%;
  }
}

.interview-img--contain {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .interview-img--contain {
    max-width: 300px;
  }
}

.interview.is-orange .interview-profile__number {
  color: #ea5532;
}

.interview.is-orange .interview-profile__heading {
  border-top-color: #ea5532;
}

.interview.is-orange .interview-lead {
  border-color: #ea5532;
}

.interview.is-orange .interview-body__heading {
  border-bottom-color: #ea5532;
}

.interview-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .interview-nav {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.interview-nav .text-button-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  border: 2px solid;
  font-weight: bold;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease;
  color: inherit;
  margin: 0;
  background-color: #fff;
}

@media (max-width: 768px) {
  .interview-nav .text-button-box {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    text-align: center;
  }
}

.interview-nav .text-button-box__text {
  transition: color 0.3s ease;
}

.interview-nav .text-button-box--blue {
  border-color: #015184;
  color: #015184;
}

.interview-nav .text-button-box--blue .text-button-box__text {
  color: #015184;
}

.interview-nav .text-button-box--blue .arrow-button__arrow,
.interview-nav .text-button-box--blue .arrow-button__arrow::before {
  background-color: #015184;
}

.interview-nav .text-button-box--blue .arrow-button__circle {
  border-color: #015184;
  background-color: #fff100;
}

.interview-nav .text-button-box--blue:hover {
  background-color: #015184;
}

.interview-nav .text-button-box--blue:hover .text-button-box__text {
  color: #fff;
}

.interview-nav .text-button-box--blue:hover .arrow-button__arrow,
.interview-nav .text-button-box--blue:hover .arrow-button__arrow::before {
  background-color: #fff;
}

.interview-nav .text-button-box--blue:hover .arrow-button__circle {
  border-color: #fff;
}

.interview-nav .text-button-box--green {
  border-color: #00a95f;
  color: #00a95f;
}

.interview-nav .text-button-box--green .text-button-box__text {
  color: #00a95f;
}

.interview-nav .text-button-box--green .arrow-button__arrow,
.interview-nav .text-button-box--green .arrow-button__arrow::before {
  background-color: #00a95f;
}

.interview-nav .text-button-box--green .arrow-button__circle {
  border-color: #00a95f;
  background-color: #fff100;
}

.interview-nav .text-button-box--green:hover {
  background-color: #00a95f;
}

.interview-nav .text-button-box--green:hover .text-button-box__text {
  color: #fff;
}

.interview-nav .text-button-box--green:hover .arrow-button__arrow,
.interview-nav .text-button-box--green:hover .arrow-button__arrow::before {
  background-color: #fff;
}

.interview-nav .text-button-box--green:hover .arrow-button__circle {
  border-color: #fff;
}

.interview-nav .text-button-box--orange {
  border-color: #ea5532;
  color: #ea5532;
}

.interview-nav .text-button-box--orange .text-button-box__text {
  color: #ea5532;
}

.interview-nav .text-button-box--orange .arrow-button__arrow,
.interview-nav .text-button-box--orange .arrow-button__arrow::before {
  background-color: #ea5532;
}

.interview-nav .text-button-box--orange .arrow-button__circle {
  border-color: #ea5532;
  background-color: #fff100;
}

.interview-nav .text-button-box--orange:hover {
  background-color: #ea5532;
}

.interview-nav .text-button-box--orange:hover .text-button-box__text {
  color: #fff;
}

.interview-nav .text-button-box--orange:hover .arrow-button__arrow,
.interview-nav .text-button-box--orange:hover .arrow-button__arrow::before {
  background-color: #fff;
}

.interview-nav .text-button-box--orange:hover .arrow-button__circle {
  border-color: #fff;
}