@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* transition */
/* ホバー */
/* main */
.p-interview {
  position: relative;
  z-index: 2;
  height: 199rem;
  background: linear-gradient(45deg, #F6FBFF 0%, #DFF2FF 100%);
  padding-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    height: 539.58rem;
    padding-top: 18.77rem;
  }
}
.p-interview::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/Clip\ path\ group.png) no-repeat 50% 50%/cover;
  width: 100%;
  height: 100%;
}

.p-interview__title::after {
  background: url(../images/素材\ \(3\)\ 1.webp) no-repeat 50% 50%/contain;
  width: 13.1rem;
  height: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-interview__title::after {
    width: 18.54rem;
    height: 15.58rem;
  }
}

.p-interview__contents {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
  gap: 5rem 4.9rem;
  width: 90.3rem;
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .p-interview__contents {
    width: 67.33rem;
    grid-template-columns: repeat(1, 6fr);
    gap: 4.5rem;
    margin: 27.5rem auto;
  }
}/*# sourceMappingURL=interview.css.map */