﻿@charset "UTF-8";
.interviewHeader picture, .interviewHeader picture source, .interviewHeader picture img {
  object-position: 50% 100%;
}
.interviewProfileSection .ipsMain {
  position: relative;
  max-width: 760px;
  margin: 12px auto 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMain {
    margin-top: 20px;
    min-height: 420px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain {
    margin-top: 32px;
    padding: 20px 0 40px;
    max-width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.interviewProfileSection .ipsMain .ipsMainTitle {
  padding-top: 32px;
  font-size: min(30px, 5vw);
  font-weight: 700;
  line-height: 1.75;
  animation: ipsMainTitleSlideIn 1s ease forwards;
}
@keyframes ipsMainTitleSlideIn {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMain .ipsMainTitle {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainTitle {
    font-size: clamp(3.8rem, 3.688rem + 0.3vw, 4.2rem);
    padding-left: 0;
  }
}
.interviewProfileSection .ipsMain .ipsMainImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 270px;
  max-width: 440px;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMain .ipsMainImg {
    height: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainImg {
    height: 550px;
    max-width: 680px;
  }
}
.interviewProfileSection .ipsMain .ipsMainImg .ipsMainImgPhoto {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.interviewProfileSection .ipsMain .ipsMainImg.narrow .ipsMainImgPhoto {
  width: 80%;
}
.interviewProfileSection .ipsMain .ipsMainImg .ipsMainImgSpeech {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: clamp(16rem, 11.294rem + 12.55vw, 24rem);
  object-fit: contain;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainImg .ipsMainImgSpeech {
    bottom: 8px;
    width: 280px;
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile {
    padding-top: 20px;
    max-width: 30%;
    margin-top: 20px;
    margin-right: auto;
    border-top: solid 1px #959595;
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment, .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName {
  padding-left: 8px;
  border-left: solid 1px #959595;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment, .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment, .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName {
    padding-left: 0;
    border-left: none;
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: clamp(1.1rem, 0.865rem + 0.63vw, 1.5rem);
  color: #26BDE2;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileDepartment {
    padding-top: 0;
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName {
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
  margin-right: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName .ipsMainProfileNameEn {
  font-family: "Roboto";
  color: #959595;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileName .ipsMainProfileNameEn {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileJoin {
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMain .ipsMainProfile .ipsMainProfileJoin {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
  }
}
.interviewProfileSection .ipsTag {
  padding: 24px 0;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsTag {
    padding: 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsTag {
    padding: 64px 0;
  }
}
.interviewProfileSection .ipsTag ul {
  row-gap: 20px;
}
.interviewProfileSection .ipsBlock {
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsBlock {
    padding: 32px 0;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsBlock {
    padding: 64px 0;
  }
}
.interviewProfileSection .ipsBlock .ipsBlockHeader {
  position: relative;
}
.interviewProfileSection .ipsBlock .ipsBlockHeader:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -16px;
  height: 88px;
  width: 44px;
  background-color: #26BDE2;
  opacity: 0.1;
  border-radius: 0 100% 100% 0/50%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsBlock .ipsBlockHeader:before {
    top: -44px;
    height: 166px;
    width: 84px;
  }
}
.interviewProfileSection .ipsBlock .ipsBlockHeader:after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: -16px;
  font-size: min(88px, 17vw);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #26BDE2;
  opacity: 0.1;
  transform: translateY(0.075em);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsBlock .ipsBlockHeader:after {
    bottom: -40px;
    right: -8px;
    font-size: min(120px, 14vw);
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsBlock .ipsBlockHeader:after {
    bottom: -56px;
    right: 24px;
    font-size: min(160px, 11vw);
  }
}
.interviewProfileSection .ipsBlock .ipsBlockHeader .ipsTitleMd {
  font-size: clamp(1.4rem, 0.165rem + 3.29vw, 3.5rem);
  font-weight: 700;
  color: #26BDE2;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsBlock .ipsBlockHeader .ipsTitleMd {
    font-size: clamp(3.2rem, 1.135rem + 2.01vw, 4.6rem);
  }
}
.interviewProfileSection .ipsBlock .ipsBlockHeader p {
  font-size: clamp(1.3rem, 1.006rem + 0.78vw, 1.8rem);
  color: #4D4D4D;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsBlock .ipsBlockHeader p {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.interviewProfileSection .ipsBlock.ipsMovie .ipsBlockHeader:after {
  content: "Movie";
}
.interviewProfileSection .ipsBlock.ipsInterview .ipsBlockHeader:after {
  content: "Interview";
}
.interviewProfileSection .ipsBlock.ipsMessage .ipsBlockHeader:after {
  content: "Message";
}
@media screen and (max-width: 768px) {
  .interviewProfileSection .ipsBlock.ipsMessage .ipsBlockHeader:after {
    bottom: 0;
    transform: translateY(0);
  }
}
.interviewProfileSection .ipsMovie .ipsMovieContent {
  margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMovie .ipsMovieContent {
    margin-top: 40px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMovie .ipsMovieContent {
    margin-top: 56px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent {
  margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent {
    margin-top: 56px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbQuesBox {
  color: #0066B4;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbQuesBox {
    font-weight: 700;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox {
  padding-left: 0;
  padding-right: 0;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle {
  font-size: clamp(1.3rem, 1.006rem + 0.78vw, 1.8rem);
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    max-width: 1050px;
    margin: 0 auto;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason {
  display: block;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason {
    display: flex;
    align-items: flex-start;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason .tempReasonImg {
  float: left;
  object-fit: contain;
  max-width: 50%;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason .tempReasonImg {
    float: none;
    max-width: 33%;
    margin: 0 24px 0 0;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason.imgRight {
  flex-direction: row-reverse;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason.imgRight .tempReasonImg {
  float: right;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.tempReason.imgRight .tempReasonImg {
    float: none;
    max-width: 33%;
    margin: 0 0 0 24px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep {
  width: 100%;
  height: 100%;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep .careerStepContent {
  position: relative;
  overflow-x: scroll;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  max-width: initial;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep .careerStepContent {
    overflow-x: auto;
    max-width: 100%;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep .careerStepContent .careerStepImg {
  width: 760px;
  height: 346px;
  max-width: initial;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep .careerStepContent .careerStepImg {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 115px;
  height: 82px;
  background-image: url(/recruit/osakagas/files/img/common/swipe.png);
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep::after {
    content: none;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.careerStep.showIcon::after {
  opacity: 1;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule {
  display: flex;
  width: 100%;
  padding: 38px 0px 0px;
  align-items: stretch;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheCommute {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheCommute .scheCommuteText {
  color: #26BDE2;
  border: 1px solid #26BDE2;
  padding: 0px 8px;
  font-weight: bold;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline {
    padding-left: 5vw;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline.pbTb {
  padding-bottom: 5vh;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem {
    justify-content: flex-start;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:first-of-type:before {
  content: "出社";
  position: absolute;
  top: -36px;
  left: 0;
  color: #26BDE2;
  border: 1px solid #26BDE2;
  padding: 0px 8px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:first-of-type:before {
    font-size: 16px;
    top: 0px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:last-of-type::before {
  content: "退社";
  position: absolute;
  bottom: -6px;
  left: 0;
  color: #26BDE2;
  border: 1px solid #26BDE2;
  padding: 0px 8px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:last-of-type::before {
    font-size: 16px;
    top: 0;
    bottom: auto;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:last-of-type .scheTime::after {
  content: none;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime {
  width: 50px;
  color: #0066B0;
  font-weight: bold;
  position: relative;
  top: -8px;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime {
    width: 80px;
    margin-left: 70px;
    top: 0px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px;
  right: -5px;
  background: radial-gradient(circle, #fff 30%, #0066B0 40%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime::before {
    width: 22px;
    height: 22px;
    top: 10px;
    right: -10px;
    background: radial-gradient(circle, #fff 30%, #0066B0 40%);
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -1px;
  width: 3px;
  height: 100%;
  background-color: #85D7E3;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheTime::after {
    width: 5px;
    top: 20px;
    right: -2px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText {
  width: calc(100% - 65px);
  color: #0066B0;
  font-weight: bold;
  background-color: #E3F6FE;
  padding: 6px 10px;
  border-radius: 4px;
  position: relative;
  line-height: 1.5;
  min-height: var(--sp-height);
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText {
    border-radius: 8px;
    margin-left: 50px;
    padding: 10px 22px;
    min-height: var(--tb-height);
  }
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 7px 26px 7px 0;
    border-color: transparent #E3F6FE transparent transparent;
    translate: -100% 14px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText {
    width: 552px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText sup {
  font-size: 10px;
  position: relative;
  top: -4px;
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText sup {
    font-size: 12px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText .note {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 1.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText .note {
    font-size: 14px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText .speechText {
  position: absolute;
  top: var(--sp-position-top);
  right: 0px;
  width: 40vw;
  height: auto;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText .speechText {
    top: var(--tb-position-top);
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem .scheText .speechText {
    right: -130px;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:nth-child(even) .scheTime {
  color: #1E8782;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:nth-child(even) .scheTime::before {
  background: radial-gradient(circle, #fff 30%, #1E8782 40%);
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:nth-child(even) .scheText {
  color: #1E8782;
  background-color: #BFE5E8;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .ipsInterviewArticle.schedule .scheTimeline .scheItem:nth-child(even) .scheText::after {
    border-color: transparent #BFE5E8 transparent transparent;
  }
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .notes {
  font-size: clamp(1rem, 0.765rem + 0.63vw, 1.4rem);
  margin-top: 30px;
}
.interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .notes a {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsInterview .ipsInterviewContent .toggleFaqBlock .tfbAnsBox .notes {
    margin: 30px auto 0px;
    max-width: 1050px;
    padding-left: 5vw;
    font-size: clamp(1.3rem, 0.91rem + 0.58vw, 1.6rem);
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage {
    padding-bottom: 0;
  }
}
.interviewProfileSection .ipsMessage .ipsMessageContent {
  margin: 24px auto 0;
  padding: 0 3vw;
  position: relative;
  max-width: 880px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    min-height: 360px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent {
    margin-top: 56px;
    padding: 0;
  }
}
.interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageYell {
  position: absolute;
  top: 24px;
  left: 6vw;
  width: min(240px, 36vw);
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageYell {
    left: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageYell {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    max-width: 410px;
  }
}
.interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageYell img {
  width: 100%;
  object-fit: contain;
}
.interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto {
  position: absolute;
  top: 0;
  right: 3vw;
  width: 220px;
  height: 220px;
  max-width: 440px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto {
    height: fit-content;
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto {
    width: 45%;
    right: 0;
  }
}
.interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto img {
    height: initial;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessagePhoto img {
    position: static;
    z-index: 1;
  }
}
.interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageText {
  padding-top: 236px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent .ipsMessageText {
    padding-top: 64px;
    width: 50%;
    max-width: 410px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent.reverse .ipsMessagePhoto {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent.reverse .ipsMessageText {
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .interviewProfileSection .ipsMessage .ipsMessageContent.reverse .ipsMessageYell {
    margin-left: auto;
  }
}
.interviewOtherSection .iosSlider {
  padding-top: 64px;
}
@media screen and (min-width: 1200px) {
  .interviewOtherSection .iosSlider {
    padding-top: 80px;
  }
}
.interviewOtherSection .iosSlider .slick-slider {
  margin: 0 -16px;
}
@media screen and (min-width: 769px) {
  .interviewOtherSection .iosSlider .slick-slider {
    margin: 0 -32px;
  }
}
@media screen and (min-width: 1025px) {
  .interviewOtherSection .iosSlider .slick-slider {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1200px) {
  .interviewOtherSection .iosSlider .slick-slider {
    margin: 0 calc((100% - 100vw) / 2);
  }
}
.interviewOtherSection .iosSlider .slick-prev, .interviewOtherSection .iosSlider .slick-next {
  top: -24px;
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s;
}
.interviewOtherSection .iosSlider .slick-prev:before, .interviewOtherSection .iosSlider .slick-next:before {
  display: inline-block;
  width: 24px;
  height: 28px;
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .interviewOtherSection .iosSlider .slick-prev:hover, .interviewOtherSection .iosSlider .slick-next:hover {
    opacity: 0.75;
  }
}
.interviewOtherSection .iosSlider .slick-prev {
  left: 16px;
}
@media screen and (min-width: 1200px) {
  .interviewOtherSection .iosSlider .slick-prev {
    left: calc((100vw - 1200px) / 2);
  }
}
.interviewOtherSection .iosSlider .slick-prev:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow-r.svg);
}
.interviewOtherSection .iosSlider .slick-next {
  right: 18px;
}
@media screen and (min-width: 1200px) {
  .interviewOtherSection .iosSlider .slick-next {
    right: calc((100vw - 1200px) / 2);
  }
}
.interviewOtherSection .iosSlider .slick-next:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow.svg);
}
.interviewOtherSection .iosSlider .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.interviewOtherSection .iosSlider .slick-track {
  display: flex;
}
.interviewOtherSection .iosSlider .slick-slide {
  height: auto !important;
  display: flex;
  align-items: stretch;
  margin: 4px;
}
@media screen and (min-width: 1025px) {
  .interviewOtherSection .iosSlider .slick-slide {
    margin: 10px;
  }
}
.interviewOtherSection .iosSlider .rsPeoplePanel .rsppSpeech.popUp {
  opacity: 1;
  animation: popUpAnimation 0.6s ease forwards;
}
.interviewOtherSection .slide.peopleCurrent {
  display: none;
}