@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    #breadcrumb {
      display: none; } }

/* ========== end △ */
  #breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (min-width: 640px) {
    #breadcrumb {
      display: block;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ========== end △ */
  #breadcrumb li {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    padding-left: 15px; }
    #breadcrumb li:first-child {
      color: #333;
      text-align: left;
      font-weight: bold;
      padding-left: 0; }
    #breadcrumb li::before {
      content: "\f105";
      margin-right: 6px;
      color: #c3c3c3;
      font-size: 15px;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
    #breadcrumb li:first-of-type::before {
      display: none; }
    #breadcrumb li a {
      text-decoration: none;
      color: #333;
      font-weight: bold; }
      #breadcrumb li a:hover {
        text-decoration: underline; }

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px; }

/* ▽ PC-TAB layout ========== */
  @media print, screen and (min-width: 640px) {
    .pagination {
      margin-top: 50px; } }

/* ========== end △ */
  .pagination .prev {
    float: left; }
  .pagination .next {
    float: right; }
  .pagination .back {
    text-align: center; }

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  #breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #breadcrumb li {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    padding-left: 15px; }
    #breadcrumb li:first-child {
      color: #333;
      text-align: left;
      font-weight: bold;
      padding-left: 0; }
    #breadcrumb li::before {
      content: "\f105";
      margin-right: 6px;
      color: #c3c3c3;
      font-size: 15px;
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
    #breadcrumb li:first-of-type::before {
      display: none; }
    #breadcrumb li a {
      text-decoration: none;
      color: #333;
      font-weight: bold; }
      #breadcrumb li a:hover {
        text-decoration: underline; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #breadcrumb {
    display: none; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* ========== end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px; }
  .pagination .prev {
    float: left; }
  .pagination .next {
    float: right; }
  .pagination .back {
    text-align: center; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px; } }

/* ========== end △ */
/* ==================================================
	List:
    1. Common CSss
    2. Contact
    3. Case
    4. Business
    5. Company
    6. Jobsearch
    7. News
    8. 
    9. 
    10. 

================================================== */
/* ==================================================
    1. CM CSS
================================================== */
#header.contact {
  background: url(../contact/images/tt_page_bg.png) no-repeat center bottom; }

#header.case {
  background: url(../case/images/tt_page_bg.png) no-repeat center bottom; }

#header.business {
  background: url(../business/images/tt_page_bg.png) no-repeat center bottom; }

#header.company {
  background: url(../company/images/tt_page_bg.png) no-repeat center bottom; }

#header.jobsearch {
  background: url(../jobsearch/images/tt_page_bg.png) no-repeat center bottom; }

#header.news {
  background: url(../contact/images/tt_page_bg.png) no-repeat center bottom; }

.cm_tt7 {
  text-align: center;
  margin-bottom: 20px; }
  .cm_tt7 span {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    color: #333; }
    .cm_tt7 span:after {
      display: block;
      width: 100px;
      height: 1px;
      background: #333;
      position: absolute;
      left: -120px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: ""; }
    .cm_tt7 span:before {
      display: block;
      width: 100px;
      height: 1px;
      background: #333;
      position: absolute;
      right: -120px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: ""; }
  .cm_tt7.white span {
    color: #fff; }
    .cm_tt7.white span:after, .cm_tt7.white span:before {
      background: #fff; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt7 span {
    font-size: 24px; }
    .cm_tt7 span:after {
      width: 50px;
      left: -60px; }
    .cm_tt7 span:before {
      width: 50px;
      right: -60px; } }

/* ========== end △ */
.btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  height: 68px;
  min-width: 260px;
  background: #ff9d14;
  position: relative;
  text-align: center;
  line-height: 1.5; }
  .btn2 a:after {
    display: block;
    width: 20px;
    height: 100%;
    right: 10px;
    bottom: 0;
    position: absolute;
    z-index: 2;
    background: url(../business/images/row.png) no-repeat center center;
    content: "";
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .btn2 a:hover {
    background: #2961ae; }
    .btn2 a:hover:after {
      bottom: -20px;
      opacity: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
  .btn2 a {
    min-width: 100%;
    padding: 10px 35px;
    height: auto; } }

/* ========== end △ */
.cm_tt5 {
  background: #2961ae;
  background: -webkit-gradient(linear, left top, right top, from(#2961ae), to(#55d9fc));
  background: -webkit-linear-gradient(left, #2961ae 0%, #55d9fc 100%);
  background: -o-linear-gradient(left, #2961ae 0%, #55d9fc 100%);
  background: linear-gradient(90deg, #2961ae 0%, #55d9fc 100%);
  padding: 10px;
  margin-bottom: 35px; }
  .cm_tt5 span {
    display: inline-block;
    border-left: 4px solid #fff;
    padding-left: 10px;
    color: #fff;
    font-size: 20px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt5 span {
    font-size: 18px; } }

/* ========== end △ */
.cm_tt6 {
  position: relative;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 30px; }
  .cm_tt6:after {
    display: block;
    content: "";
    width: calc(100% - 33px);
    position: absolute;
    left: 33px;
    height: 1px;
    background: #dadada;
    bottom: -13px;
    z-index: 1; }
  .cm_tt6:before {
    display: block;
    content: "";
    width: calc(100% - 33px);
    position: absolute;
    left: 33px;
    height: 6px;
    background: url(../business/images/row2.jpg) no-repeat center top;
    bottom: -18px;
    z-index: 2; }
  .cm_tt6 span {
    width: 81px;
    height: 84px;
    position: absolute;
    display: inline-block;
    background: url(../business/images/tt2_num.png) no-repeat center top;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    left: 0;
    top: 0;
    font-family: "Yu Gothic Medium", 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .cm_tt6 strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-left: 70px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt6 {
    font-size: 16px; } }

/* ========== end △ */
.cm_tt4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt4 {
    font-size: 20px; } }

/* ========== end △ */
.tt_page .container {
  height: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tt_page .container h1 {
    margin-bottom: 100px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt_page {
    background-size: cover; }
    .tt_page .container {
      height: 220px; }
      .tt_page .container h1 {
        margin-bottom: 90px; } }

/* ========== end △ */
.breadcrumb {
  margin-top: -80px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .breadcrumb {
    margin-top: 0; } }

/* ========== end △ */
/* ==================================================
    2. Contact
================================================== */
.contact_sec .box1 .container h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px; }

.contact_sec .box1 .container .banner {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  background: #2961ae;
  background: -webkit-gradient(linear, left top, right top, from(#2961ae), to(#55d9fc));
  background: -webkit-linear-gradient(left, #2961ae 0%, #55d9fc 100%);
  background: -o-linear-gradient(left, #2961ae 0%, #55d9fc 100%);
  background: linear-gradient(90deg, #2961ae 0%, #55d9fc 100%); }
  .contact_sec .box1 .container .banner .inner {
    border: 1px solid #fff;
    padding: 40px 50px;
    text-align: center; }
    .contact_sec .box1 .container .banner .inner h3 {
      margin-bottom: 40px; }

.contact_sec .box2 {
  padding: 60px 0; }
  .contact_sec .box2 .container > p {
    margin-bottom: 30px; }
    .contact_sec .box2 .container > p a {
      color: #2961ae; }
  .contact_sec .box2 .container form .ninni {
    background: #55d8fc;
    width: 40px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    float: right;
    font-size: 13px;
    color: #fff;
    position: absolute;
    right: 20px;
    height: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .contact_sec .box2 .container form .hissu {
    background: #2961ae;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    float: right;
    font-size: 13px;
    position: absolute;
    right: 20px;
    height: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .contact_sec .box2 .container form .wrap_table {
    background: #f8f8f8;
    padding: 25px;
    margin-bottom: 50px; }
  .contact_sec .box2 .container form table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact_sec .box2 .container form table tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
    .contact_sec .box2 .container form table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px dashed #efefef; }
      .contact_sec .box2 .container form table tr:first-child {
        border-top: 1px dashed #efefef; }
      .contact_sec .box2 .container form table tr .inner {
        height: auto !important; }
      .contact_sec .box2 .container form table tr th {
        min-width: 300px;
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        padding: 20px 0 20px 0;
        height: auto;
        background: #fff; }
        .contact_sec .box2 .container form table tr th.spec .inner {
          padding-left: 105px; }
        .contact_sec .box2 .container form table tr th em {
          font-size: 12px;
          font-weight: normal; }
        .contact_sec .box2 .container form table tr th strong {
          font-weight: bold; }
        .contact_sec .box2 .container form table tr th .inner {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0px 0px 0px 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          font-size: 14px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .contact_sec .box2 .container form table tr th .inner p {
            margin-top: -30px; }
      .contact_sec .box2 .container form table tr td {
        padding: 20px 30px;
        width: 900px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contact_sec .box2 .container form table tr td .w70 {
          width: 70%; }
        .contact_sec .box2 .container form table tr td .w30 {
          width: 15%; }
        .contact_sec .box2 .container form table tr td .red {
          color: red; }
        .contact_sec .box2 .container form table tr td .wrap {
          width: 100%; }
          .contact_sec .box2 .container form table tr td .wrap .flex_spec {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .contact_sec .box2 .container form table tr td .wrap .flex_spec .w100 {
              width: 35%; }
        .contact_sec .box2 .container form table tr td p {
          margin-bottom: 20px; }
          .contact_sec .box2 .container form table tr td p:last-child {
            margin-bottom: 0; }
        .contact_sec .box2 .container form table tr td .w60 {
          width: 30%; }
        .contact_sec .box2 .container form table tr td .list1 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
          .contact_sec .box2 .container form table tr td .list1 li {
            width: 33%;
            margin-bottom: 10px; }
            .contact_sec .box2 .container form table tr td .list1 li input[type=radio] {
              height: auto; }
            .contact_sec .box2 .container form table tr td .list1 li:last-child {
              width: 100%; }
              .contact_sec .box2 .container form table tr td .list1 li:last-child input[type=text] {
                width: 80%;
                margin-left: 20px; }
        .contact_sec .box2 .container form table tr td .list2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .contact_sec .box2 .container form table tr td .list2 li {
            width: 33%; }
            .contact_sec .box2 .container form table tr td .list2 li:first-child {
              margin-right: 30px; }
        .contact_sec .box2 .container form table tr td .spec {
          margin: 10px 0; }
        .contact_sec .box2 .container form table tr td .w360 {
          width: 480px;
          margin-left: 10px; }
        .contact_sec .box2 .container form table tr td .w370 {
          width: 360px; }
        .contact_sec .box2 .container form table tr td .w490 {
          width: 430px; }
        .contact_sec .box2 .container form table tr td .w130 {
          width: 130px;
          margin-left: 10px; }
        .contact_sec .box2 .container form table tr td .w100 {
          width: 100%; }
        .contact_sec .box2 .container form table tr td input, .contact_sec .box2 .container form table tr td select, .contact_sec .box2 .container form table tr td option, .contact_sec .box2 .container form table tr td optgroup {
          border: 1px solid #dadada;
          height: 40px;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .contact_sec .box2 .container form table tr td textarea {
          border: 1px solid #dadada;
          height: 220px;
          width: 100%;
          padding: 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          overflow: auto; }
        .contact_sec .box2 .container form table tr td .flex_spec {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .contact_sec .box2 .container form table tr td .zip {
          display: inline-block;
          color: #f89b00;
          margin-left: 20px;
          background: url(../common_img/side_row.png) no-repeat left center;
          padding-left: 20px; }
  .contact_sec .box2 .container form .box_submit {
    text-align: center;
    font-size: 14px;
    margin: 40px 0 0; }
    .contact_sec .box2 .container form .box_submit a {
      color: #333; }
    .contact_sec .box2 .container form .box_submit.confirm input {
      padding: 10px 20px;
      width: 224px;
      cursor: pointer;
      margin-bottom: 5px;
      color: #333;
      font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .contact_sec .box2 .container form .box_submit.confirm input:hover {
        background: #f4c2c1;
        color: #fff;
        border: 1px solid #4d4d4c; }
  .contact_sec .box2 .container form .link_spec {
    margin-top: 10px; }
  .contact_sec .box2 .container form .btn_sec_wrap {
    position: relative;
    width: 350px;
    margin: 0 auto; }
    .contact_sec .box2 .container form .btn_sec_wrap:hover .btn_confirm2 {
      color: #fff; }
    .contact_sec .box2 .container form .btn_sec_wrap:hover:after {
      right: 0;
      opacity: 0; }
  .contact_sec .box2 .container form .btn_sec_wrap1 {
    position: relative;
    width: 350px;
    margin: 0 auto; }
    .contact_sec .box2 .container form .btn_sec_wrap1:hover .btn_confirm2 {
      color: #fff; }
    .contact_sec .box2 .container form .btn_sec_wrap1:hover:after {
      left: 0;
      opacity: 0; }
  .contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2 {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
    padding: 0 30px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 20px;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #ff9d14;
    border: 1px solid #ff9d14; }
  .contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2:hover, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2:hover {
    background: #fff;
    border: 1px solid #ff9d14;
    color: #ff9d14; }
  .contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2:hover:after, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2:hover:after {
    right: 0;
    opacity: 0; }
  .contact_sec .box2 .container form .contact_sec .box2 .container form .btn_sec_wrap:after, .contact_sec .box2 .container form .btn_sec_wrap:after {
    width: 32px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .contact_sec .box2 .container form .contact_sec .box2 .container form .btn_sec_wrap1:after, .contact_sec .box2 .container form .btn_sec_wrap1:after {
    content: "\f105";
    width: 32px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 20px;
    font-family: "FontAwesome";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.contact_sec .box3 {
  padding: 0px 0 60px; }
  .contact_sec .box3 .container h3 {
    font-size: 20px; }
  .contact_sec .box3 .container ul {
    margin-bottom: 20px; }
    .contact_sec .box3 .container ul li {
      list-style-type: disc;
      color: #53d4f9;
      margin-left: 25px; }
      .contact_sec .box3 .container ul li span {
        color: #333; }
  .contact_sec .box3 .container p {
    margin-bottom: 20px; }
    .contact_sec .box3 .container p a {
      color: #2961ae; }
    .contact_sec .box3 .container p:last-child a {
      color: #000; }

@media only screen and (max-width: 639px) {
  .contact_sec .box1 .container .banner .inner {
    padding: 30px 10px; }
  .contact_sec .box1 .container .banner .cm_tt1 {
    font-size: 21px; } }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box1 .container h2 {
    font-size: 16px; }
  .contact_sec .box1 .container .banner {
    padding: 10px; }
    .contact_sec .box1 .container .banner .inner img {
      width: auto;
      max-width: 100%;
      max-height: 30px; }
  .contact_sec .box2 {
    padding: 40px 0; }
  .contact_sec .box3 {
    padding: 40px 0; }
    .contact_sec .box3 .container h3 {
      font-size: 16px; } }

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box2 .container form .ninni {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    left: auto; } }

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box2 .container form .hissu {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    left: auto; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box2 .container form table {
    width: 100%;
    display: block; }
    .contact_sec .box2 .container form table tbody {
      display: block; }
    .contact_sec .box2 .container form table tr {
      display: block; }
      .contact_sec .box2 .container form table tr:first-child th {
        border-top: none; }
      .contact_sec .box2 .container form table tr th {
        width: 100%;
        padding: 0 0px;
        border-right: none;
        display: block; }
        .contact_sec .box2 .container form table tr th .inner {
          padding: 10px 0px 10px 0px;
          display: block;
          width: 100%; }
          .contact_sec .box2 .container form table tr th .inner .hissu, .contact_sec .box2 .container form table tr th .inner .ninni {
            right: 0; }
          .contact_sec .box2 .container form table tr th .inner p {
            margin-top: 0; }
      .contact_sec .box2 .container form table tr td {
        width: 100%;
        padding: 5px 0 15px 0px !important;
        margin-left: 0;
        display: block; }
        .contact_sec .box2 .container form table tr td span.ml10 {
          display: inline-block; }
        .contact_sec .box2 .container form table tr td #state {
          width: 80%;
          display: block;
          margin-top: 10px; }
        .contact_sec .box2 .container form table tr td .w60 {
          width: 100%;
          margin-bottom: 8px; }
        .contact_sec .box2 .container form table tr td .list1 {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .contact_sec .box2 .container form table tr td .list1 li {
            width: 100%;
            margin-bottom: 10px; }
            .contact_sec .box2 .container form table tr td .list1 li input[type=radio] {
              height: auto;
              margin-left: 0; }
            .contact_sec .box2 .container form table tr td .list1 li:nth-child(2n) {
              width: 100%; }
            .contact_sec .box2 .container form table tr td .list1 li:last-child input {
              margin-top: 10px;
              margin-left: 0 !important; }
              .contact_sec .box2 .container form table tr td .list1 li:last-child input[type=radio] {
                margin-top: 0; }
        .contact_sec .box2 .container form table tr td .wrap .flex_spec {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .contact_sec .box2 .container form table tr td .wrap .flex_spec input {
            width: auto;
            max-width: 170px; }
          .contact_sec .box2 .container form table tr td .wrap .flex_spec span {
            margin-top: 5px; }
        .contact_sec .box2 .container form table tr td .list1 .w100 {
          width: 100% !important; }
        .contact_sec .box2 .container form table tr td .list2 {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .contact_sec .box2 .container form table tr td .list2 li {
            width: 100%; }
        .contact_sec .box2 .container form table tr td .list3 li {
          width: 100%; }
        .contact_sec .box2 .container form table tr td .w370, .contact_sec .box2 .container form table tr td .w360, .contact_sec .box2 .container form table tr td .w490 {
          width: 100%;
          margin-bottom: 1%; }
        .contact_sec .box2 .container form table tr td .w260 {
          width: 100%; }
  .contact_sec .box2 .container form .btn_sec_wrap, .contact_sec .box2 .container form .btn_sec_wrap1 {
    width: 90%; }
  .contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2, .contact_sec .box2 .container form .btn_sec_wrap1 .btn_confirm2 {
    width: 100%;
    font-size: 16px; } }

/* ==================================================
    3. Case
================================================== */
.case_sec {
  padding-bottom: 150px; }
  .case_sec h2 {
    margin-bottom: 60px; }
  .case_sec .wrap_content .content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .case_sec .wrap_content .content .container .left {
      min-width: 522px;
      margin-right: 50px; }
      .case_sec .wrap_content .content .container .left .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        margin-top: -70px;
        position: relative; }
        .case_sec .wrap_content .content .container .left .title h3 span {
          display: block;
          font-size: 34px;
          color: #66cef6; }
        .case_sec .wrap_content .content .container .left .title h3 strong {
          font-size: 20px; }
      .case_sec .wrap_content .content .container .left .ttl {
        background: url(../images/tt3_sm1.png) center center no-repeat;
        background-size: 129px;
        width: 129px;
        height: 149px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 19px;
        line-height: 1.5;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 0; }
        .case_sec .wrap_content .content .container .left .ttl.blue {
          background: url(../images/tt3_sm2.png) center center no-repeat; }
      .case_sec .wrap_content .content .container .left h4 {
        margin-bottom: 15px; }
      .case_sec .wrap_content .content .container .left .tag span {
        border: 1px solid #ff9d14;
        display: inline-block;
        min-width: 85px;
        padding: 5px;
        text-align: center;
        color: #ff9d14;
        position: relative;
        position: relative;
        font-size: 16px; }
        .case_sec .wrap_content .content .container .left .tag span:before {
          content: '';
          position: absolute;
          top: -10px;
          left: 7px;
          background: url(../case/images/line1.png) center center no-repeat;
          width: 20px;
          height: 20px; }
        .case_sec .wrap_content .content .container .left .tag span:after {
          content: '';
          position: absolute;
          bottom: -10px;
          right: 7px;
          background: url(../case/images/line2.png) center center no-repeat;
          width: 20px;
          height: 20px; }
      .case_sec .wrap_content .content .container .left .tag.red span {
        color: #f55a57;
        border-color: #f55a57; }
        .case_sec .wrap_content .content .container .left .tag.red span:before {
          background: url(../case/images/line3.png) center center no-repeat; }
        .case_sec .wrap_content .content .container .left .tag.red span:after {
          background: url(../case/images/line4.png) center center no-repeat; }
      .case_sec .wrap_content .content .container .left p {
        margin-bottom: 25px; }
    .case_sec .wrap_content .content .container .right {
      min-width: 731px;
      margin-right: -127px; }
  .case_sec .wrap_content .content:first-child {
    background: url(../case/images/bg1.png) no-repeat right top;
    padding-top: 100px;
    margin-bottom: 190px;
    padding-bottom: 170px; }
  .case_sec .wrap_content .content:last-child {
    background: url(../case/images/bg2.png) no-repeat left top;
    padding-top: 250px;
    margin-top: -450px;
    padding-bottom: 130px; }
    .case_sec .wrap_content .content:last-child .container .left {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-right: 0;
      margin-left: 50px; }
      .case_sec .wrap_content .content:last-child .container .left .title {
        margin-top: -30px; }
        .case_sec .wrap_content .content:last-child .container .left .title h3 span {
          color: #2961ae; }
    .case_sec .wrap_content .content:last-child .container .right {
      margin-left: -127px;
      margin-right: 0; }
  .case_sec .banner {
    text-align: center; }

@media only screen and (max-width: 639px) {
  .case_sec .wrap_content .content .container .left .ttl {
    width: 80px;
    height: 95px;
    background-size: 100% !important;
    font-size: 13px;
    left: 30px; } }

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
  .case_sec .wrap_content .content {
    background-size: 50% auto !important; }
    .case_sec .wrap_content .content .container .left {
      min-width: 48%; }
    .case_sec .wrap_content .content .container .right {
      min-width: 40%;
      margin-right: 0; }
    .case_sec .wrap_content .content:last-child .container .right {
      margin-left: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
  .case_sec .wrap_content .content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-bottom: 0 !important;
    background-position-y: bottom !important;
    background-size: 50% auto !important; }
    .case_sec .wrap_content .content .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .case_sec .wrap_content .content .container .left {
        width: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        margin-left: 0 !important; }
        .case_sec .wrap_content .content .container .left .title {
          margin-top: 0 !important; }
      .case_sec .wrap_content .content .container .right {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        width: 100%;
        min-width: 100%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .case_sec {
    padding-bottom: 50px; }
    .case_sec .wrap_content .content .container .left .title {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .case_sec .wrap_content .content .container .left .title h3 span {
        font-size: 24px; }
      .case_sec .wrap_content .content .container .left .title h3 strong {
        font-size: 14px; }
      .case_sec .wrap_content .content .container .left .title figure img {
        width: auto;
        max-width: 100%;
        max-height: 100px; } }

/* ========== end △ */
/* ==================================================
    4. Business
================================================== */
.business_sec .cm_tt4 {
  font-size: 22px; }

.business_sec .box1 {
  padding-top: 70px; }
  .business_sec .box1 .container .wrap_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    .business_sec .box1 .container .wrap_btn ul li {
      margin: 0 15px 15px;
      }
      .business_sec .box1 .container .wrap_btn ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        height: 68px;
        width: 260px;
        background: #ff9d14;
        position: relative; }
        .business_sec .box1 .container .wrap_btn ul li a:after {
          display: block;
          width: 20px;
          height: 100%;
          right: 10px;
          bottom: 0;
          position: absolute;
          z-index: 2;
          background: url(../business/images/row.png) no-repeat center center;
          content: "";
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
        .business_sec .box1 .container .wrap_btn ul li a:hover {
          background: #2961ae; }
          .business_sec .box1 .container .wrap_btn ul li a:hover:after {
            bottom: -20px;
            opacity: 0; }

.business_sec .box2 {
  background: url(../business/images/bg0.png) no-repeat center top;
  background-size: cover;
  padding: 200px 0 60px;
  }
  .business_sec .box2 .container h2 {
    margin-bottom: 40px; }
  .business_sec .box2 .container > h3 {
    text-align: center;
    margin-bottom: 140px;
    font-size: 20px; }
  .business_sec .box2 .container .wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .business_sec .box2 .container .wrap_content .content {
      margin: 0 20px;
      width: 276px;
      background: #06507c;
      border-radius: 20px;
      text-align: center;
      padding: 40px;
      color: #fff;
      position: relative; }
      .business_sec .box2 .container .wrap_content .content:after {
        display: block;
        content: "";
        width: 13px;
        height: 100%;
        background: url(../business/images/tt1_row1.png) no-repeat center center;
        position: absolute;
        right: -13px;
        top: 0; }
      .business_sec .box2 .container .wrap_content .content h3 {
        text-align: center;
        margin-bottom: 15px;
        margin-top: -160px; }
        .business_sec .box2 .container .wrap_content .content h3 span {
          display: block;
          font-size: 24px;
          color: #333; }
      .business_sec .box2 .container .wrap_content .content h4 {
        font-size: 24px;
        margin-bottom: 20px; }
      .business_sec .box2 .container .wrap_content .content:nth-child(2) {
        background: #31abdb; }
        .business_sec .box2 .container .wrap_content .content:nth-child(2):after {
          background: url(../business/images/tt1_row2.png) no-repeat center center; }
      .business_sec .box2 .container .wrap_content .content:nth-child(3) {
        background: #5fc9d1; }
        .business_sec .box2 .container .wrap_content .content:nth-child(3):after {
          display: none; }
  .business_sec .box2 .container .wrap_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
    .business_sec .box2 .container .wrap_btn ul li {
      margin: 0 15px; }
      .business_sec .box2 .container .wrap_btn ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        height: 68px;
        width: 260px;
        background: #ff9d14;
        position: relative; }
        .business_sec .box2 .container .wrap_btn ul li a:after {
          display: block;
          width: 20px;
          height: 100%;
          right: 10px;
          bottom: 0;
          position: absolute;
          z-index: 2;
          background: url(../business/images/row.png) no-repeat center center;
          content: "";
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
        .business_sec .box2 .container .wrap_btn ul li a:hover {
          background: #2961ae; }
          .business_sec .box2 .container .wrap_btn ul li a:hover:after {
            bottom: -20px;
            opacity: 0; }

.business_sec .box3 {
  padding: 100px 0; }
  .business_sec .box3 .container .content {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .business_sec .box3 .container .content .left p {
      margin-bottom: 25px; }
    .business_sec .box3 .container .content .right {
      min-width: 444px;
      margin-left: 40px; }
  .business_sec .box3 .container .content2 .wrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    .business_sec .box3 .container .content2 .wrap_inner .inner {
      width: 31%;
      border: 1px solid #dadada;
      padding: 0 15px 15px 0; }
      .business_sec .box3 .container .content2 .wrap_inner .inner h4 {
        margin-top: -10px; }
      .business_sec .box3 .container .content2 .wrap_inner .inner p {
        padding: 0 30px 25px; }

.business_sec .box4 {
  margin-bottom: 100px; }
  .business_sec .box4 .container > p {
    margin-bottom: 25px; }
  .business_sec .box4 .container .wrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 55px; }
  .business_sec .box4 .container .wrap_content .wrap_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .business_sec .box4 .container .wrap_content .wrap_inner .inner {
      width: calc(48%);
      margin-right: 2%; }
      .business_sec .box4 .container .wrap_content .wrap_inner .inner:last-child {
        margin-right: 0; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .business_sec .box4 .container .wrap_content .wrap_inner .inner {
          width: 100%;
          margin-right: 0; } }

/* ========== end △ */
.business_sec .chart {
  position: relative;
  margin-bottom: 280px; }
  .business_sec .chart p {
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5; }
  .business_sec .chart .txt-ab01 {
    left: 4.5%; }
  .business_sec .chart .txt-ab02 {
    left: 21%; }
  .business_sec .chart .txt-ab03 {
    left: 36%; }
  .business_sec .chart .txt-ab04 {
    left: 53.5%; }
  .business_sec .chart .txt-ab05 {
    left: 69%; }
  .business_sec .chart .txt-ab06 {
    left: 89.5%; }
  .business_sec .chart:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 8%;
    width: 2px;
    height: 80px;
    background: #ccc;
    z-index: -1; }
  .business_sec .chart:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 40%;
    width: 2px;
    height: 80px;
    background: #ccc;
    z-index: -1; }

.business_sec .chart-yell {
  position: absolute;
  top: calc(100% + 60px);
  left: 0;
  background: #f1b256;
  padding: 20px;
  color: #fff; }

.business_sec .chart-blue {
  position: absolute;
  top: calc(100% + 60px);
  left: 30%;
  background: #4db6b6;
  padding: 20px;
  color: #fff; }

.business_sec .box4 .container .wrap_inner .inner {
  width: 31%;
  border: 1px solid #dadada;
  padding: 0 15px 15px 0;
  margin-right: 43px; }
  .business_sec .box4 .container .wrap_inner .inner h4 {
    margin-top: -10px; }
  .business_sec .box4 .container .wrap_inner .inner p {
    padding: 0 30px 25px; }

.business_sec .box5 {
  margin-bottom: 50px; }
  .business_sec .box5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .business_sec .box5 .container .left p {
      margin-bottom: 25px; }
    .business_sec .box5 .container .right {
      min-width: 444px;
      margin-left: 40px; }

.business_sec .box6 {
  margin-bottom: 100px; }
  .business_sec .box6 .container .wrap_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 55px; }
    .business_sec .box6 .container .wrap_inner .inner {
      width: 31%;
      border: 1px solid #dadada;
      padding: 0 15px 15px 0;
      margin-right: 43px; }
      .business_sec .box6 .container .wrap_inner .inner h4 {
        margin-top: -10px; }
      .business_sec .box6 .container .wrap_inner .inner p {
        padding: 0 30px 25px; }
  .business_sec .box6 .container .wrap_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .business_sec .box6 .container .wrap_inner .inner {
      width: calc(48%);
      margin-right: 2%; }
      .business_sec .box6 .container .wrap_inner .inner:last-child {
        margin-right: 0; }

/* ▽ SP layout ========== */
      @media only screen and (max-width: 639px) {
        .business_sec .box6 .container .wrap_inner .inner {
          width: 100%;
          margin-right: 0; } }

/* ========== end △ */
.business_sec .box7 {
  background: url(../business/images/bg1.png) no-repeat left top;
  padding: 200px 0 100px; }
  .business_sec .box7 .container .banner {
    text-align: center; }
  .business_sec .box7 .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    .business_sec .box7 .container .content .left {
      margin-right: 250px; }
      .business_sec .box7 .container .content .left > ul > li {
        list-style-type: square;
        margin-left: 20px;
        margin-bottom: 10px;
        font-size: 16px; }
      .business_sec .box7 .container .content .left > ul ul {
        margin-bottom: 30px;
        margin-left: 10px; }
    .business_sec .box7 .container .content .right > ul > li {
      list-style-type: square;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 16px; }
    .business_sec .box7 .container .content .right > ul ul {
      margin-bottom: 30px;
      margin-left: 10px; }
      .business_sec .box7 .container .content .right > ul ul li {
        list-style-type: disc;
        margin-left: 30px;
        color: #53d4f9;
        margin-bottom: 10px; }
        .business_sec .box7 .container .content .right > ul ul li span {
          color: #333; }

.business_sec .banner {
  text-align: center;
  padding-bottom: 100px; }

@media only screen and (max-width: 1200px) {
  .business_sec .chart {
    margin-bottom: 240px; } }

@media only screen and (max-width: 1200px) {
  .business_sec .chart p {
    font-size: 1.5vw; } }

@media only screen and (max-width: 960px) {
  .business_sec .chart-blue {
    left: 38%; }
  .business_sec .chart-yell, .business_sec .chart-blue {
    padding: 20px 10px; } }

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
  .business_sec .box2 {
    background-size: cover;
    padding-bottom: 50px; }
    .business_sec .box2 .container .wrap_content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .business_sec .box2 .container .wrap_content .content {
        margin: 0 0 20px;
        width: 31%;
        padding: 40px 10px 40px; }
    .business_sec .box2 .container .wrap_btn ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .business_sec .box2 .container .wrap_btn ul li {
        margin: 0 15px 30px; }
  .business_sec .box3 {
    padding: 50px 0; }
    .business_sec .box3 .container .content .right {
      min-width: 40%; }
  .business_sec .box5 .container .right {
    min-width: 40%; }
  .business_sec .box7 .container .content .left {
    margin-right: 100px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .business_sec .click {
    display: none; }
    .business_sec .click img:first-child {
      display: block; }
    .business_sec .click img:last-child {
      display: none; }
    .business_sec .click.opened img:first-child {
      display: none; }
    .business_sec .click.opened img:last-child {
      display: block; }
  .business_sec .box1 {
    padding: 40px 0 0; }
    .business_sec .box1 .container .wrap_btn ul li {
      width: 100%;
      margin: 0 15px 30px; }
      .business_sec .box1 .container .wrap_btn ul li a {
        width: 100%; }
  .business_sec .box2 {
    padding: 40px 0; }
    .business_sec .box2 .container .wrap_content .content {
      width: 100%;
      margin-bottom: 150px; }
      .business_sec .box2 .container .wrap_content .content h4 {
        font-size: 20px;
        margin-bottom: 10px; }
      .business_sec .box2 .container .wrap_content .content:after {
        right: 0;
        left: 0;
        width: 100%;
        bottom: -10px;
        height: 10px;
        top: auto;
        background: url(../business/images/tt1_row11.png) no-repeat center bottom; }
      .business_sec .box2 .container .wrap_content .content:nth-child(2):after {
        right: 0;
        left: 0;
        width: 100%;
        bottom: -10px;
        height: 10px;
        top: auto;
        background: url(../business/images/tt1_row22.png) no-repeat center bottom; }
      .business_sec .box2 .container .wrap_content .content:last-child {
        margin-bottom: 0; }
  .business_sec .box3 {
    padding: 50px 0; }
    .business_sec .box3 .container .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .business_sec .box3 .container .content .left {
        width: 100%; }
      .business_sec .box3 .container .content .right {
        min-width: 100%;
        margin-left: 0; }
    .business_sec .box3 .container .content2 .wrap_inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .business_sec .box3 .container .content2 .wrap_inner .inner {
        width: 100%;
        margin-bottom: 40px; }
        .business_sec .box3 .container .content2 .wrap_inner .inner h4 {
          margin-top: 0; }
        .business_sec .box3 .container .content2 .wrap_inner .inner:last-child {
          margin-bottom: 0; }
  .business_sec .box4 {
    margin-bottom: 50px; }
    .business_sec .box4 .container .wrap_inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .business_sec .box4 .container .wrap_inner .inner {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0; }
        .business_sec .box4 .container .wrap_inner .inner h4 {
          margin-top: 0; }
        .business_sec .box4 .container .wrap_inner .inner:last-child {
          margin-bottom: 0; }
  .business_sec .box5 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .business_sec .box5 .container .right {
      min-width: 100%;
      margin-left: 0; }
  .business_sec .box6 .container .wrap_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .business_sec .box6 .container .wrap_inner .inner {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0; }
      .business_sec .box6 .container .wrap_inner .inner h4 {
        margin-top: 0; }
      .business_sec .box6 .container .wrap_inner .inner:last-child {
        margin-bottom: 0; }
  .business_sec .box7 {
    background-size: cover !important;
    padding: 50px 0; }
    .business_sec .box7 .container .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .business_sec .box7 .container .content .left {
        margin-right: 0; }
  .business_sec .box8 .container .banner {
    padding-bottom: 50px; } }

/* ========== end △ */
/* ==================================================
    5. Company
================================================== */
.company_sec h2 {
  margin-bottom: 40px; }

.company_sec .box1 {
  padding: 50px 0 75px; }
  .company_sec .box1 .container p {
    text-align: center;
    margin-bottom: 20px; }
  .company_sec .box1 .container h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }

.company_sec .box2 {
  background: url(../company/images/bg1.png) no-repeat center top;
  padding: 255px 0 100px; }
  .company_sec .box2 .container table {
    max-width: 810px;
    margin: 0 auto; }
    .company_sec .box2 .container table tr {
      border-bottom: 1px dashed #fff; }
      .company_sec .box2 .container table tr th {
        min-width: 165px;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-weight: bold; }
      .company_sec .box2 .container table tr td {
        color: #fff;
        padding: 20px;
        width: 100%;
        line-height: 2; }
        .company_sec .box2 .container table tr td a {
          color: #fff; }

.company_sec .box3 {
  padding: 50px 0; }
  .company_sec .box3 .container .wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .company_sec .box3 .container .wrap_content .content {
      width: 100%;
      }
      .company_sec .box3 .container .wrap_content .content .map-ttl {
        margin-right: 30px;
        position: relative;
        z-index: 3;
        text-align: center;
        background: url(../company/images/tt1.png) center center no-repeat;
        background-size: 129px;
        width: 129px;
        height: 149px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 20px;
        margin: auto;
        margin-right: 30px;
        line-height: 1.5; }
        .company_sec .box3 .container .wrap_content .content .map-ttl.blue {
          background: url(../company/images/tt2.png) center center no-repeat;
          background-size: 129px; }
      .company_sec .box3 .container .wrap_content .content .map {
        margin-top: -50px;
        position: relative;
        z-index: 2; }
      .company_sec .box3 .container .wrap_content .content .inner {
        padding: 30px 25px 25px;
        -webkit-box-shadow: 0 0 15px #dadada;
        box-shadow: 0 0 15px #dadada;
        position: relative;
        z-index: 1;
        margin-top: -10px; }

.company_sec .box4 {
  padding: 0px 0 100px;
  background: url(../company/images/bg2.png) no-repeat center top; }
  .company_sec .box4 .container h2 {
    line-height: 1.2; }
    .company_sec .box4 .container h2 em {
      font-size: 24px;
      line-height: 1;
      font-weight: normal; }
  .company_sec .box4 .container .wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .company_sec .box4 .container .wrap_content .content {
      padding-top: 50px;
      margin-right: 50px; }
      .company_sec .box4 .container .wrap_content .content:last-child {
        margin-right: 0; }
      .company_sec .box4 .container .wrap_content .content h3 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 30px; }
      .company_sec .box4 .container .wrap_content .content table tr {
        border-top: 1px dashed #fff; }
        .company_sec .box4 .container .wrap_content .content table tr:last-child {
          border-bottom: none; }
        .company_sec .box4 .container .wrap_content .content table tr th {
          color: #fff;
          padding: 20px;
          font-weight: bold; }
        .company_sec .box4 .container .wrap_content .content table tr td {
          color: #fff;
          padding: 20px; }
      .company_sec .box4 .container .wrap_content .content:last-child {
        padding-top: 230px; }
        .company_sec .box4 .container .wrap_content .content:last-child h3 {
          color: #000; }
        .company_sec .box4 .container .wrap_content .content:last-child table tr {
          border-top: 1px dashed #dddede; }
          .company_sec .box4 .container .wrap_content .content:last-child table tr th {
            font-weight: bold;
            color: #000; }
          .company_sec .box4 .container .wrap_content .content:last-child table tr td {
            color: #000; }

.company_sec .box5 {
  padding: 100px 0; }
  .company_sec .box5 .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .company_sec .box5 .container .content .left {
      margin-right: 50px; }

@media only screen and (max-width: 639px) {
  .company_sec .box2 .container table tr {
    border: none; } }

@media only screen and (max-width: 639px) {
  .company_sec .box3 .container .wrap_content .content .map-ttl {
    width: 90px;
    height: 110px;
    background-size: 100% !important;
    font-size: 15px; } }

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
  .company_sec .box5 .container .content .left {
    max-width: 50%;
    margin-right: 20px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
  .company_sec .box2 {
    margin-top: -100px;
    background-size: cover;
    padding-bottom: 50px; }
  .company_sec .box3 .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company_sec .box3 .container .wrap_content .content {
      width: 100%;
      margin-bottom: 50px; }
  .company_sec .box4 {
    background: none;
    padding-bottom: 0; }
    .company_sec .box4 .container .wrap_content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .company_sec .box4 .container .wrap_content .content {
        width: 100%;
        margin-bottom: 50px;
        padding-top: 0 !important; }
        .company_sec .box4 .container .wrap_content .content h3 {
          color: #333; }
        .company_sec .box4 .container .wrap_content .content table tr {
          border-top: 1px dashed #dddede; }
          .company_sec .box4 .container .wrap_content .content table tr th, .company_sec .box4 .container .wrap_content .content table tr td {
            color: #000; }
  .company_sec .box5 {
    padding: 50px 0; }
    .company_sec .box5 .container .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .company_sec .box5 .container .content .left {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%; }
      .company_sec .box5 .container .content .right {
        width: 100%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company_sec .box1 {
    padding: 20px 0; }
  .company_sec .box2 .container table tr th {
    width: 100%;
    display: block;
    background: #1e7db5;
    padding: 15px;
    color: #fff; }
  .company_sec .box2 .container table tr td {
    width: 100%;
    display: block;
    padding: 15px; }
  .company_sec .box3 .container .wrap_content .content:last-child {
    margin-bottom: 0; }
  .company_sec .box3 .container .wrap_content .content h3 img {
    width: auto;
    max-width: 100%;
    max-height: 100px; }
  .company_sec .box4 .container .wrap_content .content:last-child {
    margin-bottom: 0; }
  .company_sec .box4 .container .wrap_content .content h3 {
    font-size: 22px; }
  .company_sec .box4 .container .wrap_content .content table tr th {
    min-width: 100px; } }

/* ========== end △ */
/* ==================================================
    6. Job search
================================================== */
.jobsearch_sec .cm_tt1 {
  margin-bottom: 40px; }

.jobsearch_sec .box1 .container > h2 {
  text-align: center;
  margin-bottom: 100px; }
  .jobsearch_sec .box1 .container > h2 span {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding: 0 10px 20px;
    font-size: 32px;
    line-height: 1.4; }

.jobsearch_sec .box1 .container .wrap_content {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .jobsearch_sec .box1 .container .wrap_content .content {
    width: 32%;
    background: #f2faff;
    border-radius: 15px;
    padding: 20px;
    position: relative; }
    .jobsearch_sec .box1 .container .wrap_content .content h3 {
      text-align: center;
      margin-top: -90px; }
    .jobsearch_sec .box1 .container .wrap_content .content h4 {
      font-size: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .jobsearch_sec .box1 .container .wrap_content .content p {
      margin-bottom: 20px; }
    .jobsearch_sec .box1 .container .wrap_content .content div.btn2 {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      width: calc(100% - 30px);
      bottom: 20px; }
    .jobsearch_sec .box1 .container .wrap_content .content .btn2 {
      margin-bottom: 10px; }
      .jobsearch_sec .box1 .container .wrap_content .content .btn2:last-child {
        margin-bottom: 0; }

.jobsearch_sec .box1 .container .wrap_content2 p {
  margin-bottom: 30px;
  text-align: center; }

.jobsearch_sec .box1 .container .wrap_content2 figure {
  text-align: center; }

.jobsearch_sec .box2 {
  background: url(../jobsearch/images/bg.png) no-repeat center top;
  padding: 150px 0 250px; }
  .jobsearch_sec .box2 .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .jobsearch_sec .box2 .container .content .right {
      min-width: 443px;
      margin-left: 30px; }

.jobsearch_sec .box3 {
  background: url(../jobsearch/images/bg2.png) no-repeat right top;
  padding: 250px 0 100px;
  margin-top: -250px; }
  .jobsearch_sec .box3 .container p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
  .jobsearch_sec .box3 .container figure {
    text-align: center;
    margin-bottom: 20px; }
  .jobsearch_sec .box3 .container .box3-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 20px; }
    .jobsearch_sec .box3 .container .box3-flex .item {
      width: 30%;
      background: #fff;
      padding: 15px 0 20px;
      margin: 0 1%;
      text-align: center; }
      .jobsearch_sec .box3 .container .box3-flex .item .number {
        font-size: 32px;
        color: #2860ac;
        margin-bottom: 10px; }
      .jobsearch_sec .box3 .container .box3-flex .item .ct-txt p {
        font-size: 18px;
        font-weight: bold;
        color: #2860ac;
        margin-top: 20px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
      .jobsearch_sec .box3 .container .box3-flex .item .arr {
        background: #fdf3e4;
        height: 80px;
        position: relative;
        z-index: 2; }
        .jobsearch_sec .box3 .container .box3-flex .item .arr:before {
          content: '';
          position: absolute;
          right: -17px;
          top: 0;
          bottom: 0;
          width: 30px;
          height: 100%;
          background: #fdf3e4;
          z-index: -1; }
      .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .number {
        color: #576879; }
      .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt p {
        color: #576879; }
      .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt .arr {
        background: #ff9d14;
        color: #fff;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 22px);
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 3;
        font-weight: bold; }
        .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt .arr:before {
          content: none; }
        .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt .arr:after {
          content: '';
          position: absolute;
          right: -20px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 35px solid #ff9d14;
          border-top: 70px solid transparent;
          border-bottom: 70px solid transparent;
          z-index: -1; }
      .jobsearch_sec .box3 .container .box3-flex .item:nth-child(3) .number, .jobsearch_sec .box3 .container .box3-flex .item:nth-child(3) .ct-txt p {
        color: #62cdf5; }
      .jobsearch_sec .box3 .container .box3-flex .item:nth-child(3) .arr:before {
        right: auto;
        left: -38px;
        width: 50px;
        z-index: 1; }

.jobsearch_sec .box4 {
  margin-bottom: 60px;
  padding-top: 50px; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .jobsearch_sec .box4 {
      padding-top: 0; } }

/* ========== end △ */
  .jobsearch_sec .box4 .container > p {
    text-align: center;
    margin-bottom: 30px; }
  .jobsearch_sec .box4 .container .wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .jobsearch_sec .box4 .container .wrap_content .content {
      background: #fff;
      -webkit-box-shadow: 0 0 20px #eeeeee;
      box-shadow: 0 0 20px #eeeeee;
      width: 30.5%;
      padding: 25px; }
      .jobsearch_sec .box4 .container .wrap_content .content h3 {
        width: calc(100% + 110px);
        background: url(../jobsearch/images/tab1.png) no-repeat center center;
        background-size: 100% !important;
        height: 111px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        margin-left: -60px;
        margin-bottom: 20px; }
      .jobsearch_sec .box4 .container .wrap_content .content:nth-child(2) h3 {
        background: url(../jobsearch/images/tab2.png) no-repeat center center; }
      .jobsearch_sec .box4 .container .wrap_content .content:nth-child(3) h3 {
        background: url(../jobsearch/images/tab3.png) no-repeat center center; }

.jobsearch_sec .box7 {
  background: url(../jobsearch/images/bg.png) no-repeat left top;
  padding: 200px 0 100px; }
  .jobsearch_sec .box7 .container .banner {
    text-align: center; }
  .jobsearch_sec .box7 .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    max-width: 1000px;
    margin: auto; }
    .jobsearch_sec .box7 .container .content .left:first-child {
      margin-right: 120px; }
    .jobsearch_sec .box7 .container .content .left > ul > li {
      list-style-type: square;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold; }
    .jobsearch_sec .box7 .container .content .left > ul ul {
      margin-bottom: 30px;
      margin-left: 10px; }
    .jobsearch_sec .box7 .container .content .right > ul > li {
      list-style-type: square;
      margin-left: 20px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold; }
    .jobsearch_sec .box7 .container .content .right > ul ul {
      margin-bottom: 30px;
      margin-left: 10px; }
      .jobsearch_sec .box7 .container .content .right > ul ul li {
        list-style-type: disc;
        margin-left: 30px;
        color: #53d4f9;
        margin-bottom: 10px; }
        .jobsearch_sec .box7 .container .content .right > ul ul li span {
          color: #333; }

.jobsearch_sec .banner {
  text-align: center;
  padding-bottom: 100px; }

@media only screen and (max-width: 639px) {
  .jobsearch_sec .box3 .container .box3-flex .item .ct-txt p {
    font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .jobsearch_sec .box3 .container .box3-flex .item .ct-txt p {
    font-size: 3.5vw; } }

@media only screen and (max-width: 480px) {
  .jobsearch_sec .box3 .container .box3-flex .item .arr {
    height: 60px; } }

@media only screen and (max-width: 639px) {
  .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt .arr {
    font-size: 3vw; } }

@media only screen and (max-width: 639px) {
  .jobsearch_sec .box3 .container .box3-flex .item:nth-child(2) .ct-txt .arr:after {
    right: -35px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; } }

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
  .jobsearch_sec .box2 .container .content .right {
    min-width: 40%; }
  .jobsearch_sec .box3 {
    padding: 150px 0 50px;
    margin-bottom: 50px; }
  .jobsearch_sec .box4 .container .wrap_content {
    padding: 0 20px; }
  .jobsearch_sec .box7 {
    padding: 100px 0 0px;
    margin-bottom: 50px; }
  /* .jobsearch_sec .box7 .container .content .left {
      margin-right: 100px;
  } */ }

@media only screen and (max-width: 960px) {
  .jobsearch_sec .box4 .container .wrap_content .content {
    width: 29%; }
    .jobsearch_sec .box4 .container .wrap_content .content h3 {
      font-size: 16px; }
  .jobsearch_sec .box7 .container .content .left:first-child {
    margin-right: 50px; } }

@media only screen and (max-width: 767px) {
  .jobsearch_sec .box7 .container .content .left:first-child {
    margin-right: 0; }
  .jobsearch_sec .box4 .container .wrap_content {
    padding: 0; }
    .jobsearch_sec .box4 .container .wrap_content .content {
      width: 100%;
      margin-bottom: 30px;
      position: relative; }
      .jobsearch_sec .box4 .container .wrap_content .content h3 {
        background: #4db6b6;
        position: relative; }
        .jobsearch_sec .box4 .container .wrap_content .content h3:after {
          content: '';
          position: absolute;
          bottom: -20px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-top: 20px solid #4db6b6;
          border-left: 40px solid transparent;
          border-right: 40px solid transparent; }
      .jobsearch_sec .box4 .container .wrap_content .content:nth-child(2) h3 {
        background: #c55a5f; }
        .jobsearch_sec .box4 .container .wrap_content .content:nth-child(2) h3:after {
          border-top-color: #c55a5f; }
      .jobsearch_sec .box4 .container .wrap_content .content:nth-child(3) h3 {
        background: #62b3da; }
        .jobsearch_sec .box4 .container .wrap_content .content:nth-child(3) h3:after {
          border-top-color: #62b3da; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .jobsearch_sec .box1 .container h2 span {
    font-size: 22px; }
  .jobsearch_sec .box1 .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .jobsearch_sec .box1 .container .wrap_content .content {
      width: 100%;
      margin-bottom: 100px; }
      .jobsearch_sec .box1 .container .wrap_content .content:last-child {
        margin-bottom: 0; }
      .jobsearch_sec .box1 .container .wrap_content .content p {
        margin-bottom: 20px; }
      .jobsearch_sec .box1 .container .wrap_content .content div.btn2 {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-right: 0; }
        .jobsearch_sec .box1 .container .wrap_content .content div.btn2 a {
          width: 100%; }
  .jobsearch_sec .box2 {
    background-size: cover !important;
    padding: 150px 0 300px; }
    .jobsearch_sec .box2 .container .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .jobsearch_sec .box2 .container .content .left {
        width: 100%;
        margin-bottom: 30px; }
      .jobsearch_sec .box2 .container .content .right {
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        text-align: center; }
  .jobsearch_sec .box3 {
    padding: 100px 0 30px; }
  .jobsearch_sec .box4 {
    margin-bottom: 10px; }
    .jobsearch_sec .box4 .container .wrap_content .content {
      margin-bottom: 40px; }
      .jobsearch_sec .box4 .container .wrap_content .content h3 {
        height: 60px !important;
        background-size: 100% 100% !important;
        width: 100%;
        margin-left: 0; }
  .jobsearch_sec .box7 {
    background-size: cover !important;
    padding: 50px 0; }
    .jobsearch_sec .box7 .container .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .jobsearch_sec .box7 .container .content .left {
        margin-right: 0; }
  .jobsearch_sec .box8 .container .banner {
    padding-bottom: 50px; } }

/* ========== end △ */
/* ==================================================
    6. News 
================================================== */
.news_sec {
  padding: 100px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news_sec {
    padding: 50px 0; } }

/* ========== end △ */
.me_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .me_sec .left {
    background: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 20px;
    font-size: 18px;
    color: #2961ae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px; }
    .me_sec .left h3 {
      letter-spacing: 3px; }
  .me_sec .mid {
    margin: 0 10px;
    width: 615px; }
    .me_sec .mid ul li {
      background: #fef2e2;
      padding: 6.5px 15px;
      text-align: center;
      margin-bottom: 3px;
      color: #576879;
      font-weight: bold;
      font-size: 18px;
      width: calc(100% - 49px); }
      .me_sec .mid ul li:last-child {
        margin-bottom: 0;
        position: relative; }
        .me_sec .mid ul li:last-child:after {
          display: block;
          position: absolute;
          right: -44px;
          bottom: -24px;
          width: 49px;
          height: 70px;
          background: url(../jobsearch/images/me2.png) no-repeat center top;
          content: ""; }
      .me_sec .mid ul li:first-child {
        color: #fff;
        background: #fb9b15;
        position: relative; }
        .me_sec .mid ul li:first-child:after {
          display: block;
          position: absolute;
          right: -44px;
          top: -25px;
          width: 49px;
          height: 70px;
          background: url(../jobsearch/images/me1.png) no-repeat center top;
          content: ""; }
  .me_sec .right {
    background: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 20px;
    font-size: 18px;
    color: #62cdf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px; }
    .me_sec .right h3 {
      letter-spacing: 3px; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .me_sec .left, .me_sec .right {
      padding: 10px; }
      .me_sec .left h3, .me_sec .right h3 {
        font-size: 16px; }
    .me_sec .mid ul li {
      font-size: 3vw;
      height: 45px; } }

/* ========== end △ */
.me_text {
  font-size: 18px;
  margin-top: -30px; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 639px) {
    .me_text {
      font-size: 16px;
      margin-top: 20px; } }

/* ========== end △ */
