@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
@font-face {
  font-family: 'MazdaTypeRegular';
  font-style: Regular;
  font-weight: 400;
  src: local("0050_MazdaType-Regular.otf"), url("/inc/font/mazdatype/0050_MazdaType-Regular.otf") format("opentype"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff") format("woff"), url("/inc/font/mazdatype/0050_MazdaType-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeMedium';
  font-style: medium;
  font-weight: 500;
  src: local("0030_MazdaType-Medium.otf"), url("/inc/font/mazdatype/0030_MazdaType-Medium.otf") format("opentype"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff") format("woff"), url("/inc/font/mazdatype/0030_MazdaType-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'MazdaTypeBold';
  font-style: Bold;
  font-weight: 700;
  src: local("0010_MazdaType-Bold.otf"), url("/inc/font/mazdatype/0010_MazdaType-Bold.otf") format("opentype"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff") format("woff"), url("/inc/font/mazdatype/0010_MazdaType-Bold.woff2") format("woff2"); }

/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.lowerCaption_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.lowerCaption {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #101010;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .lowerCaption {
      height: 150px;
      background-image: none !important;
      text-align: center; } }
  .lowerCaption_title {
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 5.25px;
    color: #FFFFFF;
    max-width: 1000px;
    padding: 0 10px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .lowerCaption_title {
        font-size: 25px;
        width: 100%;
        padding: 0 20px; } }
  .lowerCaption_english {
    display: block;
    font-size: 23px; }
    @media screen and (max-width: 1024px) {
      .lowerCaption_english {
        font-size: 15px; } }

#localNavi {
  overflow: hidden;
  letter-spacing: 1px; }
  #localNavi a {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    height: 50px;
    line-height: 50px; }
    #localNavi a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      margin: auto;
      height: 2px;
      background-color: transparent;
      transition: width 0.4s ease, background-color 0.4s ease; }
      @media screen and (max-width: 1024px) {
        #localNavi a:after {
          display: none; } }
    #localNavi a:hover, #localNavi a.active {
      font-weight: bold;
      color: #101010; }
      #localNavi a:hover:after, #localNavi a.active:after {
        width: 100%;
        background-color: #101010; }
  #localNavi .subnavititle {
    float: left;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      #localNavi .subnavititle {
        float: none;
        width: 100%;
        pointer-events: all;
        text-align: center; }
        #localNavi .subnavititle a {
          pointer-events: none; }
        #localNavi .subnavititle:after {
          margin-left: 5px;
          color: #999999;
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 600; } }
    @media screen and (max-width: 1024px) {
      #localNavi .subnavititle.active:after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 600; } }
  #localNavi ul {
    text-align: center;
    font-size: 0.9rem;
    display: block; }
    @media screen and (max-width: 1024px) {
      #localNavi ul {
        margin: 0;
        max-height: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        transition: 0.4s ease;
        z-index: -1; } }
    #localNavi ul li {
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        #localNavi ul li {
          display: block; } }
      #localNavi ul li a {
        color: #101010; }
        @media screen and (max-width: 1024px) {
          #localNavi ul li a {
            background: #F5F5F5;
            padding: 15px 0;
            height: auto;
            line-height: initial;
            text-align: center;
            display: block;
            border-top: 1px solid #d5d5d5; } }
  @media screen and (max-width: 1024px) {
    #localNavi.open ul {
      margin: 0;
      max-height: 1000em;
      opacity: 1;
      -ms-filter: "alpha(opacity=100)";
      z-index: inherit; } }

.industry_box {
  padding-bottom: 0; }
  .industry_box .industry_ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .industry_box .industry_ttl {
        display: block !important; } }
    .industry_box .industry_ttl dt {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      .industry_box .industry_ttl dt img {
        margin-right: 10px; }
  .industry_box .card__body {
    padding: 20px; }
  .industry_box .card__title {
    font-size: 20px;
    color: #101010; }

.field_box .card__title {
  color: #101010; }

.field_box .card__body {
  border: 2px solid #d5d5d5;
  margin-top: 30px; }

.field_box .detail {
  margin-top: 30px; }
  .field_box .detail dd, .field_box .detail dt {
    color: #333333; }
  .field_box .detail dd {
    font-weight: bold; }
  .field_box .detail dt {
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.8; }

/*# sourceMappingURL=../_map/page/careers_field.css.map */
