.p-profile {
  background: #65aede;
  position: relative;
  color: #fff;
}
.p-profile__bg {
  position: absolute;
  color: #7fc2ee;
  pointer-events: none;

  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-profile__left, .p-profile__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}
.p-profile__name {
  flex-direction: column;
  line-height: 1;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}
.p-profile__name b, .p-profile__name span {
  letter-spacing: 0.1em;
}
.p-profile__right, .p-profile__title {
  letter-spacing: 0.05em;
}
.p-profile__right {
  line-height: 2;
  text-align: justify;
}
.p-career {
  background: #fff;
  position: relative;
}
.p-career__title {
  letter-spacing: 0.1em;
  color: #0075c1;
  text-align: center;
}
.p-career__section {
  position: relative;
}
.p-career__section:after {
  content: "";
  background: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;

  border-left-color: #0075c1;
  border-left-style: solid;
}
.p-career__year {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
  color: #0075c1;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}
.p-career__year:after {
  content: "";
  display: block;
  flex-grow: 1;
  background: #dcdcdc;
  height: 2px;

  border-right-color: #0075c1;
  border-right-style: solid;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
}
.p-career__data dd, .p-career__data dt {
  letter-spacing: 0.05em;
}
.p-career__data dd {
  line-height: 1.8333333333;
  color: #595858;
  text-align: justify;
}
.p-interview {
  position: relative;
  overflow: hidden;
}
.p-interview.is-my-works .p-interview__bg {
  pointer-events: none;

  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-interview__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;

  -webkit-align-items: flex-start;
  -webkit-box-align: start;
}
.p-interview__bg {
  position: absolute;
  margin-right: -0.1em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0075c1;

  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-interview__bg span {
  opacity: 0.08;
}
.p-interview__label {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0075c1;
}
.p-interview__title {
  letter-spacing: 0.1em;
}
.p-interview__text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-comment {
  background: rgba(0, 117, 193, 0.08);
}
.p-comment__section {
  background: #fff;
  position: relative;
}
.p-comment__section:before {
  content: "";
  display: block;
  background: rgba(99, 194, 255, 0.9);
  position: absolute;
  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.p-comment__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0075c1;
  text-align: center;
}
.p-comment__text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-nav {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;

  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.p-nav, .p-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.p-nav__link {
  flex-basis: 50%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 50%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;

  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  -webkit-flex-basis: 50%;
  -webkit-justify-content: space-between;
}
.p-nav__bg {
  background: no-repeat 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;

  -webkit-transition: -webkit-transform 0.5s ease;
}
.p-nav__link:hover .p-nav__bg {
  transform: scale(1.1);

  -webkit-transform: scale(1.1);
}
.p-nav__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;

  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
}
.p-nav__name b, .p-nav__name span {
  display: block;
}
.p-nav__name b, .p-nav__name span {
  letter-spacing: 0.1em;
}
.p-nav__number {
  background: url(/recruit/assets/images/common/tri_1.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  transition: background 0.5s ease;

  -webkit-transition: background 0.5s ease;
}
.p-nav__index {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #65aede;
  text-decoration: none;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.p-nav__index span {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px), print {
  .p-profile {
    padding: 8.75rem 0 8.125rem;
  }
  .p-profile__bg {
    top: 3.4375rem;
    left: 4.625rem;
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  .p-profile__bg br {
    display: none;
  }
  .p-profile__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5rem;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
  .p-profile__left {
    flex-basis: 16.4375rem;
    flex-direction: column;
    width: 16.4375rem;
    padding-top: 1.25rem;
    text-align: right;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-basis: 16.4375rem;
    -webkit-flex-direction: column;
  }
  .p-profile__left, .p-profile__name {
    align-items: flex-end;

    -webkit-align-items: flex-end;
    -webkit-box-align: end;
  }
  .p-profile__name {
    margin-bottom: 1.5625rem;
  }
  .p-profile__name b {
    margin-bottom: 0.6875rem;
    font-size: 1.5rem;
  }
  .p-profile__name span {
    font-size: 0.875rem;
  }
  .p-profile__title {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .p-profile__right {
    flex-basis: 40rem;
    width: 40rem;
    font-size: 0.875rem;

    -webkit-flex-basis: 40rem;
  }
  .p-career {
    margin: -3.75rem 2.5rem 9.6875rem;
    padding: 4.5rem 2.5rem 0;
  }
  .p-career__title {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .p-career__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;

    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }
  .p-career__section {
    flex-basis: calc((100% - 6.25rem) / 3);
    width: -webkit-calc((100% - 6.25rem)/3);
    width: calc((100% - 6.25rem) / 3);
    margin: 0 1.5625rem;
    padding-bottom: 2.5rem;

    -webkit-flex-basis: -webkit-calc((100% - 6.25rem)/3);
  }
  .p-career__section:after {
    border-left-width: 1.875rem;
  }
  .p-career__section:first-child {
    margin-left: 0;
  }
  .p-career__section:last-child {
    margin-right: 0;
  }
  .p-career__year {
    margin-bottom: 1.625rem;
    font-size: 1rem;
  }
  .p-career__year:after {
    margin-left: 0.8125rem;

    border-right-width: 1.875rem;
  }
  .p-career__data dt {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .p-career__data dd {
    font-size: 0.75rem;
  }
  .p-interview {
    margin-bottom: 7.5rem;
  }
  .p-interview.is-my-works {
    padding-right: 5rem;
  }
  .p-interview.is-my-works .p-interview__bg {
    top: 3.4375rem;
    right: -0.9375rem;
  }
  .p-interview.is-impressive {
    padding-left: 5rem;
  }
  .p-interview.is-impressive .p-interview__inner {
    flex-direction: row;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
  }
  .p-interview.is-impressive .p-interview__bg {
    top: 2.1875rem;
    left: -4.8125rem;
  }
  .p-interview.is-message {
    flex-direction: row-reverse;
    padding-right: 5rem;

    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
  }
  .p-interview.is-message .p-interview__bg {
    top: 3.4375rem;
    right: 1.25rem;
  }
  .p-interview__inner {
    flex-direction: row-reverse;
    justify-content: space-between;

    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
  }
  .p-interview__bg {
    font-size: 5rem;
  }
  .p-interview__body {
    flex-basis: 29.375rem;
    width: 29.375rem;

    -webkit-flex-basis: 29.375rem;
  }
  .p-interview__label {
    margin-bottom: 4.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
  }
  .p-interview__title {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-interview__text {
    font-size: 0.875rem;
  }
  .p-interview__image {
    flex-basis: 34.375rem;
    width: 34.375rem;

    -webkit-flex-basis: 34.375rem;
  }
  .p-comment {
    margin-bottom: 7.125rem;
    padding-bottom: 4.625rem;
  }
  .p-comment__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: -7.5rem 2.5rem 0;

    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
  .p-comment__section {
    flex-basis: calc((100% - 5.625rem) / 3);
    width: -webkit-calc((100% - 5.625rem)/3);
    width: calc((100% - 5.625rem) / 3);
    max-width: -webkit-calc((100% - 5.625rem)/3);
    max-width: calc((100% - 5.625rem) / 3);
    padding: 3.375rem 2.5rem 2.5rem;

    -webkit-flex-basis: -webkit-calc((100% - 5.625rem)/3);
  }
  .p-comment__section:before {
    top: 0.6875rem;
    left: -1.6875rem;
    width: 5.875rem;
    height: 1.125rem;
  }
  .p-comment__title {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 2.5;
  }
  .p-comment__text {
    font-size: 0.875rem;
  }
  .p-nav {
    margin-bottom: 6.25rem;
  }
  .p-nav__link {
    height: 15.625rem;
    padding-bottom: 1.25rem;
  }
  .p-nav__name {
    margin-left: 2.5rem;
  }
  .p-nav__name b {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .p-nav__name span {
    font-size: 0.75rem;
  }
  .p-nav__number {
    background-position: right -4.375rem bottom;
    height: 5.5rem;
    padding: 1.75rem 1.75rem 1.25rem 0;
    font-size: 2.5rem;
  }
  .p-nav__link:hover .p-nav__number {
    background-position: 100% 100%;
  }
  .p-nav__index {
    flex-basis: calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
    padding: 2.5rem 0;
    border-bottom: 2px solid rgba(101, 174, 222, 0.35);
    transition: border 0.5s ease;

    -webkit-flex-basis: -webkit-calc(100% - 5rem);
    -webkit-transition: border 0.5s ease;
  }
  .p-nav__index:hover {
    border-bottom: 2px solid #65aede;
  }
  .p-nav__index span {
    font-size: 0.875rem;
  }
  .p-nav__index img, .p-nav__index svg {
    width: 1.25rem;
    margin-left: 1.875rem;
  }
  .p-nav__index rect {
    transition: all 0.25s ease;
    transition-delay: 0.1s;

    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.1s;
  }
  .p-nav__index rect:nth-of-type(5), .p-nav__index rect:nth-of-type(10) {
    transition-delay: 0.01s;

    -webkit-transition-delay: 0.01s;
  }
  .p-nav__index:hover rect:first-of-type, .p-nav__index:hover rect:nth-of-type(3), .p-nav__index:hover rect:nth-of-type(7), .p-nav__index:hover rect:nth-of-type(9) {
    transition-delay: 0.01s;

    -webkit-transition-delay: 0.01s;
    x: 8px;
    y: 8px;
  }
  .p-nav__index:hover rect:nth-of-type(5) {
    height: 20px;
    transition-delay: 0.1s;

    -webkit-transition-delay: 0.1s;
    y: 0;
  }
  .p-nav__index:hover rect:nth-of-type(10) {
    width: 20px;
    transition-delay: 0.1s;

    -webkit-transition-delay: 0.1s;
    x: 0;
  }
  .p-people .c-kv {
    height: 100vh;
    margin-bottom: 0;
  }
  .p-people .c-kv__title {
    bottom: 2.5rem;
    left: 5rem;
  }
  .p-people-interview06 .c-kv__title {
    width: 45.1875rem;
  }
  .p-people-interview07 .c-kv__title {
    width: 28.5rem;
  }
  .p-people-interview05 .c-kv__title {
    width: 36.4375rem;
  }
  .p-people-interview04 .c-kv__title {
    width: 45rem;
  }
  .p-people-interview08 .c-kv__title {
    width: 41.05rem;
  }
  .p-people-interview03 .c-kv__title {
    width: 38.9375rem;
  }
  .p-people-interview09 .c-kv__title {
    width: 47.6875rem;
  }
  .p-people-interview01 .c-kv__title {
    width: 37.75rem;
  }
}
@media only screen and (max-width: 767.9px) {
  .p-profile {
    padding: 4.58333rem 4.16667rem 5.66667rem;
  }
  .p-profile__bg {
    top: 0.83333rem;
    left: 1.95833rem;
    font-size: 4.16667rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-profile__left {
    margin-bottom: 2rem;
  }
  .p-profile__left, .p-profile__name {
    align-items: flex-start;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
  }
  .p-profile__name {
    margin-right: 2.41667rem;
  }
  .p-profile__name b {
    margin-bottom: 0.83333rem;
    font-size: 1.33333rem;
  }
  .p-profile__name span {
    font-size: 0.91667rem;
  }
  .p-profile__title {
    margin-top: -0.4em;
    font-size: 1rem;
    line-height: 1.8333333333;
    letter-spacing: 0.05em;
  }
  .p-profile__right {
    font-size: 1rem;
  }
  .p-career {
    margin: -3.33333rem 2.08333rem 5rem;
    padding: 3.33333rem 2.08333rem 0;
  }
  .p-career__title {
    margin-bottom: 2.66667rem;
    font-size: 1.33333rem;
  }
  .p-career__section {
    margin-bottom: 3rem;
    padding-bottom: 2.29167rem;
  }
  .p-career__section:after {
    border-left-width: 2.08333rem;
  }
  .p-career__year {
    margin-bottom: 1.45833rem;
    font-size: 1.08333rem;
  }
  .p-career__year:after {
    margin-left: 1.20833rem;

    border-right-width: 2.08333rem;
  }
  .p-career__data dt {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.0833333333;
    letter-spacing: 0.05em;
  }
  .p-career__data dd {
    font-size: 1rem;
  }
  .p-interview {
    margin-bottom: 4rem;
  }
  .p-interview__inner {
    flex-direction: column-reverse;
    justify-content: flex-start;

    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
  }
  .p-interview__bg {
    top: 94vw;
    left: -0.45833rem;
    font-size: 4.16667rem;
  }
  .p-interview__body {
    position: relative;
    margin: 0 2.08333rem;
  }
  .p-interview__label {
    margin-bottom: 1.25rem;
    font-size: 1.08333rem;
    text-align: center;
  }
  .p-interview__title {
    margin-bottom: 1.41667rem;
    font-size: 1.5rem;
    line-height: 1.5555555556;
    text-align: center;
  }
  .p-interview__text {
    font-size: 1rem;
  }
  .p-interview__image {
    margin: 0 2.08333rem 2.08333rem;
  }
  .p-comment {
    margin-bottom: 5rem;
    padding-bottom: 1.25rem;
  }
  .p-comment__row {
    margin: -2.5rem 2.08333rem 0;
  }
  .p-comment__section {
    margin-bottom: 2.08333rem;
    padding: 2.08333rem;
  }
  .p-comment__section:before {
    top: 0.66667rem;
    left: -1.70833rem;
    width: 5.95833rem;
    height: 1.125rem;
  }
  .p-comment__title {
    margin-bottom: 1.08333rem;
    font-size: 1.08333rem;
    line-height: 1.5384615385;
    letter-spacing: 0.1em;
  }
  .p-comment__text {
    font-size: 1rem;
  }
  .p-nav {
    margin-bottom: 3.33333rem;
  }
  .p-nav__link {
    height: 50vw;
    padding-bottom: 1.125rem;
  }
  .p-nav__name {
    margin-left: 1.20833rem;
  }
  .p-nav__name b {
    margin-bottom: 0.33333rem;
    font-size: 1.08333rem;
    line-height: 0.9230769231;
  }
  .p-nav__name span {
    font-size: 0.91667rem;
  }
  .p-nav__number {
    background-position: 100% 100%;
    padding: 1.66667rem 1.16667rem 1.125rem 0;
    font-size: 1.66667rem;
  }
  .p-nav__index {
    flex-basis: calc(100% - 4.16667rem);
    width: -webkit-calc(100% - 4.16667rem);
    width: calc(100% - 4.16667rem);
    padding: 1.66667rem 0;
    border-bottom: 2px solid #65aede;

    -webkit-flex-basis: -webkit-calc(100% - 4.16667rem);
  }
  .p-nav__index span {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-nav__index img, .p-nav__index svg {
    width: 1.25rem;
    margin-left: 1.20833rem;
  }
  .p-people .c-kv {
    height: -webkit-calc(100vh - 8.33333rem);
    height: calc(100vh - 8.33333rem);
  }
  .p-people .c-kv__title {
    bottom: 3.33333rem;
    left: 1.91667rem;
    width: -webkit-calc(100% - 3.83333rem);
    width: calc(100% - 3.83333rem);
  }
}
