@charset "UTF-8";

/*
Theme Name: Genesis Partners
Theme URI: https://www.talent-genesis.com
Author: NewCloud Corp.
Author URI: https://www.newcloud.vc/
Description: This is the official website of Genesis Partners.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: 
License URI: 
Text Domain: genesis-partners
Tags: 
*/


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #0E0E0E;
}

body {
  font-family: "DM Sans", sans-serif;
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p,
li,
dt,
dl {}

p {}

li {}

a {
  text-decoration: none;
  cursor: pointer
}

img {
  width: 100%;
  border: 0;
}

address {
  font-style: normal;
}

header,
footer {
  background-color: #0E0E0E;
  color: white;
}

.growup {
  animation-name: growup;
  animation-duration: 1500ms;
  opacity: 0;
  transform: scale(0.9);
}

.growuplate {
  animation-name: growup;
  animation-duration: 1000ms;
  opacity: 0;
  transform: scale(0.9);
}


.rightslide {
  animation-name: growup;
  animation-duration: 1000ms;
  opacity: 0;
  transform: translateX(-100px);
}

.leftslide {
  animation-name: growup;
  animation-duration: 1500ms;
  opacity: 0;
  transform: translateX(100px);
}

.topslide {
  animation-name: growup;
  animation-duration: 1500ms;
  opacity: 0;
  transform: translatey(100px);
}



.wrapper {
  width: 100vw;
  background-color: #0E0E0E;
  color: white;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 60px;
  background-color: #0E0E0E;
}

.header_inner {
  height: 0;
}

.header_logo-block {
  padding: 0.6rem 0 0.5rem 1rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;

}

.logo {
  width: 40px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.logo-name {
  margin: 0.5rem;
  width: 220px;
  font-size: 22px;
  line-height: 1;
  color: #13B1FA;
  font-weight: 700;
  transition: font-size 0.3s ease, width 0.3s ease;
}

.logo-name_sub {
  font-size: 12px;
  width: 210px;
  margin: -4px 0 0 5px;
  font-weight: 400;
  color: #FFF;
}


.gnav {
  background-color: #0E0E0E;
  transform: translateY(-50vh);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
  /* visibility の遅延を設定 */
  visibility: hidden;
}

.gnav.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.gnav_list {
  padding: 1rem 0;
}

.gnav_link {
  padding: 2rem;
  display: flex;
  align-items: center;
}

.gnav_link.active {
  color: #14B4FE;
}

.gnav_item {}

.cta-btn {
  padding: 1.5rem;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  fill: #FFF;
  justify-content: center;
  border: #ccc 1px solid;
  margin: 0 2rem;
}

.cta-btn:hover {
  fill: #14B4FE;
  color: #14B4FE;
}


.hamburger-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  gap: 0.6rem;
}

.hamburger {
  width: 30px;
  height: 1px;
  background-color: #FFF;
  transition: transform 0.3s, top 0.3s;
}

.section_header {
  width: 100%;
}

.section_header.right {
  width: auto;
}

.section_subtitle {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
}

.page_title {
  margin-bottom: 0.4rem;
}

.section_subtitle.contact {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section_subtitle.blue {
  color: #14B4FE;
}

.section_title {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 200;
}

.bold {
  font-weight: 600;
}

.section_discription {
  line-height: 1.5;
}

.section_discription_center {
  line-height: 1.5;
}

.strong_primary {
  color: #14B4FE;
}

.first-view_top {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 2rem;
}

.first-view_top .section_title .strong_primary {
  display: inline-block;
}

.hero-card {
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), transparent);
  position: relative;
  z-index: 30;
  padding: 6rem 2rem 2rem;
}

.first-view_movie {
  position: absolute;
  top: 0;
  height: 100%;
  transition: transform 2s, top 2s;
}

.input_wraper {
  margin-top: 2rem;
}

.search_input {
  margin-bottom: 1rem;
  width: 100%;
  border-color: white;
  border-radius: 50px;
  padding: 1.5rem 2rem;
  border: white 1px solid;
  background-color: rgba(255, 255, 255, 0.3);
}

.search_input::placeholder {
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
}

.search_btn {
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(to right, #14B4FE, #067CB2);
  border-radius: 50px;
  border-color: transparent;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.joblist_bg-shadow {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.keyword_list {
  display: none;
}

.keyword_item {
  margin: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 50px;
  border: white solid 1px;
}

.keyword_link {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.keyword {
  font-size: 12px;
}

.bg_dots {
  display: none;
}

.first-view_btm {
  padding: 1rem;
}

.find_cta_inner {
  margin: 1rem 0;
  padding: 3rem 2rem;
  border: 1px solid #0783BB;
  border-radius: 10px;
}

.find_cta_inner .section_discription {
  margin: 2rem 0;
}

.latest-jobs {
  position: relative;
  margin: 1rem 0 3rem;
  padding: 0 2rem;
}



.position_absolute {
  margin-top: -2rem;
}

.primary-btn {
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 2rem;
  background: linear-gradient(to right, #14B4FE, #067CB2);
  border-radius: 50px;
  border-color: transparent;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}


.btn_text {
  font-size: 14px;
  margin: 0;
}

.job_content {
  margin: 3rem auto 1rem;
  position: relative;
}

.job_content_bg {
  width: 200px;
  height: 180px;
  position: absolute;
  background: radial-gradient(rgba(20, 180, 254, 0.3) 10%, rgba(20, 180, 254, 0.1), transparent);
  filter: blur(10px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.job_content_bg.left {
  width: 120px;
  height: 100px;
  bottom: -8rem;
}

.job_content_bg.cnt {
  top: 10rem;
  right: 0;
}

.job_content_bg.right {
  bottom: 0;
  right: 0;
}


.job_content_prev {
  position: absolute;
  display: flex;
  width: 40px;
  height: 75%;
  align-items: center;
  top: 0%;
  left: -1.5rem;
}

.job_content_next {
  position: absolute;
  display: flex;
  width: 40px;
  height: 75%;
  align-items: center;
  top: 0%;
  right: -2rem;
}

.job_list {
  position: relative;
  z-index: 10;
  padding: 0 1rem;
}

.job_card_inner {
  margin: 0;
  padding: 3rem 1.5rem;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #161616;
}

.job_tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  padding: 0.5rem 1.5rem;
  background-color: #252525;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}

.job_tag.detail {
  top: 3rem;
  right: 1rem;
  color: #14B4FE;
  background-color: #FFF;
  border-radius: 10px;
}

.job_published {
  font-weight: 300;
  margin-bottom: 1rem;
}

.sectors,
.salary {
  font-size: 14px;
}


.job_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.job_delimiter {
  margin: 0.5rem 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.job_title_discription {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}


.job_detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
  height: 40px;
}

.job_icon {
  fill: #14B4FE;
  width: 26px;
  height: auto;
}

.job_icon.salary {
  width: 24px;
}

.more_apply_btn {
  padding: 2rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.secondary-btn {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  color: #14B4FE;
  font-weight: 600;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.read-more {
  font-size: 18px;
  color: white;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.arrow_left {
  width: 22px;
  height: 22px;
}

.arrow_right {
  width: 22px;
  height: 22px;
}

.arrow_left.blue {
  fill: #14B4FE;
}

.arrow_right.blue {
  fill: #14B4FE;
}

.arrow_right.white {
  fill: white;
}

.job_content_icon {
  width: 32px;
}

.bg {
  position: absolute;
  background: radial-gradient(rgba(20, 180, 254, 0.3) 10%, rgba(20, 180, 254, 0.1));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.bg.section_title {
  filter: blur(40px);
  width: 160px;
  height: 120px;
  top: 0;
  left: 1rem;
}

.bg.latest-jobs_left {
  bottom: 0;
  width: 200px;
  height: 200px;
  filter: blur(40px);
}

.bg.latest-jobs_right {
  top: -4rem;
  right: 0rem;
  width: 200px;
  height: 200px;
  filter: blur(40px);
}

.bg.contentlist_right {
  right: 0;
  bottom: 10rem;
  width: 180px;
  height: 140px;
  filter: blur(40px);
}

.bg.message_left {
  width: 220px;
  height: 220px;
  left: 1rem;
  top: 6rem;
  filter: blur(40px);
}

.bg.message_right {
  width: 260px;
  height: 240px;
  right: 6rem;
  top: 6rem;
  filter: blur(40px);
  background: radial-gradient(rgba(20, 180, 254, 0.5) 10%, rgba(20, 180, 254, 0.1));
}

.bg.footer_left {
  width: 140px;
  height: 100px;
  filter: blur(50px);
  left: -4rem;
  top: 2rem;
}

.bg.footer_right {
  width: 180px;
  height: 150px;
  filter: blur(40px);
  right: 1rem;
  top: 30%;
}


.about {
  position: relative;
  z-index: 10;
  background-image: url(img/about_bg.jpg);
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: 60% 0;
  background-size: 130%;
}

.about_bg-shadow {
  padding-top: 20rem;
}

.news-insights {
  position: relative;
  margin: 2rem 0 3rem;
  padding: 2rem;
}

.news-insights_content {
  position: relative;
  z-index: 10;
  padding-top: 2rem;
}

.news-insights_list {
  padding: 0;
  list-style: none;
}

.news-insights_item {
  margin-bottom: 2rem;
}

.news-insights_card {
  position: relative;
}

.news_tag {
  font-size: 13px;
  color: #14B4FE;
  background-color: #FFF;
  display: inline;
  padding: 0.5rem 2rem;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
}

.news_cover {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 50vh;
  width: 100%;
}

.news_content-img {
  border-radius: 10px;
  object-fit: cover;
  height: 260px;
}

.news_tag.detail {
  top: 9rem;
  border-radius: 10px;
}

.news-insights_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 2rem;
  line-height: 1.5;
}

.news-insights_category_block {
  padding: 2rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}


/* グレーアウトされたターム */
.news-insight_category.disabled {
  color: #999;
  /* グレーのテキストカラー */
  pointer-events: none;
  /* リンクを無効化 */
  text-decoration: none;
  /* 下線を削除 */
}


/* ホバー時に下線を表示するターム */
.news-insight_category:not(.disabled):hover {
  text-decoration: underline;
  /* ホバー時に下線を表示 */
}




.contact-us {
  position: relative;
  margin: 2rem 0 0;
  /* background-image: url(img/contact-us_bg.jpg); */
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: 42% 0%;
  background-size: 100% 110%;
}

.accent-btn {
  position: relative;
  z-index: 20;
  margin-top: 1rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 2rem;
  background: #ffffff;
  border-radius: 50px;
  border-color: transparent;
  color: #14B4FE;
  font-size: 18px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  gap: 1rem;
}

.accent-btn.form {
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  gap: 1rem;
}

.contact-us_bg-shadow {
  /* background: linear-gradient(to right, rgba(20, 180, 254, 0.7), transparent); */
  background-color: rgba(20, 180, 254, 0.7);
}

.contact-us_bg {
  width: 45%;
  position: absolute;
  right: 2rem;
  bottom: 0;
}

.text_col_left {
  padding: 3rem 2rem 2rem;
  position: relative;
  z-index: 10;
}

.footer_wrapper {
  padding: 2rem 0;
  position: relative;
}

svg#logo\ footer {
  width: 60px;
}

.linkedin-svg {
  padding: 0.7rem;
  width: 45px;
  height: 45px;
  border: #888 1px solid;
  border-radius: 50%;

}

.footer_grid {
  padding: 1rem 2rem;
  position: relative;
  z-index: 10;
}

.logo-name.footer {
  font-size: 24px;
}

span.logo-name_sub.footer {
  font-size: 10px;
}

.footer_logo-block {
  display: flex;
  margin: 1rem auto 3rem;
  align-items: center;
  justify-content: center;
}

.footer_site_col {
  margin-bottom: 2rem;
}

.footer_site-detail {
  font-size: 14px;
  color: #888;
  line-height: 1.8;
}

.site-detail_strong {
  font-size: 16px;
  color: white;
}

.sns_link-block {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  gap: 2rem;
  justify-content: center;
}

.sns_link_btn {
  padding: 0.7rem;
  width: 45px;
  height: 45px;
  border: #888 1px solid;
  border-radius: 50%;
}

.footer_link_area {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 1rem;
}

.footer_link_col {
  margin: 1rem 0;
}

.footer_link_item {
  margin: 1rem 0;
}

.footer_link_cat {
  font-weight: bold;
  font-size: 18px;
}

.footer_link {
  padding: 0.25rem 0;
  color: #888;
}

.none {
  display: none;
}

.link_delimiter {
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #888;
}

.footer_other_link {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
}

.copyright {
  padding: 1rem 0;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.copyright_link {
  text-decoration: underline;
  margin: 0 5px;
}


.sns_link_btn.instagram {
  opacity: 40%;
  background-image: url(img/sns_icon.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50% 50%;
}

.cover_wrapper_about {
  background-image: url(img/cover_about.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: 30% 0%;
  background-size: 120% auto;
  margin-top: 60px;
  opacity: 70%;
}

.cover_bg-shadow {
  padding-top: 15rem;
}

.message {
  margin: 1rem 0 15rem;
  position: relative;
  background-color: #000000;
}

.message_img {
  background-image: url(img/about-us_message_human.png);
  position: absolute;
  right: 2rem;
  bottom: -16rem;
  width: 50%;
  background-size: 100%;
  height: 280px;
  background-repeat: no-repeat;
}

.massage_text {
  padding: 4rem 2rem 1rem;
}




.service {
  position: relative;
  padding: 1rem 0 3rem;
}

.service_content {
  margin: 1rem 0;
  padding: 1rem 2rem;
  position: relative;
  z-index: 30;
}

.service_img {
  border-radius: 10px;
}

.content_title {
  padding: 1rem 0 1rem;
}

.service_content_title {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.breadcrumbs {
  background-color: #171616;
  padding: 1rem 0;
  color: #fff;
}

.breadcrumbs {
  padding: 1rem;
}

.breadcrumbs_list {
  overflow: scroll;
  white-space: nowrap;
}

.breadcrumbs_list,
.breadcrumbs_item,
.breadcrumbs_link {
  display: flex;
  gap: 0.5rem;

}


.article_title {
  position: relative;
  margin-top: 60px;
  padding: 3rem 1rem 1rem;
}

.article_tittle_heading {
  font-size: 40px;
  padding: 0 0 1rem 0;
  font-weight: 600;
}


.article_inner {
  padding: 2rem;
  line-height: 1.8;
  background-color: white;
  color: #0e0e0e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.article_title_bg {
  width: 100px;
  height: 80px;
  position: absolute;
  background: radial-gradient(rgba(20, 180, 254, 0.3) 10%, rgba(20, 180, 254, 0.1), transparent);
  filter: blur(10px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  display: none;
}

.article_title_bg.left {
  left: 0;
  top: 4rem;
}

.article_title_bg.right {
  right: 0;
  bottom: 2rem;
}


.error {
  padding: 4rem 1rem;
}

.text_col_center {
  margin: 4rem 0;
  text-align: center;
}

.slick-dots {
  padding: 0 2rem 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.slick-dots li button {
  font-size: 0px;
  width: 10px;
  /* ドットの幅 */
  height: 10px;
  /* ドットの高さ */
  border-radius: 50%;
  /* ドットを丸く */
  background-color: #888;
  /* ドットのデフォルトの色 */
}

.slick-dots li.slick-active button {
  background-color: #FFF;
  /* 選択された時の色 */
}

.article_inner ol {
  list-style: auto;
  padding: 1rem;
}

.article_inner ul {
  list-style-type: disc;
  padding: 1rem;
}

li.article_item.nomber:last-child {
  margin-bottom: 0;
}

.article_item {
  margin-bottom: 1rem;
}

.article_inner p {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 400;
}

.article_inner h1 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 1rem;
}

.article_inner h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1rem;
}

.article_inner h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1rem;
}

.article_inner h4 {
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 500;
}

.article_inner h5 {
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
}

.article_inner h6 {
  margin-top: 1rem;
  font-weight: 500;
}


.article_pulished {
  margin-top: 2rem;
  text-align: right;
}

.cover_wrapper {
  margin-top: 60px;
}

.job {
  position: relative;
  z-index: 20;
  background-image: url(img/cover_joblist.jpg);
  background-repeat: no-repeat;
  background-position: 80% 0;
  object-fit: cover;
  background-size: 270%;
}

.job-search {
  position: relative;
  padding: 0 2rem 4rem;
}

.search_cat {
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 600;
}

ul.search_list {
  margin-bottom: 1rem;
}

li.search_item {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}

li.search_item:last-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}

.search_cat_name {
  display: flex;
  align-items: end;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox label {
  cursor: pointer;
  display: block;
  position: relative;
}

.custom-checkbox input+span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-color: transparent;
  margin-right: 5px;
  border-radius: 3px;
}

.custom-checkboxspan {
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked+span::after {
  content: "";
  display: block;
  height: 6px;
  width: 13px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  transform: rotate(-45deg);
  left: 4px;
  top: 0;
  bottom: 4px;
  margin: auto;
}

.custom-checkbox input:checked+span::before {
  border: none;
  background-color: #14B4FE;
}


.search_result-sort {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 4rem;
}

#filter {
  display: none;
}

.filter-btn {
  position: relative;
  z-index: 10;
  letter-spacing: 4px;
  padding: 1rem 2rem;
  text-align: center;
  border: 1px #fff solid;
  border-radius: 10px;
  font-weight: 600;
  margin: 3rem 0 1rem;
}

.search_sidebar {
  position: relative;
}

li.job_item {
  margin-bottom: 2rem;
}

.pagenation_area {
  padding: 2rem 0;
}

ul.pagenation_list,
ul.pegenation_list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}

.pagenation_item a,
.pegenation_item a {
  border: 1px #FFF solid;
  border-radius: 5px;
  padding: 0.4rem 0.6rem;
}

.fixed_cta {
  position: fixed;
  z-index: 60;
  bottom: 0.5rem;
  right: 1rem;
}

.apply {
  padding: 1rem 1rem 3rem;
  background: linear-gradient(#067EB5, #13B1FA);
}

.form_wrapper {
  position: relative;
  padding-bottom: 2rem;

}

.form-item {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 2rem;
}

.form-item textarea {
  height: 200px;
}

.label_title {
  margin-bottom: 0.5rem;
}

.form_text {
  width: 100%;
  border: 1px solid #FFF;
  padding: 0.8rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

.form_text.contact {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

.form_file {
  border: 1px solid #FFF;
  padding: 50px 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

label.form_file.contact {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

input.form_file.contact {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

.Confirmation-consent {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.cover_wrapper_insights {
  background-image: url(img/cover_joblist.jpg);
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 80%;
  filter: grayscale(100%);
}

.insights_bg-shadow {
  padding-top: 5rem;
}

section.insights {
  padding: 1rem 2rem;
}

.insights_sidebar {
  padding: 1rem;
}

.sidebar_popular_insights {
  font-weight: 600;
  font-size: 24px;
}

.insights_sidebar_group {
  padding: 2rem 0;
}

.insights_thumbnail_list {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.insights_thumbnail {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 40% auto;
}

img.thumbnail {
  width: 100%;
}

.cover_wrapper_cotact-form {
  background-image: url(img/cover_joblist.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-form_bg-shadow {
  padding-top: 10rem;
  background: linear-gradient(45deg, #0E0E0E, transparent);
}

.contact_bg {
  width: 200px;
  height: 180px;
  position: absolute;
  background: radial-gradient(rgba(20, 180, 254, 0.2) 10%, rgba(20, 180, 254, 0.1), transparent);
  filter: blur(10px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.contact_bg.left {
  top: -9rem;
  left: -3rem;
}

.contact_bg.right {
  width: 140px;
  height: 100px;
  right: 0;
  bottom: 0;
}


button.primary-btn {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 1rem;
  justify-content: center;
}

.form_conmpleted {
  padding: 3rem 2rem;
}

.cover_wrapper_confirm {
  margin-top: 4rem;
}

.confirm_title {
  font-size: 18px;
  font-weight: 600;
}

.confirm_input {
  font-weight: 300;
}

.confirm_btn {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.button_position {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.is-highlight.term-0 {
  /* キーワードのハイライトやスタイルを無効にするためのCSS */
  color: #FFF;
  /* テキストカラーを初期値に戻す */
  background-color: initial !important;
  /* 背景色を初期値に戻す */
  /* 他に必要なスタイルがあれば追加してください */
}

.codedropz-upload-handler {
  display: none;
}

#sort-form {
  position: relative;
}

.sort-list {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-right: 1rem;
}

.sort_icon {
  position: absolute;
  right: 0;
  top: 40%;
}

.block_between {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.pagenation_item.current a {
  background: linear-gradient(to right, #14B4FE, #067CB2);
  border: none;
}

.fixedbtn {
  position: fixed;
  bottom: 3%;
  right: 0.9%;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: #FFF 1px solid;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}

.fixed-topbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.fixed-topbtn>svg {
  width: 18px;
  height: auto;
}

.pagetop {
  text-align: center;
  color: #FFF;
  font-weight: 600;
}

.cover_wrapper_insightdetail {
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 150%;
  background-position: 50% 0%;
}

.insight_wrapper {}

.insightdetail_block {
  position: relative;
  padding: 5rem 1rem 2rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.back-btn_block {
  padding: 1rem 0 5rem;
}




.select_icon {
  position: absolute;
  right: 1rem;
  top: 1.3rem;
}

.contact_note {
  font-size: 28px;
  text-align: center;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  padding: 1rem 0 3rem;
}



.comingsoon_wrapper {
  position: fixed;
  z-index: 500;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(img/bg_comingsoon.jpg);
  background-size: 380%;
  background-position: 85% 0;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100vw;
  height: 120vh;
  margin-top: -2rem;
}

.comingsoon_block {
  padding: 2rem;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comingsoon_logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.comingsoon_logo {
  width: 120px;
}

.comingsoon_logo-name {
  width: 120%;

}

.comingsoon_logo-name_sub {
  width: 100%;
}

.twitter-svg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.2rem;
  width: 45px;
  height: 45px;
  border: #888 1px solid;
  border-radius: 50%;
}

.find_cta_group {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  gap: 1rem;
}

.gnav_item:last-child {
  display: flex;
  padding: 2rem;
  flex-direction: row;
  justify-content: space-around;
}


.contact_column_block {
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.whatsapp_link {
  position: fixed;
  bottom: 5.4rem;
  right: 0.9%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;

  svg {
    width: 40px;
    fill: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: auto;
    background-color: transparent;
    transition: background-color 0.5s ease;
  }

  .header.scrolled {
    background-color: #0E0E0E;
    /* スクロール時の背景色 */
  }

  .header_inner {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s, ;
    height: auto;
  }

  .header_logo-block {
    padding: 0;
  }

  .logo {
    width: 70px
  }

  .logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .logo-name {
    width: 340px;
  }


  .logo-name_sub {
    width: 280px;
  }

  .gnav {
    display: block;
    background-color: transparent;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;

  }

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

  .gnav_item {
    padding: 0;
  }

  .gnav_item:last-child {
    padding: 0;
    justify-content: row;
    gap: 1rem;
  }

  .gnav_link {
    padding: 0;
  }

  .gnav_link:hover {
    color: #14B4FE;
  }


  .cta-btn {
    padding: 0;
    border: none;
  }

  .hamburger-menu {
    display: none;
  }

  .containar {
    max-width: 1440px;
    margin: 0 auto;
  }

  .hero-card {
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), transparent);
    padding: 12rem 5rem 8rem;
    width: 100%;
  }

  .section_header {
    width: 60%;
  }

  .section_subtitle {
    font-size: 2.5rem;
  }

  .section_title {
    font-size: 4rem;
  }

  .input_wraper {
    position: relative;
  }

  .search_input {
    width: 100%;
  }

  .search_btn {
    position: absolute;
    top: 0.45rem;
    right: 0.5rem;
    overflow: hidden;
  }

  .search_btn::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
  }

  .search_btn:hover::before {
    animation: shine 0.7s;
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .keyword_list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }


  .keyword_item {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  .first-view_top {
    padding-top: 0px;
  }

  .first-view_movie {
    width: 100vw;
    height: auto;
    right: 0;
    top: -120px;
  }

  .first-view .section_subtitle {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    display: block;
  }

  .first-view .section_title {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .first-view .section_title .strong_primary {
    display: inline-block;
  }

  .bg_dots {
    display: block;
    width: 20%;
    position: absolute;
    left: -5%;
    top: 7rem;
    z-index: -1;
  }

  .bg_dots.contact {
    top: 0rem;
    left: 0%;
  }


  .first-view_btm {}

  .find_cta_group {
    flex-direction: row;
    padding: 1rem;
    justify-content: center;
    gap: 4rem;
  }

  .find_cta_inner {
    width: 40%;
  }

  .find_cta_inner:hover {
    background: linear-gradient(#067EB5, #13B1FA);
  }

  .find_cta_inner:hover .secondary-btn {
    color: #fff;
  }

  .find_cta_inner:hover .arrow_right {
    fill: #fff;
  }

  .find_cta_inner .section_discription {
    height: 120px;
  }

  .latest-jobs {
    padding: 5rem 5rem 0rem;
    margin: 1rem 0 -5rem;
  }

  .bg.section_title {
    width: 320px;
    height: 280px;
    top: 0;
    left: 2rem;
    filter: blur(100px);
  }

  .bg.latest-jobs_left {
    top: auto;
    bottom: -5rem;
    left: -3rem;
    filter: blur(40px);
    height: 160px;
    width: 260px;
  }

  .bg.latest-jobs_right {
    top: 10rem;
    right: -3rem;
    width: 200px;
    height: 280px;
    filter: blur(100px);
  }

  .bg.contentlist_right {
    right: 2rem;
    width: 260px;
    height: 240px;
    filter: blur(30px);
    top: 16rem;
  }




  .primary-btn {
    transition: 3s;
    outline: 1px solid;
    outline-color: #13B1FA;
    outline-offset: 0px;
  }

  .primary-btn:hover {
    animation: light .8s infinite;
  }

  .job_list {
    display: flex;
  }

  ul.job_list.col {
    display: block;
  }

  .position_absolute {
    position: absolute;
    top: 5rem;
    right: 5rem;
  }

  .about {
    background-position: 28rem 0%;
    background-size: auto 120%;
    margin: 8rem 0;
  }

  .about_bg-shadow {
    padding: 1rem 0 3rem;
    background: linear-gradient(to right, rgba(0, 0, 0), rgba(0, 0, 0, 0.8), transparent);
  }

  .text_col_left {
    padding: 6% 5rem 4rem;
  }

  .news-insights {
    padding: 5rem 5rem 0;
  }

  .news-insights_content {
    padding: 4rem;
  }

  .news-insights_category_block {
    padding: 3rem 4rem;
  }

  .news-insights_list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .news-insights_item {
    margin-bottom: 1rem;
    width: 31%;
  }



  .news_content-img {
    object-fit: cover;
  }

  .news_content-img.detail {
    border-radius: 0px;
    height: auto;

  }


  .contact-us {
    margin: 5rem 0 0;
  }

  .accent-btn {
    transition: 3s;
    outline: 1px solid;
    outline-color: #FFF;
    outline-offset: 0px;
    margin: 2rem;
  }

  .accent-btn.form {
    width: 50%;
  }

  .accent-btn:hover {
    animation: light .8s infinite;
  }


  .contact-us_bg {
    width: 32%;
    position: absolute;
    bottom: 0;
    display: block;
    right: 4rem;
  }



  .footer_logo-block {
    justify-content: left;
  }

  .footer_grid {
    display: grid;
    grid-template-columns: 35% auto;
    padding: 0 4rem;
  }

  .footer_grid_inner {
    padding: 0 2rem;
  }

  .footer_link_area {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4rem;
  }

  .underline:hover {
    text-decoration: underline;
    color: #FFF;
  }


  .linkedin-svg:hover {
    border-color: #065c84;
  }

  .linkedin-svg:hover path {
    fill: #065c84;
    /* Change the color to whatever you want */
  }


  .footer_other_inner {
    margin-top: 1rem;
    padding: 1rem 6rem 0;
    border-top: 1px solid #888;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer_other_link {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }

  .copyright {
    margin-bottom: 0;
  }

  .copyright_link:hover {
    text-decoration: none;
    color: #14B4FE;
  }

  .job_card_inner {
    margin: 1rem;
  }

  .job_icon.salary {
    width: 26px;
  }


  .job_card_inner:hover {
    background: linear-gradient(#067EB5, #13B1FA);

  }

  .job_card_inner:hover .job_tag {
    color: #14B4FE;
    background-color: #FFF;
  }

  .job_card_inner:hover .secondary-btn {
    color: #fff;
  }

  .job_card_inner:hover .arrow_right.blue {
    fill: #fff;
  }

  .job_card_inner:hover .job_icon {
    fill: #fff;
  }



  .article_title {
    padding: 10rem 9rem 0;
    margin: 0rem 0 0rem;
  }

  .article_title_bg {
    display: block;
    width: 200px;
    height: 200px;
  }

  .article_title_bg.left {
    top: 10rem;
  }

  .article_title_bg.right {
    top: 12rem;
    bottom: auto;
    right: 4rem;
  }

  .article_detail {
    margin: 3rem auto 0;
    width: 80%;
    padding: 2rem 0 8rem;
  }

  .article_inner {
    padding: 4rem;
  }

  .sns_link-block {
    justify-content: left;
  }

  .error {
    padding: 8rem 0 4rem;
  }

  .cover_wrapper_about {
    background-size: 120%;
    background-position: 20% 0%;
    margin: 0;
  }

  .cover_wrapper_about .section_header {
    width: 55%;
  }

  .cover_wrapper_cotact-form .section_header {
    width: 65%;
  }

  .cover_wrapper_about .section_title {
    font-size: 2.8rem;
  }

  .cover_bg-shadow {
    background: linear-gradient(to right, rgba(0, 0, 0), rgba(0, 0, 0, 0.4), transparent);
    padding: 8rem 0rem;
  }

  .message {
    margin: 0 0 2rem;
    position: relative;
  }

  .message_wrapper {
    display: flex;
    padding: 4rem 5rem 0rem;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 30;
  }

  .message_img {
    position: static;
    width: 100%;
    height: 70vh;
    background-size: 100%;
    background-position: 60% 0;
    margin-left: 3rem;
  }

  .message_bg_left {
    width: 300px;
    height: 260px;
    top: 15%;
    left: 1%;
  }

  .service {
    padding: 1rem 0 0;
  }

  .service_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;

    li {

      flex: 0 0 30%;
    }
  }

  .service_content_title {
    font-size: 32px;
    text-align: center;

  }

  .service_content {
    padding: 1rem 0rem;
  }

  .service_img {
    object-fit: cover;
    height: 300px;
  }

  .content_title {
    padding: 2rem 0;
  }

  .breadcrumbs {
    padding: 1rem 4rem;
  }

  .cover_wrapper.job {
    background-size: 100%;
    margin: 0;
  }

  .joblist_bg-shadow {
    padding: 4rem 0rem;
  }

  .job-search_content {
    display: grid;
    grid-template-columns: 25% auto;
    padding: 2rem;
    position: relative;
  }

  .job_title {}

  .job_title.list {
    font-size: 2rem;
  }

  .search_main-content {
    position: relative;
  }

  .job_delimiter {
    margin: 1rem 0 2rem;
  }

  .job_title_discription {
    font-size: 14px;
    margin: 0 0 2rem 0;
    line-height: 1.6;
  }

  .job_tag.detail {
    position: relative;
    display: inline;
    top: -1rem;
  }


  .job_content_bg.left {
    width: 200px;
    height: 180px;
    top: -8rem;
    left: -4rem;
  }

  .job_content_bg.right {
    width: 240px;
    height: 200px;

  }

  .job_content_bg.cnt {
    top: 20rem;
    right: 0;
  }

  .search_sidebar_group {
    width: 90%;
    margin-bottom: 1rem;
  }

  .search_sidebar {
    margin-top: 4rem;
  }

  #filter {
    display: block;
  }

  .filter-btn {
    display: none;
  }

  .search_result-sort {
    margin-top: 1rem;
    padding: 1rem 1.5rem 1rem 1rem;
  }

  ul.pagenation_list,
  ul.pegenation_list {
    gap: 2rem;
  }

  .pagenation_area {
    display: flex;
    justify-content: center;
  }

  .pagenation_item a,
  .pegenation_item a {
    padding: 0.5rem 1rem;
  }

  .form_pc_row {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .contact_block {
    margin: 0 auto;
    width: 1000px;
  }

  .form_wrapper {
    margin: 0 auto;
    padding: 0 4rem 4rem;
    width: 1000px;
  }

  .contact_bg.right {
    right: -6rem;
    bottom: auto;
    top: -10rem;
  }

  .insights_content {
    display: grid;
    grid-template-columns: 70% auto;
  }

  .insights_detail {
    padding: 6rem 6rem 4rem;
  }

  .article_detail.insight {
    margin: 0;
    width: 100%;
  }

  .insights_sidebar {
    position: relative;
  }

  .insights_sidebar_group {
    position: sticky;
    top: 4rem;
    padding: 2rem 0 2rem 2rem;
    margin-top: 2rem;
  }

  button.primary-btn {
    width: 50%;
  }

  .form_conmpleted {
    padding: 8rem 0 2rem;
  }

  ul.search_list {
    margin-bottom: 0;
  }

  .cover_wrapper_insights {
    background-size: 150%;
    background-position: 60% 85%;
  }

  .job_detail_row {
    display: flex;
    gap: 2rem;
  }

  .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .slick-dots {
    gap: 2rem;
  }

  @keyframes light {
    100% {
      outline-color: transparent;
      outline-offset: 12px;
    }
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .cover_wrapper_cotact-form {
    background-position: 100% 20%;
    margin-top: 0;
  }

  .contact-form_bg-shadow {
    padding: 4rem;
  }

  .insights_bg-shadow {
    padding: 5rem 0;
  }

  .news_tag.detail {
    top: 12rem;
    border-radius: 10px;
  }

  .insightdetail_block {
    height: 50vh;
    padding: 7rem 6rem;
  }

  .cover_wrapper_insightdetail {
    height: 50vh;
    background-size: 100vw;
    background-position: 50% 50%;
  }

  .news-insights_card {
    height: 460px;
  }

  .page_title {
    margin: 0;
  }

  .comingsoon_wrapper {
    background-size: 100%;
    background-position: auto;
  }

  .comingsoon_block {
    padding: 2rem;
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .comingsoon_logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .comingsoon_logo {
    width: 120px;
  }

  .comingsoon_logo-name {
    width: 120%;
  }

  .comingsoon_logo-name_sub {
    width: 100%;
  }

  .twitter-svg {}

  .contact_column_block {
    padding: 5rem 2rem 2rem;

  }

  .whatsapp_link {

    left: auto;
  }

}




@media screen and (min-width: 1480px) {
  .position_absolute {
    right: 12%;
  }

  .about {
    background-position: 100% 0;
  }

  .contact-us_bg {
    width: 26%;
  }


}