@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** スタイルリセット
************************************/
ul {
  list-style: none;
  padding: 0;
}

p {
  margin-bottom: 2rem;
}

address p {
  margin: 0;
}

a {
  color: #005487;
}

a:hover {
  text-decoration: none;
}

/************************************
** 汎用スタイル
************************************/
/* style config - text */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana",
    "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  background-color: #ffffff;
  line-height: 1.5;
}

main {
  overflow: hidden;
}

h1 {
  font-size: 48px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.txt_copyright {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 2rem;
}

.heading_pagetitle {
  text-align: center;
  padding: 7rem 0;
}

.heading_mini {
  margin-top: 2rem;
}

.subheading_small {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.color_main {
  color: #0084c0;
}

.txt_red {
  color: red;
}

/* style config - container */
.width {
  max-width: 1440px;
  margin: auto;
}

.wrap {
  max-width: 1140px;
  margin: auto;
}

/* style nav */
.nav_subpage {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 999;
}

.navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2.5rem;
  position: sticky;
  background-color: #ffffff;
  width: 100%;
  z-index: 999;
}

.navbar-brand {
  width: 150px;
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 1.5rem;
  color: #222222;
}

.navbar-expand-lg .navbar-nav .govee .front.nav-link,
.navbar-expand-lg .navbar-nav .govee .nav-link {
  color: #00ace8;
}

.navbar-toggler {
  margin-left: 1rem;
  border: solid 1px #c9c9c9;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link:hover {
  color: #222222;
  border-bottom: solid 5px #0084c0;
}

.current_nav {
  border-bottom: solid 5px #0084c0;
  pointer-events: none;
}

/* style nav - front */
.navbar_front {
  position: sticky;
  top: 0;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 999;
}

.navbar_front nav {
  background-color: transparent;
}

.navbar_front .navbar-toggler {
  background-color: #ffffff;
}

.navbar-expand-lg .navbar-nav .front.nav-link {
  color: #ffffff;
}

/* style nav - press */
.ul_sidebar_press {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 2rem;
}

.gametitle_sidebar {
  line-height: 2.5rem;
}

.gametitle_sidebar:hover {
  border-bottom: solid 2px #222222;
}

.gametitle_sidebar a {
  color: #222222;
}

/** custom  lang_swicther **/
.switch_lang_nav {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#lang_choice_1 {
  font-size: 14px;
  width: 100px;
  background-color: #ffffff;
}

#lang_choice_1 option {
  font-size: 14px;
}

/* conversion area */
.area_conversion {
  text-align: center;
  margin-top: 15rem;
}

.subcatch_conversion {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem auto 3.5rem;
}

/* footer */
.footer {
  margin: 15rem auto;
  padding: 3rem 5rem 0;
  border-top: solid 1px #222222;
}

.name_company_footer {
  font-size: 1.25rem;
  font-weight: 700;
}

.wrap_address {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin: 1.5rem auto 2.5rem;
}

.list_nav_footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: right;
  line-height: 2.5rem;
}

.list_nav_footer a {
  color: #222222;
}

.list_nav_footer a:hover {
  text-decoration: none;
  border-bottom: solid 5px #0084c0;
}

/************************************
** パーツスタイル
************************************/
/* text */
.sp_br {
  display: none;
}

.underline {
  border-bottom: solid 1px #222222;
}

.number_gradetion {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(to right, #0084c0, #009bc0);
  -webkit-background-clip: text;
  color: transparent;
}

/* btn */
.btn_primary {
  display: inline-flex;
  width: 250px;
  color: #ffffff;
  background: linear-gradient(to right, #0084c0, #009bc0);
  justify-content: space-around;
  padding: 1rem 0;
}

.btn_primary.stop {
  width: auto;
  padding: 0.5rem 1rem;
}

.btn_primary[disabled] {
  pointer-events: none;
}

.btn_primary:hover {
  opacity: 0.6;
  color: #ffffff;
  text-decoration: none;
}

.wrap_btn_press {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn_press {
  color: #005487;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn_press:hover {
  text-decoration: none;
  color: #005487;
  opacity: 0.7;
}

.btn_moreinfolens {
  display: inline-flex;
  width: 250px;
  color: #222222;
  background-color: #ffffff;
  justify-content: space-around;
  padding: 1rem 0;
}

.btn_moreinfolens:hover {
  text-decoration: none;
  color: #222222;
  opacity: 0.7;
}

.btn_top {
  text-align: right;
}

.switch_lang_nav {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-weight: 700;
}

.position_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* top slide */
.slick-list {
  max-width: 1440px;
  margin-left: auto;
}

.slick-slide {
  width: 320px;
  height: 320px;
  margin: 0 4rem;
}

.slick-slide div,
.list_slider_top,
.img_slider_top {
  height: 100%;
}

.slick-slide img {
  height: 100%;
  object-fit: cover;
}

.img_slider_top {
  object-fit: cover;
}

.slide-arrow {
  width: 75px;
}

.prev-arrow {
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
}

.next-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/* icon */
.fa-chevron-right {
  margin-right: 0.5rem;
}

/* pager */
.page-numbers {
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 25px;
}

.page-numbers.current {
  color: #ffffff;
  background: #005487;
}

/************************************
** front pageのスタイル
************************************/
.wrap.wrap_header_top {
  margin-top: 0;
}

.header_top {
  background-image: url(assets/images/header_top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  color: #ffffff;
}

.h1_header_top {
  font-size: 4rem;
  padding-top: 6rem;
}

.entitle_header_top {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

.wrap_whatsnew {
  position: relative;
  height: 500px;
}

.wrap_whatsnew_carousel {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: -150px;
}

.btn_carousel {
  margin-top: 3rem;
}

.h2_whatsnew_top {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}

.list_slider_top {
  position: relative;
}

div.inner_whatsnew {
  position: absolute;
  display: block;
  z-index: 200;
  top: 50%;
  background-color: rgba(34, 34, 34, 0.9);
  height: 160px;
  width: 320px;
  color: #ffffff;
  padding: 1rem;
}

.inner_whatsnew p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.section_top {
  margin-bottom: 15rem;
}

.h2_top {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

.h2_mission_top {
  margin-bottom: 5.5rem;
}

.h3_mission_top {
  margin-bottom: 2.5rem;
}

.wrap_rightcontent_top {
  display: grid;
  grid-template:
    auto / 1fr 0px minmax(0, 645px) minmax(0, 30px) minmax(0, 645px)
    0px 1fr;
}

.img_rightcontent_top {
  grid-row: 1 / 1;
  grid-column: 8 / 5;
  margin-right: -35%;
}

.txt_rightcontent_top {
  grid-row: 1 / 1;
  grid-column: 3 / 4;
  position: relative;
}

.wrap_service_top {
  color: #ffffff;
  padding: 3rem 0;
}

.wrap_service1_top {
  height: 350px;
  background-image: url(assets/images/top_service1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap_service2_top {
  height: 350px;
  background-image: url(assets/images/top_service2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap_service3_top {
  height: 350px;
  background-image: url(assets/images/top_service3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap_img_service img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.h3_service_top {
  margin-bottom: 2rem;
}

.h2_mission_top {
  text-align: center;
  font-size: 3rem;
}

.listarea_news_top {
  margin-bottom: 3.5rem;
}

.list_news_top {
  display: flex;
  padding: 2.5rem 1rem;
  border-bottom: solid 1px #222222;
  align-items: center;
}

.section_brands {
  color: #ffffff;
  background-color: #000000;
  padding: 3.5rem 0;
}

.wrap_logoimg_brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img_logo_brands img {
  width: 200px;
}

.wrap_geekshop_top {
  margin-bottom: 7.75rem;
}

.txt_online_top {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem auto;
}

.wrap_snsicon_top {
  margin-top: 2rem;
}

.icon_sns_top {
  height: 75px;
  margin-right: 3rem;
}

.wrap_leftcontent_top {
  display: grid;
  grid-template:
    auto / 1fr 0px minmax(0, 645px) minmax(0, 30px) minmax(0, 645px)
    0px 1fr;
}

.img_leftcontent_top {
  grid-row: 1 / 1;
  grid-column: 1 / 4;
  margin-left: -35%;
}

.txt_leftcontent_top {
  grid-row: 1 / 1;
  grid-column: 5 / 6;
  position: relative;
}

.subheading_recruit_top {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.listarea_recruit_top {
  border-bottom: solid 1px #222222;
}

.list_recruit_top {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 5rem;
  border-top: solid 1px #222222;
}

.list_recruit_top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
}

.list_recruit_top a:hover {
  color: #ffffff;
  background: linear-gradient(to right, #0084c0, #009bc0);
  opacity: 0.5;
}

/************************************
** 各個別ページのスタイル
************************************/
/* press release */
.wrap_press_release {
  margin-top: 3rem;
}

.title_sidebar_press {
  font-size: 1.5rem;
  font-weight: 700;
}

.listarea_press {
  border-bottom: solid 1px #c9c9c9;
}

.list_press {
  display: flex;
  padding: 2.5rem 1rem;
  border-top: solid 1px #c9c9c9;
}

.category_press {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #ffffff;
  max-height: 30px;
  margin-left: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  background-color: #c9c9c9;
}

.category_press:hover {
  opacity: 0.7;
}

.category_press.apex,
.heading_pagetitle.apex {
  background-color: #da292a;
  color: #ffffff;
}

.category_press.cod,
.heading_pagetitle.cod {
  background-color: #171717;
  color: #ffffff;
}

.category_press.cyberpunk2077,
.heading_pagetitle.cyberpunk {
  background-color: #f7ed00;
  color: #222222;
}

.category_press.minecraft,
.heading_pagetitle.micra {
  background-color: #34aa2f;
  color: #ffffff;
}

.category_press.pubg,
.heading_pagetitle.pubg {
  background-color: #f2a900;
  color: #ffffff;
}

.category_press.rainbow-six-siege,
.heading_pagetitle.siege {
  background-color: #2499ff;
  color: #ffffff;
}

.category_press.fall-out,
.heading_pagetitle.fo {
  background-color: #e1d681;
  color: #222222;
}

.category_press.retro-game,
.heading_pagetitle.retro {
  background-color: #902335;
  color: #ffffff;
}

.category_press.retro-game,
.heading_pagetitle {
  background-color: #222222;
  color: #ffffff;
}

.txtbox_list_press {
  margin-left: 2.5rem;
  position: relative;
}

.imgbox_list_press {
  min-width: 200px;
  height: 200px;
}

.imgbox_list_press img {
  max-width: 200px;
  max-height: 200px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.date_news {
  font-size: 14px;
}

.title_press {
  color: #222222;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.title_press a {
  color: #222222;
}

/* press - 個別記事 */
.h1_press {
  padding: 4rem 0;
  font-size: 2.5rem;
}

.wrap_term_press {
  display: inline-block;
  margin-bottom: 5rem;
}

.wrap_content_press h2 {
  margin: 4rem auto 2rem;
  padding-left: 1rem;
  border-left: solid 10px #005487;
}

.wrap_page_arrow {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 10rem;
}

/* page - mission */
.first_view_mission {
  display: flex;
  height: 550px;
  align-items: center;
  justify-content: center;
  background-image: url(assets/images/mission_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin: 5rem auto 10rem;
}

.entxt_firstview_mission {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.section_mission {
  margin-bottom: 20rem;
}

.wrap_rightcontent_mission,
.wrap_leftcontent_mission {
  padding: 3.5rem 0 0;
}

.wrap_rightcontent_mission {
  display: grid;
  grid-template:
    auto / 1fr 0px minmax(0, 645px) minmax(0, 30px) minmax(0, 645px)
    0px 1fr;
}

.img_rightcontent_mission {
  grid-row: 1 / 1;
  grid-column: 8 / 5;
  margin-right: -35%;
}

.txt_rightcontent_mission {
  grid-row: 1 / 1;
  grid-column: 3 / 4;
}

.wrap_leftcontent_mission {
  display: grid;
  grid-template:
    auto / 1fr 0px minmax(0, 645px) minmax(0, 30px) minmax(0, 645px)
    0px 1fr;
}

.img_leftcontent_mission {
  grid-row: 1 / 1;
  grid-column: 1 / 4;
  margin-left: -35%;
}

.txt_leftcontent_mission {
  grid-row: 1 / 1;
  grid-column: 5 / 6;
}

.heading_promise_mission {
  text-align: center;
}

.txt_promise_mission {
  margin: 3rem auto 6rem;
}

.row_promise_icon {
  text-align: center;
}

.point_promise_mission {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 3rem;
}

.row_promise_icon img {
  max-width: 200px;
}

/* page - service */
.section_service {
  margin: 0 auto 15rem;
  margin-top: 5rem;
}

.subheading_section_service {
  width: 50%;
  padding: 1rem 0 2rem;
  border-top: solid 1px #222222;
}

.heading_section_service {
  padding-bottom: 2rem;
}

.heading_section_service h2 {
  font-size: 1.5rem;
}

.subcatch_section_service {
  font-size: 20px;
}

.inheading_service {
  margin-top: 5rem;
}

.wrap_mainimg_service img {
  margin-bottom: 1rem;
}

.wrap_img_service_goods {
  margin-bottom: 1rem;
}

/* company */
.wrap_company {
  max-width: 860px;
  margin-top: 5rem;
}

.section_mission {
  margin-bottom: 15rem;
}

.maincatch_company {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}

.h2_maincatch_company {
  width: 100%;
}

.txt_message_ceo {
  margin: 2rem auto 5rem;
}

.txt_name_ceo {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.subheading_section_company {
  padding: 1rem 0 5rem;
  border-top: solid 1px #222222;
}

.subheading_section_company .subheading_small {
  display: inline-block;
  margin-bottom: 1rem;
}

.col_index_strangth {
  margin-bottom: 8rem;
}

.col_index_strangth .col-md-3 {
  border-right: solid 1px #222222;
}

.col_index_strangth .col-md-3:last-child {
  border-right: none;
}

.wrap_index_strangth {
  text-align: center;
}

.wrap_index_strangth a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.wrap_index_strangth a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wrap_index_strangth h3 {
  color: #222222;
  font-size: 1rem;
}

.heading_section_strangth {
  display: flex;
  align-items: center;
  border-top: solid 1px #c9c9c9;
  margin-top: 5rem;
  padding: 2.5rem 0;
}

.h3_strangth {
  margin-left: 2rem;
}

.h4_strangth_company {
  font-size: 18px;
  font-weight: 700;
}

.table_company_profile {
  display: flex;
  flex-wrap: wrap;
}

.title_cel_company {
  width: 30%;
  font-weight: inherit;
  padding: 3rem 0;
  border-top: solid 1px #c9c9c9;
}

.content_cel_company {
  width: 70%;
  font-weight: 700;
  padding: 3rem 0;
  border-top: solid 1px #c9c9c9;
}

/* news */
.listarea_news {
  border-bottom: solid 1px #c9c9c9;
}

.list_news {
  display: flex;
  padding: 2.5rem 1rem;
  border-top: solid 1px #c9c9c9;
  align-items: center;
}

.date_news {
  font-size: 14px;
}

.title_news {
  margin: 0;
  padding: 0 1rem;
}

.title_news a {
  color: #222222;
  font-weight: 700;
}

/* recruit */
.wrap_firstview_recruit {
  position: relative;
}

.wrap_firstview_recruit:after {
  content: "";
  background: linear-gradient(to left, #005487, #009bc0);
  max-height: 1100px;
  height: 120%;
  max-width: 1520px;
  width: 80%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -999;
}

.wrap_img_firstview_recruit {
  position: relative;
  width: 70%;
  margin-left: auto;
}

.catch_firstview_recruit img {
  position: absolute;
  top: 60%;
}

.subcatch_firstview_recruit {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding: 4rem 0;
}

.wrap_greeting_recruit {
  text-align: center;
  background-color: #ffffff;
  padding: 6rem 0 8rem;
}

.txt_greeting_recruit {
  margin-top: 4rem;
}

.h2_jobposting_recruit {
  text-align: center;
  margin-bottom: 6rem;
}

.wrap_jobposting_recruit {
  margin-bottom: 8rem;
}

.wrap_occupation_recruit {
  margin-top: 5rem;
  padding-left: 1rem;
}

.h3_jobposting_recruit {
  padding-bottom: 1.5rem;
}

.h4_occupation_recruit {
  margin-bottom: 1rem;
}

.detaik_occupation_recruit {
  margin-bottom: 4rem;
}

.btn_recruit {
  display: flex;
  justify-content: flex-end;
}

.section_moreinfolens {
  position: relative;
  margin-bottom: 10rem;
}

.h2_moreinfolens {
  text-align: center;
  margin-bottom: 4rem;
}

.wrap_link_moreinfolens:after {
  content: "";
  background: linear-gradient(to left, #005487, #009bc0);
  height: 400px;
  width: 70%;
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: -999;
}

.inner_moreinfolens {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
}

.heading_moreinfolens {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn_wrap_moreinfolens {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}

/* contact */
.wrap_contact {
  max-width: 800px;
  margin-top: 5rem;
}

.row_contact {
  width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1199px以下*/
@media screen and (max-width: 1199px) {
  /* pad pro - 汎用スタイル */
  .wrap {
    margin: auto;
  }

  /* top slide */
  .prev-arrow {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }

  .slick-slide {
    margin: 0 2rem;
  }

  /* recruit */
  .wrap_firstview_recruit:after {
    height: 80%;
    max-width: 1520px;
    width: 90%;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -999;
  }

  .catch_firstview_recruit img {
    top: 40%;
    width: 90%;
  }
}

/*1024px以下*/
@media screen and (max-width: 1024px) {
  .wrap {
    margin: 0 2rem;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /* tab - 汎用スタイル */
  body {
    font-size: 16px;
  }

  .wrap {
    margin: 2rem 1rem;
  }

  h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
  }

  h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
  }

  h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
  }

  .heading_pagetitle {
    padding: 3rem 0;
  }

  .position_right {
    position: relative;
  }

  .switch_lang_nav {
    position: relative;
    right: inherit;
    top: inherit;
    transform: none;
  }

  /* tab - nav */
  .nav-item {
    width: 100%;
  }

  /* tab - conversion */
  .subcatch_conversion {
    font-size: 1.25rem;
  }

  /* tab - footer */
  .footer {
    margin: 10rem auto;
    padding: 3rem 0 0;
  }

  /* tab -top */
  .section_top {
    margin-bottom: 10rem;
  }

  .btn_carousel {
    padding: 1rem;
  }

  .wrap_service_top {
    height: 400px;
    padding: 2rem 0;
  }

  .list_news_top {
    display: block;
    padding: 1.5rem 1rem;
  }

  .wrap_shoplist_online {
    margin-bottom: 7.75rem;
  }

  .subheading_recruit_top {
    margin-bottom: 1.5rem;
  }

  .list_recruit_top {
    font-size: 1rem;
  }

  .btn_top {
    margin-top: 2rem;
  }

  /* press release */
  .list_press {
    display: block;
  }

  .txtbox_list_press {
    margin: 1rem;
  }

  .wrap_btn_press {
    position: relative;
    margin-top: 1.5rem;
  }

  .imgbox_list_press img {
    max-width: 100%;
  }

  .gametitle_sidebar {
    display: inline-block;
  }

  .ul_sidebar_press {
    margin-top: 1rem;
  }

  .gametitle_sidebar a {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    max-height: 30px;
    margin-left: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    background-color: #c9c9c9;
  }

  .gametitle_sidebar:hover {
    opacity: 0.7;
    border: none;
  }

  .gametitle_sidebar.sidebar_apex a {
    background-color: #da292a;
    color: #ffffff;
  }

  .gametitle_sidebar.sidebar_cod a {
    background-color: #171717;
    color: #ffffff;
  }

  .gametitle_sidebar.sidebar_cyberpunk2077 a {
    background-color: #f7ed00;
    color: #222222;
  }

  .gametitle_sidebar.sidebar_minecraft a {
    background-color: #34aa2f;
    color: #ffffff;
  }

  .gametitle_sidebar.sidebar_pubg a {
    background-color: #f2a900;
    color: #ffffff;
  }

  .gametitle_sidebar.sidebar_rainbow-six-siege a {
    background-color: #2499ff;
    color: #ffffff;
  }

  .gametitle_sidebar.sidebar_fall-out a {
    background-color: #e1d681;
    color: #222222;
  }

  .gametitle_sidebar.sidebar_retro-game a {
    background-color: #902335;
    color: #ffffff;
  }

  /* mission */
  .section_mission {
    margin-bottom: 10rem;
  }

  .first_view_mission {
    margin: 2.5rem auto 7rem;
  }

  .entxt_firstview_mission {
    font-size: 1.25rem;
  }

  .wrap_rightcontent_mission,
  .wrap_leftcontent_mission {
    display: block;
    padding-top: 2.5rem;
  }

  .img_rightcontent_mission,
  .img_leftcontent_mission {
    margin: auto;
  }

  .txt_rightcontent_mission,
  .txt_leftcontent_mission {
    margin-top: 2.5rem;
  }

  .row_promise_icon img {
    max-width: 100%;
  }

  /* service */
  .subcatch_section_service {
    display: inline-block;
    font-size: 18px;
    margin-top: 1rem;
  }

  .txt_service {
    margin-top: 2.5rem;
  }

  /* company */
  .fa-angle-down {
    display: none;
  }

  /** news **/
  .list_news {
    display: block;
  }

  .title_news {
    margin: 0;
    padding: 1rem 0;
  }

  /** recruit **/
  .wrap_img_firstview_recruit {
    width: 90%;
  }

  .subcatch_firstview_recruit {
    width: 90%;
    padding: 2rem 1rem 3rem;
  }

  .wrap_occupation_recruit {
    margin-top: 3.5rem;
    padding-left: 0;
  }

  .h4_occupation_recruit {
    font-size: 18px;
  }

  .detaik_occupation_recruit {
    margin-bottom: 2.5rem;
  }

  .heading_moreinfolens {
    font-size: 18px;
  }

  .wrap_link_moreinfolens:after {
    height: 80%;
  }

  .btn_wrap_moreinfolens {
    right: 2.5rem;
  }

  .btn_moreinfolens {
    max-width: 100%;
    width: 200px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  /* sp - 汎用スタイル*/
  .sp_br {
    display: block;
  }

  /* sp - slide */
  .slick-arrow {
    width: 50px;
  }

  /* sp - conversion */
  .area_conversion {
    margin-top: 10rem;
  }

  /* footer */
  .list_nav_footer {
    text-align: left;
    line-height: 2.5rem;
    margin: 2rem auto;
  }

  /* top */
  .header_top {
    background-image: url(assets/images/header_top.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    color: #ffffff;
  }

  .h1_header_top {
    font-size: 2rem;
    padding-top: 3rem;
  }

  .h2_whatsnew_top {
    font-size: 2rem;
  }

  .h2_top {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .wrap_whatsnew_carousel {
    padding: 1rem;
  }

  .h2_mission_top {
    font-size: 2rem;
    margin-bottom: 4rem;
  }

  .wrap_rightcontent_top,
  .wrap_leftcontent_top {
    display: block;
  }

  .img_rightcontent_top,
  .img_leftcontent_top {
    margin: 0;
  }

  .txt_rightcontent_top,
  .txt_leftcontent_top {
    margin-top: 1.5rem;
  }

  .wrap_service_top {
    height: 500px;
    padding: 2rem 0;
  }

  .wrap_logoimg_brands {
    justify-content: center;
  }

  .icon_sns_top {
    height: 50px;
    margin-right: 2rem;
  }

  /* 個別ページスタイル */
  /** press **/
  .date_press {
    display: block;
  }

  .category_press {
    margin: 0.5rem 1rem 0.5rem 0;
  }

  /** press - 個別記事 **/
  .h1_press {
    font-size: 1.5rem;
    padding: 3rem 0;
  }

  .wrap_term_press {
    display: block;
    margin-top: 1rem;
  }

  .wrap_term_press .category_press {
    margin: 0 0.5rem 0 0;
  }

  /** service **/
  .section_service {
    margin: 0 auto 10rem;
  }

  /** company **/
  .wrap_index_strangth a {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1rem 0;
    border-bottom: solid 1px #c9c9c9;
  }

  .number_gradetion {
    margin-right: 2rem;
  }

  .fa-angle-down {
    display: block;
    position: absolute;
    right: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #222222;
  }

  /** recruit **/
  .wrap_img_firstview_recruit img {
    height: 300px;
    object-fit: cover;
  }

  .catch_firstview_recruit img {
    top: 35%;
  }

  .subcatch_firstview_recruit {
    font-size: 1.25rem;
  }

  .wrap_greeting_recruit {
    padding: 4rem 0;
  }

  .img_occupation_recruit {
    margin: 2rem auto 3.5rem;
  }

  .wrap_moreinfolens {
    margin: 2rem auto;
  }

  .wrap_link_moreinfolens:after {
    height: 80%;
    width: 85%;
    right: 0;
    bottom: 0%;
  }

  .switch_lang_nav {
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
}

.area_wantedly {
  text-align: center;
  margin-bottom: 10rem;
}

.area_wantedly h2 {
  margin-bottom: 1.5rem;
}

.area_wantedly_top {
  text-align: center;
  margin-top: 4rem;
}

.area_wantedly_top h2 {
  margin-bottom: 1.5rem;
}

.page-id-1867 .date-tags {
  display: none;
}

.padding-1 {
	padding: 1rem;
}
