/* Mixin */
/* interview */
.interview {
  position: relative;
}
.interview .fv {
  padding-top: 10vw;
  padding-bottom: 15vw;
  background-color: #FFFFFF;
  background-image: linear-gradient(90deg, #D9D9D9 0.25vw, transparent 0.25vw), linear-gradient(#D9D9D9 0.25vw, transparent 0.25vw);
  background-position: 0 0;
  background-size: 40px 40px;
}
@media screen and ( width >= 920px) {
  .interview .fv {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: linear-gradient(90deg, #D9D9D9 1px, transparent 1px), linear-gradient(#D9D9D9 1px, transparent 1px);
  }
}
.interview .fv__lead {
  margin-top: 3vw;
  text-align: center;
  line-height: 2;
  font-weight: 700;
}
@media screen and ( width >= 920px) {
  .interview .fv__lead {
    margin-top: 12px;
  }
}
.interview .fv__heading--1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 25vw;
}
@media screen and ( width >= 920px) {
  .interview .fv__heading--1 {
    margin-left: 100px;
  }
}
.interview .fv__heading--1 span {
  width: -moz-fit-content;
  width: fit-content;
}
.interview .fv__heading--1::after {
  position: absolute;
  display: block;
  width: 12vw;
  height: 18vw;
  top: 1vw;
  left: -15vw;
  background-image: url(/common/img/interview__heading.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .interview .fv__heading--1::after {
    width: 48px;
    height: 72px;
    top: 4px;
    left: -60px;
  }
}
.interview .fv__list {
  margin: 7.5vw 4vw 0;
}
@media screen and ( width >= 920px) {
  .interview .fv__list {
    margin: 30px 16px 0;
  }
}
.interview .fv__list-item {
  margin-top: 5vw;
}
@media screen and ( width >= 920px) {
  .interview .fv__list-item {
    margin-top: 20px;
  }
}
.interview .fv__list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 2.5vw;
  box-shadow: 0 0.75vw 0 #000000;
  color: #000000;
  font-weight: 700;
  gap: 4vw;
}
@media screen and ( width >= 920px) {
  .interview .fv__list-item a {
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 3px 0 #000000;
    gap: 16px;
  }
}
.interview .fv__list-item a::after {
  display: inline-block;
  width: 5vw;
  height: 5.75vw;
  background-image: url(/common/img/icon__down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .interview .fv__list-item a::after {
    width: 20px;
    height: 23px;
  }
}
.interview .fv__list-item a span {
  font-weight: 900;
}
.interview .fv__list-item:nth-child(1) {
  margin-top: 0;
}
.interview .fv__list-item:nth-child(1) a {
  background-color: #8FFF78;
}
.interview .fv__list-item:nth-child(2) a {
  background-color: #74DAFF;
}
.interview .fv__list-item:nth-child(3) a {
  background-color: #D494FF;
}
.interview .flow-text {
  background-color: #000000;
  color: #FFFFFF;
}
.interview .flow-text__content {
  line-height: 2;
}
.interview__wrap {
  position: relative;
  display: block;
  padding-bottom: 12vw;
}
@media screen and ( width >= 920px) {
  .interview__wrap {
    padding-bottom: 48px;
  }
}
.interview__wrap::before {
  position: absolute;
  display: block;
  font-family: "Sonsie One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 12vw;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .interview__wrap::before {
    font-size: 48px;
  }
}
.interview__profile {
  position: absolute;
  padding: 9vw 4vw 2vw;
  top: 35.5vw;
  background-color: #000000;
  border-radius: 2.5vw;
  color: #FFFFFF;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .interview__profile {
    padding: 36px 16px 8px;
    top: 142px;
    border-radius: 10px;
  }
}
.interview__profile p {
  line-height: 1.35;
}
.interview__profile .text--sonsie {
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
}
@media screen and ( width >= 920px) {
  .interview__profile .text--sonsie {
    -webkit-text-stroke: 4px #000000;
  }
}
.interview__heading--2 {
  position: absolute;
  top: -6.5vw;
  left: 4vw;
}
@media screen and ( width >= 920px) {
  .interview__heading--2 {
    top: -26px;
    left: 16px;
  }
}
.interview__img {
  position: relative;
  width: 60vw;
  height: 60vw;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0.75vw 1vw 0 #000000;
  overflow: hidden;
  z-index: 0;
}
@media screen and ( width >= 920px) {
  .interview__img {
    width: 240px;
    height: 240px;
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 3px 4px 0 #000000;
  }
}
.interview__img img {
  width: 100%;
  height: auto;
}
.interview__inner {
  width: 84vw;
  padding: 4vw;
  margin: 2vw auto 0;
  border: 0.5vw solid #000000;
  box-shadow: 0.75vw 1vw 0 #000000;
  transform: rotate(5deg);
  border-radius: 4vw;
}
@media screen and ( width >= 920px) {
  .interview__inner {
    width: 336px;
    padding: 16px;
    margin: 8px auto 0;
    border: 2px solid #000000;
    box-shadow: 3px 4px 0 #000000;
    border-radius: 16px;
  }
}
.interview__inner:nth-child(2n) {
  transform: rotate(-5deg);
}
.interview__inner p {
  margin-top: 2.5vw;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and ( width >= 920px) {
  .interview__inner p {
    margin-top: 10px;
  }
}
.interview__heading--3 {
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
  color: #FFFFFF;
  gap: 2.5vw;
  line-height: 1.2;
}
@media screen and ( width >= 920px) {
  .interview__heading--3 {
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
    gap: 10px;
  }
}
.interview__heading--3 .text--sonsie {
  display: block;
}
.interview .interview01 {
  background-color: #8FFF78;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="9" y="6" width="2" height="8" fill="%23B0FFA0"/><rect x="14" y="9" width="2" height="8" transform="rotate(90 14 9)" fill="%23B0FFA0"/></svg>');
  background-size: 5vw 5vw;
}
@media screen and ( width >= 920px) {
  .interview .interview01 {
    background-size: 20px 20px;
  }
}
.interview .interview01::before {
  top: 30vw;
  left: 10vw;
  color: #FF9538;
  transform: rotate(-5deg);
  content: "K";
}
@media screen and ( width >= 920px) {
  .interview .interview01::before {
    top: 120px;
    left: 40px;
  }
}
.interview .interview01 .interview__profile {
  width: 33vw;
  left: 5vw;
  box-shadow: 1vw 1vw 0 #FF9538;
  transform: rotate(-5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview01 .interview__profile {
    width: 132px;
    left: 20px;
    box-shadow: 4px 4px 0 #FF9538;
  }
}
.interview .interview01 .interview__img {
  margin: 10vw 6vw 0 auto;
  transform: rotate(5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview01 .interview__img {
    margin: 40px 24px 0 auto;
  }
}
.interview .interview01 .interview__inner:nth-of-type(3), .interview .interview01 .interview__inner:nth-of-type(7) {
  background-color: #FFEE32;
}
.interview .interview01 .interview__inner:nth-of-type(4) {
  background-color: #D494FF;
}
.interview .interview01 .interview__inner:nth-of-type(5) {
  background-color: #FF9538;
}
.interview .interview01 .interview__inner:nth-of-type(6) {
  background-color: #74DAFF;
}
.interview .interview02 {
  background-color: #74DAFF;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="9" y="6" width="2" height="8" fill="%239DE5FF"/><rect x="14" y="9" width="2" height="8" transform="rotate(90 14 9)" fill="%239DE5FF"/></svg>');
  background-size: 5vw 5vw;
}
@media screen and ( width >= 920px) {
  .interview .interview02 {
    background-size: 20px 20px;
  }
}
.interview .interview02::before {
  top: 28.5vw;
  right: 28vw;
  color: #8FFF78;
  transform: rotate(5deg);
  content: "K";
}
@media screen and ( width >= 920px) {
  .interview .interview02::before {
    top: 114px;
    right: 112px;
  }
}
.interview .interview02 .interview__profile {
  width: 42.5vw;
  right: 5vw;
  box-shadow: 1vw 1vw 0 #8FFF78;
  transform: rotate(5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview02 .interview__profile {
    width: 170px;
    right: 20px;
    box-shadow: 4px 4px 0 #8FFF78;
  }
}
.interview .interview02 .interview__img {
  margin: 10vw auto 0 6vw;
  transform: rotate(-5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview02 .interview__img {
    margin: 40px auto 0 24px;
  }
}
.interview .interview02 .interview__inner {
  transform: rotate(-5deg);
}
.interview .interview02 .interview__inner:nth-child(2n) {
  transform: rotate(5deg);
}
.interview .interview02 .interview__inner:nth-of-type(3), .interview .interview02 .interview__inner:nth-of-type(7) {
  background-color: #FF9538;
}
.interview .interview02 .interview__inner:nth-of-type(4) {
  background-color: #8FFF78;
}
.interview .interview02 .interview__inner:nth-of-type(5) {
  background-color: #D494FF;
}
.interview .interview02 .interview__inner:nth-of-type(6) {
  background-color: #FFEE32;
}
.interview .interview03 {
  background-color: #D494FF;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="9" y="6" width="2" height="8" fill="%23DDA9FF"/><rect x="14" y="9" width="2" height="8" transform="rotate(90 14 9)" fill="%23DDA9FF"/></svg>');
  background-size: 5vw 5vw;
  padding-bottom: 52vw;
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .interview .interview03 {
    background-size: 20px 20px;
    padding-bottom: 208px;
  }
}
.interview .interview03::before {
  top: 30vw;
  left: 10vw;
  color: #74DAFF;
  transform: rotate(-5deg);
  content: "M";
}
@media screen and ( width >= 920px) {
  .interview .interview03::before {
    top: 120px;
    left: 40px;
  }
}
.interview .interview03 .interview__profile {
  width: 42.5vw;
  left: 5vw;
  box-shadow: 1vw 1vw 0 #74DAFF;
  transform: rotate(-5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview03 .interview__profile {
    width: 170px;
    left: 20px;
    box-shadow: 4px 4px 0 #74DAFF;
  }
}
.interview .interview03 .interview__img {
  margin: 10vw 6vw 0 auto;
  transform: rotate(5deg);
}
@media screen and ( width >= 920px) {
  .interview .interview03 .interview__img {
    margin: 40px 24px 0 auto;
  }
}
.interview .interview03 .interview__inner:nth-of-type(3) {
  background-color: #FFEE32;
}
.interview .interview03 .interview__inner:nth-of-type(4) {
  background-color: #8FFF78;
}
.interview .interview03 .interview__inner:nth-of-type(5) {
  background-color: #FF9538;
}
.interview .interview03 .interview__inner:nth-of-type(6) {
  background-color: #74DAFF;
}/*# sourceMappingURL=interview.css.map */