/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
interview
------------------------------*/
#bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100lvh;
}

.mv {
  position: relative;
  z-index: 1;
}
.mv_wrap {
  display: flex;
}
.mv_wrap h1 {
  padding-top: min(3.75vw, 6rem);
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: min(1.6rem, 1.5625vw);
  font-weight: 700;
  color: var(--color-sub02);
  margin-block: auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv_wrap h1 {
    display: none;
  }
}
.mv_image {
  width: max(100% - 9.375vw, 100% - 10rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 7rem 80%, 7rem 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 7rem 80%, 7rem 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .mv_image {
    width: 100%;
    height: 100vw;
    position: relative;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .mv_image img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
}
.mv_inner {
  padding-inline: 10rem;
  max-width: calc(1100px + 20rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv_inner {
    max-width: 1100px;
    padding-inline: 2rem;
  }
}
.mv_hd {
  font-size: min(25rem, 12.5vw);
  font-weight: 700;
  line-height: 1;
  color: #dfe4eb;
  margin-left: -0.075em;
  margin-top: calc((8.5726351351vw + 0.5lh) * -1);
  margin-bottom: 0.5rem;
}
.mv_hd::first-letter {
  color: var(--color-sub02);
}
@media screen and (max-width: 767px) {
  .mv_hd {
    font-size: 8rem;
    margin-top: -0.525lh;
    margin-bottom: 1rem;
  }
}
.mv_title p {
  margin-block: var(--leading-trim);
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mv_title p {
    font-size: 2.4rem;
    font-weight: 700;
    font-feature-settings: "palt";
  }
}

.profile {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .profile {
    margin-top: 4rem;
  }
}
.profile_inner {
  padding-inline: 10rem;
  max-width: calc(1100px + 20rem);
}
@media screen and (max-width: 767px) {
  .profile_inner {
    max-width: 1100px;
    padding-inline: 2rem;
  }
}
.profile_job {
  padding: 1.2rem 1.2rem;
  background-color: var(--color-main);
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .profile_job {
    padding: 0.8rem 1rem;
  }
}
.profile_name {
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.4;
}
.profile_title p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
}
.profile_title p:first-of-type {
  margin-top: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .profile_title p {
    line-height: 1.8;
  }
}

.interview {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview {
    padding-top: 7rem;
  }
}
.interview_item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview_item {
    flex-direction: column-reverse;
  }
}
.interview_item-image {
  width: calc(50vw - 6rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview_item-image {
    width: 100%;
    margin-top: 3rem;
  }
}
.interview_item-text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview_item-text {
    width: 100%;
  }
}
.interview_item-text-title {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview_item-text-title {
    margin-bottom: 3.5rem;
  }
}
.interview_item-text-title::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 9.8rem;
  height: 9.8rem;
  background: linear-gradient(to top, #74bce5, #b2ddad);
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .interview_item-text-title::before {
    width: 8rem;
    height: 8rem;
  }
}
.interview_item-text-title p {
  position: relative;
  z-index: 1;
}
.interview_item-text-title p span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1;
  padding-bottom: 0.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--color-main);
  margin-top: 2.1rem;
}
.interview_item-text-title p span:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .interview_item-text-title p span {
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 1px solid var(--color-main);
    margin-top: 1.6rem;
    white-space: nowrap;
  }
}
.interview_item-text > p {
  margin-block: var(--leading-trim);
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .interview_item-text > p {
    line-height: 1.75;
  }
}
.interview_item-text .caption {
  font-size: 1.3rem;
  margin-top: 3rem;
  color: var(--color-main);
}
.interview_item-text .caption span {
  font-weight: 500;
}
.interview_item.item01 {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .interview_item.item01 {
    margin-inline: auto;
  }
}
.interview_item.item01 .interview_item-image {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .interview_item.item01 .interview_item-image {
    margin-right: auto;
  }
}
.interview_item.item02 {
  margin-top: 13rem;
  margin-right: calc(50% - 50vw);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .interview_item.item02 {
    margin-inline: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-top: 8rem;
  }
}
.interview_item.item02 .interview_item-image {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .interview_item.item02 .interview_item-image {
    margin-left: auto;
  }
}
.interview_item.item03 {
  margin-top: 13rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview_item.item03 {
    margin-top: 8rem;
  }
}
.interview_item.item03 .interview_item-text {
  width: 100%;
}

.column {
  position: relative;
  z-index: 1;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .column {
    margin-top: 8rem;
  }
}
.column_inner {
  position: relative;
  z-index: 1;
}
.column_hd-ja {
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--color-main);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .column_hd-ja {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.column_hd-en {
  font-weight: 700;
  font-size: min(25rem, 12.5vw);
  color: #dfe4eb;
  line-height: 1;
  margin-bottom: -0.45lh;
}
@media screen and (max-width: 767px) {
  .column_hd-en {
    font-size: 8rem;
  }
}
.column_hd-en::first-letter {
  color: var(--color-sub02);
}
.column_item {
  position: relative;
  z-index: 0;
  background-color: #f2f3f6;
}
.column_item-inner {
  padding-top: min(15rem, 9.375vw);
  padding-bottom: 4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .column_item-inner {
    flex-direction: column-reverse;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.column_item-image {
  width: 35rem;
  flex-shrink: 0;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .column_item-image {
    width: 100%;
    margin-right: auto;
    margin-top: 3rem;
  }
}
.column_item-text-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--color-sub02);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .column_item-text-title {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
  }
}
.column_item-text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-block: var(--leading-trim);
  text-align: justify;
}

.list {
  background-color: var(--color-main);
  padding-block: 10rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list {
    padding-block: 6rem;
  }
}
.list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.list_btn p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-top: 6.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .list_btn:hover .list_icon {
    gap: 0.8rem;
    top: -0.3rem;
  }
}
.list_icon {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: 1.4rem 1.4rem 1.4rem;
  grid-template-rows: 1.4rem 1.4rem 1.4rem;
  gap: 0.5rem;
  margin-inline: auto;
  transition: all 0.2s ease;
}
.list_icon li {
  display: block;
  background-color: #fff;
}

.mvList {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 36rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mvList {
    height: auto;
  }
}
.mvList_title {
  display: flex;
  align-items: flex-end;
  padding-left: 13.5rem;
  color: var(--color-sub02);
  position: relative;
}
@media screen and (max-width: 767px) {
  .mvList_title {
    padding-left: 0;
    padding-block: 10rem 6rem;
    margin-inline: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}
.mvList_title p {
  font-size: 7rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-block: -0.125lh;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mvList_title p {
    font-size: 5.4rem;
  }
}
.mvList_title h1 {
  font-weight: 700;
  margin-left: 1rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mvList_title h1 {
    margin-left: 0.5rem;
    margin-top: 1rem;
  }
}
.mvList_title::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  background: linear-gradient(to top, #74bce5, #b2ddad);
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  translate: -50% -25%;
}
@media screen and (max-width: 767px) {
  .mvList_title::before {
    width: 8rem;
    height: 8rem;
    translate: -50% -50%;
  }
}

.people_interview {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .people_interview {
    padding-bottom: 4rem;
  }
}
.people_interview-hd {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 4.5rem;
  font-size: 15rem;
  font-weight: 500;
  color: var(--color-sub02);
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .people_interview-hd {
    font-size: 16vw;
    top: 2rem;
  }
}
.people_interview-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .people_interview-wrap {
    gap: 1.6rem;
  }
}
.people_interview-item {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #fff;
  width: calc((100% - 8rem) / 3);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .people_interview-item {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media (hover: hover) and (pointer: fine) {
  .people_interview-item:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2509803922) inset;
  }
  .people_interview-item:hover > img {
    scale: 1.05;
    opacity: 0.85;
  }
  .people_interview-item:hover .btn-arrow {
    scale: 1.6;
  }
  .people_interview-item:hover .btn-arrow::after {
    scale: 0.7;
  }
}
.people_interview-item-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .people_interview-item-name {
    padding: 1rem;
  }
}
.people_interview-item-name .nameWrap p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .people_interview-item-name .nameWrap p {
    font-weight: 500;
  }
}
.people_interview-item-name .nameWrap p:nth-of-type(3) {
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .people_interview-item-name .nameWrap p:nth-of-type(3) {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}
.people_interview-item > img {
  width: 100%;
  transition: all 0.4s ease;
}
.people_interview-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: linear-gradient(to top, #74bce5, #74bce5, rgba(173, 221, 215, 0));
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .people_interview-item::after {
    height: 50%;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
.footer.border {
  border-top: 1px solid #dfe4eb;
}
/*# sourceMappingURL=interview.css.map */