@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.c-topicspath {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 40px;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .c-topicspath {
      bottom: 10px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #888888; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 7px; }
    .c-topicspath li:last-child::after {
      content: none; }
    .c-topicspath li > a {
      color: inherit !important;
      position: relative; }
      .c-topicspath li > a::after {
        content: '';
        width: 0%;
        height: 1px;
        background-color: #888888;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: all 0.2s ease; }
      .c-topicspath li > a:hover::after {
        width: 100%; }

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 245px;
  background-color: #F3F4F5;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .l-lowerCaption {
      height: 180px; } }
  .l-lowerCaption::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #292E7F;
    position: absolute;
    top: 92px;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption::before {
        top: 72px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption::before {
        top: 69px; } }
  .l-lowerCaption__inner {
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__inner {
        max-width: calc(100% - 30px); } }
  .l-lowerCaption__wrap {
    position: absolute;
    top: 80px;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption__wrap {
        top: 60px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__wrap {
        top: 58px; } }
  .l-lowerCaption__sub {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    color: #292E7F;
    background-color: #F3F4F5;
    line-height: 1;
    padding: 0 14px;
    position: relative;
    left: -8px; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__sub {
        padding: 0 5px;
        left: 0; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__sub {
        font-size: 18px; } }
  .l-lowerCaption__title {
    color: #333333;
    text-align: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 42px;
    font-weight: 500;
    margin-top: -3px; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption__title {
        font-size: 30px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__title {
        font-size: 26px; } }

#interview .p-name {
  text-align: center;
  margin-bottom: 30px; }

#interview .p-mainImg {
  margin-bottom: 30px; }

/*# sourceMappingURL=../_map/page/interview.css.map */
