.site_logo {
  width: 25rem;
}


.gnavi {
  position: fixed;
  background-color: #AF9263;
  border-radius: 3rem;
  padding: 1.7rem 2rem;
  color: #fff;
}

.h_nav_list {
  display: flex;
  gap: 4rem;
}

.tech_hmb_btn {
  display: none;
}

/* 作成者名：佐々木 */

/*----------
HEADER
----------*/
.tech_top_header {
  max-width: 128rem;
  width: 100%;
  height: 7rem;
  padding: 0 2rem;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: var(--NotoSans);
  position: sticky;
  top: 0;
  z-index: 9999;
}

.tech_header_nav {
  display: flex;
}

/*-------サイトロゴ-------*/
.tech_header_sitelogo {
  width: 22rem;
}

.tech_sitelogo_link {
  display: block;
}

.list_item_container {
  display: flex;
  gap: 1rem;
}

.lang_select_btn {
  display: flex;
}

/*--------リストボタン---------*/
.tech_header_list li {
  display: flex;
  font-size: 1.6rem;
  height: 4rem;
  text-align: center;
  line-height: calc(26 / 10);
  font-weight: 500;
}

/*-------技術一覧ボタン-------*/
.tech_header_project {
  color: #ffffff;
  background-color: #03A64D;
  border-radius: 0.6rem;
  transition: .3s;
}

.tech_header_project:hover {
  color: #03A64D;
  background-color: #ffffff;
  border: #03A64D solid 1px;
  transition: .5s;
}


.header_project_link {
  padding: 0 3rem;
}


/*-------会員登録ボタン-------*/
.tech_header_member {
  color: #03A64D;
  background-color: #ffffff;
  border-radius: 0.6rem;
}

.tech_header_member:hover:not(:last-child) {
  color: #ffffff;
  background-color: #03A64D;
  border: #03A64D solid 1px;
  transition: .5s;
}


.header_member_link {
  font-weight: bold;
  line-height: calc(24 / 10);
  /*border分2を引いて*/
  border: 0.1rem solid #03A64D;
  border-radius: 0.6rem;
  padding: 0 0.6rem;
}

/*-------マイページボタン-------*/
.tech_header_mypage {
  color: #ffffff;
  background-color: #FFA700;
  border-radius: 0.6rem;
}

.header_mypage_link {
  padding: 0 1.6rem;
}

/*-------言語設定ボタン-------*/
.tech_header_list {
  display: flex;
  gap: 2rem;
  font-size: 1rem;
}

/*--JPアクティブ--*/
.lang_list_items {
  cursor: pointer;
}

/* JP */
.jp_header_list {
  color: #000000;
  background-color: #ffffff;
}

.jp_lang_link {
  font-weight: bold;
  line-height: calc(24 / 10);
  /*border分2を引いて*/
  border: 0.05rem solid #000000;
  border-radius: 0.6rem 0 0 0.6rem;
  padding: 0 1.1rem;
}

/* EN */
.en_header_list {
  border-radius: 0 0.6rem 0.6rem 0;
  color: #ffffff;
  background-color: #000000;
}

.en_lang_link {
  padding: 0 1.1rem;
}

/*--ENアクティブ--*/
/* JP */
.header_lang_active .jp_header_list {
  border-radius: 0.6rem 0 0 0.6rem;
  color: #ffffff;
  background-color: #000000;
}

.header_lang_active .jp_lang_link {
  font-weight: normal;
  line-height: calc(26 / 10);
  border: none;
  padding: 0 1.1rem;
}

/* EN */
.header_lang_active .en_header_list {
  color: #000000;
  background-color: #ffffff;
}

.header_lang_active .en_lang_link {
  font-weight: bold;
  line-height: calc(24 / 10);
  /*border分2を引いて*/
  border: 0.05rem solid #000000;
  border-radius: 0 0.6rem 0.6rem 0;
  padding: 0 1.1rem;
}

/*-------言語設定ボタン-------*/


/* 下層ヘッダー */
.page_title_wrap {
  position: relative;
  width: 100%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/about_fv.jpg);
  background-size: cover;
  background-position: 0rem;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  padding: 0 2rem;
}

.page_title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0;
}

.page_title_en {
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(47 / 28);
  text-align: center;
}

.page_title_ja {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(36 / 18);
  position: relative;
  text-align: center;
}

.main_visual_btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  padding: 1.9rem 2.4rem;
  background-color: #00A64D;
  border-radius: 1rem;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.header_nav_translation {
  margin-left: 2rem;
  display: flex;
  align-items: center;

  a {
    display: block;
    border: 0.05rem solid #000000;
    line-height: calc(24 / 10);
    background-color: #000;
    color: #fff;
  }

  .lang_list_items:last-child {
    border-radius: 0 0.6rem 0.6rem 0;
  }

  a.active {
    background-color: #fff;
    color: #000;
    border: 0.05rem solid #000000;
  }
}

.sp_menu {
  display: none;
}

/* <!-- company-pdf download fvエリア↓ --> */
.pdf_fv_wrapper {
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/pdf_fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pdf_main_title {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

/* <!-- company-pdf download fvエリア↑ --> */



.search_area {
  width: 30rem;
  /* background-color: #F1FBF3; */
  margin: 0 auto;

  .input_area {
    display: flex;
    margin: 0 auto 2.0rem auto;

    .projects_search {
      width: 25.0rem;
      background-color: #FFFFFF;
      border: #26A64D 0.15rem solid;
      padding-left: 2.0rem;

      &::placeholder {
        font-weight: 300;
        font-size: 1.4rem;
        color: #A0A0A0;
        line-height: calc(40 / 14);

      }
    }

    .search_btn_img {
      width: 4.0rem;
      background-color: #26A64D;
      border: #26A64D 0.15rem solid;
      background-image: url('../img/search.svg');
      background-size: 2.5rem 2.5rem;
      background-position: top 0.7rem left 0.7rem;
      background-repeat: no-repeat;
      cursor: pointer;
    }
  }

  .keyword_list {
    display: flex;
    flex-wrap: wrap;
    width: 73.0rem;
    margin: 0 auto 2.0rem auto;
    gap: 0.8rem 1.7rem;
    display: none;

    li {
      font-size: 1.2rem;
      color: #26A64D;
      line-height: calc(20 / 12);
      border: #26A64D 0.1rem solid;
      background-color: #FFFFFF;
      border-radius: 0.6rem;
      padding: 0 1.4rem;
    }

    li.selected {
      color: #fff;
      background-color: #26A64D;
    }

    label {
      font-size: 1.2rem;
      color: #26A64D;
      line-height: calc(20 / 12);
      border: #26A64D 0.1rem solid;
      background-color: #FFFFFF;
      border-radius: 0.6rem;
      padding: 0 1.4rem;
    }

    label:has(:checked) {
      color: #fff;
      background-color: #26A64D;
    }
  }
}




@media screen and (max-width: 699.98px) {

  .tech_top_header {
    padding: 0 1rem;
  }

  .tech_header_sitelogo {
    width: 17rem;
  }

  .tech_header_list {
    display: none;
  }

  .tech_header_nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .pdf_fv_wrapper {
    height: 12rem;
  }

  /* ハンバーガーメニュー */
  .tech_hmb_btn {
    display: none;
    width: 3rem;
    height: 2.2rem;
    /* background-color: #03A64D; */
    position: relative;
    z-index: 11;
  }

  .hmb_btn_border {
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #707070;
    position: absolute;
    left: 0;
    transition: all .5s;
  }

  .hmb_btn_border:first-child {
    top: 0;
  }

  .hmb_btn_border:nth-child(2) {
    top: 0.9rem;
  }

  .hmb_btn_border:last-child {
    bottom: 0;
  }


  .tech_hmb_open .hmb_btn_border:first-child {
    transform: translateY(0.9rem) rotate(-45deg);
    /* position: fixed; */
  }

  .tech_hmb_open .hmb_btn_border:nth-child(2) {
    transform: rotate(45deg);
  }

  .tech_hmb_open .hmb_btn_border:last-child {
    transform: translateY(-1rem) rotate(45deg);
  }

  .sp_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 100vh;
    background-color: #00A64D;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 7rem 3rem 3rem;
    transition: .5s;
  }

  .sp_menu_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
  }

  .tech_hmb_btn.active {
    position: fixed;
    right: 1rem;
  }

  .sp_menu.active {
    visibility: visible;
    opacity: 1;
    transition: .5s;
    position: fixed;
  }

  /* 下層ヘッダー */
  .page_title_wrap {
    height: 12rem;
    gap: 1.1rem;
    background-size: 128rem;
    background-position: -46rem;
  }

  .page_title_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 0;
  }

  .page_title_en {
    line-height: calc(43 / 28);
  }

  .page_title_ja {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    line-height: calc(21 / 14);
  }


  /* sp_navエリア */
  .sp_nav_flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
  }

  .sp_nav_link {
    font-size: 1.3rem;
    font-weight: 600;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03A64D;
    color: #fff;
    padding: 0.5rem;
  }

  .member_registration_btn {
    background-color: #fff;
    color: #03A64D;
    border: 0.1rem solid #03A64D;
  }

  .header_contact_btn {
    background-color: #F1FAF2;
    color: #03A64D;
  }

  .my_page_btn {
    background-color: #FFA700;
  }

  /* ハンバーガメニュー */
}