/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.interview_mv {
  z-index: 1;
  width: 100%;
  position: relative;
  display: block;
  height: 100dvh;
  padding-top: 8rem;
  min-height: 600px;
  max-height: 800px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .interview_mv {
    height: 100svh;
    padding-top: 6rem;
    max-height: none;
  }
}
.interview_mv .img-wrap {
  position: relative;
  height: 100%;
  margin-left: 15.625vw;
}
@media screen and (max-width: 767px) {
  .interview_mv .img-wrap {
    overflow: hidden;
    margin-left: 17.3333333333vw;
  }
}
.interview_mv .img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 22%;
     object-position: 50% 22%;
}
@media screen and (max-width: 767px) {
  .interview_mv .img-wrap img {
    -o-object-position: 54% 50%;
       object-position: 54% 50%;
  }
}
.interview_mv .mv-obj {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.interview_mv .mv-obj img {
  position: absolute;
  width: calc(var(--ow) / 16 * 1vw);
  left: calc(var(--ol) / 16 * 1vw);
  top: calc(var(--ot) / 8 * 1%);
}
@media screen and (max-width: 767px) {
  .interview_mv .mv-obj img {
    width: calc(var(--ow) / 8 * 1vw);
    left: calc(var(--ol) / 16 * 1vw);
    top: calc(var(--ot) / 8 * 1%);
  }
}
.interview_mv .text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.125vw;
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap {
    left: 6vw;
    bottom: 2rem;
    top: auto;
    transform: none;
    width: auto;
  }
}
.interview_mv .text-wrap .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #252525;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }
}
.interview_mv .text-wrap .title span {
  color: #008cff;
  font-weight: 700;
  margin-right: 2rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap .title span {
    font-size: 2rem;
  }
}
.interview_mv .text-wrap .copy-wrap p {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.8rem 2rem;
  font-size: 5.4rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #252525;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  translate: -2rem 0;
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap .copy-wrap p {
    font-size: 2.4rem;
    padding: 0.8rem 0.6rem;
    translate: -0.6rem 0;
  }
}
.interview_mv .text-wrap .copy-wrap p + p {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap .copy-wrap p + p {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_mv .text-wrap .copy-wrap.spsmall p {
    font-size: 2.2rem;
  }
}
.interview_mv .profile-wrap {
  position: absolute;
  bottom: 0;
  left: calc(8.125vw - 2rem);
  padding: 2rem;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .interview_mv .profile-wrap {
    right: 0;
    bottom: auto;
    left: auto;
    top: 100%;
    align-items: flex-end;
    background-color: transparent;
  }
}
.interview_mv .profile-wrap p {
  font-size: 1.4rem;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .interview_mv .profile-wrap p {
    font-size: 1rem;
    text-align: right;
  }
}
.interview_mv .profile-wrap p.name {
  color: #008cff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .interview_mv .profile-wrap p.name {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-block: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_mv .profile-wrap p.caption {
    font-size: 0.8rem;
    color: #555;
    margin-top: 0.6rem;
  }
}
.interview_mv > p.caption {
  position: absolute;
  right: 2rem;
  top: calc(100% + 1.2rem);
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .interview_mv:has(p.caption) {
    margin-bottom: 12rem;
  }
}

.interview-wrap:nth-of-type(2) {
  margin-top: 32rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) {
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap {
  display: flex;
  justify-content: flex-end;
  gap: 8rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap {
    margin-inline: auto;
    gap: 0;
    position: relative;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 48.8888888889%;
  min-width: 66rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap .item-wrap {
    width: 100%;
    flex-direction: column;
    min-width: auto;
    gap: 3rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap > .img-wrap {
  width: 60.9022556391%;
  max-width: 405px;
  margin-top: -16rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap .item-wrap > .img-wrap {
    width: 45.3333333333vw;
    margin-top: 3rem;
    margin-right: -2rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item {
    margin-top: 6rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item .title {
  font-weight: 600;
  font-size: 3.4rem;
  padding-bottom: 2rem;
  width: 100%;
  line-height: 1.5;
  position: relative;
  color: #252525;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item .title {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #dce8f3;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item .readText {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap .item-wrap .item .readText {
    margin-top: 1.5rem;
  }
}
.interview-wrap:nth-of-type(2) .inner .wrap > .img-wrap {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(2) .inner .wrap > .img-wrap {
    width: 50vw;
    position: absolute;
    left: -2rem;
  }
}
.interview-wrap:nth-of-type(3) img {
  width: 100%;
}
.interview-wrap:nth-of-type(3) .inner .item {
  margin-block: 10rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(3) .inner .item {
    margin-block: 3rem;
  }
}
.interview-wrap:nth-of-type(3) .inner .item .title {
  font-weight: 600;
  font-size: 3.4rem;
  padding-bottom: 2rem;
  width: 100%;
  position: relative;
  line-height: 1.5;
  color: #252525;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(3) .inner .item .title {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
.interview-wrap:nth-of-type(3) .inner .item .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #dce8f3;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.interview-wrap:nth-of-type(3) .inner .item .readText {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(3) .inner .item .readText {
    margin-top: 1.5rem;
  }
}
.interview-wrap:nth-of-type(4) {
  margin-bottom: 16rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) {
    margin-bottom: 5rem;
    margin-right: 0;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap {
    gap: 0;
    padding-top: 0;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap > .img-wrap {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap > .img-wrap {
    width: 62.6666666667vw;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap {
  display: flex;
  width: 100%;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap .item-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap > .img-wrap {
  margin-top: -28rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap .item-wrap > .img-wrap {
    width: 47.7611940299%;
    margin-left: calc(50% - 50vw);
    margin-top: -7rem;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item {
  flex-shrink: 0;
  width: 60%;
  min-width: 66rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item {
    width: 100%;
    min-width: auto;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item .title {
  font-weight: 600;
  font-size: 3.4rem;
  padding-bottom: 2rem;
  width: 100%;
  position: relative;
  line-height: 1.5;
  color: #252525;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item .title {
    margin-top: 3rem;
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #dce8f3;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
}
.interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item .readText {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .interview-wrap:nth-of-type(4) .inner .wrap .item-wrap .item .readText {
    margin-top: 1.5rem;
  }
}

.schedule {
  background-color: #eff5fa;
  padding-block: 4rem 5rem;
}
.schedule .inner .section-hd {
  text-align: center;
  padding-block: 2rem;
  width: 56rem;
  background-color: #fff;
  margin-inline: auto;
  border-radius: 100vmax;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule .inner .section-hd {
    width: 85.3333333333%;
    padding: 1.5rem;
  }
}
.schedule .inner .section-hd .ja {
  font-weight: 500;
  font-size: 1.6rem;
  color: #008cff;
  margin-bottom: 1.3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 767px) {
  .schedule .inner .section-hd .ja {
    font-size: 1.2rem;
  }
}
.schedule .inner .section-hd .en {
  font-size: 3.8rem;
  font-weight: 700;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .schedule .inner .section-hd .en {
    font-size: 2rem;
  }
}
.schedule .inner ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  margin-top: 4.5rem;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul {
    display: block;
    margin-top: 3rem;
  }
}
.schedule .inner ul li {
  display: flex;
  z-index: 0;
}
.schedule .inner ul li .time-wrap {
  display: flex;
  position: relative;
}
.schedule .inner ul li .time-wrap::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: calc(100% + 3.5rem);
  background-color: #b5c1ca;
  top: 1.25rem;
  left: calc(4.5ch + 1rem + 1.3rem);
  z-index: 0;
  transform: translateX(-50%);
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li .time-wrap::after {
    left: 8rem;
    height: calc(100% + 2rem);
    left: calc(4.5ch + 1rem + 1rem);
    font-size: 1.6rem;
  }
}
.schedule .inner ul li .time-wrap .time {
  font-size: 1.8rem;
  color: #008cff;
  font-weight: 600;
  width: 4.5ch;
  text-align: right;
  margin-right: 1rem;
  flex-shrink: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li .time-wrap .time {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.schedule .inner ul li .time-wrap .img-wrap {
  z-index: 1;
  aspect-ratio: 1;
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li .time-wrap .img-wrap {
    width: 2rem;
  }
}
.schedule .inner ul li .time-wrap .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.schedule .inner ul li .wrap {
  margin-left: 1rem;
}
.schedule .inner ul li .wrap .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li .wrap .title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    line-height: 1.25;
  }
}
.schedule .inner ul li .wrap .readText {
  color: #252525;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li .wrap .readText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li + li {
    margin-top: 2rem;
  }
}
.schedule .inner ul li:nth-of-type(4) .time-wrap::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul li:nth-of-type(4) .time-wrap::after {
    display: block;
  }
}
.schedule .inner ul li:last-of-type .time-wrap::after {
  display: none;
}
.schedule .inner ul.small {
  grid-template-rows: repeat(3, auto);
}
.schedule .inner ul.small li:nth-child(4) .time-wrap::after {
  display: flex;
}
.schedule .inner ul.small li:nth-child(3) .time-wrap::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .schedule .inner ul.small li:nth-child(3) .time-wrap::after {
    display: block;
  }
}

.others {
  margin-top: 9.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .others {
    margin-top: 3rem;
    padding-bottom: 8rem;
    overflow-x: hidden;
  }
}
.others .inner .others-wrap .title-wrap {
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .title-wrap {
    margin-bottom: 3rem;
  }
}
.others .inner .others-wrap .title-wrap .contents-wrap {
  flex-shrink: 0;
}
.others .inner .others-wrap .title-wrap .contents-wrap .ja {
  font-size: 1.6rem;
  color: #252525;
  margin-bottom: 1.8rem;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .title-wrap .contents-wrap .ja {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}
.others .inner .others-wrap .title-wrap .contents-wrap .en {
  font-size: 3rem;
  font-weight: 700;
  color: #252525;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .title-wrap .contents-wrap .en {
    font-size: 2rem;
  }
}
.others .inner .others-wrap .title-wrap::after {
  content: "";
  background-color: #d0d0d0;
  height: 0.1rem;
  display: block;
  width: 100%;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .title-wrap::after {
    margin-bottom: 0.2rem;
    margin-left: 0.5rem;
  }
}
.others .inner .others-wrap .slider {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider {
    display: block;
    margin-right: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider li {
    margin-right: 2rem;
  }
}
.others .inner .others-wrap .slider a .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.others .inner .others-wrap .slider a .wrap .profile-wrap {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider a .wrap .profile-wrap {
    margin-top: 1rem;
  }
}
.others .inner .others-wrap .slider a .wrap .profile-wrap .profile {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider a .wrap .profile-wrap .profile {
    font-size: 1rem;
  }
}
.others .inner .others-wrap .slider a .wrap .profile-wrap .name {
  margin-top: 2rem;
  color: #008cff;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider a .wrap .profile-wrap .name {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.others .inner .others-wrap .slider a .wrap .arrow {
  border-radius: 100vmax;
  border: 0.1rem solid currentColor;
  width: 3.6rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .others .inner .others-wrap .slider a .wrap .arrow {
    width: 2.4rem;
  }
  .others .inner .others-wrap .slider a .wrap .arrow .hoverArrow {
    font-size: 1rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.index-mv {
  padding-top: 32rem;
  width: 100%;
  position: relative;
  overflow-x: clip;
}
.index-mv .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-mv {
    padding-top: 9rem;
  }
}
.index-mv .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .index-mv .title {
    margin-bottom: 2rem;
  }
}
.index-mv .title p.en {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .index-mv .title p.en {
    font-size: 4rem;
  }
}
.index-mv .title p.ja {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .index-mv .title p.ja {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.index-interview {
  padding-block: 16rem 16rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-interview {
    padding-block: 6rem;
  }
}
.index-interview .index-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 8rem 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap {
    gap: 3rem 1rem;
    grid-template-columns: 1fr;
  }
}
.index-interview .index-wrap a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  box-shadow: 0 0 2rem -0.2rem rgba(206, 223, 237, 0.5019607843);
}
.index-interview .index-wrap a .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .image {
    aspect-ratio: 5/3;
  }
  .index-interview .index-wrap a .image img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 35%;
       object-position: 50% 35%;
    inset: 0;
  }
}
.index-interview .index-wrap a .image .dept {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  padding: 1.2rem 1.2rem 1.1rem;
  display: inline-block;
  background-color: var(--main);
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .image .dept {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
}
.index-interview .index-wrap a .title-wrap {
  padding: 2.5rem 2rem 3rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap {
    padding: 1.5rem;
  }
}
.index-interview .index-wrap a .title-wrap .copy {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap .copy {
    font-size: 1.6rem;
  }
}
.index-interview .index-wrap a .title-wrap .profile {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.index-interview .index-wrap a .title-wrap .profile p.name {
  font-weight: 600;
  color: var(--main);
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap .profile p.name {
    font-size: 1.2rem;
  }
}
.index-interview .index-wrap a .title-wrap .profile p.join {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap .profile p.join {
    font-size: 1rem;
  }
}
.index-interview .index-wrap a .title-wrap .arrow {
  border-radius: 100vmax;
  border: 0.1rem solid currentColor;
  width: 5rem;
  aspect-ratio: 1;
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap .arrow {
    width: 2.8rem;
    right: 1rem;
    bottom: 1.5rem;
  }
}
.index-interview .index-wrap a .title-wrap .arrow .hoverArrow {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .index-interview .index-wrap a .title-wrap .arrow .hoverArrow {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=interview.css.map */