/* 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;
  }
}
/*------------------------------*/
/*------------------------------*/
main {
  background-color: #fff;
}

/*------------------------------*/
/*------------------------------*/
.inner02 {
  padding-inline: 2rem;
  max-width: calc(1220px + 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner02 {
    padding-inline: 1.5rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.interviewMv {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(56deg, #fff 0%, #fff 70%, var(--gray) 70%, var(--gray) 100%);
  padding-block: 10rem 36rem;
}
@media screen and (max-width: 767px) {
  .interviewMv {
    background: linear-gradient(56deg, #fff 0%, #fff 50%, var(--gray) 50%, var(--gray) 100%);
    padding-block: 6rem 20rem;
  }
}
.interviewMv_catch {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .interviewMv_catch {
    margin-top: 6rem;
  }
}
.interviewMv_catch .en {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto" sans-serif;
  margin-bottom: 2rem;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .interviewMv_catch .en {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.interviewMv_catch h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interviewMv_catch h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

/*------------------------------*/
/*------------------------------*/
.interview {
  position: relative;
  width: 100%;
}
.interview_wrap {
  position: relative;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap {
    padding-block: 7rem 6rem;
  }
}
.interview_wrap.type02 {
  padding-block: 0;
}
.interview_wrap.bgNavy {
  background: linear-gradient(-118deg, var(--main) 0%, var(--main) 80%, #04255a 80%, #04255a 100%);
  padding-bottom: 30rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap.bgNavy {
    background: linear-gradient(-118deg, var(--main) 0%, var(--main) 50%, #04255a 50%, #04255a 100%);
  }
}
.interview_wrap.bgGray {
  background-color: var(--gray);
}
.interview_wrap .imageBox {
  position: relative;
}
.interview_wrap .image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  margin-top: -34rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .image {
    margin-top: -16rem;
    margin-bottom: 0;
    border-radius: 1rem;
  }
}
.interview_wrap .image.mv {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .image.mv {
    margin-top: -23rem;
    margin-bottom: 0;
    border-radius: 1rem;
  }
}
.interview_wrap .profile {
  position: absolute;
  left: 6rem;
  bottom: -6rem;
  background-color: #fff;
  padding: 2.5rem 4rem 2.5rem 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .profile {
    width: calc(100% - 4rem);
    margin-inline: 2rem;
    padding: 2rem;
    margin-top: -5rem;
    position: relative;
    z-index: 2;
    inset: auto;
    margin-bottom: 6rem;
  }
}
.interview_wrap .profile_row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview_wrap .profile_row {
    align-items: flex-start;
    flex-direction: column;
  }
}
.interview_wrap .profile .ini {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Roboto" sans-serif;
  margin-right: 3rem;
  letter-spacing: 0.05em;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .interview_wrap .profile .ini {
    font-size: 4rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.interview_wrap .profile .info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .profile .info li {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .interview_wrap .profile .info {
    width: 100%;
    row-gap: 0.5rem;
  }
}
.interview_wrap .textBox {
  background-color: #fff;
  padding: 7rem 6rem;
  border-radius: 2rem;
  margin-top: -30rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .textBox {
    padding: 3.5rem 2.5rem;
    border-radius: 1rem;
    margin-bottom: 7rem;
  }
}
.interview_wrap .textBox .catch {
  color: var(--main);
}
.interview_wrap .textBox .readText {
  color: #252525;
}
.interview_wrap .readText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .interview_wrap .readText {
    margin-bottom: 2rem;
  }
}
.interview_wrap .readText:last-of-type {
  margin-bottom: 0;
}
.interview_row {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.interview_row.textBlack {
  color: #252525;
}
@media screen and (max-width: 767px) {
  .interview_row.textBlack {
    margin-top: 5rem;
  }
}
.interview_row.textBlack .catch p {
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .interview_row {
    flex-direction: column;
    width: 100%;
  }
}
.interview_row .catch p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview_row .catch p {
    font-size: 2.4rem;
  }
}
.interview_row .name {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview_row .name {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.interview_row .name p.position {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.interview_row .name .nameBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview_row .name .nameBox {
    flex-direction: row;
  }
}
.interview_row .name h3 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.interview_row .name p.en {
  font-family: "Roboto" sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.interview_row .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview_row .text {
    width: 100%;
    margin-top: 2rem;
  }
}
.interview_schedule {
  overflow: hidden;
  position: relative;
}
.interview_schedule .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.interview_schedule .title-wrap .title {
  color: var(--main);
}
.interview_schedule .title-wrap .title p.en {
  font-size: 1.4rem;
  font-weight: 700;
}
.interview_schedule .title-wrap .title h3 {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: 600;
}
.interview_schedule .title-wrap .bar {
  width: 26rem;
  margin-bottom: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .interview_schedule .title-wrap .bar {
    display: none;
  }
}
.interview_schedule .side-container {
  margin-top: 6rem;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview_schedule .side-container {
    margin-top: 4rem;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
.interview_schedule .side-container li {
  width: 38%;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 8px -2px var(--gray);
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .interview_schedule .side-container li {
    width: 100%;
    padding: 2.5rem;
  }
}
.interview_schedule .side-container li .time {
  color: var(--main);
  font-weight: 600;
  font-size: 1.4rem;
}
.interview_schedule .side-container li .term {
  color: var(--main);
  font-weight: 600;
  font-size: 2.1rem;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .interview_schedule .side-container li .term {
    padding-bottom: 1rem;
  }
}
.interview_schedule .side-container li .term span {
  font-size: 1.6rem;
}
.interview_schedule .side-container li p.readText {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview_schedule .side-container li p.readText {
    margin-top: 1rem;
  }
}
.interview_other {
  position: relative;
}
.interview_other .box.row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .interview_other .box.row {
    flex-direction: column-reverse;
  }
}
.interview_other .box.row a {
  width: 50%;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .interview_other .box.row a {
    width: 100%;
    padding-block: 2rem;
  }
}
.interview_other .box a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 3rem;
  padding-block: 6rem;
  border-top: 1px solid #d4d4d4;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .interview_other .box a {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .interview_other .box a {
    transition: background-color 0.1s;
  }
  .interview_other .box a:hover {
    background-color: #e3eaf2;
  }
}
.interview_other .box a .title-wrap {
  font-weight: 700;
}
.interview_other .box a .title-wrap p.rev {
  font-size: 2.4rem;
}
.interview_other .box a .title-wrap p.ini {
  font-size: 6rem;
  font-family: "Roboto";
  color: var(--main);
  margin-bottom: 1rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .interview_other .box a .title-wrap p.ini {
    text-align: center;
    font-size: 4rem;
  }
}
.interview_other .box a .title-wrap p.ini.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .interview_other .box a .title-wrap p.ini.right {
    text-align: center;
  }
}
.interview_other .box a .title-wrap ul.dept {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .interview_other .box a .title-wrap ul.dept {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.interview_other .box a .title-wrap ul.dept.right {
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .interview_other .box a .title-wrap ul.dept.right {
    text-align: left;
  }
}
.interview_other .box a + a {
  border-left: 1px solid #d4d4d4;
}
.interview_other .box a .shadowLink {
  margin-left: 3rem;
  transition: box-shadow 0.1s ease;
}
@media screen and (max-width: 767px) {
  .interview_other .box a .shadowLink {
    margin-left: 1rem;
    width: 3.6rem;
    position: absolute;
    right: 1rem;
  }
}
.interview_other .box a .shadowLink .arrow {
  width: 2rem;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.interview_other .box a .shadowLink .arrow::before, .interview_other .box a .shadowLink .arrow::after {
  content: "";
  background-color: var(--main);
  -webkit-mask-image: var(--arrow);
          mask-image: var(--arrow);
  background-size: contain;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.interview_other .box a .shadowLink .arrow::before {
  position: absolute;
  right: 200%;
}
.interview_other .box a.revBtn .shadowLink {
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .interview_other .box a.revBtn .shadowLink {
    left: 1rem;
  }
}
.interview_other .box a.revBtn .shadowLink .arrow::before, .interview_other .box a.revBtn .shadowLink .arrow::after {
  transform: scaleX(-1);
}
.interview_other .box a.revBtn .shadowLink .arrow::before {
  right: auto;
  left: 200%;
}
.interview_other .box a.nextBtn .shadowLink {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .interview_other .box a.nextBtn .shadowLink {
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .interview_other .box a:hover .shadowLink {
    transition: box-shadow 0.2s ease;
    box-shadow: 0 0 15px -3px var(--main);
  }
  .interview_other .box a:hover .shadowLink .arrow::before,
.interview_other .box a:hover .shadowLink .arrow::after {
    translate: 200% 0;
    transition: translate 0.4s ease;
  }
  .interview_other .box a.revBtn:hover .shadowLink {
    transition: box-shadow 0.2s ease;
    box-shadow: 0 0 15px -3px var(--main);
  }
  .interview_other .box a.revBtn:hover .shadowLink .arrow::before,
.interview_other .box a.revBtn:hover .shadowLink .arrow::after {
    translate: -200% 0;
    transition: translate 0.4s ease;
  }
}

/*------------------------------*/
/*------------------------------*/
main {
  position: relative;
}

.index-bg {
  display: block;
  position: absolute;
  z-index: 0;
  aspect-ratio: 1/2;
  background-color: #f5f7f9;
}
.index-bg.top {
  width: 40vw;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.index-bg.bottom {
  width: 20vw;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.index-mv {
  position: relative;
  z-index: 1;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .index-mv {
    height: 36rem;
  }
}
.index-mv .inner {
  height: 100%;
}
.index-mv .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.index-mv .title-wrap p.en {
  font-size: 7.2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .index-mv .title-wrap p.en {
    font-size: 5.4rem;
  }
}
.index-mv .title-wrap h2 {
  font-weight: 500;
  font-style: italic;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .index-mv .title-wrap h2 {
    font-size: 1.4rem;
  }
}
.index-mv .title-wrap p.readText {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .index-mv .title-wrap p.readText {
    margin-top: 3rem;
  }
}

.interview-index {
  padding-block: 8rem 15rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview-index {
    padding-block: 6rem 6rem;
  }
}
.interview-index .inner {
  position: relative;
  z-index: 1;
}
.interview-index ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .interview-index ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2rem;
  }
}
.interview-index ul li .image {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-index ul li .image {
    border-radius: 1rem;
  }
}
.interview-index ul li .image img {
  aspect-ratio: 650/450;
}
.interview-index ul li .name-wrap {
  margin-top: 2.5rem;
  isolation: isolate;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview-index ul li .name-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.interview-index ul li .name-wrap p.name {
  color: var(--main);
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .interview-index ul li .name-wrap p.name {
    font-size: 3.6rem;
  }
}
.interview-index ul li .name-wrap p.profile {
  text-align: right;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .interview-index ul li .name-wrap p.profile {
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */