@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_interview_contents {
  padding: 10rem 0 0;
}
.fl_interview_contents .interview_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
  padding-bottom: 1rem;
  border-bottom: 1px solid #5579b9;
}
.interview_heading .department {
  width: fit-content;
  background-color: #3a5d9c;
  padding: .3rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
  margin-right: 1rem;
}
.interview_heading .cath {
  font-size: 4rem;
  width: 100%;
  font-weight: bold;
  margin-top: .5rem;
  line-height: 1.5;
}
.interview_heading .join {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 1rem;
}
.interview_heading h2 {
  margin-right: 1rem;
}
.interview_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 5rem;
}
.interview_img {
  position: absolute;
  width: 30%;
  aspect-ratio: 3 / 2;
  right: 0;
}
.interview_img .img_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.interview_img .img_02 {
  position: absolute;
  top: 5rem;
  left: -5rem;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.interview_text {
  z-index: 1;
  padding-top: 15vw;
}
.interview_text .question {
  margin-top: 3rem;
}
.interview_text .question:first-of-type {
  margin-top: 0;
  padding-right: 30%;
}
.interview_text .question .title {
  font-weight: bold;
  font-size: 2rem;
}
.interview_images {
  width: 100vw;
  position: relative;
  margin: 15rem 0 0 -6.5rem;
  overflow: hidden;
  padding: 30% 0 0;
}
.interview_images_img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.interview_images_img img {
  width: 100%;
}
.page_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  justify-content: center;
  width: 100%;
}
.page_link .page_link_btn {
  background-color: #fff;
  border: solid 1px #333;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  width: fit-content;
  margin: 0 5px;
  line-height: 1;
  letter-spacing: normal;
}
.page_link .page_link_btn.disabled {
  background-color: #fff;
  border: solid 1px #333;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}














/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/
.interview_images_img {
  width: 32vw;
  height: 18vw;
}
.interview_images_img.img_01 {
  position: absolute;
  left: -20%;
  top: 35%;
}
.interview_images_img.img_02 {
  position: absolute;
  left: 15%;
  top: 10%;
}
.interview_images_img.img_03 {
  position: absolute;
  right: 18%;
  top: 35%;
}
.interview_images_img.img_04 {
  position: absolute;
  right: -17%;
  top: 10%;
}





/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/

.interview_heading .cath {
  font-size: 3rem;
}
.interview_heading .department,
.interview_heading h2 {
  margin-top: 1rem;
}
.interview_box {
  margin-top: 3rem;
}
.interview_img {
  top: 0%;
  left: 20%;
  width: 70%;
}
.interview_img .img_02 {
  top: 3rem;
  left: -3rem;
}
.interview_text {
  padding-top: 60vw;
}
.interview_text .question:first-of-type {
  padding-right: 0;
}
.interview_text .question .title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.interview_images_img {
  width: 45vw;
  height: 30vw;
}
.interview_images_img.img_01 {
  position: absolute;
  left: 0%;
  top: 6%;
}
.interview_images_img.img_02 {
  position: absolute;
  right: 4%;
  top: 14%;
}
.interview_images_img.img_03 {
  position: absolute;
  left: 4%;
  bottom: 6%;
}
.interview_images_img.img_04 {
  position: absolute;
  right: -1%;
  bottom: 0;
}
.interview_images {
  margin: 5rem 1rem;
  padding: 80% 0 0;
}
.page_link .page_link_btn {
  padding: 1rem 1.5rem;
  margin: 5px;
  font-size: 1.3rem;
}










/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
