@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  line-height: 1;
}
a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}
a[href^="tel:"] {
  pointer-events: none;
}

html {
  font-size: 62.5% !important;
}
body {
  font-family: "Noto Sans JP", "Roboto", Arial, "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #222;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input,
button,
textarea,
select {
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
label {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
label:hover {
  cursor: pointer;
}
p {
  word-break: break-all;
  line-height: 2;
  font-size: 1.6rem;

  @media (width <= 767px) {
    line-height: 1.8;
  }
}

/*--------------------------------------------
	共通パーツ
---------------------------------------------*/
.pcNon {
  display: none;
}
@media (width <= 767px) {
  .pcNon {
    display: block !important;
  }
}
.spNon {
  display: block;
}
@media (width <= 767px) {
  .spNon {
    display: none !important;
  }
}

.ptNon {
  display: none;
}
@media (width <= 1024px) {
  .ptNon {
    display: block !important;
  }
}
.tsNon { 
  display: block;
}
@media (width <= 1024px) {
  .tsNon {
    display: none !important;
  }
}

.flex, .flex_b, .flex_ib, .flex_c {
  display: flex;
}
@media (width <= 1024px) {
  .flex_b {
    display: block !important;
  }
  .flex_ib {
    display: inline-block !important;
  }
  .flex_c {
    flex-direction: column !important;
  }
}
ul, ol, dl {
  list-style: none;
}

.fw_b {
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@font-face {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*--------------------------------------------
  Common
---------------------------------------------*/
.container {
  position: relative;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
@media (768px <= width <= 1024px) {
  .inner {
    max-width: 90%;
  }
}
@media (width <= 767px) {
  .inner {
    max-width: 90%;
  }
}

.sec {
  margin-top: 10%;

  &.head {
    margin-top: 5%;
  }
}
@media (width <= 767px) {
  .sec {
    margin-top: 13%;
  }
}

.content {
  padding-top: 15%;

  &.head {
    padding-top: 4%;
  }
}
@media (width <= 767px) {
  .content {
    padding-top: 6%;
  
    &.head {
      padding-top: 10%;
    }
  }
}

.cmn_ttl {
  span {
    line-height: 1.2;
    display: block;
    
  }
  .en {
    color: #0F5CA8;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 10rem;
    letter-spacing: 0.15em;

    @media (768px <= width <= 1024px) {
      font-size: 8.5rem;
      letter-spacing: 0.13em;
    }
    @media (width <= 767px) {
      font-size: 6.5rem;
      letter-spacing: 0.14em;
    }
  }
  .jp {
    color: #222;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;

    @media (768px <= width <= 1024px) {
      font-size: 2.1rem;
    }
    @media (width <= 767px) {
      font-size: 1.6rem;
    }
  }
}

/* 数字付き白文字タイトル */
.service_ttl {
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 4%;

  .num {
    font-size: 5rem;
    padding: 2px 17px;

    @media (width <= 767px) {
      font-size: 3.3rem;
      padding: 2px 13px;
    }
  }
  .title {
    font-size: 7rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);

    @media (width <= 767px) {
      font-size: 4rem;
      letter-spacing: -0.03em;
    }

    span {
      font-size: 5rem;
      letter-spacing: -0.1em;
      
      @media (width <= 767px) {
        font-size: 3rem;
        letter-spacing: -0.15em;
      }
    }
  }
}

/* 四角囲み文字 */
.num {
  border: solid 2px currentColor;
  display: inline;
  padding: 2px 10px;
  font-family: 'Roboto';
  font-weight: normal;
  line-height: 2;
}
/* 2行以上の場合 */
.num_ttl {
  align-items: flex-start;
  width: 100%;

  .num {
    color: #47B1CE;
    padding: 0 10px;
  }
  h3, h4 {
    font-weight: 500;
  }
}

.cmn_txt {
  line-height: 2;

  @media (width <= 767px) {
    line-height: 1.8;
  }
}

.txt_link {
  font-weight: bold;
  text-decoration: underline;
}

.txt_area {
  z-index: 1;
}

.txt_box:not(:last-of-type) {
  padding-bottom: 5%;
}

.link_txt {
  font-weight: bold;
  text-decoration: underline;
}

/* 採用募集中バナー */
.recruit_bnr {
  margin: 30px auto 60px;
  text-align: center;
  max-width: 860px;

  a {
    display: block;
  }
  @media (width <= 820px) {
    width: 90%;
  }
  @media (width <= 767px) {
    margin: 20px auto 60px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

/* 吹き出し（下向き） */
.balloon_btm {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #0F5CA8;
  text-align: center;

  &::before {
    content: "";
    position: absolute;
    margin-left: -15px;
    z-index: 2;
  }
  &::after {
    content: "";
    position: absolute;
    margin-left: -17px;
    z-index: 1;
  }
}

/*
  Btn　ボタン 
*/
.btn {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 23px 0 26px;
  text-decoration: none;
  color: #FFF;
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;

  @media (width <= 1024px) {
    margin: 0 auto;
  }
  @media (768px <= width <= 1024px) {
    padding: 18px 0 20px;
  }
  @media (width <= 767px) {
    padding: 5% 0;
  }

  &::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    color: #FFF;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }
  &:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
    opacity: 1;
  }
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);

    @media (width <= 767px) {
      width: 13px;
      height: 13px;
    }
  }
  &:hover {
    color: #222;
    opacity: 0.99;
  }

  /* 青色ボタン */
  &.type_01 {
    background-color: #0F5CA8;
    &::before {
      /*background: linear-gradient(#fff500 0%, #cec601 100%);*/
      background-color: #fff500;
    }
  }

  /* 黄色グラデーションボタン */
  &.type_02 {
    background: linear-gradient(#fff500 0%, #cec601 100%);
    color: #222;
    &::before {
      /*background: linear-gradient(#47b1ce 0%, #0f5ca8 100%);*/
      background: #222;
    }
    &:hover {
      color: #FFF;
    }
  }

  /* 水色グラデーションボタン */
  &.type_03 {
    background: linear-gradient(#47b1ce 0%, #0f5ca8 100%);
    &::before {
      background: linear-gradient(#fff500 0%, #cec601 100%);
    }
  }

  /* 採用応募フォーム グラデーションボタン */
  &.type_04 {
    background: linear-gradient(to right, #fff 0%, #fff84a 47.57%, #47b1ce 100%);
    color: #222;
    &::before {
      /*background: linear-gradient(#47b1ce 0%, #0f5ca8 100%);*/
      background: linear-gradient(to left, #fff 0%, #fff84a 47.57%, #47b1ce 100%);
    }
    &:hover {
      /*color: #FFF;*/
    }
  }

  /* 採用ページはこちらボタン */
  &.recruit_btn {
    padding: 41px 0 44px;
    font-size: 2.4rem;
    max-width: 860px;
    background: linear-gradient(#47b1ce 0%, #0f5ca8 100%);
    margin: 10% auto 0;

    @media (768px <= width <= 1024px) {
      padding: 4% 0;
      font-size: 2rem;
    }
    @media (width <= 767px) {
      padding: 7% 0;
      font-size: 1.8rem;
      margin: 20% auto 0;
    }

    .check_img {
      display: block;
      content: "";
      width: 192px;
      height: 56px;
      position: absolute;
      top: -34px;
      left: 50%;
      transform: translateX(-50%);
      background: url("/assets/img/check_w.svg") no-repeat;
      background-size: contain;
      transition: background-image 0.3s;
      pointer-events: none;

      @media (768px <= width <= 1024px) {
        top: -26px;
        width: 150px;
        height: 44px;
      }
      @media (width <= 767px) {
        top: -20px;
        width: 116px;
        height: 34px;
      }
    }
    /* &:hover .check_img {
      background-image: url("/assets/img/check_b.svg");
    } */
  }
}

/*
   List　リスト 
*/
.clm_list {
  display: flex;
  flex-wrap: wrap;
}

.clm2_list_item {
  width: 48%;
  margin-left: 4%;
}
.clm2_list_item:nth-child(2n + 1) {
  margin-left: 0;
}
@media (width <= 767px) {
  .clm2_list_item {
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
  }
}

.clm3_list_item {
  width: calc(100% / 3 - 7%);
  margin-left: 3.5%;
}
.clm3_list_item:nth-child(3n + 1) {
  margin-left: 0;
}
@media (width <= 767px) {
  .clm3_list_item {
    width: 100%;
    margin-left: 0;
    margin-top: 8%;
  }
}

.clm4_list_item {
  width: 23.125%;
  margin-left: 2.5%;
}
.clm4_list_item:nth-child(4n + 1) {
  margin-left: 0;
}
@media (width <= 767px) {
  .clm4_list_item {
    width: 48%;
    margin-left: 4%;
    margin-top: 8%;
  }
  .clm4_list_item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.clm5_list_item {
  width: 18.4%;
  margin-left: 2%;
}
.clm5_list_item:nth-child(5n + 1) {
  margin-left: 0;
}
@media (width <= 767px) {
  .clm5_list_item {
    width: 48%;
    margin-left: 4%;
    margin-top: 8%;
  }
  .clm5_list_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .clm5_list_item:nth-child(6) {
    margin-left: 4%;
  }
}

/* Grid */
.grid {
  display: grid;

  @media (width <= 767px) {
    display: block;
  }
}
.grid_item {
}
.clm2_grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.clm3_grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.clm4_grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.clm5_grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
.clm6_grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
}
@media (width <= 767px) {
  [class$="_grid"] {
    display: block;
  }
}

/*--------------------------------------------
  下層ページ共通
---------------------------------------------*/
/* 青背景タイトル */
.page_title {
  padding: 186px 0 119px;
  background: url("/assets/img/logo_bg.png") no-repeat right 12vw bottom #105CA8;
  background-size: 608px;
  position: relative;
  margin-bottom: 6%;

  @media (width <= 1024px) {
    padding: 17% 0 10%;
  }
  @media (width <= 767px) {
    /*padding: 27% 0 14%;*/
    padding: 125px 0 40px;
    background: url("/assets/img/logo_bg.png") no-repeat right 10vw bottom #105CA8;
    background-size: 175px;
    margin-bottom: 10%;
  }

  .bg_img {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1;

    @media (768px <= width <= 1024px) {
      right: -16%;
      top: -15%;
    }
    @media (width <= 1024px) {
      text-align: right;
    }
    @media (width <= 767px) {
      right: 0;
    }

    img {
      max-width: 460px;
      width: 100%;

      @media (768px <= width <= 1024px) {
        width: 90%;
      }

      @media (width <= 767px) {
        width: 50%;
      }
    }
  }
  .inner {
    position: relative;
  }
  .en,
  .jp {
    color: #FFF;
  }
  @media (width <= 767px) {
    .cmn_ttl {
      .en {
        font-size: 4rem;
      }
      .jp {
        font-size: 1.6rem;
      }
    }
  }
}

.recruit_sub {
  .page_title {
    margin-bottom: 6%;
    @media (width <= 767px) {
      margin-bottom: 10%;
    }
    .bg_img {
      img {
        max-width: 52vw;
      }
    }
  }
}

/* 青背景タイトル下の見出し */
.intro {
  h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5%;

    @media (768px <= width <= 1024px) {
     /*margin: 13% 0 5%;*/
      margin-bottom: 5%;
    }

    @media (width <= 767px) {
      font-size: 2.4rem;
      /*margin: 29% 0 8%;*/
    }
  }
}

/*.recruit_sub {
  .intro {
    h2 {
      @media (768px <= width <= 1024px) {
        margin: 13% 0 5%;
      }

      @media (width <= 767px) {
        margin: 18% 0 8%;
      }
    }
  }
}*/


/*--------------------------------------------
  Header ヘッダー
---------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  
  .header_inner {
    width: 96%;
    height: 67px;
    margin: 24px auto 0;
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;

    @media (width <= 1024px) {
      width: 94%;
      height: 60px;
      margin: 16px auto 0;
    }
  }

  /* .header_logo */
  .header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 5px 24px 0;

    @media (width <= 1024px) {
      padding: 5px 0 0 15px;
      width: auto;
      position: static;
      z-index: 11;
    }

    img {
      min-width: 130px;
      display: block;

      @media (width <= 1024px) {
        min-width: 105px;
      }
    }
  }

  /* .nav-button */
  .nav-button {
    display: none;

    @media (width <= 1024px) {
      display: block;
      cursor: pointer;
      margin-left: auto;
      z-index: 20;
      position: relative;
      right: 0;
      top: 0;
      width: 55px;
      height: 67px;
      background-color: #0F5CA8;

      @media (width <= 1024px) {
        width: 55px;
        height: 60px;
      }

      &::after {
        display: block;
        position: absolute;
        bottom: 7px;
        left: 10px;
        content: "Menu";
        font-size: 1.4rem;
        color: #fff;
        letter-spacing: 0;
      }
      &.active::after {
        left: 10px;
        content: "Close";
      }

      span {
        &:nth-of-type(1) { top: 11px; }
        &:nth-of-type(2) { top: 21px; }
        &:nth-of-type(3) { top: 31px; }
      }
      &.active span {
        &:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
        }
        &:nth-of-type(2) {
          opacity: 0;
        }
        &:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          -ms-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
        }
      }
      &,
      span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        box-sizing: border-box;
      }
      & span {
        position: absolute;
        left: 16px;
        width: 24px;
        height: 2px;
        background-color: #fff;
      }
    }
  }

  /* .nav-wrap */
  .nav-wrap {
    &.open { display: block; }
    &.close { display: none; }

    @media (width <= 1024px) {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.95);
      width: 100%;
      height: 100%;
      padding-top: 0;
      padding-right: 0;

      .nav {
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
      }
    }
  }

  /* .gnav */
  .gnav {
    margin-left: auto;
    border-bottom: none;
    width: 100%;
    max-width: 1250px;

    @media (1920px <= width) {
      max-width: 1400px;
    }

    .gnav_list {
      align-items: center;
      justify-content: flex-end;

      @media (768px <= width <= 1024px) {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 80%;
        padding-top: 20vw;
        margin: 0 auto;
        gap: 3rem;
      }

      @media (width <= 767px) {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 80%;
        padding-top: 67px;
        margin: 0 auto;
        gap: 1rem;
      }
    }
    .gnav_list_item {
      font-size: 1.5rem;
      line-height: 1.2;
      flex-wrap: wrap;

      @media (768px <= width <= 1024px) {
        font-size: clamp(2rem, 3.5vw, 3rem);
      }
      @media (width <= 767px) {
        width: 100%;
        font-size: clamp(1.4rem, 4.5vw, 1.8rem);
        font-weight: bold;
      }
      
      &:first-of-type,
      &:last-of-type {
        margin-left: 1.5%;

      @media (width <= 1024px) {
          margin-left: 0;
        }
      }
      
      &:nth-child(1) /* マルチメディアエンジニアリングとは */ {
        flex: 1 1 clamp(325px, 17ch, 335px);
        
        @media (1025px <= width <= 1239px) {
          flex: 1 1 clamp(208px, 10ch, 212px);
        }
      }
      &:nth-child(2) /* 主なサービス */ {
        flex: 1 1 clamp(133px, 6ch, 143px);

        @media (1025px <= width <= 1239px) {
          flex: 1 1 clamp(110px, 4ch, 130px);
        }
      }
      &:nth-child(3) /* 施工事例 */ {
        flex: 1 1 clamp(98px, 4ch, 108px);

        @media (1025px <= width <= 1090px) {
          flex: 1 1 clamp(80px, 2ch, 90px);
        }
      }
      &:nth-child(4) /* 省エネソリューション */ {
        flex: 1 1 clamp(202px, 10ch, 212px);

        @media (1025px <= width <= 1239px) {
          flex: 1 1 clamp(148px, 7ch, 158px);
        }
      }
      &:nth-child(5) /* 企業情報 */ {
        flex: 1 1 clamp(98px, 4ch, 108px);

        @media (1025px <= width <= 1090px) {
          flex: 1 1 clamp(80px, 2ch, 90px);
        }
      }
      &:nth-child(6) /* お問い合わせ */ {
        flex: 1 1 clamp(132px, 6ch, 142px);

        @media (1025px <= width <= 1090px) {
          flex: 1 1 clamp(98px, 3ch, 108px);
        }
      }
      &:nth-child(7) /* 採用情報 */ {
        flex: 1 1 clamp(160px, 14.5vw, 200px);

        @media (1025px <= width <= 1090px) {
          flex: 1 1 clamp(130px, 4ch, 140px);
        }
      }

      @media (1920px <= width) {
        &:nth-child(1) { flex: 1 1 21vw; }
        &:nth-child(4) { flex: 1 1 14vw; }
        &:nth-child(2), &:nth-child(3), &:nth-child(5), &:nth-child(6) { flex: 1 1 10vw; }
        &:nth-child(7) { flex: 1 1 15vw; }
      }

      @media (width <= 1024px) {
        &:nth-child(n+1):nth-child(-n+7) {
          flex: none;
          width: 100%;
        }
      }

      span { display: inline-block; }
    }

    .contact_btn {
      height: 67px;
      font-size: 1.5rem;

      @media (width <= 1024px) {
        height: 75px;
        width: 100%;
        max-width: 550px;
        text-align: center;
        font-size: clamp(2rem, 3.5vw, 3rem);
        padding: 15px 0;
        margin-top: 15px;
      }
      
      &::after { display: none; }
    }

    .gnav_list_link {
      height: 67px;
      padding: 0 1vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      line-height: 1.2;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.2s;

      @media (1025px <= width <= 1327px) {
        padding: 0 0.1vw;
      }
      @media (width <= 1024px) {
        height: 56px;
        padding: 0;
        justify-content: flex-start;
      }

      &:hover {
        color: #FFF;
        background-color: #0F5CA8;
        opacity: 1;

        @media (width <= 1024px) {
          color: #222;
          background-color: transparent;
        }
      }
    }

    br.pc_medium {
      @media (width >= 1240px) { display: none; }
      @media (1025px <= width <= 1239px) { display: block; }
      @media (width <= 1024px) { display: none; }
    }
    br.pc_small {
      @media (width >= 1091px) { display: none; }
      @media (1025px <= width <= 1090px) { display: block; }
      @media (width <= 1024px) { display: none; }
    }
  }
}

/*--------------------------------------------
  採用情報配下用 ヘッダー
---------------------------------------------*/
.h_recruit {

  .recruit_top {
    min-width: 87px;
    margin-right: 2rem;
    color: #0F5CA8;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

    @media (1025px <= width <= 1060px) {
      min-width: 67px;
      margin-right: 1rem;
    }
    @media (width <= 1024px) {
      margin: 0 0 0 1em;
    }
  }

  .gnav {
    background-color: #0F5CA8;
    max-width: 1032px;

    @media (1920px <= width) {
      max-width: 1300px;
    }

    .gnav_list_item {
      line-height: 1.2;

      &:first-of-type,
      &:last-of-type {
        margin-left: 2%;

        @media (width <= 1024px) {
          margin-left: 0;
        }
      }
      &:nth-child(1) /* 採用メッセージ */ {
        flex: 1 1 clamp(130px, 7ch, 155px);
      }
      &:nth-child(2) /* 仕事内容 */ {
        flex: 1 1 clamp(100px, 4ch, 125px);
      }
      &:nth-child(3) /* 社員インタビュー */ {
        flex: 1 1 clamp(140px, 8ch, 165px);
      }
      &:nth-child(4) /* 社風・福利厚生 */ {
        flex: 1 1 clamp(140px, 7ch, 165px);
      }
      &:nth-child(5) /* 募集要項 */ {
        flex: 1 1 clamp(100px, 4ch, 125px);
      }
      &:nth-child(6) /* 応募フォーム */ {
        flex: 1 1 clamp(130px, 10.6vw, 160px);
      }
      @media (1920px <= width) {
        &:nth-child(1), &:nth-child(3) { flex: 1 1 12vw; }
        &:nth-child(2), &:nth-child(5) { flex: 1 1 10vw; }
        &:nth-child(4) { flex: 1 1 12vw; }
        &:nth-child(6) { flex: 1 1 14vw; }
      }
    }

    .gnav_list_link {
      color: #FFF;

      &:hover {
        color: #0F5CA8;
        background-color: #FFF;

        @media (width <= 1024px) {
          color: #FFF;
          background-color: transparent;
        }
      }
    }

    /* 子階層 */
    .gnav_recruit {
      cursor: pointer;

      .gnav_child {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        width: 100%;
        margin: 0 auto;
        padding: 40px 5%;
        left: 0;
        background-color: rgba(255,255,255,0.9);
        z-index: 0;
        transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
        transform: scaleY(0);
        transform-origin: center top;
        text-align: center;

        @media (width <= 1024px) {
          display: block;
          padding: 0;
          position: static;
          background-color: unset;
          visibility: unset;
          transition: none;
          transform: none;
          transform-origin: unset;
        }
      }

      /* 子階層ドロップダウン */
      &:hover .gnav_child {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
        
        @media (width <= 1024px) {
          display: block;
        }
      }
      .gnav_child li {
        position: relative;
        left: 0;
        margin-left: 3.5vw;
        min-width: 214px;

        @media (width <= 1024px) {
          margin: 0 0 10px 1em;
        }

        &:first-child {
          margin: 0 clamp(50px, 10vw, 200px) 0 0;
          min-width: 214px;

          @media (width <= 1200px) {
            margin: 0;
          }
        }

        a:hover { opacity: 1; }
        .img_area {
          overflow: hidden;

          img {
            width: 100%;
            height: auto;
            transition: transform .6s ease;
          }
        }
        a:hover .img_area {
          img {
            transform: scale(1.1);
          }
        }

        /* タイトル：仕事内容 */
        .gnav_ttl {
          width: 100%;

          img {
            width: 226px;
            margin-bottom: 5px;
          }
          span {
            font-size: 5rem;
            letter-spacing: 0.07em;
            font-weight: bold;
            color: #0F5CA8;
            display: block;
            width: 100%;
          }
        }

        /* ドロップダウンメニュー：電気工事士の仕事 / 一般事務の仕事 */
        .gnav_title {
          position: absolute;
          left: 5%;
          bottom: 5%;
          color: #FFF;
          text-align: left;

          @media (width <= 1024px) {
            position: static;
            display: flex;
            align-items: center;
          }
        }
        .num {
          font-size: 2.8rem;
          border: solid 3px currentColor;

          @media (width <= 1024px) {
            font-size: clamp(1.4rem, 4.5vw, 1.8rem);
            border: solid 2px currentColor;
            padding: 3px 10px;
            margin-right: 10px;
            line-height: 1.4;
          }
        }
        .gnav_title h3 {
          font-size: 4rem;
          font-weight: 500;
          letter-spacing: -0.01em;
          text-shadow: 0px 0px 5px rgba(64, 62, 62, 0.33);
          width: 100%;

          @media (width <= 1024px) {
            font-size: clamp(1.4rem, 4.5vw, 1.8rem);
            font-weight: normal;
            letter-spacing: -0.01em;
            text-shadow: none;
            display: inline-block;
          }

          span {
            display: inline-block;
          }
        }
      }
    }
  }
}

/*--------------------------------------------
  Footer フッター
---------------------------------------------*/
.footer {
  color: #FFF;
  background: url("/assets/img/logo_bg.png") no-repeat #222;
  background-position: right bottom;
  background-size: 859px;

  @media (width <= 767px) {
    background-position: right bottom;
    background-size: 96%;
  }

  a { color: #FFF; }

  .footer_in {
    padding: 74px 0 230px;
    width: 90%;
    position: relative;
    z-index: 50;

    @media (width <= 767px) {
      padding: 11% 0 23%;
    }
  }

  #page_top {
    position: fixed;
    z-index: 50;
    right: 5%;
    bottom: 0;

    a {
      position: relative;
      display: block;
      width: 60px;
      height: 130px;
      background: #0F5CA8;
      font-size: 1.4rem;
      letter-spacing: 0.08em;

      @media (width <= 767px) {
        width: 65px;
        height: 140px;
        font-size: 1.6rem;
      }
  
      &::after {
        position: absolute;
        left: 50%;
        bottom: 15%;
        transform: translateX(-50%);
        content: "PAGE TOP";
        writing-mode: vertical-rl;

        @media (width <= 767px) {
          bottom: 12%;
        }
      }
      &::before {
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;

        @media (width <= 767px) {

        }
      }
      &:hover {
        opacity: 1;
        background: linear-gradient(#fff500 0%, #cec601 100%);
        color: #222;
  
        &::before {
          border-top: 2px solid #000;
          border-left: 2px solid #000;
        }
      }
    }
  }

  .f-logo {
    background-color: #FFF;
    width: 230px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 10;
    text-align: center;

      &:hover {
        opacity: 1;
      }
      @media (width <= 767px) {
        width: 175px;
        top: -40px;
      }

    img {
      max-width: 178px;
      vertical-align: middle;
      margin: 8% auto 6%;

      @media (width <= 767px) {
        max-width: 136px;
      }
    }
  }

  .footer_detail {
    align-items: flex-start;
    justify-content: flex-start;

    @media (width <= 767px) {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  .f-company {
    max-width: 360px;
    width: 100%;

    @media (width <= 767px) {
      max-width: 100%;
    }

    address {
      font-style: normal;
      margin-bottom: 119px;
      font-size: 1.6rem;

      @media (width <= 767px) {
        margin-bottom: 15%;
      }
    }
    .f-company_name {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.6;
      padding-top: 2%;

      @media (768px <= width <= 1024px) {
        font-size: 1.7rem;
      }
      @media (width <= 767px) {
        font-size: 1.6rem;
      }
    }
    .f-company_add {
      padding: 7% 0;
      line-height: 1.6;

      @media (width <= 767px) {
        padding: 4% 0;
      }
    }
    .f-company_tel {
      justify-content: flex-start;

      @media (width <= 767px) {
        display: block;
      }

      p {
        width: 48%;
      }
      a {
        text-decoration: underline;
        margin-right: 10px;
      }
    }
    .btn.type_03 {
      margin-bottom: 15px;
      padding: 21px 0 19px;
    }
    .btn.type_02 {
      padding: 21px 0 19px;
    }
  }

  .f-sitemap {
    margin-left: 10%;
    max-width: 750px;
    width: 100%;

    @media (768px <= width <= 1112px) {
      margin-left: 6%;
    }

    @media (width <= 767px) {
      margin: 15% 0 0 0;
    }
    a {
      line-height: 2;

      &:hover {
        text-decoration: underline;
        opacity: 1;
      }
    }
    .f-sitemap_list {
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: baseline;
      font-size: 1.6rem;

      @media (width <= 767px) {
        padding: 4% 0 3%;
        width: 100%;
      }
      &:not(:first-child) {
        padding: 2% 0;

        @media (width <= 767px) {
          padding: 3% 0;
        }
      }
      &:first-child {
        padding: 0 0 2% 0;

        @media (width <= 767px) {
          padding: 0 0 3% 0;
        }

        .f-sitemap_list_item.category {
          width: 100%;
        }
      }
      &:nth-child(-n+3),
      &:nth-last-child(2) {
        border-bottom: solid 1px #FFF;
      }
      &:last-child {
        .f-sitemap_list_item.category {
          width: auto;

          @media (width <= 767px) {
            width: 100%;
          }
        }
      }
      .f-sitemap_list_item {
        padding-right: 7%;
        line-height: 2.8;

        @media (width <= 767px) {
          padding-right: 0;
          line-height: 2;
        }
        &.category {
          font-weight: bold;
          width: 120px;

          @media (width <= 767px) {
            padding-bottom: 2%;
            width: 100%;
          }
        }
        &:last-child {
          padding-right: 0;
        }
        .f-sitemap_list_link.no_link:hover {
          opacity: 1;
          cursor: unset;
          text-decoration: none;
        }
      }
      &:nth-of-type(n+3):nth-last-of-type(n+2) {
        > .category {
          /* width: 120px; */

          @media (width <= 767px) {
            width: 100%;
            padding-bottom: 1.5%;
          }
        }
      }
      &:first-child > .category {
        @media (width <= 767px) {
          padding-bottom: 0;
        }
      }
      &:nth-of-type(2) > .category {
        width: 151px;
      }
    }

    /* 採用情報リスト */
    .f-sitemap_list.recruit {

      > .f-sitemap_list_item.flex {
        width: 65%;

        @media (768px <= width <= 976px) {
          width: 75%;
          flex-wrap: wrap;
        }
        @media (width <= 767px) {
          width: 100%;
        }

        .f-sitemap_list_link {
          width: 38%;

          @media (width <= 767px) {
            width: 37%;
          }
        }
      }
      .f-sitemap_list_item.null {
        width: 120px;

        @media (width <= 976px) {
          display: none;
        }
        @media (width <= 767px) {
          display: none;
        }
      }
      .f-sitemap_list_item.indent {
        text-indent: 120px;

        @media (width <= 976px) {
          text-indent: 0;
        }
        @media (width <= 767px) {
          text-indent: 0;
        }
      }
      .job_list {
        width: 100%;
        text-indent: -0.5em;
        padding-left: 0.5em;
  
        .f-sitemap_list_item {
          line-height: 2;
  
          &::before {
            content: "・";
            display: inline-block;
            vertical-align: middle;
          }
        }
      }
      /* 採用情報リスト 1行目 */
      &.list01 {
        padding: 2% 0;
      }
      /* 採用情報リスト 2行目以降 */
      &.list02 {
        padding: 0 0 2%;
      }
    }
  }

  .footer_btm {
    @media (width <= 767px) {
      padding-bottom: 47%;
    }
    .footer_copy {
      padding-bottom: 3%;
      display: block;
      font-size: 1.3rem;
      text-align: center;

      @media (width <= 767px) {
        padding-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: left;
      }
    }
  }
}


/*--------------------------------------------
  Animation Fade
---------------------------------------------*/
.fadeUp,
.topfade {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.topfadeTrigger {
  opacity: 0;
}

/*--------------------------------------------
  Animation Mask
---------------------------------------------*/
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask_wrap {
  display: block;
}
.mask_wrap.mask_wrap_inline {
  display: inline-block;
}
.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mask_wrap .mask_inner {
    visibility: visible;
  }
}