@charset "UTF-8";
body {
  font-size: inherit;
}

.header_content {
  position: relative;
  height: 300px;
}
@media (max-width: 767px) {
  .header_content {
    height: 200px;
  }
}
.header_content .header_image {
  background-image: url(../../images/interview_image.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: .8;
}
.header_content .content-title {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
}
.header_content .content-title h1 {
  font-size: 2.2em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header_content .content-title h1 {
    font-size: 1.5em;
  }
}

.interview .interview-header {
  background-color: #666;
}
.interview .interview-header p {
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  padding: .3em;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .interview .interview-header p {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .interview .interview-header p {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .interview .interview-header p {
    font-size: 1.8em;
  }
}
@media (max-width: 479px) {
  .interview .interview-header p {
    font-size: 1.3em;
  }
}
.interview .interview-header p small {
  font-size: 65%;
}
.interview p.text-right small {
  font-size: .8em;
}
@media (max-width: 767px) {
  .interview p.text-right small {
    font-size: .6em;
  }
}

@media (max-width: 767px) {
  .panel {
    margin-top: 20px;
  }
}
.panel .panel-body:hover {
  background-color: #e0fff1;
  transition: .3s;
}
.panel .panel-body.disabled {
  background-color: #d9d9d9;
  cursor: default !important;
  opacity: .6;
  pointer-events: none;
}
.panel a {
  text-decoration: none;
  color: #333;
}
.panel a p {
  margin-top: 0;
  font-family: "Noto Serif JP",serif;
  font-size: 1.5em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel a p {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel a p {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .panel a p {
    font-size: 1em;
  }
}

div.info_top, div.info_top02 {
  background-color: #d4ffeb;
  position: relative;
  padding-top: 25%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  div.info_top, div.info_top02 {
    padding-top: 0;
    height: 308px;
  }
}
@media (max-width: 479px) {
  div.info_top, div.info_top02 {
    height: 200px;
  }
}
div.info_top.info_top02, div.info_top02.info_top02 {
  padding-top: 20%;
  margin-bottom: 0;
}
div.info_top .info01_image, div.info_top .info02_image, div.info_top02 .info01_image, div.info_top02 .info02_image {
  background-image: url(../../images/interview/interview01_image01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  margin-top: -25%;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  div.info_top .info01_image, div.info_top .info02_image, div.info_top02 .info01_image, div.info_top02 .info02_image {
    margin-top: 0;
    width: 100%;
  }
}
div.info_top .info02_image, div.info_top02 .info02_image {
  background-image: url(../../images/interview/interview02_image01.jpg);
  margin-top: -20%;
}
div.info_top .info_title01, div.info_top02 .info_title01 {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  div.info_top .info_title01, div.info_top02 .info_title01 {
    background-color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 80%;
  }
}
div.info_top .info_title01 h4, div.info_top02 .info_title01 h4 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 3em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.info_top .info_title01 h4, div.info_top02 .info_title01 h4 {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.info_top .info_title01 h4, div.info_top02 .info_title01 h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  div.info_top .info_title01 h4, div.info_top02 .info_title01 h4 {
    font-size: 1.2em;
  }
}
div.info_top .info_title01 h4 p, div.info_top02 .info_title01 h4 p {
  line-height: 1;
}
div.info_top .info_title01 h4 p small, div.info_top02 .info_title01 h4 p small {
  font-size: 65%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  div.info_top .info_title01 h4 p small, div.info_top02 .info_title01 h4 p small {
    font-size: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.info_top .info_title01 h4 p small, div.info_top02 .info_title01 h4 p small {
    font-size: 40%;
  }
}
div.info_top .info_title01 p.text-right small, div.info_top02 .info_title01 p.text-right small {
  font-size: 80%;
}
@media (max-width: 767px) {
  div.info_top .info_title01 p.text-right small, div.info_top02 .info_title01 p.text-right small {
    font-size: 65%;
  }
}

.content {
  background-color: #fff !important;
  background-image: none !important;
}
.content h5, .content p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "M+ 1p", sans-serif;
}
@media (max-width: 767px) {
  .content.image-head {
    padding-bottom: 0;
  }
}
.content h3 {
  text-align: center;
  background-color: #c0fadf;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content h3 {
    margin-top: 0;
  }
}
.content h5 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .content h5 {
    font-size: 1.2em;
  }
}
.content p {
  line-height: 2;
  margin-top: 20px;
}
.content p.thumbnail-name {
  margin-top: 0;
}
.content p small {
  font-size: 80%;
}
.content p strong {
  font-weight: bold;
}
.content p strong.umano {
  color: #00d472;
}
.content p strong.chiba {
  color: #ff6205;
}
@media (max-width: 767px) {
  .content p {
    font-size: 1em;
  }
}
.content .row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content .row {
    margin-top: 0;
  }
}
.content .row img {
  padding: 10px;
}

@media (min-width: 1200px) {
  div.info01 .container, div.info02 .container {
    width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.info01 .container, div.info02 .container {
    width: 800px;
  }
}
@media (max-width: 767px) {
  div.info01, div.info02 {
    padding-top: 0 !important;
  }
}
div.info03 {
  border-top: 1px solid #ccc;
  width: 95%;
  margin: 0 auto;
}
div.info03 .container {
  width: 800px;
}
@media (max-width: 767px) {
  div.info03 .container {
    width: 100%;
  }
}
div.info03 .container table {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", "M+ 1p", sans-serif;
}
div.info03 .container table tr:first-child th, div.info03 .container table tr:first-child td {
  border-top: none;
}
div.info03 .container table tr th {
  white-space: nowrap;
}
div.info03 .container table tr td {
  padding: 8px 0 8px 25px;
}

a {
  text-decoration: none;
}

.js-on body {
  display: none;
}
