@charset "UTF-8";
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/*==================================================

==================================================*/
.m-btn.-interview {
  display: grid;
  place-content: center;
  gap: 1rem;
  padding-top: 0;
  line-height: 1;
}
.m-btn.-interview .m-btn__more {
  padding-right: 3rem;
  background: url("../../recruit/assets/img/interview/ico-site.svg") no-repeat right center;
  font-size: 2rem;
}

/*==================================================
interview
==================================================*/
.interview-main {
  display: grid;
  grid-template-rows: 64rem 4rem;
}
@media all and (max-width: 768px) {
  .interview-main {
    grid-template-rows: 65.4rem 4rem;
  }
}
.interview-main__img {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  height: 64rem;
  display: block;
}
@media all and (max-width: 768px) {
  .interview-main__img {
    height: 65.4rem;
  }
}
.interview-main__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.interview-main__inner {
  align-self: end;
  justify-content: center;
  grid-row: 1/3;
  grid-column: 1/2;
  width: min(100%, 116rem);
  margin-inline: auto;
  padding-inline: 4rem;
}
@media all and (max-width: 768px) {
  .interview-main__inner {
    padding-inline: 3rem;
  }
}
.interview-main__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 768px) {
  .interview-main__content {
    width: 100%;
  }
}
.interview-main__ttl {
  color: var(--main-color);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.interview-main__team, .interview-main__name {
  display: grid;
  place-content: center start;
  padding-inline: 2rem;
  background: rgba(112, 180, 43, 0.88);
  color: #fff;
}
.interview-main__team {
  margin-bottom: 1.5rem;
  padding-block: 1rem 1.5rem;
  background: rgba(112, 180, 43, 0.88);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .interview-main__team {
    font-size: 2rem;
    padding-block: 1rem 1.3rem;
  }
}
.interview-main__name {
  display: grid;
  gap: 0.9rem;
  padding-block: 2rem 2rem;
  font-size: 2.4rem;
}
@media all and (max-width: 768px) {
  .interview-main__name {
    font-size: 1.8rem;
    padding-block: 1.3rem 1.6rem;
  }
}
.interview-main__name dt,
.interview-main__name dd {
  font-weight: bold;
  line-height: 1.4583333333;
}
.interview-lead {
  padding-block: 6rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4375;
}
@media all and (max-width: 768px) {
  .interview-lead {
    padding-bottom: 8rem;
    font-size: 3rem;
  }
}
.interview-inner {
  width: min(100%, 136rem);
  margin-inline: auto;
  padding-inline: 4rem;
}
@media all and (max-width: 1023px) {
  .interview-inner {
    padding-inline: 0;
  }
}
.interview-row {
  display: grid;
  grid-template-columns: 46rem 1fr;
  gap: 8rem;
  margin-bottom: 8rem;
}
@media all and (max-width: 1023px) {
  .interview-row {
    grid-template-columns: 0.8fr 1fr;
    gap: 0;
  }
}
@media all and (max-width: 768px) {
  .interview-row {
    grid-template-columns: 1fr;
  }
}
.interview-row.-gridnone {
  display: block;
}
@media all and (max-width: 1023px) {
  .interview-row.-gridnone {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    margin-bottom: 8rem;
    gap: 0;
  }
}
@media all and (max-width: 768px) {
  .interview-row.-gridnone {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.interview-row__img {
  position: relative;
}
.interview-row__body {
  width: min(100%, 56rem);
  padding-top: 7.5rem;
}
@media all and (max-width: 1023px) {
  .interview-row__body {
    padding: 7.5rem 4rem 0 4rem;
  }
}
@media all and (max-width: 768px) {
  .interview-row__body {
    width: 100%;
    padding: 6.5rem 5rem 0 5rem;
  }
}
.interview-row__body.-odd {
  width: min(100%, 92rem);
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .interview-row__body.-odd {
    padding: 7.5rem 4rem 0 4rem;
  }
}
@media all and (max-width: 768px) {
  .interview-row__body.-odd {
    width: 100%;
    padding: 6.5rem 5rem 0 5rem;
  }
}
.interview-row.-reverse {
  grid-template-columns: 1fr 46rem;
  place-content: center end;
  margin-bottom: 14rem;
}
@media all and (max-width: 1023px) {
  .interview-row.-reverse {
    grid-template-columns: 1fr 0.8fr;
  }
}
@media all and (max-width: 768px) {
  .interview-row.-reverse {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.interview-row.-reverse .interview-row__body {
  position: relative;
  z-index: 0;
  margin-left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 768px) {
  .interview-row.-reverse .interview-row__body {
    order: 1;
    z-index: 1;
    padding: 0 3rem 7.5rem 7rem;
  }
}
.interview-row.-reverse .interview-row__body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3.5rem;
  left: -8rem;
  background: #F8F6EF;
  width: calc(100% + 8rem + 12rem);
  height: calc(100% + 2rem);
}
@media all and (max-width: 768px) {
  .interview-row.-reverse .interview-row__body:before {
    top: -4rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% + 4rem);
  }
}
@media all and (max-width: 768px) {
  .interview-row.-sp-left .interview-row__body {
    padding: 0 7rem 7.5rem 3.5rem;
  }
}
@media all and (max-width: 768px) {
  .interview-row.-sp-left .interview-row__body:before {
    left: auto;
    right: 3.5rem;
  }
}
.interview-q {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.interview-q__ico {
  font-size: 2.4rem;
  line-height: 1;
}
.interview-ttl {
  margin-bottom: 2rem;
  color: var(--main-color);
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .interview-ttl {
    margin-bottom: 2.5rem;
  }
}
.interview-txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
.interview-list li {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
}
.interview-list li:before {
  content: "・";
  color: var(--main-color);
}
.interview-entry {
  text-align: center;
}
@media all and (max-width: 768px) {
  .interview-entry {
    margin-top: 4rem;
  }
}
.interview-entry__small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

/*==================================================
other
==================================================*/
.l-footer {
  margin-top: 0;
  padding-top: 0;
}

.other {
  position: relative;
  padding: 6rem 0 17rem 0;
}
@media all and (max-width: 768px) {
  .other {
    padding: 9rem 0 7rem 0;
  }
}
.other:before, .other:after {
  content: "";
  position: absolute;
}
.other:after {
  z-index: -1;
  width: 100%;
  height: 58rem;
  bottom: 52rem;
  background: #F8F6EF;
}
@media all and (max-width: 768px) {
  .other:after {
    content: none;
  }
}
.other:before {
  z-index: -1;
  bottom: -8rem;
  width: 100%;
  height: 60rem;
  display: block;
  background: url("../../recruit/assets/img/interview/footer-bg.png") no-repeat center bottom/cover;
}
@media all and (max-width: 768px) {
  .other:before {
    height: 26rem;
  }
}
.other-ttl {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  color: rgba(77, 88, 66, 0.16);
}
@media all and (max-width: 768px) {
  .other-ttl {
    margin-bottom: 1.8rem;
    padding-inline: 3rem;
    line-height: 1.1111111111;
    text-align: left;
  }
}
.other-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  max-width: 98rem;
  margin: 0 auto 8rem;
}
@media all and (max-width: 1023px) {
  .other-list {
    gap: 3rem;
  }
}
@media all and (max-width: 768px) {
  .other-list {
    gap: 0.2rem;
    gap: 2px;
    margin-bottom: 6rem;
  }
}
.other-unit {
  display: grid;
  grid-template-rows: 1fr 4rem;
}
@media all and (max-width: 768px) {
  .other-unit {
    grid-template-rows: 1fr 10.6rem;
  }
}
.other-unit__img {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
}
@media all and (max-width: 768px) {
  .other-unit__img img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/3;
  }
}
.other-unit__content {
  align-content: end;
  grid-row: 1/3;
  grid-column: 1/2;
  max-width: 86%;
  padding: 0 2rem;
}
@media all and (max-width: 768px) {
  .other-unit__content {
    max-width: 100%;
    padding: 0;
  }
}
.other-unit__interview {
  color: var(--main-color);
  font-size: 3.6rem;
  font-weight: 900;
}
@media all and (max-width: 768px) {
  .other-unit__interview {
    padding: 1.2rem;
    font-size: 3.2rem;
    line-height: 1;
  }
}
.other-unit__team, .other-unit__name {
  background: rgba(112, 180, 43, 0.88);
}
@media all and (max-width: 768px) {
  .other-unit__team, .other-unit__name {
    overflow: hidden;
    position: relative;
    background: transparent;
  }
  .other-unit__team:before, .other-unit__name:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: var(--main-color);
  }
}
.other-unit__team {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.3rem 2rem;
  color: #fff;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .other-unit__team {
    margin-bottom: 0;
    padding: 0.5rem 1rem 1rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media all and (max-width: 768px) {
  .other-unit__team:before {
    top: 0;
    left: 0;
    height: calc(100% + 1px);
  }
}
.other-unit__name {
  padding: 1rem 2rem;
  color: #fff;
}
@media all and (max-width: 768px) {
  .other-unit__name {
    padding: 0 1rem 1.5rem 1rem;
  }
}
@media all and (max-width: 768px) {
  .other-unit__name:before {
    bottom: 0;
    left: 0;
    height: calc(100% + 1px);
  }
}
.other-unit__name dt,
.other-unit__name dd {
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .other-unit__name dt,
.other-unit__name dd {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.other-btn {
  display: grid;
  place-items: center;
  width: 18rem;
  height: 4rem;
  margin: 0 auto;
  border-radius: 5.6rem;
  background: #fff;
  border: 0.2rem solid var(--main-color);
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: bold;
}