:root {
  --color01: #3190ba;
  --color02: #71c78e;
  --gradient00: linear-gradient(to right, #5DC681 0%, #5FB8DB 100%);
  --gradient01: linear-gradient(to right, #3190ba 0%, #71c78e 100%);
}

.p_interview_com ~ .footer {
  padding-top: 87px;
}
.p_interview_com .interview_mv {
  position: relative;
  z-index: 1;
}
.p_interview_com .interview_mv::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #dedbd1;
  z-index: -1;
}
.p_interview_com .interview_mv .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p_interview_com .interview_mv__inner {
  position: relative;
  padding-bottom: clamp(3.4375rem, -29.5918367347vw + 17.6230867347rem, 10.6875rem);
}
.p_interview_com .interview_mv__content {
  width: calc(100% - 45px);
  max-width: 600px;
  background-color: #eeedea;
  border-radius: 20px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  padding: 19px 20px 12px;
}
.p_interview_com .interview_mv__img {
  border-radius: 20px 20px 0 0;
}
.p_interview_com .interview_mv__img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_interview_com .interview_mv__tag {
  width: 100%;
  font-family: "sicnewsnexus", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  background: linear-gradient(90deg, #3190ba 0%, #71c78e 100%);
  border-radius: 50px;
  margin-bottom: 14px;
  min-height: 32px;
  padding: 5px 2px 2px;
}
.p_interview_com .interview_mv__sub {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 3px;
}
.p_interview_com .interview_mv__ttl {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 18px;
  font-size: 1.25rem;
}
.p_interview_com .interview_mv__txt {
  width: calc(100% + 2px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
}
.p_interview_com .interview_mv .c_ttl03 {
  margin-bottom: 11px;
}
.p_interview_com .interview_mv .c_ttl03__txt {
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.p_interview__inner > .container {
  padding: 0;
}
.p_interview__content {
  margin-top: 72px;
  padding: 80px 0 73px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  overflow: clip;
}
.p_interview__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
.p_interview__item + .p_interview__item {
  margin-top: 70px;
}
.p_interview__item.item_center {
  width: 100%;
  margin: 70px auto 0;
  display: block;
}
.p_interview__item.item_center .item_content {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.p_interview__item.item_center .item_decor {
  position: absolute;
  top: -126px;
  right: -73px;
  width: 100%;
  max-width: 371px;
  pointer-events: none;
}
.p_interview__item.item_center .item_ttl {
  position: relative;
  z-index: 1;
}
.p_interview__item.item_center .item_txt {
  position: relative;
  padding-top: 22px;
  line-height: 1.8;
  z-index: 1;
}
.p_interview__item:has(.item_sub) {
  padding-bottom: 55px;
}
.p_interview__item:has(.item_sub)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 101px;
  background: url("../images/career_interview/img_bg01.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.p_interview__item .item_img {
  overflow: hidden;
  z-index: 1;
}
.p_interview__item .item_img img {
  width: 100%;
  border-radius: 10px;
}
.p_interview__item .item_sub {
  margin-left: auto;
  position: absolute;
  left: 0;
  padding-right: 10px;
  bottom: 13px;
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.2;
  background: linear-gradient(90deg, #a3efbd 20%, #7eceff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: right;
  opacity: 0.6;
}
.p_interview__item .item_content {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
}
.p_interview__item .item_ttl {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p_interview__item .item_txt {
  padding-top: 21px;
  letter-spacing: 0.03em;
  line-height: 1.82;
}
.p_interview__item .item_txt .lt_06 {
  letter-spacing: 0.06em;
}
.p_interview__item.item03 {
  margin-top: 64px;
}
.p_interview__other {
  width: 100%;
  max-width: 1078px;
  margin: 79px auto 0;
}
.p_interview__other .other_ttl {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  background: linear-gradient(90deg, #3190ba 0%, #71c78e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p_interview__other .other_content {
  display: grid;
  gap: 35px 14px;
  margin-top: 28px;
  padding: 0 20px;
  position: relative;
  left: -2px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.p_interview__other .other_item {
  text-align: center;
}
.p_interview__other .other_item__img {
  border-radius: 6px;
  overflow: hidden;
}
.p_interview__other .other_item__img img {
  transition: 0.3s;
}
.p_interview__other .other_item__sub {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 9px;
}
.p_interview__other .other_item__ttl {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 6px 0 0;
}

.p_interview ~ .footer {
  padding-top: 41px;
}
.p_interview__ttl {
  position: relative;
  z-index: 2;
  font-family: "sicnewsnexus", sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #a3efbd 30%, #7ecfef 66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.2;
}
.p_interview__ttl.mix_blend {
  background: unset;
  -webkit-text-fill-color: unset;
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
}
.p_interview__ttlsub {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.03em;
  padding-top: 11px;
}
.p_interview__mv {
  position: relative;
}
.p_interview__mv .mv_desc {
  position: absolute;
  bottom: -3px;
  right: 18px;
  z-index: 1;
}
.p_interview__mv .swiper {
  pointer-events: none;
}
.p_interview__mv .swiper-wrapper {
  width: 100%;
}
.p_interview__mv .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p_interview__mv .mv_img {
  max-width: 280px;
}
.p_interview__mv .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_interview__sec01 {
  background-color: #ecf8fb;
  border-top-right-radius: 100px;
  margin-top: 60px;
  padding: 62px 0 101px;
  position: relative;
  z-index: 1;
}
.p_interview__sec01::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ecf8fb;
}
.p_interview__sec01 .container {
  padding: 0 15px;
}
.p_interview__sec01 .p_interview__ttlsub {
  position: relative;
  z-index: 1;
}
.p_interview__sec01 .p_interview__ttlsub .ttlsub {
  position: relative;
  z-index: 1;
}
.p_interview__sec01 .p_interview__ttlsub .img_blur {
  position: absolute;
  top: -20px;
  right: 0;
  width: 100%;
  max-width: 430px;
  height: 430px;
  pointer-events: none;
}
.p_interview__sec01 .sec01_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 55px 20px;
  margin-top: 57px;
  position: relative;
  z-index: 2;
}
.p_interview__sec01 .sec01_item {
  width: 100%;
}
.p_interview__sec01 .sec01_item:hover .sec01_item__img img {
  transform: scale(1.05);
}
.p_interview__sec01 .sec01_item__img {
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.p_interview__sec01 .sec01_item__img img {
  transition: 0.3s;
}
.p_interview__sec01 .sec01_item__ttl {
  color: #474747;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 16px;
}
.p_interview__sec01 .sec01_item__tag {
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.p_interview__sec01 .sec01_item__tag .tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.47;
  color: #fff;
  padding: 3px 15px;
  background-color: #636058;
  border-radius: 20px;
}
.p_interview__sec01 .sec01_item__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #474747;
  line-height: 1.9;
}
.p_interview__sec02 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 59px 0 41px;
  overflow: hidden;
  background-color: #f0fafc;
  position: relative;
  z-index: 1;
}
.p_interview__sec02 .p_interview__ttlsub {
  padding-top: 21px;
  padding-right: 4px;
}
.p_interview__sec02 .sec02_ttl {
  position: relative;
}
.p_interview__sec02 .sec02_ttl::after {
  content: "";
  position: absolute;
  top: -105px;
  left: 50%;
  width: 502px;
  height: 224px;
  transform: translateX(-50%) rotate(1deg);
  background: url("../images/career_interview/img_crosstalk_line_sp.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.p_interview__sec02 .sec02_content {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.p_interview__sec02 .sec02_item {
  pointer-events: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 0 23px;
}
.p_interview__sec02 .sec02_item__link {
  display: block;
}
.p_interview__sec02 .sec02_item:nth-child(even) .sec02_item__inner {
  margin-right: 0;
  margin-left: auto;
}
.p_interview__sec02 .sec02_item__number {
  margin: 0 19px 16px 19px;
}
.p_interview__sec02 .sec02_item__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 19px;
}
.p_interview__sec02 .sec02_item__img {
  position: relative;
  border-radius: 8px;
  overflow: clip;
  flex-shrink: 0;
  text-align: center;
}
.p_interview__sec02 .sec02_item__img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.p_interview__sec02 .sec02_item__content {
  margin-top: 30px;
}
.p_interview__sec02 .sec02_item__content .c_ttl02 {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p_interview__sec02 .sec02_item__desc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
}
.p_interview__sec02 .sec02_item__desc .icon {
  width: 11px;
  height: 11px;
  position: relative;
  flex-shrink: 0;
}
.p_interview__sec02 .sec02_item__desc .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/icon_close.svg") no-repeat;
  background-size: contain;
}
.p_interview__sec02 .sec02_item__tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(90deg, #3190ba 0%, #71c78e 100%);
  border-radius: 50px;
  padding: 9px 0;
  min-height: 33px;
}
.p_interview__sec02 .sec02_item__tag .tag_sub {
  font-size: 0.75rem;
}
.p_interview__sec02 .sec02_item__txt {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding-top: 14px;
}
.p_interview__sec02 .sec02_item .c_btn01 {
  pointer-events: all;
  margin: 0 auto;
  margin-top: 17px;
}

.p_interview01 .p_interview__item.item_center .item_ttl {
  padding-right: 10px;
}
.p_interview02 .p_interview__content {
  padding: 80px 0 76px;
}
.p_interview02 .p_interview__item.item03 {
  margin-top: 92px;
}
.p_interview02 .p_interview__item.item_center {
  margin: 72px auto 0;
}
.p_interview02 .p_interview__item:has(.item_sub) {
  padding-bottom: 60px;
}
.p_interview03 .p_interview__content {
  padding: 80px 0 76px;
}
.p_interview03 .p_interview__item.item03 {
  margin-top: 63px;
}
.p_interview03 .p_interview__item.item04 {
  margin-top: 72px;
}
.p_interview03 .p_interview__item.item_center {
  margin: 72px auto 0;
}
.p_interview03 .p_interview__item:has(.item_sub) {
  padding-bottom: 56px;
}
.p_interview04 .p_interview__content {
  padding: 80px 0 76px;
}
.p_interview04 .p_interview__item.item03 {
  margin-top: 61px;
}
.p_interview04 .p_interview__item.item04 {
  margin-top: 72px;
}
.p_interview04 .p_interview__item.item_center {
  margin: 72px auto 0;
}
.p_interview04 .p_interview__item:has(.item_sub) {
  padding-bottom: 60px;
}

.p_interview05 .interview_mv__inner {
  padding-bottom: 168px;
}
.p_interview05 .p_interview__content {
  padding: 80px 0 76px;
}
.p_interview05 .p_interview__item.item03 {
  margin-top: 62px;
}
.p_interview05 .p_interview__item.item04 {
  margin-top: 72px;
}
.p_interview05 .p_interview__item.item_center {
  margin: 72px auto 0;
}
.p_interview05 .p_interview__item:has(.item_sub) {
  padding-bottom: 59px;
}
@media screen and (min-width: 768px) {
  .p_interview_com ~ .footer {
    padding-top: 136px;
  }
  .p_interview_com .interview_mv::after {
    height: clamp(11.4375rem, -29.3154761905vw + 37.8214285714rem, 23.75rem);
  }
  .p_interview_com .interview_mv .container {
    padding: 0 20px;
  }
  .p_interview_com .interview_mv__inner {
    padding-bottom: clamp(4.6875rem, -20.8333333333vw + 23.4375rem, 13.4375rem);
  }
  .p_interview_com .interview_mv__content {
    transform: none;
    padding: 20px 20px 11px;
    right: clamp(2.5rem, 24.4047619048vw + -9.2142857143rem, 12.75rem);
  }
  .p_interview_com .interview_mv__img {
    border-radius: 0;
  }
  .p_interview_com .interview_mv__img img {
    border-radius: 0;
  }
  .p_interview_com .interview_mv__tag {
    padding: 2px 2px 4px;
    margin-bottom: 16px;
    font-size: 1.3125rem;
  }
  .p_interview_com .interview_mv__sub {
    font-size: 0.8125rem;
  }
  .p_interview_com .interview_mv__txt {
    font-size: 1rem;
  }
  .p_interview_com .interview_mv .c_ttl03__txt {
    font-size: 1.0625rem;
  }
  .p_interview_com .interview_mv .c_ttl03__line {
    top: 10px;
  }
  .p_interview__content {
    padding: 80px 0 112px;
    border-radius: 60px;
    margin-top: clamp(4.375rem, 5.9523809524vw + 1.5178571429rem, 6.875rem);
  }
  .p_interview__item {
    flex-direction: row;
    padding: 0;
  }
  .p_interview__item + .p_interview__item {
    margin-top: 118px;
  }
  .p_interview__item.item_center {
    max-width: clamp(40.625rem, 10.4166666667vw + 35.625rem, 45rem);
    margin: 114px auto 0;
  }
  .p_interview__item.item_center .item_decor {
    top: -124px;
    right: -133px;
  }
  .p_interview__item.item_center .item_ttl {
    text-align: center;
  }
  .p_interview__item.item_center .item_txt {
    line-height: 2;
    padding-top: 26px;
  }
  .p_interview__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p_interview__item:nth-child(even) .item_img img {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p_interview__item:has(.item_sub) {
    padding-bottom: 55px;
  }
  .p_interview__item:has(.item_sub)::after {
    max-height: 274px;
  }
  .p_interview__item .item_img {
    position: relative;
    width: 50%;
    padding-bottom: 91px;
  }
  .p_interview__item .item_img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p_interview__item .item_sub {
    padding-right: 0;
    text-align: left;
    left: -1px;
    bottom: 4px;
    letter-spacing: 0.03em;
    font-size: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
  }
  .p_interview__item .item_content {
    padding: 1px clamp(1.25rem, 7.4404761905vw + -2.3214285714rem, 4.375rem) 0 clamp(1.25rem, 7.1428571429vw + -2.1785714286rem, 4.25rem);
    width: 50%;
  }
  .p_interview__item .item_ttl {
    letter-spacing: 0.05em;
    font-size: clamp(1.375rem, 0.8928571429vw + 0.9464285714rem, 1.75rem);
  }
  .p_interview__item .item_txt {
    line-height: 1.8;
    padding-top: clamp(1.25rem, 1.4880952381vw + 0.5357142857rem, 1.875rem);
  }
  .p_interview__item.item03 {
    margin-top: 118px;
  }
  .p_interview__other {
    margin: 119px auto 0;
  }
  .p_interview__other .other_ttl {
    font-size: 1.5rem;
  }
  .p_interview__other .other_content {
    margin-top: 35px;
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0 22px 0 0;
  }
  .p_interview__other .other_item:hover .other_item__img img {
    transform: scale(1.05);
  }
  .p_interview__other .other_item__sub {
    padding-top: 16px;
    font-size: 0.8125rem;
  }
  .p_interview__other .other_item__ttl {
    font-size: 1.125rem;
  }
  .p_interview ~ .footer {
    padding-top: 32px;
  }
  .p_interview__ttl {
    font-size: 4.375rem;
  }
  .p_interview__ttlsub {
    line-height: 1.8;
    font-size: 1.0625rem;
  }
  .p_interview__mv {
    padding: 0 20px;
  }
  .p_interview__mv .mv_desc {
    bottom: -1px;
    right: 98px;
  }
  .p_interview__mv .mv_img {
    max-width: 20%;
  }
  .p_interview__sec01 {
    margin-top: 60px;
    border-top-right-radius: clamp(3.75rem, 28.2738095238vw + -9.8214285714rem, 15.625rem);
    margin-top: clamp(5rem, 4.3154761905vw + 2.9285714286rem, 6.8125rem);
    padding: clamp(3.75rem, 7.5892857143vw + 0.1071428571rem, 6.9375rem) 0 clamp(3.75rem, 11.4583333333vw + -1.75rem, 8.5625rem);
  }
  .p_interview__sec01 .container {
    padding: 0 20px;
  }
  .p_interview__sec01 .p_interview__ttl {
    padding-left: clamp(0rem, 1.3392857143vw + -0.6428571429rem, 0.5625rem);
  }
  .p_interview__sec01 .p_interview__ttlsub {
    padding-left: 3px;
  }
  .p_interview__sec01 .p_interview__ttlsub .img_blur {
    top: -170px;
    right: 100px;
  }
  .p_interview__sec01 .sec01_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: clamp(0rem, 1.1904761905vw + -0.5714285714rem, 0.5rem);
    margin-top: clamp(2.5rem, 4.9107142857vw + 0.1428571429rem, 4.5625rem);
    gap: clamp(2.5rem, 10.4166666667vw + -2.5rem, 6.875rem) clamp(2.5rem, 1.7857142857vw + 1.6428571429rem, 3.25rem);
  }
  .p_interview__sec01 .sec01_item {
    max-width: clamp(18.75rem, 6.8452380952vw + 15.4642857143rem, 21.625rem);
  }
  .p_interview__sec02 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 67px 0 30px;
  }
  .p_interview__sec02 .p_interview__ttl {
    padding-left: clamp(0rem, 0.8928571429vw + -0.4285714286rem, 0.375rem);
  }
  .p_interview__sec02 .p_interview__ttlsub {
    padding-right: 0;
    padding-top: 12px;
  }
  .p_interview__sec02 .sec02_ttl::after {
    top: -69px;
    width: 100%;
    height: 100%;
    min-height: 383px;
    max-width: 911px;
    background: url("../images/career_interview/img_crosstalk_line.webp");
    background-repeat: no-repeat;
    transform: translateX(-50%);
    background-position: top;
  }
  .p_interview__sec02 .sec02_content {
    margin-top: 71px;
  }
  .p_interview__sec02 .sec02_item {
    padding: 24px 0 99px;
    border-radius: 30px;
  }
  .p_interview__sec02 .sec02_item:hover .sec02_item__img img {
    transform: scale(1.05);
  }
  .p_interview__sec02 .sec02_item:nth-child(even) .sec02_item__inner {
    flex-direction: row-reverse;
  }
  .p_interview__sec02 .sec02_item:nth-child(even) .sec02_item__img {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p_interview__sec02 .sec02_item:nth-child(even) .sec02_item__img img {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p_interview__sec02 .sec02_item:nth-child(even) .sec02_item__content {
    padding: clamp(0rem, 2.9761904762vw + -1.4285714286rem, 1.25rem) clamp(1.875rem, 8.9285714286vw + -2.4107142857rem, 5.625rem) 0 clamp(2.5rem, 8.1845238095vw + -1.4285714286rem, 5.9375rem);
  }
  .p_interview__sec02 .sec02_item__number {
    margin: 0 30px 56px clamp(1.875rem, 3.869047619vw + 0.0178571429rem, 3.5rem);
  }
  .p_interview__sec02 .sec02_item__inner {
    padding: 0;
    flex-direction: row;
  }
  .p_interview__sec02 .sec02_item__img {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: clamp(21.25rem, 62.5vw + -8.75rem, 47.5rem);
  }
  .p_interview__sec02 .sec02_item__img img {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p_interview__sec02 .sec02_item__content {
    margin-top: 0;
    width: calc(100% - clamp(21.25rem, 62.5vw + -8.75rem, 47.5rem));
    padding: clamp(0rem, 2.9761904762vw + -1.4285714286rem, 1.25rem) clamp(2.5rem, 8.1845238095vw + -1.4285714286rem, 5.9375rem) 0 clamp(1.875rem, 8.9285714286vw + -2.4107142857rem, 5.625rem);
  }
  .p_interview__sec02 .sec02_item__content .c_ttl02 {
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .p_interview__sec02 .sec02_item__desc {
    max-width: 100%;
    width: auto;
    gap: 17px;
    flex-direction: row;
    margin: 0;
    margin-top: 34px;
  }
  .p_interview__sec02 .sec02_item__tag {
    flex-direction: column;
    max-width: 185px;
    min-height: clamp(2.5rem, 2.0833333333vw + 1.5rem, 3.375rem);
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  }
  .p_interview__sec02 .sec02_item__tag .tag_sub {
    font-size: clamp(0.75rem, 0.4464285714vw + 0.5357142857rem, 0.9375rem);
  }
  .p_interview__sec02 .sec02_item__txt {
    padding-top: 21px;
  }
  .p_interview__sec02 .sec02_item .c_btn01 {
    margin: 0;
    margin-top: 25px;
  }
  .p_interview__sec02 .sec02_item__i02 .sec02_item__number {
    margin-bottom: 63px;
  }
  .p_interview__sec02 .sec02_item__i02 .sec02_item__content {
    padding-top: 0;
  }
  .p_interview__sec02 .sec02_item__i02 .sec02_item__content .c_ttl02 {
    margin-top: clamp(-1.75rem, -37.8378378378vw + 32.3040540541rem, 0rem);
  }
  .p_interview02 .interview_mv__content {
    right: clamp(2.5rem, 13.6904761905vw + -4.0714285714rem, 8.25rem);
  }
  .p_interview02 .p_interview__content {
    padding: 80px 0 clamp(5rem, 9.6726190476vw + 0.3571428571rem, 9.0625rem);
  }
  .p_interview02 .p_interview__item.item02 {
    margin-top: 144px;
  }
  .p_interview02 .p_interview__item.item03 {
    margin-top: 95px;
  }
  .p_interview02 .p_interview__item.item_center {
    margin: 121px auto 0;
  }
  .p_interview02 .p_interview__item:has(.item_sub) {
    padding-bottom: 55px;
  }
  .p_interview03 .interview_mv__content {
    right: clamp(2.5rem, 13.6904761905vw + -4.0714285714rem, 8.25rem);
  }
  .p_interview03 .p_interview__content {
    padding: 80px 0 clamp(5rem, 4.9107142857vw + 2.6428571429rem, 7.0625rem);
  }
  .p_interview03 .p_interview__item.item02 {
    margin-top: 114px;
  }
  .p_interview03 .p_interview__item.item03 {
    margin-top: 175px;
  }
  .p_interview03 .p_interview__item.item04 {
    margin-top: 114px;
  }
  .p_interview03 .p_interview__item.item_center {
    margin: 115px auto 0;
  }
  .p_interview03 .p_interview__item:has(.item_sub) {
    padding-bottom: 55px;
  }
  .p_interview04 .interview_mv__content {
    right: clamp(2.5rem, 13.6904761905vw + -4.0714285714rem, 8.25rem);
  }
  .p_interview04 .p_interview__content {
    padding: 80px 0 clamp(5rem, 4.9107142857vw + 2.6428571429rem, 7.0625rem);
  }
  .p_interview04 .p_interview__item .item_sub {
    bottom: clamp(0rem, 48.6486486486vw + -41.5337837838rem, 2.25rem);
  }
  .p_interview04 .p_interview__item.item02 {
    margin-top: 114px;
  }
  .p_interview04 .p_interview__item.item03 {
    margin-top: 175px;
  }
  .p_interview04 .p_interview__item.item04 {
    margin-top: 114px;
  }
  .p_interview04 .p_interview__item.item_center {
    margin: 144px auto 0;
  }
  .p_interview04 .p_interview__item:has(.item_sub) {
    padding-bottom: 61px;
  }
  .p_interview05 .interview_mv__inner {
    padding-bottom: clamp(4.6875rem, -20.8333333333vw + 23.4375rem, 13.4375rem);
  }
  .p_interview05 .interview_mv__content {
    right: clamp(2.5rem, 13.6904761905vw + -4.0714285714rem, 8.25rem);
  }
  .p_interview05 .p_interview__content {
    padding: 80px 0 clamp(5rem, 4.9107142857vw + 2.6428571429rem, 7.0625rem);
  }
  .p_interview05 .p_interview__item .item_sub {
    bottom: clamp(0rem, 24.3243243243vw + -20.7668918919rem, 1.125rem);
  }
  .p_interview05 .p_interview__item.item02 {
    margin-top: 114px;
  }
  .p_interview05 .p_interview__item.item03 {
    margin-top: 158px;
  }
  .p_interview05 .p_interview__item.item04 {
    margin-top: 114px;
  }
  .p_interview05 .p_interview__item.item_center {
    margin: 144px auto 0;
  }
  .p_interview05 .p_interview__item:has(.item_sub) {
    padding-bottom: 42px;
  }
}
/*# sourceMappingURL=maps/career_interview.css.map */
