@charset "UTF-8";
/*
編集はscssで行うこと
*/
.page-heading {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-heading {
      margin-top: 60px; } }

.page-header {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .page-header {
      margin-bottom: 60px; } }
  .page-header h2 {
    margin: 0;
    color: #757779;
    font-size: 35px;
    font-weight: normal;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .page-header h2 {
        font-size: 40px; } }

.interview-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .interview-container > a {
    display: block;
    width: 46%;
    margin: 0 2% 40px;
    color: #191d1f;
    background-color: #e8e8e8;
    transition: .5s; }
    @media screen and (max-width: 767px) {
      .interview-container > a {
        width: auto; } }
    @media screen and (min-width: 768px) {
      .interview-container > a:hover {
        text-decoration: none;
        opacity: 0.6;
        transition: .5s; } }
    .interview-container > a .image {
      position: relative; }
      .interview-container > a .image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background-color: #fff; }
      .interview-container > a .image img {
        position: relative;
        z-index: 99;
        display: block;
        width: 65%;
        margin: 0 auto; }
    .interview-container > a .text {
      padding: 10px 20px 12px; }
      @media screen and (max-width: 767px) {
        .interview-container > a .text {
          padding: 10px 10px 1px; } }
      .interview-container > a .text h3 {
        position: relative;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .interview-container > a .text h3 {
            margin-top: 5px; } }
        .interview-container > a .text h3::before {
          position: absolute;
          top: -33px;
          right: 0;
          content: "\f105";
          font-family: FontAwesome;
          font-size: 140px;
          font-weight: normal;
          line-height: 0;
          opacity: 0.2;
          transition: .5s; }
          @media screen and (max-width: 991px) {
            .interview-container > a .text h3::before {
              right: -10px;
              font-size: 110px; } }
          @media screen and (max-width: 767px) {
            .interview-container > a .text h3::before {
              top: 40%;
              right: -2px;
              font-size: 110px;
              opacity: 0.1; } }
      .interview-container > a .text h4 {
        margin-bottom: 5px;
        font-size: 1em;
        line-height: 1.5; }
      .interview-container > a .text p {
        line-height: 1.5;
        text-align: justify; }
      .interview-container > a .text .extarnal-site {
        display: table;
        margin: 0 0 10px;
        padding: 8px;
        background-color: #fff; }
    @media screen and (min-width: 768px) {
      .interview-container > a:hover .text h3::before {
        right: -10px;
        opacity: 0.7;
        transition: .5s; } }
    .interview-container > a[target="_blank"] .text h3::before {
      top: -23px;
      right: -10px;
      content: "\f08e";
      font-size: 80px;
      opacity: 0.1; }
      @media screen and (max-width: 767px) {
        .interview-container > a[target="_blank"] .text h3::before {
          top: 30px;
          right: 0;
          font-size: 70px; } }
    @media screen and (min-width: 768px) {
      .interview-container > a[target="_blank"]:hover .text h3::before {
        opacity: 0.6; } }

.interview-container:not(.same-size) > a:nth-child(-n + 3) .image img {
  width: 100%; }
@media screen and (min-width: 768px) {
  .interview-container:not(.same-size) > a:nth-child(-n + 3) {
    display: flex;
    width: auto;
    margin-bottom: 50px; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3) .image {
      width: 42%; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .image::before {
        display: none; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3) .text {
      width: 58%;
      padding: 0; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text h3 {
        margin: 0 -1px 0 0;
        padding: 5px 20px 15px 30px;
        background-color: #fff;
        font-size: 22px; }
        .interview-container:not(.same-size) > a:nth-child(-n + 3) .text h3::before {
          display: none; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text h4 {
        margin: 0 -1px 0 0;
        padding: 0 20px 15px 30px;
        background-color: #fff;
        font-size: 20px; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text p {
        position: relative;
        margin: 0;
        padding: 20px 100px 20px 30px;
        font-size: 16px; }
        .interview-container:not(.same-size) > a:nth-child(-n + 3) .text p::before {
          position: absolute;
          top: 50%;
          right: 25px;
          content: "\f105";
          font-family: FontAwesome;
          font-size: 140px;
          font-weight: normal;
          line-height: 0;
          opacity: 0.2;
          transition: .5s; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text .extarnal-site {
        margin: 20px 0 0 30px; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3):hover .text p::before {
      right: 10px;
      opacity: 0.7;
      transition: .5s; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3)[target="_blank"] .text p::before {
      top: 53%;
      right: 10px;
      content: "\f08e";
      font-size: 80px;
      opacity: 0.1; } }
    @media screen and (min-width: 768px) and (max-width: 767px) {
      .interview-container:not(.same-size) > a:nth-child(-n + 3)[target="_blank"] .text p::before {
        top: 30px;
        right: 0;
        font-size: 70px; } }
@media screen and (min-width: 768px) {
    .interview-container:not(.same-size) > a:nth-child(-n + 3)[target="_blank"]:hover .text p::before {
      opacity: 0.6; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .interview-container:not(.same-size) > a:nth-child(-n + 3) {
    display: block;
    width: auto; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3) .image {
      float: left;
      margin: 0 20px 20px 0; }
    .interview-container:not(.same-size) > a:nth-child(-n + 3) .text {
      width: auto; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text h3 {
        font-size: 19px; }
      .interview-container:not(.same-size) > a:nth-child(-n + 3) .text h4 {
        font-size: 17px; } }

@media screen and (min-width: 768px) {
  /* to-page-top */
  div#wrap-to-page-top > div > div {
    width: 130px; } }
@media print {
  body {
    -webkit-print-color-adjust: exact; }

  #wrap-to-page-top {
    display: none; }

  .spectable-fixedcol-wrapper {
    display: none !important; } }
