main section h1 {
  margin-bottom: 84px; }
  @media only screen and (max-width: 768px) {
    main section h1 {
      margin-bottom: 8vw; } }
  main section h1 img {
    width: 100%; }

main section h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #003594;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 0 16px; }
  @media only screen and (max-width: 768px) {
    main section h2 {
      font-size: 4.2vw;
      padding: 0; } }

main section p.description {
  margin-bottom: 40px;
  text-align: left; }
  main section p.description.center {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    main section p.description {
      margin-bottom: 4vw; } }

main section.sec1 .content {
  padding-top: 65px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    main section.sec1 .content {
      padding-top: 0;
      padding-bottom: 5vw; } }
  main section.sec1 .content .linkswrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .linkswrap {
        flex-direction: column;
        margin-bottom: 5vw; } }
    main section.sec1 .content .linkswrap .box {
      width: 48%; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .linkswrap .box {
          width: 100%; } }
      main section.sec1 .content .linkswrap .box h3 {
        font-size: 20px;
        font-weight: 600;
        color: #003594;
        padding: 8px 0;
        border-top: 1px solid #003594;
        border-bottom: 1px solid #003594;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .linkswrap .box h3 {
            font-size: 3.8vw;
            padding: 3vw 0;
            margin-bottom: 4vw; } }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .linkswrap .box:first-child {
          margin-bottom: 5vw; } }
      main section.sec1 .content .linkswrap .box:first-child .btnwrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
        main section.sec1 .content .linkswrap .box:first-child .btnwrap a {
          display: block;
          width: 46%;
          margin-top: 30px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .linkswrap .box:first-child .btnwrap a {
              margin-top: 3vw; } }
          main section.sec1 .content .linkswrap .box:first-child .btnwrap a:nth-child(-n+2) {
            margin-top: 0; }
          main section.sec1 .content .linkswrap .box:first-child .btnwrap a img {
            width: 100%; }
      main section.sec1 .content .linkswrap .box:first-child .panf_cnt {
        display: block !important;
        width: 100%;
        margin: 0 auto;
        overflow: hidden; }
        main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_img {
          display: block !important;
          width: 16%;
          float: left;
          text-align: left;
          box-sizing: border-box; }
          main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_img a {
            display: block; }
          main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_img img {
            width: 100%;
            border: 1px solid #ccc; }
        main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_txt {
          width: 80%;
          float: right;
          display: block !important;
          text-align: left;
          box-sizing: border-box; }
          main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_txt .filename {
            display: block;
            font-size: 1.1em;
            font-weight: bold;
            margin-top: 30px;
            line-height: 22px; }
            @media only screen and (max-width: 768px) {
              main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_txt .filename {
                margin-top: 20px;
                font-size: 1.0em; } }
          main section.sec1 .content .linkswrap .box:first-child .panf_cnt .panf_txt .url {
            display: block;
            color: #aaa;
            line-height: 1.2em;
            margin-top: 10px;
            word-wrap: break-word; }
      main section.sec1 .content .linkswrap .box:last-child a {
        display: block;
        width: 60%;
        padding: 25px 0;
        border: 1px solid #003594;
        color: #003594;
        border-radius: 10px;
        font-size: 22px;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .linkswrap .box:last-child a {
            width: 80%;
            margin: 0 auto 4vw;
            padding: 3vw 0;
            font-size: 4vw; } }
  main section.sec1 .content .inquiry {
    text-align: left; }
    main section.sec1 .content .inquiry p {
      font-size: 16px; }
      main section.sec1 .content .inquiry p.center_box {
        display: block;
        width: 50%;
        padding: 14px 0 8px 0;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #ccc;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .inquiry p.center_box {
            width: 100%;
            padding: 10px; } }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .inquiry p {
          font-size: 4vw;
          line-height: 1.8; } }
      main section.sec1 .content .inquiry p a {
        text-decoration: underline; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .inquiry p a {
            font-size: 4vw;
            line-height: 1.8; } }
        main section.sec1 .content .inquiry p a.tel {
          text-decoration: none;
          pointer-events: none; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .inquiry p a.tel {
              text-decoration: underline;
              pointer-events: auto; } }
  main section.sec1 .content .recunavi {
    width: 80%;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .recunavi {
        width: 100%;
        margin: 0 auto 3vw; } }
    main section.sec1 .content .recunavi .logo {
      width: 380px;
      margin: 0 auto 25px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .recunavi .logo {
          width: 80%;
          margin: 0 auto 25px; } }
      main section.sec1 .content .recunavi .logo img {
        width: 100%; }
    main section.sec1 .content .recunavi .btnwrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .recunavi .btnwrap {
          flex-direction: column; } }
      main section.sec1 .content .recunavi .btnwrap a {
        display: block;
        width: 45%;
        padding: 25px 0;
        border: 1px solid #003594;
        color: #003594;
        border-radius: 10px;
        font-size: 22px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .recunavi .btnwrap a {
            width: 80%;
            margin: 0 auto 4vw;
            padding: 3vw 0;
            font-size: 4vw; } }

main section.sec2 .content {
  padding-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    main section.sec2 .content {
      padding-bottom: 12vw; } }
  main section.sec2 .content .flexwrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content .flexwrap {
        flex-direction: column;
        padding-bottom: 3vw;
        margin-bottom: 3vw; } }
    main section.sec2 .content .flexwrap:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    main section.sec2 .content .flexwrap .thumbs {
      width: 23%; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .flexwrap .thumbs {
          width: 100%;
          margin-bottom: 6vw; } }
      main section.sec2 .content .flexwrap .thumbs img {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .flexwrap .thumbs img {
            width: 50%;
            margin: 0 auto; } }
      main section.sec2 .content .flexwrap .thumbs p {
        margin-top: 10px;
        text-align: left;
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .flexwrap .thumbs p {
            font-size: 3.6vw; } }
        main section.sec2 .content .flexwrap .thumbs p span {
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .flexwrap .thumbs p span {
              font-size: 4vw; } }
    main section.sec2 .content .flexwrap .text {
      width: 75%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .flexwrap .text {
          width: 100%; } }
  main section.sec2 .content .staff_bt_cnt {
    width: 100%;
    margin: 30px 0 30px 0;
    overflow: hidden; }
    main section.sec2 .content .staff_bt_cnt .staff_bt_div_line {
      width: 100%;
      margin: 10px 0px 5px 0;
      overflow: hidden;
      display: flex; }
      main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt {
        width: 160px;
        border: 1px solid #013580;
        border-radius: 10px;
        background: #fff;
        color: #013580;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 110px; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt {
            width: 90px;
            font-size: 12px;
            line-height: 16px;
            padding-top: 31px; } }
        main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.line_double {
          font-size: 18px;
          line-height: 22px;
          padding-top: 33px; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.line_double {
              width: 90px;
              font-size: 12px;
              line-height: 16px;
              padding-top: 25px; } }
      main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt {
        width: 253px;
        margin-left: 10px;
        border: 1px solid #013580;
        border-radius: 10px;
        background: #fff;
        color: #013580;
        box-sizing: border-box;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt {
            width: 75px; } }
        main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt {
          width: 40%;
          box-sizing: border-box;
          height: 110px;
          overflow: hidden;
          float: left; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt {
              width: 100%;
              height: 80px; } }
          main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt {
          width: 60%;
          height: 110px;
          float: right;
          padding: 10px 5px 10px 14px;
          box-sizing: border-box;
          background: #013580; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt {
              display: none; } }
          main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .name {
            display: block;
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #fff;
            text-align: left;
            margin-top: 24px; }
            main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .name.en {
              font-size: 15px;
              line-height: 18px;
              margin-top: 20px; }
          main section.sec2 .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .div_name {
            display: block;
            font-size: 8px;
            line-height: 11px;
            font-weight: normal;
            color: #fff;
            text-align: left;
            margin-top: 5px; }
    main section.sec2 .content .staff_bt_cnt .staff_bt_l {
      width: 30%;
      height: 130px;
      margin-top: 10px;
      margin-bottom: 30px;
      margin-right: 5%;
      float: left;
      border: 1px solid #0F4688;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 10px; }
      main section.sec2 .content .staff_bt_cnt .staff_bt_l:nth-of-type(3n) {
        margin-right: 0%; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .staff_bt_cnt .staff_bt_l {
          width: 47.5%;
          height: 90px;
          margin-right: 5%;
          margin-top: 0px;
          margin-bottom: 20px; }
          main section.sec2 .content .staff_bt_cnt .staff_bt_l:nth-of-type(3n) {
            margin-right: 5%; }
          main section.sec2 .content .staff_bt_cnt .staff_bt_l:nth-of-type(2n) {
            margin-right: 0%; } }
      main section.sec2 .content .staff_bt_cnt .staff_bt_l a {
        width: 100%;
        height: 100%;
        display: block; }
        main section.sec2 .content .staff_bt_cnt .staff_bt_l a:hover {
          opacity: 0.8; }
      main section.sec2 .content .staff_bt_cnt .staff_bt_l .name_cnt {
        width: 55%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        float: left;
        line-height: 130px;
        color: #013580; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .staff_bt_cnt .staff_bt_l .name_cnt {
            font-size: 14px;
            line-height: 90px; } }
        main section.sec2 .content .staff_bt_cnt .staff_bt_l .name_cnt.line_double {
          font-size: 18px;
          line-height: 20px;
          margin-top: 40px; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .staff_bt_cnt .staff_bt_l .name_cnt.line_double {
              font-size: 13px;
              line-height: 16px;
              margin-top: 27px; } }
      main section.sec2 .content .staff_bt_cnt .staff_bt_l .pt_cnt {
        width: 45%;
        height: 100%;
        text-align: center;
        float: right; }
        main section.sec2 .content .staff_bt_cnt .staff_bt_l .pt_cnt img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

main section.staff .content {
  padding-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    main section.staff .content {
      padding-bottom: 12vw; } }
  main section.staff .content .staff_title_cnt {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      main section.staff .content .staff_title_cnt {
        height: auto; } }
    main section.staff .content .staff_title_cnt .pt_cnt {
      width: 65%;
      float: left; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_title_cnt .pt_cnt {
          width: 100%;
          float: none; } }
      main section.staff .content .staff_title_cnt .pt_cnt img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    main section.staff .content .staff_title_cnt .name_cnt {
      width: 35%;
      height: 100%;
      float: right;
      background: #0F4688;
      color: #fff;
      padding: 40px;
      box-sizing: border-box;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_title_cnt .name_cnt {
          width: 100%;
          float: none;
          padding: 20px; } }
      main section.staff .content .staff_title_cnt .name_cnt img {
        width: 140px;
        margin-top: 100px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          main section.staff .content .staff_title_cnt .name_cnt img {
            margin-top: 10px; } }
      main section.staff .content .staff_title_cnt .name_cnt .name {
        font-size: 35px;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: 3px;
        margin-bottom: 10px; }
        main section.staff .content .staff_title_cnt .name_cnt .name.en {
          font-size: 25px; }
      main section.staff .content .staff_title_cnt .name_cnt .kana {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 15px; }
      main section.staff .content .staff_title_cnt .name_cnt .data {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold; }
  main section.staff .content .staff_interview_cnt {
    width: 100%;
    text-align: left;
    overflow: hidden; }
    main section.staff .content .staff_interview_cnt img.pt_right {
      width: 420px;
      margin-left: 40px;
      float: right; }
    main section.staff .content .staff_interview_cnt img.pt_left {
      width: 420px;
      margin-right: 50px;
      float: left; }
    main section.staff .content .staff_interview_cnt .ques_cnt {
      font-size: 16px;
      line-height: 32px;
      color: #013580;
      font-weight: bold;
      margin-bottom: 10px; }
    main section.staff .content .staff_interview_cnt .ans_cnt {
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 40px; }
      main section.staff .content .staff_interview_cnt .ans_cnt .small {
        display: block;
        font-size: 13px;
        line-height: 21px;
        background: #f9f9f9;
        padding: 14px 20px 10px 20px;
        margin-top: 10px; }
    main section.staff .content .staff_interview_cnt .line {
      width: 40%;
      height: 1px;
      margin: 0px auto 50px auto;
      background-color: #D5D5D5;
      clear: both; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .line {
          width: 80%;
          float: none;
          background-color: #aaa;
          margin: 0px auto 40px auto; } }
    main section.staff .content .staff_interview_cnt .sc_cnt {
      overflow: hidden; }
      main section.staff .content .staff_interview_cnt .sc_cnt img {
        width: 100%; }
    main section.staff .content .staff_interview_cnt .left_50 {
      width: 45%;
      float: left; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .left_50 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .left_50 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .right_50 {
      width: 45%;
      float: right; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .right_50 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .right_50 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .left_60 {
      width: 55%;
      float: left; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .left_60 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .left_60 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .right_60 {
      width: 55%;
      float: right; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .right_60 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .right_60 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .left_40 {
      width: 40%;
      float: left; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .left_40 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .left_40 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .right_40 {
      width: 40%;
      float: right; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .right_40 {
          width: 100%;
          float: none; }
          main section.staff .content .staff_interview_cnt .right_40 img {
            margin-bottom: 40px; } }
    main section.staff .content .staff_interview_cnt .timetable_cnt {
      width: 100%;
      border: 1px solid #D5D5D5;
      box-sizing: border-box;
      border-radius: 5px;
      overflow: hidden;
      background: #FFFFFC;
      margin-bottom: 40px; }
      main section.staff .content .staff_interview_cnt .timetable_cnt .title_cnt {
        background: #376CAA;
        text-align: center;
        padding: 8px 0; }
        main section.staff .content .staff_interview_cnt .timetable_cnt .title_cnt img {
          width: 180px;
          max-width: 50%;
          margin: 0;
          line-height: 0; }
      main section.staff .content .staff_interview_cnt .timetable_cnt .schedule_cnt {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden; }
        main section.staff .content .staff_interview_cnt .timetable_cnt .schedule_cnt .com {
          padding: 15px 5px 0 5px;
          font-size: 0.9em;
          clear: both; }
        main section.staff .content .staff_interview_cnt .timetable_cnt .schedule_cnt .sc_inner {
          float: left;
          width: 45%;
          margin-right: 5%; }
        main section.staff .content .staff_interview_cnt .timetable_cnt .schedule_cnt p {
          padding: 7px;
          background: url(../img/recruit/staff/schedule_dot_line.png) repeat-x center bottom; }
          main section.staff .content .staff_interview_cnt .timetable_cnt .schedule_cnt p.bold {
            font-weight: bold; }
    main section.staff .content .staff_interview_cnt .kyuujitsu_cnt {
      width: 100%;
      background: #F8F8F8;
      padding: 30px 130px;
      box-sizing: border-box;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_interview_cnt .kyuujitsu_cnt {
          padding: 15px 20px 20px 20px; } }
      main section.staff .content .staff_interview_cnt .kyuujitsu_cnt img {
        width: 100%; }
      main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt {
        overflow: hidden;
        margin-top: 30px; }
        main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .com {
          width: 50%;
          line-height: 2.2em;
          float: left;
          margin-top: 0px; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .com {
              width: 100%;
              float: none;
              margin-bottom: 20px; } }
          main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .com.full {
            width: 100%; }
          main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .com .small {
            display: block;
            font-size: 13px;
            line-height: 20px;
            padding: 10px 0;
            margin-top: 10px; }
        main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .pt {
          width: 45%;
          float: right; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .pt {
              width: 100%;
              float: none; } }
          main section.staff .content .staff_interview_cnt .kyuujitsu_cnt .comment_cnt .pt img {
            width: 100%; }
  main section.staff .content .line {
    width: 40%;
    height: 1px;
    margin: 50px auto 50px auto;
    background-color: #D5D5D5;
    clear: both; }
    @media only screen and (max-width: 768px) {
      main section.staff .content .line {
        width: 80%;
        float: none;
        background-color: #aaa;
        margin: 30px auto 20px auto; } }
  main section.staff .content .staff_bt_cnt {
    width: 100%;
    margin: 30px 0 30px 0;
    overflow: hidden; }
    main section.staff .content .staff_bt_cnt .staff_bt_div_line {
      width: 100%;
      margin: 10px 0px 5px 0;
      overflow: hidden;
      display: flex; }
      main section.staff .content .staff_bt_cnt .staff_bt_div_line.full {
        margin: 10px 0px 5px 0;
        display: block;
        box-sizing: border-box; }
      main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt {
        width: 160px;
        border: 1px solid #013580;
        border-radius: 10px;
        background: #fff;
        color: #013580;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 110px; }
        @media only screen and (max-width: 768px) {
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt {
            width: 90px;
            font-size: 12px;
            line-height: 16px;
            padding-top: 31px; } }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.full {
          width: 100%;
          border: 1px solid #013580;
          border-radius: 10px;
          background: #fff;
          color: #013580;
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          line-height: 50px;
          box-sizing: border-box; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.full {
              width: 100%;
              font-size: 16px;
              line-height: 36px;
              padding-top: 0; } }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.line_double {
          font-size: 18px;
          line-height: 22px;
          padding-top: 33px; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .div_name_cnt.line_double {
              width: 90px;
              font-size: 12px;
              line-height: 16px;
              padding-top: 25px; } }
      main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt {
        width: 253px;
        margin-left: 10px;
        border: 1px solid #013580;
        border-radius: 10px;
        background: #fff;
        color: #013580;
        box-sizing: border-box;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt {
            width: 75px; } }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt.full {
          width: 32%;
          float: left;
          margin: 20px 2% 0 0; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt.full {
              width: 100%;
              margin: 10px 0 0 0; } }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt.last {
          margin-right: 0; }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt {
          width: 40%;
          box-sizing: border-box;
          height: 110px;
          overflow: hidden;
          float: left; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt {
              width: 100%;
              height: 80px; } }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt.full {
            width: 40%;
            height: 110px;
            overflow: hidden;
            float: left; }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .pt img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt {
          width: 60%;
          height: 110px;
          float: right;
          padding: 10px 5px 10px 14px;
          box-sizing: border-box;
          background: #013580; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt {
              display: none; } }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt.full {
              display: block; } }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt.full .name {
            font-size: 20px; }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt.full .div_name {
            font-size: 10px;
            line-height: 13px;
            margin-top: 5px; }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .name {
            display: block;
            font-size: 16px;
            line-height: 18px;
            font-weight: bold;
            color: #fff;
            text-align: left;
            margin-top: 24px; }
            main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .name.en {
              font-size: 15px;
              line-height: 18px;
              margin-top: 20px; }
          main section.staff .content .staff_bt_cnt .staff_bt_div_line .pt_list_cnt .name_cnt .div_name {
            display: block;
            font-size: 8px;
            line-height: 11px;
            font-weight: normal;
            color: #fff;
            text-align: left;
            margin-top: 5px; }
    main section.staff .content .staff_bt_cnt .staff_bt_l {
      width: 30%;
      height: 100px;
      margin-top: 10px;
      margin-bottom: 20px;
      margin-right: 5%;
      float: left;
      border: 1px solid #0F4688;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 10px; }
      main section.staff .content .staff_bt_cnt .staff_bt_l:nth-of-type(3n) {
        margin-right: 0%; }
      @media only screen and (max-width: 768px) {
        main section.staff .content .staff_bt_cnt .staff_bt_l {
          width: 47.5%;
          height: 90px;
          margin-right: 5%;
          margin-top: 0px;
          margin-bottom: 20px; }
          main section.staff .content .staff_bt_cnt .staff_bt_l:nth-of-type(3n) {
            margin-right: 5%; }
          main section.staff .content .staff_bt_cnt .staff_bt_l:nth-of-type(2n) {
            margin-right: 0%; } }
      main section.staff .content .staff_bt_cnt .staff_bt_l a {
        width: 100%;
        height: 100%;
        display: block; }
        main section.staff .content .staff_bt_cnt .staff_bt_l a:hover {
          opacity: 0.8; }
      main section.staff .content .staff_bt_cnt .staff_bt_l .name_cnt {
        width: 60%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        float: left;
        line-height: 100px;
        color: #013580; }
        @media only screen and (max-width: 768px) {
          main section.staff .content .staff_bt_cnt .staff_bt_l .name_cnt {
            font-size: 14px;
            line-height: 90px; } }
        main section.staff .content .staff_bt_cnt .staff_bt_l .name_cnt.line_double {
          font-size: 18px;
          line-height: 20px;
          padding-top: 29px;
          padding-bottom: 100px; }
          @media only screen and (max-width: 768px) {
            main section.staff .content .staff_bt_cnt .staff_bt_l .name_cnt.line_double {
              font-size: 13px;
              line-height: 16px;
              padding-top: 27px; } }
        main section.staff .content .staff_bt_cnt .staff_bt_l .name_cnt.active {
          background: #013580;
          color: #fff; }
      main section.staff .content .staff_bt_cnt .staff_bt_l .pt_cnt {
        width: 40%;
        height: 100%;
        text-align: center;
        float: right; }
        main section.staff .content .staff_bt_cnt .staff_bt_l .pt_cnt img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.gaibu_link_cnt{
	width: 100%; overflow: hidden; margin-bottom: 30px;
}
.gaibu_link_cnt .gaibu_link_cnt_left{
	width: 50%; float: left;
}
.gaibu_link_cnt a{
	width: 100% !important;
}
.gaibu_link_cnt .gaibu_link_cnt_right{
	width: 50%; float: right;
	font-size=13px;
	padding-top: 10px;
}


@media only screen and (max-width: 768px) {
	.gaibu_link_cnt .gaibu_link_cnt_left{
		width: 100%; float: none;
	}
	.gaibu_link_cnt .gaibu_link_cnt_right{
		width: 100%; float: none;
		text-align: left;
		padding-top: 0px;
	}
}
