@-webkit-keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 500px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 500px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@keyframes scrollIcon {
  0% {
    height: 0px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  30% {
    height: 500px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  60% {
    height: 500px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  100% {
    height: 0px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@media screen and (max-width: 768px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    margin: 0 0 60px; }
    .keyBlock:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      max-height: 260px;
      position: absolute;
      transition-duration: 1.5s; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      padding: 20px 4% 0; }
      .keyBlock .inner .vertical {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        transition-duration: 1.5s;
        margin: 0 0 10px; }
        @supports (-ms-ime-align: auto) {
          .keyBlock .inner .vertical {
            height: 220px; } }
      .keyBlock .inner .writing {
        width: 250px;
        height: 98px;
        position: relative;
        z-index: 2;
        margin: 160px 0 20px; }
        .keyBlock .inner .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 2; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0 0 10px;
        transition-delay: 1s;
        transition-duration: 1.5s; }
        .keyBlock .inner h2 span {
          background: #FFF;
          color: #333;
          display: inline-block;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: .08em;
          padding: 2px 0 2px 6px; }
          .keyBlock .inner h2 span:first-child {
            margin: 0 0 5px; }
      .keyBlock .inner .info {
        position: relative;
        transition-delay: 1.5s;
        transition-duration: 1.5s; }
        .keyBlock .inner .info p {
          line-height: 1.8;
          font-size: 12px; }
    .keyBlock--01:before {
      background: url(/assets/img/career/bg_key_interview.jpg) no-repeat top center;
      background-size: cover; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .info {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .anchorBox {
    max-width: 1280px;
    margin: 0 auto 80px; }
    .anchorBox ul {
      text-align: center; }
      .anchorBox ul li {
        display: block;
        width: 270px;
        margin: 0 auto 20px; }
        .anchorBox ul li:last-child {
          margin-bottom: 0; }
        .anchorBox ul li a {
          display: block;
          line-height: 36px;
          height: 36px;
          width: 100%;
          border: 1px solid #333;
          text-decoration: none;
          color: #333; }
  .theme {
    margin: 0 0 50px; }
    .theme .writing {
      margin: 0 4% 20px; }
      .theme .writing span {
        display: block;
        width: 200px;
        height: 86px;
        margin: 0 auto; }
        .theme .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 2; }
    .theme .inner {
      margin: 0 auto;
      position: relative;
      transition-duration: 1.5s;
      transition-delay: .5s; }
      .theme .inner .titleBox {
        padding: 0 4%; }
        .theme .inner .titleBox h2 {
          color: #333;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.8;
          margin: 0 0 20px; }
      .theme .inner .txtBox {
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0 4%;
        font-size: 12px;
        line-height: 1.8; }
        .theme .inner .txtBox .note {
          margin-top: 10px;
          font-size: 11px;
          line-height: 1.8; }
      .theme .inner > .figureBox {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto 60px; }
        .theme .inner > .figureBox img {
          display: block;
          width: 100%; }
      .theme .inner .groups {
        max-width: 1000px;
        margin: 40px 4% 0px; }
        .theme .inner .groups .group {
          width: 100%;
          margin-bottom: 20px;
          padding: 50px 20px 10px;
          position: relative; }
          .theme .inner .groups .group .label {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            font-size: 12px;
            color: #fff;
            padding: 8px 10px; }
          .theme .inner .groups .group .title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px; }
          .theme .inner .groups .group .type {
            margin-bottom: 10px;
            padding: 20px;
            background-color: #fff; }
            .theme .inner .groups .group .type .title {
              margin-bottom: 10px;
              font-size: 14px; }
            .theme .inner .groups .group .type .frame {
              line-height: 1.8;
              font-size: 12px;
              font-weight: bold; }
            .theme .inner .groups .group .type p {
              font-size: 12px;
              line-height: 1.8; }
          .theme .inner .groups .group--01 {
            background-color: rgba(245, 178, 138, 0.1); }
          .theme .inner .groups .group--02 {
            background-color: rgba(140, 200, 140, 0.1); }
          .theme .inner .groups .group--01 .label {
            background-color: #E38F60; }
          .theme .inner .groups .group--01 .type .title {
            color: #E38F60; }
          .theme .inner .groups .group--02 .label {
            background-color: #44A844; }
          .theme .inner .groups .group--02 .type .title {
            color: #44A844; }
    .theme .interview {
      position: relative;
      margin: 0 4% 40px; }
      .theme .interview .num {
        position: absolute;
        top: -20px;
        left: 20px;
        width: 40px;
        height: 35px; }
        .theme .interview .num img {
          width: 100%; }
      .theme .interview .icon {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 60px;
        color: #fff;
        background-color: #4C4C4C; }
        .theme .interview .icon::after {
          content: "MORE";
          display: block;
          width: 100%;
          font-size: 11px;
          font-weight: bold;
          text-align: center;
          letter-spacing: 0.1em;
          position: absolute;
          bottom: 10px;
          left: 0; }
        .theme .interview .icon span {
          position: relative;
          display: block;
          width: 24px;
          height: 17px;
          margin: 12px auto 5px; }
          .theme .interview .icon span::before, .theme .interview .icon span::after {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 11px 12px 0 12px;
            border-color: #fff transparent transparent transparent; }
          .theme .interview .icon span::before {
            position: absolute;
            top: 5px; }
      .theme .interview.is-open .icon::after {
        content: "CLOSE"; }
      .theme .interview.is-open .icon span {
        transform: scale(1, -1); }
      .theme .interview--01 {
        border: solid 2px #F5B28A;
        box-sizing: border-box; }
        .theme .interview--01 .icon span::before {
          border-color: #F5B28A transparent transparent transparent; }
        .theme .interview--01 .detail {
          border-top: solid 2px #F5B28A; }
        .theme .interview--01 .profile {
          background-color: rgba(245, 178, 138, 0.1); }
        .theme .interview--01 .careerPath .list {
          padding: 32px 48px 0; }
          .theme .interview--01 .careerPath .list::before {
            background-color: #F5B28A; }
          .theme .interview--01 .careerPath .list::after {
            border-color: transparent transparent transparent #F5B28A; }
      .theme .interview--02 {
        border: solid 2px #8CC88C;
        box-sizing: border-box; }
        .theme .interview--02 .icon span::before {
          border-color: #8CC88C transparent transparent transparent; }
        .theme .interview--02 .detail {
          border-top: solid 2px #8CC88C; }
        .theme .interview--02 .profile {
          background-color: rgba(140, 200, 140, 0.1); }
        .theme .interview--02 .careerPath .list {
          padding: 32px 48px 0; }
          .theme .interview--02 .careerPath .list::before {
            background-color: #8CC88C; }
          .theme .interview--02 .careerPath .list::after {
            border-color: transparent transparent transparent #8CC88C; }
      .theme .interview--01 .outline h3 span {
        color: #E38F60; }
      .theme .interview--01 .careerPath .list dl::before {
        background-color: #E38F60; }
      .theme .interview--02 .outline h3 span {
        color: #44A844; }
      .theme .interview--02 .careerPath .list dl::before {
        background-color: #44A844; }
      .theme .interview .interviewCard {
        max-width: 1120px;
        margin: 0 auto; }
        .theme .interview .interviewCard .outline {
          padding: 30px 20px; }
          .theme .interview .interviewCard .outline .title {
            margin-bottom: 20px;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.03em;
            line-height: 2; }
            .theme .interview .interviewCard .outline .title .label {
              display: block;
              width: 140px;
              height: 26px;
              padding: 0 5px;
              line-height: 26px;
              text-align: center;
              border-radius: 4px;
              margin-bottom: 10px;
              font-size: 11px;
              background-color: #F8F8F8; }
          .theme .interview .interviewCard .outline .info span {
            display: block;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.8; }
            .theme .interview .interviewCard .outline .info span.belongs {
              margin-bottom: 10px; }
            .theme .interview .interviewCard .outline .info span.name {
              font-size: 15px; }
        .theme .interview .interviewCard img {
          width: 100%; }
      .theme .interview .detail {
        display: none;
        padding: 20px 4%; }
        .theme .interview .detail .profile {
          margin-bottom: 30px;
          padding: 20px; }
          .theme .interview .detail .profile dt {
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: bold; }
          .theme .interview .detail .profile dd {
            font-size: 12px;
            line-height: 1.8; }
        .theme .interview .detail .careerPath {
          margin-bottom: 40px; }
          .theme .interview .detail .careerPath .title {
            margin-bottom: 24px;
            text-align: center;
            font-size: 14px;
            font-weight: bold; }
          .theme .interview .detail .careerPath .list {
            padding: 0 0 0 30px;
            position: relative;
            font-size: 12px; }
            .theme .interview .detail .careerPath .list::before {
              content: "";
              position: absolute;
              top: 0;
              left: 8px;
              display: block;
              height: calc(100% - 24px);
              width: 2px; }
            .theme .interview .detail .careerPath .list::after {
              content: "";
              width: 0;
              height: 0;
              position: absolute;
              bottom: 8px;
              left: 2px;
              border-style: solid;
              border-width: 12px 0 0 24px;
              transform: rotate(90deg); }
            .theme .interview .detail .careerPath .list > div {
              display: none; }
            .theme .interview .detail .careerPath .list dl {
              position: relative;
              width: 100%;
              margin-bottom: 30px; }
              .theme .interview .detail .careerPath .list dl::before {
                content: "";
                position: absolute;
                top: 1px;
                left: -21px;
                transform: translateX(-50%);
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%; }
              .theme .interview .detail .careerPath .list dl dt {
                margin-bottom: 15px;
                font-weight: bold; }
              .theme .interview .detail .careerPath .list dl dd {
                line-height: 1.6;
                letter-spacing: .1em; }
        .theme .interview .detail .txtBox {
          margin-bottom: 40px; }
          .theme .interview .detail .txtBox:last-child {
            margin-bottom: 0; }
          .theme .interview .detail .txtBox .title {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: bold; }
          .theme .interview .detail .txtBox .btnBox {
            margin-top: 30px;
            text-align: center; }
            .theme .interview .detail .txtBox .btnBox .btn {
              display: block;
              text-decoration: none;
              width: 100%;
              background: #4d4d4d;
              border-radius: 8px;
              height: 36px;
              line-height: 36px;
              text-align: center;
              margin: 0 auto 40px;
              color: #FFF;
              font-size: 14px;
              font-weight: bold;
              letter-spacing: .04em;
              position: relative; }
              .theme .interview .detail .txtBox .btnBox .btn::after {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                border: 2px solid;
                border-color: #FFF #FFF transparent transparent;
                transform: rotate(45deg);
                position: absolute;
                top: 50%;
                right: 16px;
                margin: -5px 0 0; }
          .theme .interview .detail .txtBox p {
            line-height: 1.8; }
          .theme .interview .detail .txtBox .flex p {
            margin-bottom: 20px; }
          .theme .interview .detail .txtBox img {
            width: 100%; }
    .theme.move .inner {
      opacity: 1;
      top: 0; } }

@media screen and (min-width: 769px) {
  .header {
    opacity: 1; }
  .keyBlock {
    position: relative;
    height: 580px;
    margin: 0 0 120px; }
    .keyBlock:before {
      content: "";
      display: block;
      width: 70%;
      height: 100%;
      margin: 0 0 0 30%;
      position: absolute;
      transition-duration: 1.5s; }
    .keyBlock .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1280px;
      padding: 140px 100px 0; }
      .keyBlock .inner .vertical {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: .2em;
        display: block;
        position: absolute;
        top: 20px;
        left: 30px;
        transition-duration: 1.5s; }
        @supports (-ms-ime-align: auto) {
          .keyBlock .inner .vertical {
            height: 220px; } }
      .keyBlock .inner _:-ms-lang(x)::-ms-backdrop, .keyBlock .inner .vertical {
        height: 220px; }
      .keyBlock .inner .writing {
        width: 250px;
        height: 98px;
        position: relative;
        z-index: 2;
        margin: 0 0 30px; }
        .keyBlock .inner .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 2; }
      .keyBlock .inner h2 {
        position: relative;
        margin: 0 0 50px;
        transition-delay: 1s;
        transition-duration: 1.5s; }
        .keyBlock .inner h2 span {
          color: #333;
          display: inline-block;
          font-size: 27px;
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: .08em; } }
        @media screen and (min-width: 769px) and (max-width: 1200px) {
          .keyBlock .inner h2 span {
            background-color: #fff;
            padding-right: 10px; } }

@media screen and (min-width: 769px) {
          .keyBlock .inner h2 span:first-child {
            margin: 0 0 5px; }
      .keyBlock .inner .info {
        position: relative;
        transition-delay: 1.5s;
        transition-duration: 1.5s; } }
      @media screen and (min-width: 769px) and (max-width: 1200px) {
        .keyBlock .inner .info {
          display: inline-block;
          background-color: #fff;
          padding: 10px 10px 10px 0; } }

@media screen and (min-width: 769px) {
        .keyBlock .inner .info p {
          line-height: 1.8;
          font-size: 14px;
          max-width: 380px; }
    .keyBlock--01:before {
      background: url(/assets/img/career/bg_key_interview.jpg) no-repeat top center;
      background-size: cover; }
    .keyBlock.move:before {
      opacity: 1; }
    .keyBlock.move .inner .vertical {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner .info {
      opacity: 1;
      top: 0; }
    .keyBlock.move .inner h2 {
      opacity: 1;
      top: 0; }
  .theme {
    margin: 0 0 100px; }
    .theme .writing {
      max-width: 200px;
      margin: 0 auto 20px; }
      .theme .writing span {
        display: block;
        width: 200px;
        height: 86px; }
        .theme .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 2; }
    .theme .inner {
      max-width: 1280px;
      margin: 0 auto;
      position: relative;
      transition-duration: 1.5s;
      transition-delay: .5s; }
      .theme .inner .titleBox h2 {
        text-align: center;
        color: #333;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8;
        margin: 0 0 60px; }
      .theme .inner .txtBox {
        max-width: 880px;
        margin: 0 auto;
        line-height: 1.8;
        font-size: 16px; }
        .theme .inner .txtBox .title {
          margin-bottom: 30px;
          font-size: 18px;
          font-weight: bold; }
        .theme .inner .txtBox p {
          line-height: 1.8;
          font-size: 16px; }
        .theme .inner .txtBox .flex {
          display: flex;
          justify-content: space-between; }
          .theme .inner .txtBox .flex > div {
            width: 48%; }
            .theme .inner .txtBox .flex > div img {
              width: 100%; }
        .theme .inner .txtBox .note {
          margin-top: 10px; }
          .theme .inner .txtBox .note p {
            font-size: 12px;
            padding-left: 1em;
            text-indent: -1em; }
      .theme .inner .figureBox {
        max-width: 1120px;
        margin: 60px auto 120px;
        text-align: center; }
        .theme .inner .figureBox > div {
          margin-bottom: 60px; }
          .theme .inner .figureBox > div:last-child {
            margin-bottom: 0; }
        .theme .inner .figureBox img {
          width: 100%; }
      .theme .inner .groups {
        max-width: 1000px;
        margin: 80px auto 0;
        padding-bottom: 80px;
        display: flex;
        justify-content: space-between; }
        .theme .inner .groups .group {
          width: 48%;
          padding: 60px 20px 10px;
          position: relative; }
          .theme .inner .groups .group .label {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            padding: 8px 20px; }
          .theme .inner .groups .group .title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 30px; }
          .theme .inner .groups .group .type {
            margin-bottom: 20px;
            padding: 20px;
            background-color: #fff; }
            .theme .inner .groups .group .type .title {
              margin-bottom: 20px;
              font-size: 18px; }
            .theme .inner .groups .group .type .frame {
              line-height: 1.8;
              font-size: 14px;
              font-weight: bold; }
            .theme .inner .groups .group .type p {
              font-size: 16px;
              line-height: 1.8; }
          .theme .inner .groups .group--01 {
            background-color: rgba(245, 178, 138, 0.1); }
          .theme .inner .groups .group--02 {
            background-color: rgba(140, 200, 140, 0.1); }
          .theme .inner .groups .group--01 .label {
            background-color: #E38F60; }
          .theme .inner .groups .group--01 .type .title {
            color: #E38F60; }
          .theme .inner .groups .group--02 .label {
            background-color: #44A844; }
          .theme .inner .groups .group--02 .type .title {
            color: #44A844; }
    .theme--01 .inner .titleBox {
      max-width: 900px;
      margin: 0 auto; }
    .theme--01 .inner .imgBox {
      max-width: 1120px;
      margin: 0 auto; }
    .theme.move .inner {
      opacity: 1;
      top: 0; }
  .interview {
    position: relative;
    max-width: 1120px;
    margin: 0 auto 120px; }
    .interview--01 .num {
      width: 139px;
      height: 120px; } }
    @media screen and (min-width: 769px) and (max-width: 1200px) {
      .interview--01 .num {
        width: 11vw;
        height: 9vw; } }

@media screen and (min-width: 769px) {
    .interview .num {
      position: absolute;
      left: 46px;
      top: -55px; }
      .interview .num img {
        width: 100%; }
    .interview .icon {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: 60px;
      height: 60px;
      color: #fff;
      background-color: #4C4C4C; }
      .interview .icon:hover {
        cursor: pointer; }
      .interview .icon::after {
        content: "MORE";
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        position: absolute;
        bottom: 10px;
        left: 0; }
      .interview .icon span {
        position: relative;
        display: block;
        width: 24px;
        height: 17px;
        margin: 12px auto 5px; }
        .interview .icon span::before, .interview .icon span::after {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 12px 0 12px;
          border-color: #fff transparent transparent transparent; }
        .interview .icon span::before {
          position: absolute;
          top: 5px; }
    .interview.is-open .icon::after {
      content: "CLOSE"; }
    .interview.is-open .icon span {
      transform: scale(1, -1); }
    .interview--01 {
      border: solid 2px #F5B28A;
      box-sizing: border-box; }
      .interview--01 .icon span::before {
        border-color: #F5B28A transparent transparent transparent; }
      .interview--01 .detail {
        border-top: solid 2px #F5B28A; }
      .interview--01 .profile {
        background-color: rgba(245, 178, 138, 0.1); }
      .interview--01 .careerPath .list {
        padding: 32px 48px 0; }
        .interview--01 .careerPath .list::before {
          background-color: #F5B28A; }
        .interview--01 .careerPath .list::after {
          border-color: transparent transparent transparent #F5B28A; }
    .interview--02 {
      border: solid 2px #8CC88C;
      box-sizing: border-box; }
      .interview--02 .icon span::before {
        border-color: #8CC88C transparent transparent transparent; }
      .interview--02 .detail {
        border-top: solid 2px #8CC88C; }
      .interview--02 .profile {
        background-color: rgba(140, 200, 140, 0.1); }
      .interview--02 .careerPath .list {
        padding: 32px 48px 0; }
        .interview--02 .careerPath .list::before {
          background-color: #8CC88C; }
        .interview--02 .careerPath .list::after {
          border-color: transparent transparent transparent #8CC88C; }
    .interview--01 .icon:hover::after {
      color: #E38F60; }
    .interview--01 .outline h3 span {
      color: #E38F60; }
    .interview--01 .careerPath .list dl::before {
      background-color: #E38F60; }
    .interview--02 .icon:hover::after {
      color: #44A844; }
    .interview--02 .outline h3 span {
      color: #44A844; }
    .interview--02 .careerPath .list dl::before {
      background-color: #44A844; }
    .interview .interviewCard {
      max-width: 1120px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .interview .interviewCard:hover {
        cursor: pointer;
        opacity: .7; }
      .interview .interviewCard .outline {
        padding: 40px 40px 40px 80px; }
        .interview .interviewCard .outline .title {
          margin-bottom: 50px;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.1em;
          line-height: 2; }
          .interview .interviewCard .outline .title .label {
            display: block;
            width: 206px;
            height: 36px;
            padding: 0 20px;
            line-height: 36px;
            text-align: center;
            border-radius: 8px;
            margin-bottom: 10px;
            font-size: 15px;
            background-color: #F8F8F8; }
        .interview .interviewCard .outline .info span {
          display: block;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.8; }
          .interview .interviewCard .outline .info span.belongs {
            margin-bottom: 10px; }
          .interview .interviewCard .outline .info span.name {
            font-size: 18px; }
      .interview .interviewCard img {
        width: 100%; }
    .interview .detail {
      display: none;
      padding: 80px 120px; }
      .interview .detail .profile {
        margin-bottom: 80px;
        padding: 30px 60px; }
        .interview .detail .profile dt {
          margin-bottom: 15px;
          font-size: 12px;
          font-weight: bold; }
        .interview .detail .profile dd {
          font-size: 14px;
          line-height: 1.8; }
      .interview .detail .careerPath {
        margin-bottom: 120px; }
        .interview .detail .careerPath .title {
          margin-bottom: 32px;
          text-align: center;
          font-size: 18px;
          font-weight: bold; }
        .interview .detail .careerPath .list {
          position: relative;
          display: flex;
          justify-content: space-between;
          font-size: 14px; }
          .interview .detail .careerPath .list::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            display: block;
            width: calc(100% - 24px);
            height: 4px; }
          .interview .detail .careerPath .list::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            right: 0;
            border-style: solid;
            border-width: 12px 0 0 24px; }
          .interview .detail .careerPath .list div, .interview .detail .careerPath .list dl {
            width: auto; }
          .interview .detail .careerPath .list dl {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative; }
            .interview .detail .careerPath .list dl::before {
              content: "";
              position: absolute;
              top: -32px;
              left: 50%;
              transform: translateX(-50%);
              display: block;
              width: 20px;
              height: 20px;
              border-radius: 50%; }
            .interview .detail .careerPath .list dl dt {
              margin-bottom: 15px;
              font-weight: bold;
              line-height: 1.4; }
            .interview .detail .careerPath .list dl dd {
              -webkit-writing-mode: vertical-rl;
              -moz-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
              -ms-text-orientation: upright;
              -webkit-text-orientation: upright;
              text-orientation: upright;
              line-height: 1.6;
              letter-spacing: .1em; }
      .interview .detail .txtBox {
        margin-bottom: 120px; }
        .interview .detail .txtBox:last-child {
          margin-bottom: 0; }
        .interview .detail .txtBox .btnBox {
          margin-top: 30px;
          text-align: center; }
          .interview .detail .txtBox .btnBox .btn {
            display: block;
            text-decoration: none;
            width: 290px;
            background: #4d4d4d;
            border-radius: 8px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            margin: 0 auto 40px;
            color: #FFF;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: .04em;
            position: relative; }
            .interview .detail .txtBox .btnBox .btn::after {
              content: "";
              display: block;
              width: 6px;
              height: 6px;
              border: 2px solid;
              border-color: #FFF #FFF transparent transparent;
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              right: 16px;
              margin: -5px 0 0; }
  .anchorBox {
    max-width: 1280px;
    margin: 0 auto 120px; }
    .anchorBox ul {
      text-align: center; }
      .anchorBox ul li {
        display: inline-block;
        width: 270px;
        margin: 0 2% 0 0; }
        .anchorBox ul li:last-child {
          margin: 0; }
        .anchorBox ul li a {
          display: block;
          line-height: 36px;
          height: 36px;
          width: 100%;
          border: 1px solid #333;
          text-decoration: none;
          color: #333; }
          .anchorBox ul li a:hover {
            background-color: #000;
            color: #fff; } }
