@charset "UTF-8";

/*----------------------------------------
■ビジュアル
----------------------------------------*/

#page_interview .visual {
  background-color: #fff;
  position: relative;
  width: 100%;
  aspect-ratio: 750/905;
}


#page_interview .visual .img {
  width: 100%;
}

#page_interview .visual .img img {
  width: 100%;
  max-width: none;
}

#page_interview .visual .title_01,
#page_interview .visual .title_02,
#page_interview .visual .title_03,
#page_interview .visual .title_04,
#page_interview .visual .title_05,
#page_interview .visual .title_06 {
  width: calc(220 / 750 * 100%);
  aspect-ratio: 220 / 190;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(35 / 750 * 100%);
  bottom: calc(154 / 905 * 100%);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#page_interview .visual.matsuda_ishikawa .title_06 {
  bottom: calc(343 / 650 * 100%);
}

#page_interview .visual .title_01 {
  background-image: url(/img/index/interview/employee/isa/title.svg);
}

#page_interview .visual .title_02 {
  background-image: url(/img/index/interview/employee/shimohira/title.svg);
}

#page_interview .visual .title_03 {
  background-image: url(/img/index/interview/employee/kikuchi/title.svg);
}

#page_interview .visual .title_04 {
  background-image: url(/img/index/interview/employee/minei/title.svg);
}

#page_interview .visual .title_05 {
  background-image: url(/img/index/interview/employee/inamine/title.svg);
}

#page_interview .visual .title_06 {
  background-image: url(/img/index/interview/employee/matsuda_ishikawa/title.svg);
}

#page_interview .visual.matsuda_ishikawa .title_06 {
  left: calc(35 / 750 * 100%);
  bottom: calc(360 / 905 * 100%);
}

#page_interview .visual .sub_title {
  width: calc(527 / 750 * 100%);
  aspect-ratio: 527 / 64;
  background-image: url(/img/index/interview/employee/sub_title_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: calc(53 / 905 * 100%);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#page_interview .visual.matsuda_ishikawa .sub_title {
  bottom: calc(258 / 905 * 100%);
}



#page_interview .visual .info {
  position: absolute;
  right: calc(30 / 750 * 100%);
  bottom: calc(346 / 905 * 100%);
  background-color: rgb(255, 255, 255, 0.7);
  padding: 7px 10px;
  text-align: center;
  min-width: 143px;
  min-height: 80px;
  line-height: 1;
}

#page_interview .visual .info:before {
  content: "";
  position: absolute;
  right: 5px;
  width: 100%;
  height: 100%;
  bottom: calc(25 / 650 * 100%);
  background-color: rgb(255, 255, 255, 0.7);
  text-align: center;
  z-index: 0;
  min-width: 143px;
}

#page_interview .visual .info_2 {
  left: calc(100/ 1368 * 100%);
  right: auto;
}

#page_interview .visual.matsuda_ishikawa .info {
  right: 0;
  left: auto;
  bottom: calc(30 / 905 * 100%);
}

#page_interview .visual.matsuda_ishikawa .info_2 {
  left: 0;
  right: auto;
}

#page_interview .visual .info .date {
  border-bottom: 1px solid #000;
  font-size: 11px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

#page_interview .visual .info .name {
  font-size: 12px;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
}

#page_interview .visual .info .division {
  font-size: 11px;
  z-index: 1;
  position: relative;
}


/*----------------------------------------
■対話
----------------------------------------*/
#page_interview #interviewPageContent>.inner {}

#page_interview #interviewPageContent .boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

#page_interview #interviewPageContent .boxes .box {
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
}


#page_interview #interviewPageContent .boxes .box .img {
  order: 4;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#page_interview #interviewPageContent .boxes .box .img img {
  width: 100%;
}


#page_interview #interviewPageContent .boxes .box .title {
  order: 1;
  font-size: 16px;
  margin-bottom: 17px;
  line-height: 130%;
  font-weight: bold;
}

#page_interview #interviewPageContent .boxes .box .q {
  order: 2;
  color: #5faad8;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 12.5px;
  font-weight: bold;
}

#page_interview #interviewPageContent .boxes .box .q:before {
  content: "";
  width: 23px;
  aspect-ratio: 34 / 29;
  background-image: url(/img/index/interview/employee/icon_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#page_interview #interviewPageContent .boxes .box .a {
  order: 3;
  font-size: 11px;
  line-height: 170%;
  margin-bottom: 25px;
}

#page_interview #interviewPageContent .schedule {
  padding-inline: 15px;
}

#page_interview #interviewPageContent .schedule .img {
  margin-bottom: 35px;
}

#page_interview #interviewPageContent .schedule img {
  width: 100%;
}

#page_interview #interviewPageContent .video {}

#page_interview #interviewPageContent .video iframe {
  width: 100%;
}

#page_interview .ctaBtn.back {
  margin-bottom: 40px;

}

#page_interview #sec_InterView {
  margin-bottom: 40px;
}

.color_orange {
  color: #f39800;
}

.color_pink {
  color: #f7796f;
}