/*! Writen  by SCSS */
.interview_index .interview_in {
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    .interview_index .interview_in {
      padding-bottom: 120px; } }
  @media screen and (max-width: 768px) {
    .interview_index .interview_in {
      padding-bottom: 100px; } }
  .interview_index .interview_in .interview_ttl {
    padding-top: 50px;
    border-top: 1px solid rgba(152, 138, 138, 0.51);
    display: flex;
    flex-direction: column;
    font-size: clamp(30px, 3.125vw, 50px);
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .interview_index .interview_in .interview_ttl {
        flex-direction: column-reverse;
        font-size: 12px; } }
    @media screen and (max-width: 480px) {
      .interview_index .interview_in .interview_ttl span.en {
        /*font-size: 12px;*/
        font-size: 36px;
        color: rgba(45, 44, 55, 0.3); } }
    .interview_index .interview_in .interview_ttl span.jp {
      font-size: clamp(10px, 0.9375vw, 15px); }
      @media screen and (max-width: 480px) {
        .interview_index .interview_in .interview_ttl span.jp {
          font-size: 20px; } }
  .interview_index .interview_in .inter_flex {
    justify-content: flex-start;
    align-items: flex-end; }
    @media screen and (max-width: 480px) {
      .interview_index .interview_in .inter_flex {
        flex-direction: column;
        row-gap: 30px; } }
    .interview_index .interview_in .inter_flex .image {
      /*width: 65.97%;*/
      width: 50%;
      margin-right: 3.5%; }
      @media screen and (max-width: 480px) {
        .interview_index .interview_in .inter_flex .image {
          width: 100%;
          margin-right: 0; } }
    .interview_index .interview_in .inter_flex .text {
      /*width: 30.12%;*/
      width: 50%;
    }
      @media screen and (max-width: 480px) {
        .interview_index .interview_in .inter_flex .text {
          width: 100%;
          margin-right: 0; } }
      .interview_index .interview_in .inter_flex .text .inter_title {
        font-size: clamp(16px, 2.15vw, 30px);
        line-height: 1.6;
        font-weight: bold;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 480px) {
          .interview_index .interview_in .inter_flex .text .inter_title {
            font-size: 18px; } }
      .interview_index .interview_in .inter_flex .text .update {
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
        .interview_index .interview_in .inter_flex .text .update .update_in {
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
          .interview_index .interview_in .inter_flex .text .update .update_in dt {
            width: 4em;
            font-size: 12px;
            color: rgba(45, 44, 55, 0.25);
            margin-right: 10px; }
            @media screen and (max-width: 1200px) {
              .interview_index .interview_in .inter_flex .text .update .update_in dt {
                font-size: 10px; } }
          .interview_index .interview_in .inter_flex .text .update .update_in dd {
            font-size: clamp(13px, 1.19vw, 17px);
            line-height: 1;
            font-weight: 500; }
            @media screen and (max-width: 480px) {
              .interview_index .interview_in .inter_flex .text .update .update_in dd {
                font-size: 14px; } }
            .interview_index .interview_in .inter_flex .text .update .update_in dd.time {
              font-size: 70%; }
      .interview_index .interview_in .inter_flex .text .inter_button {
        max-width: 191px;
        position: relative;
        margin-top: 30px; }
        .interview_index .interview_in .inter_flex .text .inter_button a {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          background: rgba(45, 44, 55, 0.89);
          border-radius: 58px;
          padding: 20px 10px;
          overflow: hidden; }
          .interview_index .interview_in .inter_flex .text .inter_button a .en {
            left: 1em;
            position: relative;
            z-index: 2;
            line-height: 1;
            font-size: 15px;
            font-weight: bold;
            color: #FFF;
            transition: left 0.4s cubic-bezier(0.43, 0.05, 0.17, 1); }
            .interview_index .interview_in .inter_flex .text .inter_button a .en:before {
              content: "";
              position: absolute;
              background-color: #191919;
              width: 0.6rem;
              height: 0.6rem;
              z-index: -1;
              top: 0;
              bottom: 0;
              border-radius: 100px;
              margin: auto;
              left: -2rem;
              transition: transform 0s cubic-bezier(0.43, 0.05, 0.17, 1), background-color 0s cubic-bezier(0.18, 0.06, 0.23, 1), opacity 0.3s cubic-bezier(0.26, 0.06, 0, 1);
              opacity: 0;
              transition-delay: 0.3s , 0.3s , 0s; }
          .interview_index .interview_in .inter_flex .text .inter_button a .circle01,
          .interview_index .interview_in .inter_flex .text .inter_button a .circle02 {
            position: absolute;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 0;
            margin: auto;
            z-index: 3;
            background: #E75534;
            width: 7px;
            height: 7px;
            border-radius: 15px; }
          .interview_index .interview_in .inter_flex .text .inter_button a .circle01 {
            left: 30px;
            transition: 0.3s opacity cubic-bezier(0.43, 0.05, 0.17, 1) 0.3s, 0.3s left cubic-bezier(0.43, 0.05, 0.17, 1) 0.3s; }
          .interview_index .interview_in .inter_flex .text .inter_button a .circle02 {
            opacity: 0;
            right: 40px;
            transition: 0.3s opacity cubic-bezier(0.43, 0.05, 0.17, 1) 0s, 0.3s right cubic-bezier(0.43, 0.05, 0.17, 1) 0s; }
          body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .en {
            left: -1em; }
            body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .en:before {
              transition: transform 0.3s cubic-bezier(0.87, 0.24, 0.36, 1), background-color 0s cubic-bezier(0.87, 0.24, 0.36, 1), opacity 0s cubic-bezier(0.87, 0.24, 0.36, 1);
              transition-delay: 0s;
              transform: scale(120);
              opacity: 1; }
          body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .circle01 {
            left: 40px;
            opacity: 0;
            transition: 0.3s opacity cubic-bezier(0.43, 0.05, 0.17, 1) 0s, 0.3s left cubic-bezier(0.43, 0.05, 0.17, 1) 0s; }
            @media screen and (max-width: 1600px) {
              body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .circle01 {
                left: 35px; } }
          body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .circle02 {
            transition: 0.3s opacity cubic-bezier(0.43, 0.05, 0.17, 1) 0.3s, 0.3s right cubic-bezier(0.43, 0.05, 0.17, 1) 0.3s;
            right: 30px;
            opacity: 1; }
            @media screen and (max-width: 1600px) {
              body:not(.mobile) .interview_index .interview_in .inter_flex .text .inter_button a:hover .circle02 {
                right: 25px; } }

/*# sourceMappingURL=interview.css.map */
