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

/* ¥µ¥¤¥È¹²Í¨¥¤¥ó¥Ê©`
---------------------------------------------------------- */
div.module_inner {
  margin: 0 auto;
  padding: 60px;
  width: 945px; }
  @media screen and (max-width: 767px) {
    div.module_inner {
      padding: 30px;
      width: 100%; } }
  div.module_inner p:not([class]) {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      div.module_inner p:not([class]) {
        font-size: 14px; } }
    div.module_inner p:not([class]) strong {
      font-weight: bold; }
  div.module_inner p:not([class]) + p:not([class]) {
    margin-top: 1em; }

div.module_inner-wide {
  margin: 0 auto;
  padding: 0 0 60px;
  width: 1037px; }
  div.module_inner-wide:only-child {
    padding-top: 60px; }
  @media screen and (max-width: 767px) {
    div.module_inner-wide {
      padding: 0 10px 30px;
      width: 100%; }
      div.module_inner-wide:only-child {
        padding-top: 30px; } }
  div.module_inner-wide p:not([class]) {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      div.module_inner-wide p:not([class]) {
        font-size: 14px; } }
    div.module_inner-wide p:not([class]) strong {
      font-weight: bold; }
  div.module_inner-wide p:not([class]) + p:not([class]) {
    margin-top: 1em; }
  div.module_inner-wide section {
    margin-bottom: 50px; }
    div.module_inner-wide section:last-child {
      margin-bottom: 0; }

/* ¥¿¥¤¥È¥ë
---------------------------------------------------------- */
/* ×óÓÒ¤ËÇà¤Î¾€¤¬Èë¤ë¥¿¥¤¥È¥ë */
.module_title01 {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 24px;
  font-weight: bold;
  color: #1f5da3;
  text-align: center;
  white-space: nowrap; }
  .module_bg02 .module_title01 {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .module_title01 {
      font-size: 18px; } }
  .module_title01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    border-bottom: 1px solid #1f5da3;
    width: 100%; }
    .module_bg02 .module_title01::after {
      border-color: #fff; }
  .module_title01:only-child {
    margin-bottom: 0; }
  .module_title01 span {
    display: inline-block;
    position: relative;
    z-index: 20;
    padding: 0 2em;
    background-color: #fff; }
    .module_bg01 .module_title01 span {
      background: url("/recruit/img/common/bg_pattern_01.png") repeat left top; }
    .module_bg02 .module_title01 span {
      background: url("/recruit/img/common/bg_pattern_02.png") repeat left top; }
    @media screen and (max-width: 767px) {
      .module_title01 span {
        padding: 0 1em; } }

/* ÖÐÑë¼Ä¤»Ì«×Ö */
.module_title02 {
  margin-bottom: .5em;
  text-align: center;
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    .module_title02 {
      font-size: 24px;
      text-align: left; }
      .module_title02 br {
        display: none; } }

/* ×ó¼Ä¤»Ì«×Ö */
.module_title03 {
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: bold; }

/* Ì«×Ö */
.module_title04 {
  font-size: 16px;
  font-weight: bold; }
  p + .module_title04 {
    margin-top: 1em; }

/* ÌØéL */
.module_title-feature {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #1f5da3; }
  @media screen and (max-width: 767px) {
    .module_title-feature {
      overflow: hidden;
      margin-bottom: .5em; } }
  .module_title-feature span {
    display: inline-block;
    vertical-align: middle; }
    .module_title-feature span.mt_icon {
      border: 1px solid #f08763;
      padding: .5em 0 0;
      width: 50px;
      height: 50px;
      font-size: 13px;
      color: #f08763;
      line-height: 1;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .module_title-feature span.mt_icon {
          float: left; } }
      .module_title-feature span.mt_icon em {
        display: block;
        font-size: 26px;
        line-height: 1;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-style: italic; }
    .module_title-feature span.mt_text {
      padding-left: 1em;
      letter-spacing: .1em; }
      @media screen and (max-width: 767px) {
        .module_title-feature span.mt_text {
          display: block;
          overflow: hidden; } }

/* ¥Æ¥­¥¹¥È
---------------------------------------------------------- */
p.module_lead {
  font-size: 18px;
  line-height: 1.7;
  text-align: center; }
  @media screen and (max-width: 767px) {
    p.module_lead {
      font-size: 14px;
      text-align: left; } }

ul.module_listText-col2 {
  overflow: hidden;
  margin-bottom: -.5em; }
  ul.module_listText-col2 > li {
    float: left;
    margin: 0 0 .5em;
    width: 45%; }
    @media screen and (max-width: 767px) {
      ul.module_listText-col2 > li {
        float: none;
        margin-bottom: .25em;
        width: 100%; } }

p.module_signature {
  margin-top: 2em;
  font-size: 16px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    p.module_signature {
      font-size: 14px; } }

/* ¥ê¥¹¥È
---------------------------------------------------------- */
ul.module_list-disc01 > li {
  position: relative;
  margin-top: .5em;
  padding-left: 1em;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    ul.module_list-disc01 > li {
      font-size: 14px; } }
  ul.module_list-disc01 > li::before {
    content: '¡ñ';
    position: absolute;
    left: 0;
    top: .5em;
    font-size: 10px;
    color: #1f5da3; }
    @media screen and (max-width: 767px) {
      ul.module_list-disc01 > li::before {
        top: .25em;
        font-size: 9px; } }

/* ¥ê¥ó¥¯£¨¥Ü¥¿¥ó£©
---------------------------------------------------------- */
ul.module_button {
  margin-top: 50px;
  font-family: "YuGothic", "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-size: 18px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    ul.module_button {
      margin-top: 25px; } }
  ul.module_button > li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    width: 396px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      ul.module_button > li {
        margin: 0;
        width: 100%; } }
    ul.module_button > li::after {
      content: '';
      position: absolute;
      left: 2px;
      top: 2px;
      border-style: solid;
      border-width: 8px 8px 0 0;
      border-color: #fff transparent transparent transparent;
      width: 0;
      height: 0; }
    ul.module_button > li a,
    ul.module_button > li input {
      display: block;
      position: relative;
      padding: .75em 1em;
      width: inherit;
      color: #fff;
      text-decoration: none; }
      ul.module_button > li a.mb_yellow,
      ul.module_button > li input.mb_yellow {
        background: url("/recruit/img/common/bg_pattern_03.png") repeat left top; }
      ul.module_button > li a.mb_blue,
      ul.module_button > li input.mb_blue {
        background-color: #56a8de;
        color: #000; }
      ul.module_button > li a:hover,
      ul.module_button > li input:hover {
        opacity: .7; }
      ul.module_button > li a[href$=".pdf"] span,
      ul.module_button > li input[href$=".pdf"] span {
        display: inline-block;
        padding: 0 0 0 2em;
        background: url("/recruit/img/common/ico_pdf01.png") no-repeat left center;
        background-size: 20px; }
        @media screen and (max-width: 767px) {
          ul.module_button > li a[href$=".pdf"] span,
          ul.module_button > li input[href$=".pdf"] span {
            padding: 0 1em;
            white-space: nowrap; } }
    ul.module_button > li input {
      cursor: pointer;
      border: none;
      font-family: "YuGothic", "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif; }
      ul.module_button > li input[type=submit] {
        background-color: #1f5da3; }

/* ¥ê¥ó¥¯£¨¥Ñ¥Í¥ë£©
---------------------------------------------------------- */
ul.module_linkPanel-col2, ul.module_linkPanel-col3 {
  overflow: hidden;
  padding-left: 1px; }
  ul.module_linkPanel-col2 li, ul.module_linkPanel-col3 li {
    position: relative;
    overflow: hidden;
    float: left;
    padding-bottom: 1px; }
    @media screen and (max-width: 767px) {
      ul.module_linkPanel-col2 li, ul.module_linkPanel-col3 li {
        padding: 0 1px 1px !important; } }
    ul.module_linkPanel-col2 li:nth-child(2n+1), ul.module_linkPanel-col3 li:nth-child(2n+1) {
      padding-right: 1px; }
    ul.module_linkPanel-col2 li a, ul.module_linkPanel-col3 li a {
      display: block;
      overflow: hidden; }
      ul.module_linkPanel-col2 li a img.ml_image, ul.module_linkPanel-col3 li a img.ml_image {
        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; }
      ul.module_linkPanel-col2 li a img.ml_title, ul.module_linkPanel-col3 li a img.ml_title {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          ul.module_linkPanel-col2 li a img.ml_title, ul.module_linkPanel-col3 li a img.ml_title {
            width: 250px; } }
      ul.module_linkPanel-col2 li a:hover img.ml_image, ul.module_linkPanel-col3 li a:hover img.ml_image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
ul.module_linkPanel-col2 li {
  width: 50%; }
  ul.module_linkPanel-col2 li:nth-child(2n) {
    width: calc(50% - 1px); }
    @media screen and (max-width: 767px) {
      ul.module_linkPanel-col2 li:nth-child(2n) {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    ul.module_linkPanel-col2 li {
      width: 100%; } }
ul.module_linkPanel-col3 li {
  padding-right: 1px;
  width: 33.33%; }
  @media screen and (max-width: 767px) {
    ul.module_linkPanel-col3 li {
      width: 100%; } }

/* ¥ê¥ó¥¯£¨¥Ú©`¥¸ÄÚßwÒÆ£©
---------------------------------------------------------- */
nav.module_pageLink {
  font-size: 16px; }
  div.module_inner-wide > nav.module_pageLink:only-child {
    margin-bottom: -60px; }
    @media screen and (max-width: 767px) {
      div.module_inner-wide > nav.module_pageLink:only-child {
        margin-bottom: -30px; } }
  nav.module_pageLink > ul {
    overflow: hidden; }
    nav.module_pageLink > ul > li {
      float: left;
      margin: 0 0 20px 20px;
      width: 184px; }
      @media screen and (max-width: 767px) {
        nav.module_pageLink > ul > li {
          float: none;
          margin-left: 0;
          width: 100%; } }
      nav.module_pageLink > ul > li:nth-child(5n+1) {
        clear: left;
        margin-left: 0; }
      nav.module_pageLink > ul > li a {
        display: table;
        width: 100%;
        background: #1f5da3;
        color: #fff;
        text-align: center;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          nav.module_pageLink > ul > li a {
            display: block; } }
        nav.module_pageLink > ul > li a:hover {
          opacity: .7; }
        nav.module_pageLink > ul > li a span {
          display: table-cell;
          padding: .5em 1em;
          height: 64px;
          background: url("/recruit/img/common/ico_arrow_b_02.png") no-repeat 95% center;
          background-size: 14px;
          vertical-align: middle;
          line-height: 1.2; }
          @media screen and (max-width: 767px) {
            nav.module_pageLink > ul > li a span {
              display: block;
              height: auto; } }

/* ±í½M¤ß
---------------------------------------------------------- */
table.module_table {
  width: 100%;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    table.module_table {
      display: block;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    table.module_table tbody {
      display: block; } }
  @media screen and (max-width: 767px) {
    table.module_table tbody tr {
      display: block; } }
  table.module_table tbody th,
  table.module_table tbody td {
    padding: .75em 1em;
    border-bottom: 2px solid #fff;
    background: url("/recruit/img/common/bg_pattern_01.png") repeat left top;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      table.module_table tbody th,
      table.module_table tbody td {
        display: block;
        padding: 1em 1.5em; } }
  table.module_table tbody th {
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      table.module_table tbody th {
        border-bottom: none;
        padding-bottom: .25em; } }
  @media screen and (max-width: 767px) {
    table.module_table tbody td {
      padding-top: .25em; } }
table.module_table02 {
  width: 100%;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    table.module_table02 {
      display: block;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    table.module_table02 tbody {
      display: block; } }
  @media screen and (max-width: 767px) {
    table.module_table02 tbody tr {
      display: block; } }
  table.module_table02 tbody th,
  table.module_table02 tbody td {
    padding: 2em;
    border-bottom: 2px solid #fff;
    background: url("/recruit/img/common/bg_pattern_01.png") repeat left top;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      table.module_table02 tbody th,
      table.module_table02 tbody td {
        display: block;
        padding: 1em 1.5em; } }
  table.module_table02 tbody th {
    border-right: 2px solid #fff;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      table.module_table02 tbody th {
        border-right: none;
        padding-bottom: .25em; } }
    table.module_table02 tbody th em.require {
      display: inline-block;
      float: left;
      margin-top: .1em;
      border-radius: 1em;
      padding: 0 .75em;
      background-color: #e64545;
      font-family: "YuGothic", "ÓÎ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        table.module_table02 tbody th em.require {
          margin-right: 1em; } }
    table.module_table02 tbody th span {
      display: block;
      margin-left: 4em; }
      @media screen and (max-width: 767px) {
        table.module_table02 tbody th span {
          margin-left: 0; } }
  @media screen and (max-width: 767px) {
    table.module_table02 tbody td {
      padding-top: .25em; } }
table.module_table-th_width-10p tr th:first-child {
  width: 10%; }
table.module_table-th_width-15p tr th:first-child {
  width: 15%; }
table.module_table-th_width-20p tr th:first-child {
  width: 20%; }
table.module_table-th_width-25p tr th:first-child {
  width: 25%; }
table.module_table-th_width-30p tr th:first-child {
  width: 30%; }
table.module_table-th_width-33p tr th:first-child {
  width: 33%; }
table.module_table-th_width-35p tr th:first-child {
  width: 35%; }
table.module_table-th_width-40p tr th:first-child {
  width: 40%; }
table.module_table-th_width-45p tr th:first-child {
  width: 45%; }
table.module_table-th_width-50p tr th:first-child {
  width: 50%; }
@media screen and (max-width: 767px) {
  table.module_table-th_width-10p tr th:first-child, table.module_table-th_width-15p tr th:first-child, table.module_table-th_width-20p tr th:first-child, table.module_table-th_width-25p tr th:first-child, table.module_table-th_width-30p tr th:first-child, table.module_table-th_width-33p tr th:first-child, table.module_table-th_width-35p tr th:first-child, table.module_table-th_width-40p tr th:first-child, table.module_table-th_width-45p tr th:first-child, table.module_table-th_width-50p tr th:first-child {
    width: 100%; } }

/* »­Ïñ
---------------------------------------------------------- */
figure.module_image-center a.mi_zoom, figure.module_image-left a.mi_zoom, figure.module_image-right a.mi_zoom {
  display: none; }
  @media screen and (max-width: 767px) {
    figure.module_image-center a.mi_zoom, figure.module_image-left a.mi_zoom, figure.module_image-right a.mi_zoom {
      display: block;
      margin-top: 2em;
      border: 1px solid #1f5da3;
      padding: .75em 0;
      font-size: 14px;
      font-weight: bold;
      color: #1f5da3;
      text-decoration: none; }
      figure.module_image-center a.mi_zoom:hover, figure.module_image-center a.mi_zoom:active, figure.module_image-center a.mi_zoom:focus, figure.module_image-left a.mi_zoom:hover, figure.module_image-left a.mi_zoom:active, figure.module_image-left a.mi_zoom:focus, figure.module_image-right a.mi_zoom:hover, figure.module_image-right a.mi_zoom:active, figure.module_image-right a.mi_zoom:focus {
        opacity: .7;
        text-decoration: none; }
      figure.module_image-center a.mi_zoom span, figure.module_image-left a.mi_zoom span, figure.module_image-right a.mi_zoom span {
        display: inline-block;
        padding: 0 1.5em;
        background: url("/recruit/img/common/ico_zoom_36x36_01.png") no-repeat left center;
        background-size: 18px; } }
figure.module_image-center figcaption, figure.module_image-left figcaption, figure.module_image-right figcaption {
  font-size: 24px; }
figure.module_image-center {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; }
p:not([class]) + figure.module_image-left, .module_image-content + figure.module_image-left, p:not([class]) + figure.module_image-right, .module_image-content + figure.module_image-right {
  margin-top: 2em; }
figure.module_image-left + p:not([class]), figure.module_image-right + p:not([class]) {
  margin-bottom: 2em; }
figure.module_image-left + .module_image-content, figure.module_image-right + .module_image-content {
  overflow: hidden;
  margin-top: 2em; }
  p:not([class]) + figure.module_image-left + .module_image-content, p:not([class]) + figure.module_image-right + .module_image-content {
    margin-top: 2em; }
  figure.module_image-left + .module_image-content + p:not([class]), figure.module_image-right + .module_image-content + p:not([class]) {
    margin-top: 2em; }
figure.module_image-left {
  float: left;
  margin-right: 30px; }
figure.module_image-right {
  float: right;
  margin-left: 30px; }
  figure.module_image-right img + img {
    margin-left: 1px; }
    @media screen and (max-width: 767px) {
      figure.module_image-right img + img {
        margin-left: 0;
        margin-top: 10px; } }
@media screen and (max-width: 767px) {
  figure.module_image-left, figure.module_image-right {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    margin-bottom: 1em; }
    figure.module_image-left img, figure.module_image-right img {
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: auto; }
    figure.module_image-left:last-child, figure.module_image-right:last-child {
      margin-bottom: 0; } }

/* ¥«¥Æ¥´¥ê¥Õ¥Ã¥¿©`
---------------------------------------------------------- */
#category_footer > div {
  position: relative;
  width: 100%;
  height: 418px;
  background: no-repeat center center;
  background-size: cover; }
  body.lower.story#civil_engineering #category_footer > div {
    background-image: url("/recruit/img/story/ce_more_bg_01.jpg"); }
  body.lower.story#architecture #category_footer > div {
    background-image: url("/recruit/img/story/architecture_more_bg_01.jpg"); }
  body.lower.technology#toggle #category_footer > div {
    background-image: url("/recruit/img/technology/toggle_more_bg_01.jpg"); }
  body.lower.technology#lp_lic #category_footer > div {
    background-image: url("/recruit/img/technology/lp_more_bg_01.jpg"); }
  @media screen and (max-width: 767px) {
    #category_footer > div {
      padding: 0 0 56.25%;
      height: 100%; } }
  #category_footer > div a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 638px;
    height: 360px; }
    @media screen and (max-width: 767px) {
      #category_footer > div a {
        width: 100%;
        height: 100%; } }
    #category_footer > div a img.os_image {
      -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; }
    #category_footer > div a img.os_title {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #category_footer > div a img.os_title {
          width: 300px; } }
    #category_footer > div a:hover img.os_image {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

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