@charset "UTF-8";
/* ===================================================================
CSS information

file name  : job_person_detail.css
author     : Abilive
style info : 社員インタビュー詳細
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

.p-profile__inner {
  width: 94%;
  margin-inline: auto;
  padding: 5rem 5%;
  background: var(--color-bg6-lighten);
}
@media only screen and (min-width: 768px) {
  .p-profile__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20%;
    -moz-column-gap: 20%;
    column-gap: 20%;
    max-width: 1360px;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.6rem;
    width: var(--content-width);
    padding: 1.7rem 5% 4rem;
  }
}
.p-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.6rem;
  position: relative;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-profile__list {
    row-gap: 2.9rem;
    padding: 0.6rem 0.6rem 1.7rem 5px;
  }
}
.p-profile__list:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px dashed var(--color-border-white1);
}
@media only screen and (max-width: 767px) {
  .p-profile__list:before {
    left: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .p-profile__item {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 1.9rem;
    -moz-column-gap: 1.9rem;
    column-gap: 1.9rem;
  }
}
.p-profile__item .date {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.9rem;
  -moz-column-gap: 1.9rem;
  column-gap: 1.9rem;
  line-height: 1.5;
  font-family: var(--font-family-en);
}
@media only screen and (min-width: 768px) {
  .p-profile__item .date {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile__item .date {
    font-size: 1.8rem;
  }
}
.p-profile__item .date:before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--color-white);
}
@media only screen and (min-width: 768px) {
  .p-profile__item .text {
    max-width: 381px;
    padding-left: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-profile__item .text {
    margin-top: 0.8rem;
    padding-left: 2.3rem;
  }
}

.p-article {
  margin-top: 8rem;
  border-top: 1px solid var(--color-border-white2);
}
@media only screen and (min-width: 768px) {
  .p-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-article__main {
    width: 69%;
    padding-bottom: 14rem;
    border-right: 1px solid var(--color-border-white2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__main {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 6.6rem;
    border-top: 1px solid var(--color-border-white2);
  }
}
.p-article__block {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-article__block {
    margin-top: 4rem;
  }
  .p-article__block + .p-article__block {
    margin-top: 4.4rem;
  }
}
.p-article__block > * {
  padding-inline: 10%;
}
@media only screen and (max-width: 767px) {
  .p-article__block > * {
    padding-inline: 5%;
  }
}
.p-article__block-heading {
  position: relative;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-article__block-heading {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__block-heading {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__block-heading {
    font-weight: 600;
  }
}
.p-article__block-heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 3.6rem;
  background: var(--color-key2);
}
@media only screen and (max-width: 767px) {
  .p-article__block-heading:before {
    width: 4px;
    height: 2rem;
  }
}
.p-article__block-description {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-article__block-description {
    margin-top: 2rem;
  }
}
.p-article__block-image {
  margin-top: 4rem;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .p-article__block-image {
    margin-top: 2.2rem;
  }
}
.p-article__block-pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5.3rem;
  padding-inline: 0;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern {
    margin-top: 4rem;
  }
}
.p-article__block-pattern .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-article__block-pattern.u-pattern-1 .image:first-child {
  width: 23%;
  aspect-ratio: 237/225;
  margin-top: 21%;
  margin-left: 7%;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-1 .image:first-child {
    width: 25%;
    margin-top: 26%;
    margin-left: 13%;
  }
}
.p-article__block-pattern.u-pattern-1 .image:nth-child(2) {
  width: 41%;
  aspect-ratio: 418/242;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-1 .image:nth-child(2) {
    width: 49%;
  }
}
.p-article__block-pattern.u-pattern-1 .image:nth-child(3) {
  width: 88%;
  aspect-ratio: 881/576;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-1 .image:nth-child(3) {
    width: 89%;
    margin-inline: auto;
  }
}
.p-article__block-pattern.u-pattern-2 .image:first-child {
  width: 77%;
  aspect-ratio: 778/600;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-2 .image:first-child {
    width: 89%;
    margin-inline: auto;
  }
}
.p-article__block-pattern.u-pattern-2 .image:nth-child(2) {
  width: 33%;
  aspect-ratio: 336/447;
  margin-top: -26%;
}
@media only screen and (min-width: 768px) {
  .p-article__block-pattern.u-pattern-2 .image:nth-child(2) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-2 .image:nth-child(2) {
    width: 34%;
    margin-top: -17%;
  }
}
.p-article__block-pattern.u-pattern-2 .image:nth-child(3) {
  width: 41%;
  aspect-ratio: 410/232;
  margin-top: 13%;
  margin-left: auto;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-2 .image:nth-child(3) {
    width: 40%;
    margin-top: 16%;
    margin-right: 5%;
  }
}
.p-article__block-pattern.u-pattern-3 .image:first-child {
  width: 89%;
  aspect-ratio: 898/520;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-3 .image:first-child {
    width: 89%;
    margin-inline: auto;
  }
}
.p-article__block-pattern.u-pattern-3 .image:nth-child(2) {
  width: 52%;
  aspect-ratio: 520/340;
  margin-top: 12%;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-3 .image:nth-child(2) {
    width: 49%;
    margin-top: 10%;
  }
}
.p-article__block-pattern.u-pattern-3 .image:nth-child(3) {
  width: 34%;
  aspect-ratio: 340/254;
  margin-top: 33%;
  margin-left: auto;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .p-article__block-pattern.u-pattern-3 .image:nth-child(3) {
    width: 36%;
    margin-top: 32%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-article__side {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__side {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-article__index {
  padding: 2.4rem 3.3rem 2.6rem 2.6rem;
}
@media only screen and (min-width: 768px) {
  .p-article__index {
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__index {
    padding: 4rem 1.3rem;
  }
}
.p-article__index-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 1.3rem;
  margin-top: 2.6rem;
  padding-left: 7%;
}
@media only screen and (min-width: 1200px) {
  .p-article__index-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.6rem 13%;
  }
}
@media print {
  .p-article__index-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.6rem 13%;
  }
}
.p-article__index-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .p-article__index-heading {
    width: 26%;
  }
}
@media print {
  .p-article__index-heading {
    width: 26%;
  }
}
.p-article__index-heading-main {
  letter-spacing: 0em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-article__index-heading-main {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__index-heading-main {
    font-size: 1.1rem;
  }
}
.p-article__index-heading-sub {
  color: var(--color-white-lighten2);
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-family-en);
  letter-spacing: 0em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-article__index-heading-sub {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__index-heading-sub {
    font-size: 0.8rem;
  }
}
.p-article__index-catch {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-article__index-catch {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__index-catch {
    font-size: 1.4rem;
  }
}
.p-article__index-department {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-article__index-department {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-article__index-department {
    font-size: 0.8rem;
  }
}
.p-article .c-anchor {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-article .c-anchor {
    margin-top: 2rem;
  }
}
.p-article .c-anchor__item.is-active a {
  font-weight: 700;
}
.p-article .c-anchor__item.is-active a:before {
  opacity: 1;
}
.p-article .c-anchor__item.is-active a span:before {
  background: var(--color-white);
}

.p-large-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-large-image {
    width: 97%;
    max-width: 1400;
    margin-inline: auto;
  }
}
.p-large-image img {
  width: 100%;
  aspect-ratio: 1400/780;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-large-image img {
    aspect-ratio: 375/222;
  }
}
@media only screen and (min-width: 768px) {
  .p-large-image img {
    border-radius: 0.6rem;
  }
}

.p-gallery {
  margin-top: 6.6rem;
  padding-block: 5.3rem 6.6rem;
  border-radius: 0.6rem;
  background: #0E1C33;
}
@media only screen and (min-width: 768px) {
  .p-gallery {
    width: 97%;
    max-width: 1400;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery {
    width: 93%;
    margin-inline: auto;
    padding-block: 2.6rem 4rem;
  }
}
.p-gallery .c-content-slider__head {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-gallery .c-content-slider__head {
    width: 92%;
    max-width: 1290px;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery .c-content-slider__head {
    width: 89%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-gallery .c-content-slider__head:has(.c-content-slider__description) {
    -webkit-column-gap: 16%;
    -moz-column-gap: 16%;
    column-gap: 16%;
  }
}
@media print {
  .p-gallery .c-content-slider__head:has(.c-content-slider__description) {
    -webkit-column-gap: 16%;
    -moz-column-gap: 16%;
    column-gap: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery .c-content-slider__head:has(.c-content-slider__description) {
    -webkit-column-gap: 11%;
    -moz-column-gap: 11%;
    column-gap: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery .c-content-slider__head:has(.c-content-slider__description) {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-gallery .c-content-slider__description {
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-gallery .c-content-slider__description {
    margin-top: 1.2rem;
  }
}
@media print {
  .p-gallery .c-content-slider__description {
    margin-top: 1.2rem;
  }
}
.p-gallery .c-content-slider__body {
  margin-top: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .p-gallery .c-content-slider__body {
    margin-top: 3.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery .c-content-slider__body .c-swiper[data-slider-type=card-2] .c-swiper-prev,
  .p-gallery .c-content-slider__body .c-swiper[data-slider-type=card-2] .c-swiper-next {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery .c-content-slider__body .c-swiper[data-slider-type=card-2] .c-swiper-prev {
    margin-right: 5.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery .c-content-slider__body .c-swiper[data-slider-type=card-2] .c-swiper-next {
    margin-right: 2.3rem;
  }
}

.p-other {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-other {
    margin-top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-other .c-content-slider__head .c-heading__main {
    letter-spacing: -0.1em;
  }
}