@charset "UTF-8";
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
#interview_underlayer #interviewTitle .txt h1 {
  font-size: 400%;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt h1 {
    font-size: 220%;
  }
}
#interview_underlayer #interviewTitle .txt h1 span {
  display: block;
  font-size: 60%;
}
#interview_underlayer #interviewTitle .txt .read {
  font-size: 120%;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt .read {
    font-size: 100%;
  }
}
#interview_underlayer #interviewTitle .txt .read strong {
  display: block;
  font-size: 120%;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt .read strong {
    font-size: 120%;
  }
}

#interview_underlayer #contents .each {
  display: block;
}
#interview_underlayer #contents .each:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}
#interview_underlayer #contents .each:nth-of-type(2) .txt {
  width: calc(60% - 24px);
  order: 1;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each:nth-of-type(2) .txt {
    width: 100%;
  }
}
#interview_underlayer #contents .each:nth-of-type(2) .txt h2 img {
  height: 50px;
}
#interview_underlayer #contents .each:nth-of-type(2) .photo {
  width: 40%;
  order: 2;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each:nth-of-type(2) .photo {
    width: 100%;
  }
}
#interview_underlayer #contents .each .txt {
  width: 100%;
}
#interview_underlayer #contents .each .txt h2 {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #00336A;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt h2 {
    padding: 8px 18px;
  }
}
#interview_underlayer #contents .each .txt h2 img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt h2 img {
    height: 30px;
  }
}
#interview_underlayer #contents .each .txt dl:not(:last-child) {
  margin-bottom: 24px;
}
#interview_underlayer #contents .each .txt dl dt {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  font-size: 125%;
  font-weight: 500;
  color: #00336A;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt dl dt {
    font-size: 100%;
  }
}
#interview_underlayer #contents .each .txt dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #00336A;
}
#interview_underlayer #contents .each .txt dl dd {
  padding-left: 1.6em;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt dl dd {
    font-size: 90%;
  }
}

#interview_underlayer #contents .each:nth-child(even) {
  flex-direction: inherit;
}