.c-interview-item {
  color: #000;
}

.c-interview-item__heading {
  margin: 0;
  font-weight: 700;
}

.c-interview-item__text {
  margin: 0;
  font-weight: 500;
}

@media print,
screen and (width >=768px) {
  .c-interview-item__heading {
    margin-bottom: 18px;
    font-size: 0.35rem;
  }

  .c-interview-item__text {
    font-size: 0.2rem;
    line-height: 1.75;
  }
}

@media screen and (width < 768px) {
  .c-interview-item__heading {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }

  .c-interview-item__text {
    font-size: 0.16rem;
    line-height: 1.875;
  }
}

.p-section-introduce {
  position: relative;
}

.p-section-introduce::before {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/recruit/interview/decoration_introduce_01.svg") center/100% auto no-repeat;
}

.p-section-introduce__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-section-introduce__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-section-introduce__item::before,
.p-section-introduce__item::after {
  content: "";
  position: absolute;
}

.p-section-introduce__item::before {
  inset: 0;
  background: #3d87de;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 35px, 35px 0);
}

.p-section-introduce__item::after {
  inset: 5px;
  background: #fff;
  clip-path: polygon(100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 33px, 33px 0);
}

.p-section-introduce__item--coming::before {
  background: #181818;
}

.p-section-introduce__item--coming::after {
  inset: 1px;
  background: #fff url("../img/recruit/interview/coming_img.svg") no-repeat bottom 60px center/289px auto;
}

.p-section-introduce__item-link {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-section-introduce__number {
  position: relative;
  z-index: 1;
  color: #c8c8c8;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.p-section-introduce__image {
  position: absolute;
  z-index: 1;
}

.p-section-introduce__catch {
  position: relative;
  z-index: 1;
  color: #3d87de;
  font-weight: 700;
}

@media print,
screen and (width >=768px) {
  .p-section-introduce {
    padding: 220px 0 177px;
  }

  .p-section-introduce::before {
    top: 115px;
    width: 394px;
    height: 381px;
  }

  .p-section-introduce .c-heading--primary {
    margin-bottom: 188px;
  }

  .p-section-introduce__list {
    margin-right: -10px;
    gap: 102px;
    padding: 0 3px;
  }

  .p-section-introduce__item {
    width: 333px;
    min-height: 454px;
  }

  .p-section-introduce__item::before {
    clip-path: polygon(100% 0, 100% calc(100% - 56px), calc(100% - 48px) 100%, 0 100%, 0 41px, 47px 0);
  }

  .p-section-introduce__item::after {
    clip-path: polygon(100% 0, 100% calc(100% - 52px), calc(100% - 45px) 100%, 0 100%, 0 39px, 45px 0);
  }

  .p-section-introduce__item--coming::before {
    clip-path: polygon(100% 0, 100% calc(100% - 55px), calc(100% - 47px) 100%, 0 100%, 0 40px, 46px 0);
  }

  .p-section-introduce__item--coming::after {
    clip-path: polygon(100% 0, 100% calc(100% - 54px), calc(100% - 46px) 100%, 0 100%, 0 39px, 45px 0);
  }

  .p-section-introduce__item-link {
    padding: 42px 32px 40px;
    clip-path: polygon(100% 0, 100% calc(100% - 55px), calc(100% - 47px) 100%, 0 100%, 0 40px, 46px 0);
  }

  .p-section-introduce__number {
    margin-bottom: 15px;
    font-size: 0.64rem;
  }

  .p-section-introduce__image {
    bottom: 3px;
    left: 18px;
    width: 191px;
  }

  .p-section-introduce__catch {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 38px;
    font-size: 0.4rem;
    letter-spacing: 0.15em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

@media screen and (768px <=width < 1280px) {
  .p-section-introduce__item {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (width < 768px) {
  .p-section-introduce {
    padding: 0.3rem 0 2.44rem;
  }

  .p-section-introduce::before {
    top: 0.08rem;
    width: 1.12rem;
    height: 1.14rem;
    background-image: url("../img/recruit/interview/sp/decoration_introduce_01.svg");
  }

  .p-section-introduce .c-heading--primary {
    margin-bottom: 1.17rem;
    margin-left: 0.1rem;
    padding-left: 0.24rem;
    font-size: 0.3rem;
  }

  .p-section-introduce .c-heading--primary::before {
    width: 0.07rem;
  }

  .p-section-introduce__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.28rem;
    padding: 0 0.02rem;
  }

  .p-section-introduce__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  .p-section-introduce__item::before {
    clip-path: polygon(100% 0, 100% calc(100% - 0.32rem), calc(100% - 0.28rem) 100%, 0 100%, 0 0.35rem, 0.35rem 0);
  }

  .p-section-introduce__item::after {
    inset: 0.03rem;
    clip-path: polygon(100% 0, 100% calc(100% - 0.3rem), calc(100% - 0.26rem) 100%, 0 100%, 0 0.33rem, 0.33rem 0);
  }

  .p-section-introduce__item--coming::before {
    clip-path: polygon(100% 0, 100% calc(100% - 0.305rem), calc(100% - 0.265rem) 100%, 0 100%, 0 0.335rem, 0.335rem 0);
  }

  .p-section-introduce__item--coming::after {
    background-position: top 0.6rem center;
    background-size: 58%;
    inset: 1px;
  }

  .p-section-introduce__item-link {
    min-height: 2.12rem;
    padding: 0.27rem 0.24rem 0.25rem;
    clip-path: polygon(100% 0, 100% calc(100% - 0.305rem), calc(100% - 0.265rem) 100%, 0 100%, 0 0.335rem, 0.335rem 0);
  }

  .p-section-introduce__number {
    margin-bottom: 0.11rem;
    font-size: 0.45rem;
    line-height: 1;
  }

  .p-section-introduce__image {
    right: 0.24rem;
    bottom: 0.02rem;
    width: 1.13rem;
  }

  .p-section-introduce__catch {
    max-width: 1.45rem;
    font-size: 0.3rem;
    line-height: 1.4166666667;
  }
}

.p-section-question {
  color: #000;
}

.p-section-question__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
}

.p-section-question__title::before,
.p-section-question__title::after {
  content: "";
  position: absolute;
  background: url("../img/recruit/interview/decoration_title.svg") center/100% auto no-repeat;
}

.p-section-question__title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-section-question__title-wrapper {
  display: block;
}

.p-section-question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section-question__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-section-question__images {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-section-question__images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-section-question__images-grid img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section-question__images-grid .p-section-question__images-wrapper:first-child {
  grid-column: 1;
  grid-row: 1/3;
}

.p-section-question__images-single img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
screen and (width >=768px) {
  .p-section-question {
    padding: 40px 0 84px;
  }

  .p-section-question__title {
    margin-bottom: 135px;
    padding: 0 100px;
    font-size: 0.52rem;
    line-height: 1.275;
  }

  .p-section-question__title::before {
    top: -50px;
    left: 30px;
    width: 82px;
    height: 61px;
  }

  .p-section-question__title::after {
    right: 30px;
    bottom: -30px;
    width: 82px;
    height: 61px;
  }

  .p-section-question__body {
    gap: 83px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-section-question__texts {
    margin-top: 10px;
    margin-left: -11px;
  }

  .p-section-question__images {
    width: 555px;
  }

  .p-section-question__images-grid {
    grid-template-rows: 175px 178px;
    margin-bottom: 23px;
    gap: 30px 25px;
  }

  .p-section-question__images-single {
    height: 314px;
  }

  .p-section-question__item {
    margin-bottom: 68px;
  }

  .p-section-question__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (768px <=width < 1080px) {
  .p-section-question__title {
    max-width: 80%;
    padding: 0 84px;
  }

  .p-section-question__title::before {
    left: 0;
  }

  .p-section-question__title::after {
    right: 0;
  }

  .p-section-question__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-section-question__images {
    margin: 0 auto;
  }
}

@media print {
  .p-section-question {
    page-break-after: always;
  }
}

@media screen and (width < 768px) {
  .p-section-question {
    padding-bottom: 0.38rem;
  }

  .p-section-question .l-wrapper {
    padding: 0 0.18rem;
  }

  .p-section-question__title {
    margin-bottom: 0.63rem;
    font-size: 0.3091rem;
    line-height: 1.3;
  }

  .p-section-question__title::before {
    top: -0.3rem;
    left: 0.04rem;
    width: 0.32rem;
    height: 0.23rem;
  }

  .p-section-question__title::after {
    right: 0.04rem;
    bottom: -0.3rem;
    width: 0.32rem;
    height: 0.23rem;
  }

  .p-section-question__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.38rem;
  }

  .p-section-question__images-grid {
    grid-template-rows: 1.06rem 1.08rem;
    gap: 0.19rem 0.17rem;
    margin-bottom: 0.14rem;
  }

  .p-section-question__images {
    margin-left: 1px;
  }

  .p-section-question__images-single {
    height: 1.92rem;
  }

  .p-section-question__item {
    margin-bottom: 0.5rem;
  }

  .p-section-question__item:last-child {
    margin-bottom: 0;
  }
}

.p-section-about {
  position: relative;
}

.p-section-about .l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-section-about__image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-section-about__image::before {
  content: "";
  position: absolute;
  z-index: 22;
  background: #3d87de;
}

.p-section-about__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 23;
}

.p-section-about__label::before,
.p-section-about__label::after {
  content: "";
  position: absolute;
}

.p-section-about__label::before {
  inset: 0;
  background: #3d87de;
}

.p-section-about__label::after {
  inset: 0.05rem;
  background: #fff;
}

.p-section-about__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #3d87de;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-section-about__label-title {
  letter-spacing: 0.07em;
  line-height: 1;
  text-orientation: upright;
}

.p-section-about__label-name {
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-section-about__label-text {
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}

.p-section-about__image-wrapper {
  position: relative;
  z-index: 2;
  margin: 0;
}

.p-section-about_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-section-about__content-title {
  position: relative;
  color: #000;
}

.p-section-about__content-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/recruit/interview/decoration_title_line.svg") top left/100% auto;
}

.p-section-about__number {
  position: absolute;
  color: #dfdfdf;
  font-family: "all-round-gothic", sans-serif;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1;
}

@media print,
screen and (width >=768px) {
  .p-section-about {
    padding: 100px 0 164px;
  }

  .p-section-about .l-wrapper {
    gap: 87px;
    padding: 103px 0 0 31px;
  }

  .p-section-about__number {
    top: -31px;
    right: -12px;
  }

  .p-section-about__image {
    width: 490px;
    height: 644px;
  }

  .p-section-about__image::before {
    top: -52px;
    left: -31px;
    width: 148px;
    height: 530px;
    clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 20px) 100%, 0 100%, 0 24px, 19px 0);
  }

  .p-section-about__label {
    top: -70px;
    left: -25px;
    gap: 26px;
    padding: 40px 25px 27px 27px;
  }

  .p-section-about__label::before {
    clip-path: polygon(100% 0, 100% calc(100% - 39px), calc(100% - 23px) 100%, 0 100%, 0 28px, 22px 0);
  }

  .p-section-about__label::after {
    clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 20px) 100%, 0 100%, 0 24px, 19px 0);
  }

  .p-section-about__label-wrapper {
    gap: 20px;
  }

  .p-section-about__label-title {
    font-size: 0.45rem;
  }

  .p-section-about__label-name {
    margin-top: 11px;
    font-size: 0.3rem;
  }

  .p-section-about__label-text {
    margin-left: 5px;
    font-size: 0.2rem;
  }

  .p-section-about__content {
    margin-top: 4px;
  }

  .p-section-about__content-title {
    margin-bottom: 100px;
    padding-left: 30px;
    font-size: 0.38rem;
    line-height: 1.16;
  }

  .p-section-about__content-title::before {
    top: 7px;
    width: 22px;
    height: 100%;
  }
}

@media print {
  .p-section-about {
    page-break-after: always;
  }
}

@media screen and (768px <=width < 1080px) {
  .p-section-about .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-section-about__image {
    margin: 0 auto;
  }
}

@media screen and (width < 768px) {
  .p-section-about {
    padding: 0.5rem 0 0.46rem;
  }

  .p-section-about .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-section-about__number {
    top: -0.86rem;
    right: 0.26rem;
    font-size: 0.78rem;
  }

  .p-section-about__image {
    width: 3.27rem;
    height: 4.42rem;
  }

  .p-section-about__image::before {
    top: -0.6rem;
    left: -0.13rem;
    width: 0.8rem;
    height: 2.6rem;
    clip-path: polygon(100% 0, 100% calc(100% - 0.26rem), calc(100% - 0.15rem) 100%, 0 100%, 0 0.2rem, 0.16rem 0);
  }

  .p-section-about__image-wrapper {
    width: 3.27rem;
    height: 4.42rem;
  }

  .p-section-about__label {
    top: -0.75rem;
    left: -0.08rem;
    gap: 0.17rem;
    padding: 20px;
  }

  .p-section-about__label::before {
    clip-path: polygon(100% 0, 100% calc(100% - 0.3rem), calc(100% - 0.16rem) 100%, 0 100%, 0 0.23rem, 0.18rem 0);
  }

  .p-section-about__label::after {
    clip-path: polygon(100% 0, 100% calc(100% - 0.26rem), calc(100% - 0.15rem) 100%, 0 100%, 0 0.2rem, 0.16rem 0);
    inset: 0.04rem;
  }

  .p-section-about__label-wrapper {
    gap: 0.05rem;
  }

  .p-section-about__label-title {
    font-size: 0.22rem;
  }

  .p-section-about__label-name {
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }

  .p-section-about__label-text {
    margin-left: 0;
    font-size: 0.16rem;
  }

  .p-section-about__content {
    margin-top: 0.32rem;
  }

  .p-section-about__content-title {
    margin-bottom: 0.4rem;
    padding-left: 0.36rem;
    font-size: 0.2rem;
    line-height: 1.1666666667;
  }

  .p-section-about__content-title::before {
    top: 0;
    width: 0.14rem;
    height: 0.67rem;
  }
}

/* ----------------------------------------
   インタビュー02：画像を右側に配置
   ---------------------------------------- */
@media print,
screen and (width >=768px) {
  .p-section-about--02 .l-wrapper {
    flex-direction: row-reverse;
  }

  .p-section-about--02 .p-section-about__number {
    right: auto;
    left: -12px;
  }

  .p-section-about--02 .p-section-about__image::before {
    left: auto;
    right: -12px;
    height: 390px;
    clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 20px) 100%, 0 100%, 0 24px, 19px 0);
  }

  .p-section-about--02 .p-section-about__label {
    left: auto;
    right: -25px;
  }
}

@media print,
screen and (width < 768px) {
  .p-section-about--02 {
    margin-top: 0.5rem;
  }

  .p-section-about--02 .p-section-about__number {
    right: auto;
    left: 0;
  }

  .p-section-about--02 .p-section-about__image::before {
    top: -0.7rem;
    width: 0.7rem;
    left: auto;
    right: -30px;
    height: 395px;
    clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 20px) 100%, 0 100%, 0 24px, 19px 0);
  }

  .p-section-about--02 .p-section-about__label {
    left: auto;
    right: -25px;
  }
}

@media print,
screen and (width < 600px) {
  .p-section-about--02 .p-section-about__image::before {
    width: 0.9rem;
    right: -30px;
    height: 265px;
  }
}

/*# sourceMappingURL=recruit_interview.css.map */