@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.interview {
  margin: 0;
  padding: 0; }
  .interview__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .interview__item {
    width: calc((100% - 50px)/2);
    margin: 0 50px 50px 0;
    padding: 0; }
    .interview__item:nth-of-type(even) {
      margin: 0 0 50px; }
  .interview__anchor {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    border: 1px solid #231815;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .interview__anchor::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f3f3f3;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.2s ease;
      z-index: 1; }
    .interview__anchor:hover {
      text-decoration: none;
      top: 1px;
      left: 1px; }
      .interview__anchor:hover::before {
        transform-origin: center left;
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .interview__anchor:hover .interviewTxt__name {
        color: #90c31f; }
        .interview__anchor:hover .interviewTxt__name span {
          background-color: #FFF; }
          .interview__anchor:hover .interviewTxt__name span svg {
            animation: moveAndFade 0.6s ease forwards; }
            .interview__anchor:hover .interviewTxt__name span svg .st0 {
              fill: #90c31f; }
    .interview__anchor--image {
      width: 200px;
      margin: 0;
      position: relative;
      z-index: 2; }
      .interview__anchor--image::before {
        content: '';
        display: block;
        padding-top: 100%; }
      .interview__anchor--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .interview__anchor--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media (max-width: 1400px) {
  .interview__item {
    width: calc((100% - 40px)/2);
    margin: 0 40px 40px 0; }
    .interview__item:nth-of-type(even) {
      margin: 0 0 40px; }
  .interview__anchor--image {
    width: 30%; } }
@media (max-width: 1000px) {
  .interview__list {
    flex-direction: column; }
  .interview__item {
    width: 100%;
    margin: 0 0 40px; }
  .interview__anchor--image {
    width: 200px; } }
@media (max-width: 600px) {
  .interview__item {
    margin: 0 0 30px; }
    .interview__item:nth-of-type(even) {
      margin: 0 0 30px; }
  .interview__anchor {
    padding: 30px 20px; }
    .interview__anchor--image {
      width: 30%; } }
@media (max-width: 460px) {
  .interview__anchor {
    flex-direction: column; }
    .interview__anchor--image {
      width: 200px;
      margin: 0 auto; } }
.interviewTxt {
  width: calc(100% - 200px - 30px);
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
  z-index: 3; }
  .interviewTxt__name {
    padding: 0;
    font-size: 2rem;
    line-height: 1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .interviewTxt__name span {
      width: 40px;
      height: 20px;
      margin: 0 0 0 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #90c31f;
      border: 1px solid #90c31f;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .interviewTxt__name span svg {
        width: 11px;
        height: 11px;
        transition: opacity 0.3s ease, transform 0.3s ease; }
        .interviewTxt__name span svg .st0 {
          fill: #FFF; }
  .interviewTxt__data {
    margin: 20px 0 30px;
    font-size: 1rem;
    line-height: 1.0; }
  .interviewTxt__cc {
    padding: 0 25px;
    font-size: 1.125rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7;
    position: relative;
    display: block; }
    .interviewTxt__cc::before {
      content: '“';
      font-size: 2.5rem;
      line-height: 1.0;
      position: absolute;
      top: 0;
      left: 0; }
    .interviewTxt__cc::after {
      content: '”';
      font-size: 2.5rem;
      line-height: 1.0;
      position: absolute;
      bottom: -22px;
      right: 0; }

@media (max-width: 1400px) {
  .interviewTxt {
    width: calc(70% - 20px);
    margin: 0 0 0 20px; } }
@media (max-width: 1000px) {
  .interviewTxt {
    width: calc(100% - 200px - 20px); } }
@media (max-width: 600px) {
  .interviewTxt {
    width: calc(70% - 20px); }
    .interviewTxt__name {
      font-size: 1.5rem; } }
@media (max-width: 460px) {
  .interviewTxt {
    width: 100%;
    margin: 20px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center; } }
.interviewDetail {
  margin: 0;
  padding: 0; }
  .interviewDetail__upper {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .interviewDetail__upper--image {
      width: 500px;
      padding: 0;
      position: relative; }
      .interviewDetail__upper--image::before {
        content: '';
        display: block;
        padding-top: 100%; }
      .interviewDetail__upper--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .interviewDetail__upper--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .interviewDetail__right {
    width: calc(100% - 500px - 50px);
    min-height: 384px;
    margin: 0 0 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../img/common/logo04.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 640px 384px; }
    .interviewDetail__right--name {
      margin: 0;
      padding: 0;
      font-size: 2.5rem;
      line-height: 1.0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .interviewDetail__right--name span {
        margin: 0 0 20px;
        padding: 3px 20px;
        color: #FFF;
        font-size: 0.875rem;
        line-height: 1.0;
        background-color: #90c31f;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
    .interviewDetail__right--data {
      margin: 20px 0 50px;
      font-size: 1.125rem;
      line-height: 1.0; }
    .interviewDetail__right--cc {
      padding: 0;
      font-size: 2.25rem;
      font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      line-height: 1.5;
      position: relative; }
  .interviewDetail__btn {
    width: 360px;
    height: 90px;
    margin: 80px auto 0; }
    .interviewDetail__btn--anchor {
      width: 100%;
      height: 100%;
      color: #FFF !important;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      border: 1px solid #90c31f;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .interviewDetail__btn--anchor span {
        padding: 0 0 0 34px;
        background-image: url("../img/common/ar04.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px 20px; }
      .interviewDetail__btn--anchor:hover {
        color: #90c31f !important;
        text-decoration: none;
        background-color: #FFF;
        top: 1px;
        left: 1px; }
        .interviewDetail__btn--anchor:hover span {
          background-image: url("../img/common/ar04_green.svg"); }

@media (max-width: 1450px) {
  .interviewDetail__right {
    background-size: 100% auto; } }
@media (max-width: 1200px) {
  .interviewDetail__upper--image {
    width: 35%; }
  .interviewDetail__right {
    width: calc(65% - 40px);
    margin: 0 0 0 40px; } }
@media (max-width: 1000px) {
  .interviewDetail__right--name {
    font-size: 2rem; }
  .interviewDetail__right--cc {
    font-size: 2rem; } }
@media (max-width: 800px) {
  .interviewDetail__upper {
    flex-direction: column; }
    .interviewDetail__upper--image {
      width: 500px; }
  .interviewDetail__right {
    width: 100%;
    min-height: auto;
    margin: 40px 0 0;
    background-size: 420px 252px; } }
@media (max-width: 560px) {
  .interviewDetail__upper--image {
    width: 100%; } }
@media (max-width: 460px) {
  .interviewDetail__right {
    background-size: 100% auto; } }
@media (max-width: 420px) {
  .interviewDetail__btn {
    width: 100%; } }
.interviewList {
  margin: 0;
  padding: 0;
  list-style: none; }
  .interviewList__item {
    margin: 60px 0 0;
    padding: 0; }
  .interviewList__dl {
    margin: 0;
    padding: 0; }
    .interviewList__dl--title {
      margin: 0 0 35px;
      padding: 0 0 10px;
      font-size: 1.625rem;
      line-height: 1.5;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #231815; }
      .interviewList__dl--title span {
        width: 120px;
        color: #00a0e9;
        font-size: 3.75rem;
        font-family: "Reddit Sans", serif;
        line-height: 1.0; }
    .interviewList__dl--data {
      margin: 0;
      padding: 0; }

@media (max-width: 800px) {
  .interviewList__dl--title {
    font-size: 1.5rem; }
    .interviewList__dl--title span {
      width: 90px;
      font-size: 2.5rem; } }
