  @charset "UTF-8";
.clearFix, .contents > section {
  display: block;
  min-height: 1%; }
  .clearFix::after, .contents > section::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.5;
  color: #101010;
  font-size: 14px;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 12px; } }

@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box; }

  img {
    max-width: 100%; } }
body, input, textarea, select, button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

input, textarea, select {
  /*-webkit-appearance: none;*/ }

textarea {
  resize: none; }

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none; }

label {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

fieldset, img {
  border: 0; }

img {
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal; }

a, input {
  -webkit-appearance: none;
  border-radius: 0; }

sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* ==========================================================
 base Link
========================================================== */
a {
  color: #1cbad8;
  text-decoration: underline; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

/* ==========================================================
 clearfix
========================================================== */
.clearfix,
#contents {
  display: block;
  /*min-height: 1%;*/ }

.clearfix:after,
#contents:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll; }

body {
  text-align: left; }

/* ==========================================================
 wrapper
========================================================== */
#global_wrapper {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #global_wrapper {
      min-width: 0; } }

/* ==========================================================
 contents
========================================================== */
.contents {
  padding-top: 112px; }
  @media screen and (max-width: 767px) {
    .contents {
      padding-top: 50px; } }
  .contents > section {
    margin-top: -112px;
    padding-top: 112px; }
    @media screen and (max-width: 767px) {
      .contents > section {
        margin-top: -50px;
        padding-top: 50px; } }
  .contents .module_bg01 {
    background: url("/recruit/img/common/bg_pattern_01.png") repeat left top; }
  .contents .module_bg02 {
    background: url("/recruit/img/common/bg_pattern_02.png") repeat left top;
    color: #fff; }

/* ==========================================================
 global_header
========================================================== */
#global_header {
  position: fixed;
  padding: 20px 15px 0;
  width: 100%;
  min-width: 1280px;
  height: 112px;
  background: #fff;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    #global_header {
      z-index: 100;
      padding: 10px 0 0 5px;
      min-width: 0;
      height: 50px; } }
  #global_header .box01 {
    position: absolute;
    top: 25px;
    left: 15px; }
    @media screen and (max-width: 767px) {
      #global_header .box01 {
        position: static;
        float: left;
        width: 105px; } }
    #global_header .box01 .label {
      margin-top: 4px; }
  #global_header #btn_sp {
    cursor: pointer;
    outline: none;
    display: none; }
    @media screen and (max-width: 767px) {
      #global_header #btn_sp {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 100;
        border: none;
        padding: 0;
        width: 21px;
        height: 21px;
        background-color: #56a9de; }
        #global_header #btn_sp span {
          display: block;
          position: absolute;
          width: 10px;
          height: 1px;
          left: 5px;
          background: #fff;
          transition: all .4s ease; }
          #global_header #btn_sp span:first-child {
            top: 5px; }
          #global_header #btn_sp span:nth-child(2) {
            margin-top: -1px;
            top: 50%; }
          #global_header #btn_sp span:last-child {
            bottom: 5px; }
          body._open-spMenu #global_header #btn_sp span:first-child {
            -webkit-transform: translateY(5px) rotate(45deg);
            -ms-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg); }
          body._open-spMenu #global_header #btn_sp span:nth-child(2) {
            opacity: 0; }
          body._open-spMenu #global_header #btn_sp span:last-child {
            -webkit-transform: translateY(-5px) rotate(-45deg);
            -ms-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg); } }
  #global_header .box02 {
    float: right; }
    @media screen and (max-width: 767px) {
      #global_header .box02 {
        float: none;
        position: fixed;
        left: 0;
        top: 50px;
        z-index: 90;
        overflow: hidden;
        /*padding-bottom: 50px;
        width: 100%;
        height: 100%;*/ }
        body._open-spMenu #global_header .box02 {
          padding-bottom: 50px;
          width: 100%;
          height: 100%; }
        #global_header .box02 > div {
          margin-top: -500%;
          background-color: #fff;
          transition: all .4s ease; }
          body._open-spMenu #global_header .box02 > div {
            overflow-y: auto;
            margin-top: 0;
            height: 100%; }
            body._open-spMenu #global_header .box02 > div > div {
              position: relative;
              /*padding-bottom: 50px;*/
              height: 100%; } }
    #global_header .box02 .btn_entry {
      text-align: right; }
      @media screen and (max-width: 767px) {
        #global_header .box02 .btn_entry {
          display: none; } }
    #global_header .box02 #g_nav {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        #global_header .box02 #g_nav {
          margin-top: 0;
          border-top: 1px solid #56a8de; } }
      #global_header .box02 #g_nav li.outer {
        float: left;
        margin-right: 30px;
        height: 18px;
        line-height: 1;
        font-size: 18px;
        /* グローバルナビカレント */ }
        @media screen and (max-width: 767px) {
          #global_header .box02 #g_nav li.outer {
            position: relative;
            float: none;
            margin-right: 0;
            height: auto;
            line-height: 1; } }
        #global_header .box02 #g_nav li.outer:last-child {
          margin-right: 0; }
        #global_header .box02 #g_nav li.outer .link01 {
          padding-bottom: 12px;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            #global_header .box02 #g_nav li.outer .link01 {
              display: none; } }
          #global_header .box02 #g_nav li.outer .link01 > a {
            color: #101010;
            text-decoration: none; }
        #global_header .box02 #g_nav li.outer:hover .link01 {
          border-bottom: #56a8de solid 3px; }
        body.about #global_header .box02 #g_nav li.outer:nth-child(1) .link01,
        body.history #global_header .box02 #g_nav li.outer:nth-child(1) .link01,
        body.technology #global_header .box02 #g_nav li.outer:nth-child(1) .link01,
        body.story #global_header .box02 #g_nav li.outer:nth-child(1) .link01,
        body.results #global_header .box02 #g_nav li.outer:nth-child(1) .link01,
        body.works #global_header .box02 #g_nav li.outer:nth-child(2) .link01,
        body.staff #global_header .box02 #g_nav li.outer:nth-child(3) .link01,
        body.workstyle #global_header .box02 #g_nav li.outer:nth-child(4) .link01,
        body.special #global_header .box02 #g_nav li.outer:nth-child(6) .link01,
        body.company #global_header .box02 #g_nav li.outer:nth-child(7) .link01,
        body.talent #global_header .box02 #g_nav li.outer:nth-child(7) .link01,
        body.requirements #global_header .box02 #g_nav li.outer:nth-child(7) .link01 {
          border-bottom: #56a8de solid 3px; }
        #global_header .box02 #g_nav li.outer a.link_sp,
        #global_header .box02 #g_nav li.outer input[type=checkbox],
        #global_header .box02 #g_nav li.outer label {
          display: none; }
        @media screen and (max-width: 767px) {
          #global_header .box02 #g_nav li.outer a.link_sp,
          #global_header .box02 #g_nav li.outer label {
            display: block; }
          #global_header .box02 #g_nav li.outer a.link_sp {
            border-bottom: 1px solid #56a8de;
            padding: 1em;
            text-decoration: none;
            color: #333; }
          #global_header .box02 #g_nav li.outer label {
            position: absolute;
            right: 10px;
            top: 1em;
            display: block;
            width: 21px;
            height: 21px;
            background: url("/recruit/img/common/sp/ico_arrow_b_01.png") no-repeat left top;
            background-size: contain; }
          #global_header .box02 #g_nav li.outer input[type=checkbox]:checked + label {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          #global_header .box02 #g_nav li.outer label span {
            display: none; } }
        #global_header .box02 #g_nav li.outer .drop_down {
          position: absolute;
          z-index: 9999;
          top: 112px;
          left: 0;
          display: none;
          width: 100%;
          background: url("/recruit/img/common/bg_g_nav_drop01.png") left top; }
          @media screen and (max-width: 767px) {
            #global_header .box02 #g_nav li.outer .drop_down {
              position: static;
              display: none;
              background: #fff; } }
          #global_header .box02 #g_nav li.outer .drop_down .to_top {
            height: 78px;
            background: #1f5da3; }
            @media screen and (max-width: 767px) {
              #global_header .box02 #g_nav li.outer .drop_down .to_top {
                display: none; } }
            #global_header .box02 #g_nav li.outer .drop_down .to_top p {
              margin: 0 auto;
              width: 1025px;
              line-height: 78px; }
              @media screen and (max-width: 767px) {
                #global_header .box02 #g_nav li.outer .drop_down .to_top p {
                  width: 100%;
                  line-height: 1.2; } }
              #global_header .box02 #g_nav li.outer .drop_down .to_top p a {
                padding-left: 12px;
                color: #fff;
                text-decoration: none;
                background: url("/recruit/img/common/ico_arrow_r_01.png") no-repeat left center; }
                #global_header .box02 #g_nav li.outer .drop_down .to_top p a:hover {
                  text-decoration: underline; }
          #global_header .box02 #g_nav li.outer .drop_down .link02 {
            margin: 0 auto;
            padding: 20px 0;
            width: 1025px; }
            @media screen and (max-width: 767px) {
              #global_header .box02 #g_nav li.outer .drop_down .link02 {
                padding: 0;
                width: 100%; } }
            #global_header .box02 #g_nav li.outer .drop_down .link02 ul {
              overflow: hidden;
              *zoom: 1;
              font-size: 16px; }
              #global_header .box02 #g_nav li.outer .drop_down .link02 ul li {
                float: left;
                margin-right: 20px; }
                @media screen and (max-width: 767px) {
                  #global_header .box02 #g_nav li.outer .drop_down .link02 ul li {
                    display: block;
                    float: none;
                    margin-right: 0; }
                    #global_header .box02 #g_nav li.outer .drop_down .link02 ul li + li {
                      border-top: 1px solid #fff; } }
                #global_header .box02 #g_nav li.outer .drop_down .link02 ul li:last-child {
                  margin-right: 0; }
                #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a {
                  text-decoration: none; }
                  @media screen and (max-width: 767px) {
                    #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a {
                      display: block;
                      background-color: #56a0d1;
                      font-size: 12px; } }
                  #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .img {
                    display: block;
                    overflow: hidden;
                    width: 241px;
                    height: 136px; }
                    @media screen and (max-width: 767px) {
                      #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .img {
                        display: none; } }
                    #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .img img {
                      -moz-transition: -moz-transform 0.2s linear;
                      -webkit-transition: -webkit-transform 0.2s linear;
                      -o-transition: -o-transform 0.2s linear;
                      -ms-transition: -ms-transform 0.2s linear;
                      transition: transform 0.2s linear; }
                  #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a:hover .img img {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1); }
                  #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .txt {
                    display: block;
                    margin-top: 5px;
                    padding: 5px 5px 5px 22px;
                    width: 241px;
                    line-height: 1.5;
                    color: #fff;
                    background: #1f5da3 url("/recruit/img/common/ico_arrow_r_01.png") no-repeat 10px center; }
                    @media screen and (max-width: 767px) {
                      #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .txt {
                        margin-top: 0;
                        padding: 1em 2em;
                        width: 100%;
                        color: #fff;
                        background: none; } }
                    #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .txt em {
                      display: none; }
                      @media screen and (max-width: 767px) {
                        #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a .txt em {
                          display: inline-block;
                          font-size: 18px;
                          margin-right: 1em; } }
                  #global_header .box02 #g_nav li.outer .drop_down .link02 ul li a:hover .txt {
                    text-decoration: underline; }
        #global_header .box02 #g_nav li.outer:hover .drop_down, #global_header .box02 #g_nav li.outer.current .drop_down {
          display: block; }
          @media screen and (max-width: 767px) {
            #global_header .box02 #g_nav li.outer:hover .drop_down, #global_header .box02 #g_nav li.outer.current .drop_down {
              display: none; } }
        @media screen and (max-width: 767px) {
          #global_header .box02 #g_nav li.outer input[type=checkbox]:checked ~ .drop_down {
            display: block; } }
    #global_header .box02 .btn_entry-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        #global_header .box02 .btn_entry-sp {
          display: block;
          padding: 7px 5px;
          text-align: center; }
          #global_header .box02 .btn_entry-sp img {
            width: 100%; } }
    #global_header .box02 #btn_sp-close {
      display: none; }
      @media screen and (max-width: 767px) {
        #global_header .box02 #btn_sp-close {
          display: block;
          border-top: 1px solid #56a8de;
          width: 100%;
          padding: 1em;
          font-size: 14px;
          color: #1f5da3;
          text-align: center; }
          #global_header .box02 #btn_sp-close span {
            display: inline-block;
            padding-left: 1em;
            background: url("/recruit/img/common/sp/btn_close01.png") no-repeat left center;
            background-size: 13px; } }

/* ==========================================================
 global_mainVisual
========================================================== */
#global_mainVisual {
  position: relative;
  width: 100%;
  height: 440px;
  background: no-repeat center center;
  background-size: cover;
  /* ページ別メインビジュアル背景設定 */ }
  @media screen and (max-width: 767px) {
    #global_mainVisual {
      height: 218px; } }
  body.technology #global_mainVisual {
    background-image: url("/recruit/img/technology/index_mainvisual_bg_01.jpg"); }
  body.technology#toggle #global_mainVisual {
    background-image: url("/recruit/img/technology/toggle_mainvisual_bg_01.jpg"); }
  body.technology#lp_lic #global_mainVisual {
    background-image: url("/recruit/img/technology/lp_mainvisual_bg_01.jpg"); }
  body.about #global_mainVisual {
    background-image: url("/recruit/img/about/index_mainvisual_bg_01.jpg"); }
  body.history #global_mainVisual {
    background-image: url("/recruit/img/history/index_mainvisual_bg_01.jpg"); }
  body.story #global_mainVisual {
    background-image: url("/recruit/img/story/index_mainvisual_bg_01.jpg"); }
  body.story#civil_engineering #global_mainVisual {
    background-image: url("/recruit/img/story/ce_mainvisual_bg_01.jpg"); }
  body.story#architecture #global_mainVisual {
    background-image: url("/recruit/img/story/architecture_mainvisual_bg_01.jpg"); }
  body.story #global_mainVisual {
    background-image: url("/recruit/img/story/index_mainvisual_bg_01.jpg"); }
  body.results #global_mainVisual {
    background-image: url("/recruit/img/results/index_mainvisual_bg_01.jpg"); }
  body.works #global_mainVisual {
    background-image: url("/recruit/img/works/index_mainvisual_bg_01.jpg"); }
  body.workstyle #global_mainVisual {
    background-image: url("/recruit/img/workstyle/index_mainvisual_bg_01.jpg"); }

  body.staff #global_mainVisual {
    background-image: url("/recruit/img/staff/index_mainvisual_bg_01.jpg"); }
  body.special #global_mainVisual {
    background-image: url("/recruit/img/special/index_mainvisual_bg_01.jpg"); }
  body.special#message #global_mainVisual {
    background-image: url("/recruit/img/special/message_mainvisual_bg_01.jpg"); }
  body.special#career #global_mainVisual {
    background-image: url("/recruit/img/special/career_mainvisual_bg_01.jpg"); }
  body.special#antarctic #global_mainVisual {
    background-image: url("/recruit/img/special/antarctic_mainvisual_bg_01.jpg"); }
  body.company #global_mainVisual {
    background-image: url("/recruit/img/company/index_mainvisual_bg_01.jpg"); }
  body.talent #global_mainVisual {
    background-image: url("/recruit/img/talent/index_mainvisual_bg_01.jpg"); }
  body.requirements #global_mainVisual {
    background-image: url("/recruit/img/requirements/index_mainvisual_bg_01.jpg"); }
  body.privacy #global_mainVisual {
    background-image: url("/recruit/img/privacy/index_mainvisual_bg_01.jpg"); }
  body.terms #global_mainVisual {
    background-image: url("/recruit/img/terms/index_mainvisual_bg_01.jpg"); }
  body.inquiry #global_mainVisual {
    background-image: url("/recruit/img/inquiry/index_mainvisual_bg_01.jpg"); }
  #global_mainVisual h1 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #global_mainVisual h1 img {
        width: 225px; } }

/* ==========================================================
 global_breadCrumb
========================================================== */
#global_breadCrumb {
  padding: 1em 1em .9em;
  background-color: #56a8de;
  font-size: 14px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    #global_breadCrumb {
      padding: 0;
      height: 18px; } }
  #global_breadCrumb ol {
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #global_breadCrumb ol {
        display: none; } }
    #global_breadCrumb ol li {
      float: left;
      vertical-align: middle; }
      #global_breadCrumb ol li:not(:first-child)::before {
        content: '/';
        float: left;
        margin-left: .5em;
        margin-right: .5em; }
      #global_breadCrumb ol li a {
        color: #fff; }
      #global_breadCrumb ol li:first-child a {
        display: inline-block;
        width: 13px;
        height: 14px;
        background: url("/recruit/img/common/breadcrumb_bg_01.png") no-repeat left top; }
        #global_breadCrumb ol li:first-child a span {
          display: none; }

/* ==========================================================
 採用情報
========================================================== */
#recruit_footer {
  min-width: 1280px;
  width: 100%;
  background: #549dcc; }
  @media screen and (max-width: 767px) {
    #recruit_footer {
      min-width: 0; } }
  body.top #recruit_footer {
    margin-top: 58px; }
    @media screen and (max-width: 767px) {
      body.top #recruit_footer {
        margin-top: 20px; } }
  #recruit_footer .module_title01 {
    color: #fff; }
    @media screen and (max-width: 767px) {
      #recruit_footer .module_title01 {
        font-size: 24px; } }
    #recruit_footer .module_title01::after {
      border-color: #fff; }
    #recruit_footer .module_title01 span {
      background-color: #549dcc; }
  #recruit_footer .inner {
    margin: 0 auto;
    width: 825px;
    height: 137px; }
    @media screen and (max-width: 767px) {
      #recruit_footer .inner {
        padding: 30px;
        width: 100%;
        height: 100px; } }
  #recruit_footer .btn_panel table {
    table-layout: fixed;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #recruit_footer .btn_panel table {
        display: block; } }
    #recruit_footer .btn_panel table td {
      border-right: #fff solid 1px; }
      @media screen and (max-width: 767px) {
        #recruit_footer .btn_panel table td {
          width: 100%; } }
      #recruit_footer .btn_panel table td:last-child {
        border-right: 0; }
      #recruit_footer .btn_panel table td a {
        display: block;
        overflow: hidden;
        position: relative; }
        #recruit_footer .btn_panel table td a .pic {
          width: 100%;
          -moz-transition: -moz-transform 0.2s linear;
          -webkit-transition: -webkit-transform 0.2s linear;
          -o-transition: -o-transform 0.2s linear;
          -ms-transition: -ms-transform 0.2s linear;
          transition: transform 0.2s linear; }
        #recruit_footer .btn_panel table td a:hover .pic {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        #recruit_footer .btn_panel table td a .txt {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -48px;
          margin-left: -125px; }

/* ==========================================================
 global_footer
========================================================== */
#global_footer {
  position: relative;
  padding: 20px 15px 5px 0;
  min-width: 1280px; }
  @media screen and (max-width: 767px) {
    #global_footer {
      padding: 0;
      min-width: 0; } }
  #global_footer .inner {
    overflow: hidden;
    *zoom: 1; }
    #global_footer .inner .btn-cmn-pagetop {
      position: fixed;
      right: 15px;
      bottom: 61px;
      z-index: 9999; }
      @media screen and (max-width: 767px) {
        #global_footer .inner .btn-cmn-pagetop {
          bottom: 15px;
          width: 25px;
          height: 25px; } }
      #global_footer .inner .btn-cmn-pagetop a {
        display: block; }
    #global_footer .inner .box01 {
      position: absolute;
      top: 12px;
      left: 15px; }
      @media screen and (max-width: 767px) {
        #global_footer .inner .box01 {
          position: static;
          padding: 12px 0;
          text-align: center; } }
    #global_footer .inner .box02 {
      overflow: hidden;
      *zoom: 1;
      float: right; }
      @media screen and (max-width: 767px) {
        #global_footer .inner .box02 {
          float: none; } }
      #global_footer .inner .box02 .link01 {
        overflow: hidden;
        *zoom: 1;
        float: right;
        margin-top: 7px;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          #global_footer .inner .box02 .link01 {
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            float: none;
            margin-top: 0;
            margin-right: 0;
            font-size: 14px; } }
        #global_footer .inner .box02 .link01 li {
          float: left;
          margin-right: 12px;
          padding-right: 15px;
          background: url("/recruit/img/common/bg_line01.gif") no-repeat right center; }
          #global_footer .inner .box02 .link01 li:last-child {
            margin-right: 0;
            padding-right: 0;
            background: none; }
          @media screen and (max-width: 767px) {
            #global_footer .inner .box02 .link01 li, #global_footer .inner .box02 .link01 li:last-child {
              float: none;
              width: 50%;
              margin-right: 0;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              padding-right: 0;
              background: #1f5da3; }
            #global_footer .inner .box02 .link01 li:nth-child(2n) {
              border-right: none; } }
          #global_footer .inner .box02 .link01 li a {
            color: #101010;
            text-decoration: none; }
            @media screen and (max-width: 767px) {
              #global_footer .inner .box02 .link01 li a {
                display: block;
                padding: .5em 1em;
                background: url("/recruit/img/common/ico_arrow_r_01.png") no-repeat 95% center;
                color: #fff; } }
            #global_footer .inner .box02 .link01 li a.window span {
              display: inline-block;
              padding-right: 20px;
              background: url("/recruit/img/common/ico_window01.png") no-repeat right center; }
              @media screen and (max-width: 767px) {
                #global_footer .inner .box02 .link01 li a.window span {
                  display: inline;
                  padding-right: 1.5em;
                  background-image: url("/recruit/img/common/sp/ico_window01.png");
                  background-size: 14px; } }
            #global_footer .inner .box02 .link01 li a:hover {
              text-decoration: underline; }
            #global_footer .inner .box02 .link01 li a br {
              display: none; }
              @media screen and (max-width: 767px) {
                #global_footer .inner .box02 .link01 li a br {
                  display: block; } }
          @media screen and (max-width: 767px) {
            #global_footer .inner .box02 .link01 li:nth-child(3) a, #global_footer .inner .box02 .link01 li:nth-child(4) a {
              padding-top: 1em;
              padding-bottom: 1em; } }
      #global_footer .inner .box02 .btn_entry {
        float: right; }
        @media screen and (max-width: 767px) {
          #global_footer .inner .box02 .btn_entry {
            float: none;
            padding: 25px 5px; }
            #global_footer .inner .box02 .btn_entry img {
              width: 100%; } }
  #global_footer .copyright {
    margin-top: 20px;
	margin-left: 20px;  
    font-size: 12px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #global_footer .copyright {
        margin-top: 0;
        padding-bottom: 1em; } }

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-font-smoothing: antialiased; }

.is-opacity:hover,
.is-opacity:focus {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: .7; }

/* css animation 
---------------------------------------------------------- */
.is-animate {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* ==========================================================
 style
========================================================== */
.s-fl-l {
  float: left; }

.s-fw-n {
  font-weight: normal; }

.s-fw-b {
  font-weight: bold; }

.s-ta-l {
  text-align: left !important; }

.s-ta-c {
  text-align: center !important; }

.s-ta-r {
  text-align: right !important; }

.s-va-t {
  vertical-align: top !important; }

.s-va-m {
  vertical-align: middle !important; }

.s-va-b {
  vertical-align: bottom !important; }

.s-ov-h {
  overflow: hidden; }

.s-clear {
  clear: both; }

.s-hide {
  display: none; }

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.s-bg-n {
  background: none !important; }

.s-mt-00 {
  margin-top: 0 !important; }

.s-mb-00 {
  margin-bottom: 0 !important; }

.s-mb-10 {
  margin-bottom: 10px !important; }

.s-mb-20 {
  margin-bottom: 20px !important; }

.s-mb-35 {
  margin-bottom: 35px !important; }

.s-mb-40 {
  margin-bottom: 40px !important; }

.s-mb-45 {
  margin-bottom: 45px !important; }

.s-ml-00 {
  margin-left: 0 !important; }

.s-mr-00 {
  margin-right: 0 !important; }

.s-pl-1em {
  padding-left: 1em; }

.s-pl-2em {
  padding-left: 2em; }

.s-pl-3em {
  padding-left: 3em; }

.s-pl-4em {
  padding-left: 4em; }

.s-pl-5em {
  padding-left: 5em; }

.s-cl-l {
  clear: left; }

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-tb,
.only-sp,
.no-pc {
  display: none !important; }

/* tb
---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .only-pc,
  .no-tb {
    display: none !important; }

  .only-tb,
  .no-pc {
    display: block !important; }

  img.only-tb,
  img.no-pc {
    display: inline-block !important; } }
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp,
  .only-tb,
  img.only-tb {
    display: none !important; }

  .only-sp,
  .no-pc,
  .no-tb {
    display: block !important; }

  img.only-sp,
  img.no-pc,
  img.no-tb {
    display: inline-block !important; } }

/*# sourceMappingURL=layout.css.map */