/*==================================================================== unique
*/
.coming {
  margin-top: 160px;
  color: #F3994F;
  text-align: center;
  font-size: 5em;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif; }
  @media only screen and (max-width: 768px) {
    .coming {
      margin-top: 80px;
      font-size: 3em; } }

.buttonArea {
  padding: 100px 0 0; }
  @media only screen and (max-width: 768px) {
    .buttonArea {
      padding: 40px 0 0; } }
  .buttonArea .inr {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%; }
    .buttonArea .inr ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .buttonArea .inr ul li {
        width: 24%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #6190B8;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 20px 0;
        cursor: pointer; }
        .buttonArea .inr ul li::before {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border: 35px solid transparent;
          border-top: 35px solid rgba(255, 255, 255, 0.2);
          border-left: 35px solid rgba(255, 255, 255, 0.2);
          position: absolute;
          right: 0;
          bottom: 0;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .buttonArea .inr ul li::after {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top: 10px solid #fff;
          border-left: 10px solid #fff;
          position: absolute;
          right: 10px;
          bottom: 10px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .buttonArea .inr ul li:hover::after {
          border: 35px solid transparent;
          border-top: 35px solid #fff;
          border-left: 35px solid #fff;
          position: absolute;
          right: 1px;
          bottom: 1px; }
        .buttonArea .inr ul li img {
          margin: auto; }
        .buttonArea .inr ul li p {
          font-size: 1.15em;
          font-weight: bold;
          letter-spacing: .2em;
          width: 99%;
          margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .buttonArea .inr ul li {
            width: 49%;
            margin-top: 10px; } }
        .buttonArea .inr ul li:first-child img {
          max-width: 35px; }
        .buttonArea .inr ul li:nth-child(2) img {
          max-width: 40px; }
        .buttonArea .inr ul li:nth-child(3) img {
          max-width: 30px; }
        .buttonArea .inr ul li:last-child img {
          max-width: 25px; }
        .buttonArea .inr ul li.current {
          background-color: #F3994F; }

.tabBox {
  display: none;
  padding-top: 70px !important; }
  .tabBox.current {
    display: block; }
  .tabBox .inr h3 {
    text-align: center;
    position: relative;
    font-size: 2.4em;
    letter-spacing: .3em;
    line-height: 1em;
    color: #6190B8; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr h3 {
        font-size: 2em; } }
    .tabBox .inr h3 img {
      display: block;
      margin: 0 auto; }
    .tabBox .inr h3 .num {
      max-width: 220px;
      width: 90%; }
    .tabBox .inr h3 .ico {
      max-width: 60px;
      margin-top: 20px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .tabBox .inr h3 .ico {
          margin-top: 10px;
          margin-bottom: 20px; } }
    .tabBox .inr h3 .cmnTitle {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 200px;
      width: 25%; }
      @media only screen and (max-width: 768px) {
        .tabBox .inr h3 .cmnTitle {
          top: inherit;
          bottom: 0; } }
  .tabBox .inr .intro {
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .intro {
        margin-top: 20px; } }
    .tabBox .inr .intro .txt {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .tabBox .inr .intro .txt {
          margin-top: 10px; } }
      .tabBox .inr .intro .txt p {
        font-size: 1.6em;
        font-weight: bold;
        letter-spacing: .1em; }
        @media only screen and (max-width: 768px) {
          .tabBox .inr .intro .txt p {
            font-size: 1.3em; } }
        .tabBox .inr .intro .txt p .career {
          font-size: .5em;
          display: block;
          margin-bottom: 5px; }
        .tabBox .inr .intro .txt p .name {
          font-size: .6em; }
      .tabBox .inr .intro .txt .cross {
        margin: 20px 0 40px;
        position: relative;
        width: 80px; }
        @media only screen and (max-width: 768px) {
          .tabBox .inr .intro .txt .cross {
            margin: 0 0 25px;
            width: 50px; } }
        .tabBox .inr .intro .txt .cross span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: calc(50% - 20px) !important;
          width: 40px;
          height: 1px;
          background-color: #6190B8;
          display: inline-block; }
          @media only screen and (max-width: 768px) {
            .tabBox .inr .intro .txt .cross span {
              width: 20px; } }
          .tabBox .inr .intro .txt .cross span:nth-of-type(1) {
            -webkit-transform: translateY(12px) rotate(-45deg);
            -ms-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg); }
          .tabBox .inr .intro .txt .cross span:nth-of-type(2) {
            -webkit-transform: translateY(12px) rotate(45deg);
            -ms-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg); }
  .tabBox .inr .interviewTheme .pic {
    width: 53%;
    margin-bottom: 2%; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .interviewTheme .pic {
        width: 100%;
        margin: 0 auto; } }
  .tabBox .inr .interviewTheme h4 {
    background-color: #6190B8;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: .2em; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .interviewTheme h4 {
        margin-top: 10px; } }
  .tabBox .inr .interviewTheme ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .interviewTheme ul li {
        margin-top: 10px; } }
    .tabBox .inr .interviewTheme ul li .person {
      max-width: 70px;
      width: 20%; }
    .tabBox .inr .interviewTheme ul li .word {
      width: 100%;
      margin-left: 3%; }
  .tabBox .inr .interviewTheme.interviewTheme01 {
    margin-top: 80px; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .interviewTheme.interviewTheme01 {
        margin-top: 40px; } }
    .tabBox .inr .interviewTheme.interviewTheme01 .pic {
      float: right;
      margin-left: 2%; }
  .tabBox .inr .interviewTheme.interviewTheme02 {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .tabBox .inr .interviewTheme.interviewTheme02 {
        margin-top: 20px; } }
    .tabBox .inr .interviewTheme.interviewTheme02 .pic {
      float: left;
      margin-right: 2%; }
