/* Base */

body {
  color: #2f2f2f;
  font: 500 16px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  height: 100%;
  text-align: left;
  width: 100%;
}

main {
  display: block;
}

ul {
  list-style: none;
}

#base {
  width: 1220px;
}

#wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 1220px;
}

#mainContents {
  width: 970px;
}

#sideContents {
  font-size: 12px;
  width: 200px;
}

.heading--keyvisual {
}
.heading--keyvisual > img {
  width: 970px;
  height: 300px;
}

/* Layout */
.l_grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.l_grid__item {
  display: flex;
}

.l_grid__inner {
  display: block;
  width: 100%;
}

.l_grid--hasGutter {
  margin: -12px;
}

.l_grid--hasGutter > .l_grid__item {
  padding: 12px;
}

/*    Display
=====================================================*/
/*-- PC --*/
.u_tbl {
  display: none !important;
}
.u_sp {
  display: none !important;
}
.u_pc {
  display: block !important;
}
.u_pc.u_inlineB {
  display: inline-block !important;
}
.u_pc.u_inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
  .u_sp {
    display: none !important;
  }
  .u_tbl {
    display: block !important;
  }
  .u_tbl.u_pc {
    display: block !important;
  }
  .u_pc.u_inlineB {
    display: none !important;
  }
  .u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_tbl.u_pc.u_inlineB {
    display: inline-block !important;
  }
  .u_pc.u_inline {
    display: none !important;
  }
  .u_tbl.u_inline {
    display: inline !important;
  }
  .u_tbl.u_pc.u_inline {
    display: inline !important;
  }
  .u_sp.u_tbl {
    display: block !important;
  }
  .u_sp.u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_tbl.u_inline {
    display: inline !important;
  }
}
/*-- SP --*/
@media (max-width: 599px) {
  .u_pc {
    display: none !important;
  }
  .u_tbl {
    display: none !important;
  }
  .u_sp {
    display: block !important;
  }
  .u_tbl.u_pc {
    display: none !important;
  }
  .u_sp.u_tbl {
    display: block !important;
  }
  .u_sp.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_tbl.u_inlineB {
    display: inline-block !important;
  }
  .u_sp.u_inline {
    display: inline !important;
  }
  .u_sp.u_tbl.u_inline {
    display: inline !important;
  }
}

/* Module */
.topMesseage__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.topMesseage__inner {
	width: 100%;
}
.topMesseage {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  letter-spacing: -1px;
}

.topMesseage + .topMesseage {
  margin-top: 24px;
}

.topMesseage--img {
}
.topMesseage--img > img {
  max-width: 350px;
  max-height: 280px;
}

.m_GB_servicelineup__wrap {
  margin-top: 100px;
}
.m_GB_servicelineup__ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00984C;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
.m_GB_servicelineup__ttl {
  margin-top: 10px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.m_GB_servicelineup__subTtl {
  padding: 2px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #00984C;
  letter-spacing: 0.01em;
}

.m_GB_servicelineup_navi__wrap.is-active {
  position: fixed;
  width: 970px;
  margin: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}

.m_GB_servicelineup_navi {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #00984C;
}
.m_GB_servicelineup_navi_item {
  width: 225px;
  height: 45px;
  background: #f2f2f2;
  font-size: 24px;
  font-weight: bold;
}
.m_GB_servicelineup_navi_item:hover {
  background: #00984C;
}

.m_GB_servicelineup_navi_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #00984C;
}
.m_GB_servicelineup_navi_link::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.m_GB_servicelineup_navi_item:hover .m_GB_servicelineup_navi_link {
  color: #fff;
}

.m_GB_servicelineup_navi_link--recruitment {
}
.m_GB_servicelineup_navi_link--recruitment::before {
  content: "\f2c2";
}
.m_GB_servicelineup_navi_link--hrd {
}
.m_GB_servicelineup_navi_link--hrd::before {
  content: "\f19d";
}
.m_GB_servicelineup_navi_link--assessment {
}
.m_GB_servicelineup_navi_link--assessment::before {
  content: "\f200";
}
.m_GB_servicelineup_navi_link--other {
}
.m_GB_servicelineup_navi_link--other::before {
  content: "\f0c9";
}

.m_GB_servicelineup_small_navi__wrap {
  display: none;
}

.m_GB_servicelineup_small_navi_area__toggle_menu {
  display: none;
}

@media screen and (max-width:768px){
  .m_GB_servicelineup__subTtl {
    font-size: 18px;
  }
}

.m_GB_service {
  margin-top: 30px;
}
.m_GB_service + .m_GB_service {
  margin-top: 100px;
}
.m_GB_service_ttl__wrap {
  font-size: 30px;
  color: #00984C;
  margin-bottom: 24px;
}

.m_GB_service_ttl {
  position: relative;
}
.m_GB_service_ttl::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.m_GB_service_ttl--recruitment {
}
.m_GB_service_ttl--recruitment::before {
  content: "\f2c2";
}
.m_GB_service_ttl--hrd {
}
.m_GB_service_ttl--hrd::before {
  content: "\f19d";
}
.m_GB_service_ttl--assessment {
}
.m_GB_service_ttl--assessment::before {
  content: "\f200";
}
.m_GB_service_ttl--other {
}
.m_GB_service_ttl--other::before {
  content: "\f0c9";
}

.m_GB_service_salescopy__wrap {
  display: flex;
}

.m_GB_service_salescopy__inner {
  padding-left: 30px;
}

.m_GB_service_salescopy {
  line-height: 1.6;
}
.m_GB_service_salescopy + .m_GB_service_salescopy {
  margin-top: 24px;
}

.m_GB_service_salescopy--img {
}
.m_GB_service_salescopy--img > img {
  height: 325px;
  width: 325px;
}

.m_GB_service_plan__wrap {
  position: relative;
  padding: 25px;
  /* background: #EAFCEA; */
  margin-top: 24px;
  border: 1px solid #00984C;
}

.m_GB_service_plan {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  min-height: 60px;
}

.m_GB_service_plan__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00984C;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  /* clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%); */
}
.m_GB_service_plan__ttl::after {
  border: 75px solid #fff;
  border-top: 25px solid #00984C;
  border-bottom: none;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.m_GB_service_plan__ttl > span {
  margin: auto;
  font-weight: bold;
}

.m_GB_service_plan__inner {
  position: relative;
  display: flex;
  width: 78%;
  margin: 0px 20px;
  background: #fff;
  padding: 0px;
}

.m_GB_service_plan_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 110px;
  padding: 5px 0px;
}
.m_GB_service_plan_list-row {
  max-height: none;
  flex-direction: row;
}

.m_GB_service_plan:nth-child(n + 2) > .m_GB_service_plan__inner > .m_GB_service_plan_list::before {
  position: absolute;
  content: "";
  border-top: 2px dotted #b7b7b7;
  width: 95%;
  height: 2px;
  top: 0;
}

.m_GB_service_plan_item {
  padding: 0px 5px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.m_GB_service_plan_item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #00984C;
  border-radius: 50%;
}

.m_GB_service_plan_link {
  font-size: 16px;
  text-decoration: underline;
  padding-left: 5px;
}
.m_GB_service_plan_link:hover {
  opacity: 0.6;
}

.m_GB_service_other_plan {
  display: flex;
  justify-content: center;
  margin: 24px 0px;
}
.m_GB_service_other_plan__inner {
}
.m_GB_service_other_plan_ttl__wrap {
  position: relative;
  border-left: 5px solid #00984C;
  color: #00984C;
  margin-bottom: 24px;
}
.m_GB_service_other_plan_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
}
.m_GB_service_other_plan_copy {
  width: 90%;
  line-height: 1.6;
}
.m_GB_service_other_plan_img {
}
.m_GB_service_other_plan_img > img {
}

.m_GB_service_reccomend_ttl__wrap {
  position: relative;
  border-left: 5px solid #00984C;
  color: #00984C;
  margin-bottom: 24px;
}
.m_GB_service_reccomend_ttl {
  font-size: 24px;
  font-weight: bold;

  padding-left: 12px;
}
.m_GB_service_reccomend {
}

.m_GB_service_reccomend + .m_GB_service_reccomend {
  margin-top: 28px;
}

.m_GB_service_reccomend_case {
  font-size: 20px;
  font-weight: bold;
  background: #00984C;
  color: #fff;
  padding: 8px 15px;
}
.m_GB_service_reccomend__inner {
  /* display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 15px;
    margin: 10px 0px; */
}
.m_GB_service_reccomend_img {
}
.m_GB_service_reccomend_img > img {
  width: 277px;
  height: auto;
}
.m_GB_service_reccomend_service {
  padding-left: 24px;
}
.m_GB_service_reccomend_service_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.m_GB_service_reccomend_service_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  padding: 15px;
  margin: 10px 0px;
  color: #000;
}
.m_GB_service_reccomend_service_link:hover {
  opacity: 0.6;
}

.m_GB_service_reccomend_service_txt {
}
.m_GB_service_reccomendOther__wrap {
  display: flex;
}
.m_GB_service_reccomendOther__wrap + .m_GB_service_reccomendOther__wrap {
  margin-top: 12px;
}
.m_GB_service_reccomendOther {
  width: 230px;
}
.m_GB_service_reccomendOther__inner {
  display: flex;
  flex-direction: row;
  background: #fff;
}

.m_GB_service_reccomendOther_img {
  width: 80px;
  height: 80px;
}
.m_GB_service_reccomendOther_img > img {
  min-width: 80px;
  min-height: 80px;
}
.m_GB_service_reccomendOther_service_ttl {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.m_GB_service_reccomendOther_service_link {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.m_GB_service_reccomendOther_service_link:hover {
  opacity: 0.6;
}

/* Utility */
/* order */
.u_ord0 {
  order: 0 !important;
}
.u_ord1 {
  order: 1 !important;
}
.u_ord2 {
  order: 2 !important;
}
.u_ord3 {
  order: 3 !important;
}
.u_ord4 {
  order: 4 !important;
}
.u_ord5 {
  order: 5 !important;
}
.u_ord6 {
  order: 6 !important;
}
.u_ord9999 {
  order: 9999 !important;
}
.u_ord-1 {
  order: -1 !important;
}
.u_Hide {
  display: none;
}
.u_Inline {
  display: block;
}

/* MediaQuery */
@media screen and (max-width: 768px) {
  #base {
    width: 100%;
  }
  #sideContents {
    display: none;
  }
  #mainContents {
    width: 100%;
  }
  #wrapper {
    width: 100%;
  }
  .heading--keyvisual > img {
    width: initial;
    height: initial;
  }
  .topMesseage__wrap {
    flex-direction: column;
    align-items: center;
  }
  .topMesseage {
    font-size: 16px;
    text-align: center;
    letter-spacing: -1.5px;
  }

  .topMesseage--img > img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
  }

  .m_GB_service:first-child {
    margin-top: 48px;
  }

  .m_GB_servicelineup__ttl {
    font-size: 24px;
  }
  .m_GB_service_ttl__wrap {
    font-size: 24px;
  }

  .m_GB_service_reccomend_img > img {
    width: 277px;
    height: auto;
  }

  .m_GB_service_reccomend_ttl {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .m_GB_service_salescopy__wrap {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_salescopy__inner {
    padding-left: initial;
  }

  .m_GB_service_salescopy--img {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .m_GB_service_salescopy--img > img {
    width: 80%;
    height: initial;
  }

  .m_GB_service_plan__inner {
    width: 100%;
    margin: 0px 0px;
  }

  .m_GB_service_plan_list {
    max-height: 100%;
  }

  .m_GB_service_plan:nth-child(n + 2) > .m_GB_service_plan__inner > .m_GB_service_plan_list::before {
    content: initial;
  }

  .m_GB_service_plan + .m_GB_service_plan {
    margin-top: 24px;
  }

  .m_GB_service_reccomend_service_link {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_reccomend_img {
    margin-bottom: 12px;
  }

  .m_GB_service_reccomend_case {
    font-size: 18px;
    padding: 8px 10px;
  }

  .m_GB_service_other_plan {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_other_plan_ttl {
    font-size: 18px;
    letter-spacing: -1.1px;
  }

  .m_GB_service_other_plan_copy {
    width: 100%;
    margin-bottom: 12px;
  }

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

  .m_GB_service_other_plan_img > img {
    width: 80%;
  }

  .m_GB_service_reccomend_service {
    padding-left: initial;
  }

  .m_GB_service_plan__wrap {
    margin-top: 24px;
  }

  .m_GB_service_plan__wrap::before {
    content: initial;
  }

  .m_GB_service_plan__ttl {
    min-width: 180px;
    padding: 5px 10px;
    margin-bottom: initial;
  }

  .m_GB_service_plan__ttl::after {
    content: initial;
  }

  .m_GB_service_reccomendOther {
    width: initial;
  }

  .m_GB_service_reccomendOther__inner {
    display: block;
    width: 100%;
  }

  .m_GB_service_reccomendOther__inner + .m_GB_service_reccomendOther__inner {
    margin-top: 12px;
  }

  .m_GB_servicelineup_navi {
    display: none;
  }

  .m_GB_servicelineup_small_navi__wrap {
  }

  .m_GB_servicelineup_small_navi__wrap.is_show {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f2f2f2;
    width: 100%;
    height: 60px;
  }

  .m_GB_servicelineup_small_navi_area__toggle_menu_wrap {
    display: block;
  }

  .m_GB_servicelineup_small_navi_area__toggle_menu {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 0px;
    left: 5px;
    z-index: 999;
  }

  .m_GB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(1) {
    top: 15px;
  }

  .m_GB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(2) {
    top: 23px;
  }

  .m_GB_servicelineup_small_navi_area__toggle_menu span:nth-of-type(3) {
    top: 31px;
  }

  .m_GB_service_ttl {
    font-size: 24px;
  }

  .u_MdHide {
    display: none;
  }
  .u_MdInline {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #base {
    width: 100%;
  }
  #sideContents {
    display: none;
  }
  #mainContents {
    width: 100%;
  }
  #wrapper {
    width: 100%;
  }
  .heading--keyvisual > img {
    width: initial;
    height: initial;
  }
  .topMesseage__wrap {
    flex-direction: column;
    align-items: center;
  }
  .topMesseage {
    font-size: 16px;
    text-align: center;
    letter-spacing: -1.5px;
  }

  .topMesseage--img > img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
  }

  .m_GB_service:first-child {
    margin-top: 48px;
  }

  .m_GB_servicelineup__ttl {
    font-size: 24px;
  }
  .m_GB_service_ttl__wrap {
    font-size: 16px;
  }
  .m_GB_service_reccomend_img > img {
    width: 277px;
    height: auto;
  }

  .m_GB_service_reccomend_ttl {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .m_GB_service_salescopy__wrap {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_salescopy__inner {
    padding-left: initial;
  }

  .m_GB_service_salescopy--img {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .m_GB_service_salescopy--img > img {
    width: 80%;
    height: initial;
  }

  .m_GB_service_plan__inner {
    width: 100%;
    margin: 0px 0px;
  }

  .m_GB_service_plan_list {
    max-height: 100%;
  }

  .m_GB_service_plan:nth-child(n + 2) > .m_GB_service_plan__inner > .m_GB_service_plan_list::before {
    content: initial;
  }

  .m_GB_service_plan + .m_GB_service_plan {
    margin-top: 24px;
  }

  .m_GB_service_reccomend_service_link {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_reccomend_img {
    margin-bottom: 12px;
  }

  .m_GB_service_reccomend_case {
    font-size: 18px;
    padding: 8px 10px;
  }

  .m_GB_service_other_plan {
    flex-direction: column;
    align-items: center;
  }

  .m_GB_service_other_plan_ttl {
    font-size: 18px;
    letter-spacing: -1.1px;
  }

  .m_GB_service_other_plan_copy {
    width: 100%;
    margin-bottom: 12px;
  }

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

  .m_GB_service_other_plan_img > img {
    width: 80%;
  }

  .m_GB_service_reccomend_service {
    padding-left: initial;
  }

  .m_GB_service_plan__wrap {
    margin-top: 24px;
  }

  .m_GB_service_plan__wrap::before {
    content: initial;
  }

  .m_GB_service_plan__ttl {
    min-width: 180px;
    padding: 5px 10px;
    margin-bottom: initial;
  }

  .m_GB_service_plan__ttl::after {
    content: initial;
  }

  .m_GB_service_reccomendOther {
    width: initial;
  }

  .m_GB_service_reccomendOther__inner {
    display: block;
    width: 100%;
  }

  .m_GB_service_reccomendOther__inner + .m_GB_service_reccomendOther__inner {
    margin-top: 12px;
  }

  .m_GB_service_ttl {
    font-size: 24px;
  }

  .u_SmHide {
    display: none;
  }
  .u_SmInline {
    display: block;
  }
}

.m_GB_servicelineup_small_nav__wrap {
  display: none;
}

.m_GB_servicelineup_small_nav {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 980px;
  background-color: #f2f2f2;
}

.m_GB_servicelineup_small_nav__toggle_menu_wrap {
}

.m_GB_servicelineup_small_nav__toggle_menu {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 5px;
  left: 5px;
  z-index: 9999;
}

.m_GB_servicelineup_small_nav__toggle_menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 45%;
}

.m_GB_servicelineup_small_nav__toggle_menu span:nth-of-type(1) {
  top: 15px;
}
.m_GB_servicelineup_small_nav__toggle_menu span:nth-of-type(2) {
  top: 23px;
}
.m_GB_servicelineup_small_nav__toggle_menu span:nth-of-type(3) {
  top: 31px;
}

.m_GB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.m_GB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.m_GB_servicelineup_small_nav__toggle_menu.is-active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.m_GB_servicelineup_small_nav__menu_wrap {
  display: flex;
  border-right: 1px solid #fff;
  width: 980px;
  margin: 0 auto;
}

.m_GB_servicelineup_small_nav__menu_item {
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
  width: 100%;
}

.m_GB_servicelineup_small_nav__menu_link {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  line-height: 1.5;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px 0;
}

.m_GB_servicelineup_small_nav__menu_link:hover {
  color: #fff;
  background: #00984C;
}

@media screen and (max-width: 768px) {
  .m_GB_servicelineup_small_nav__wrap {
    position: fixed;
    display: block;
    top: -10px;
    background-color: #f2f2f2;
    box-shadow: 0 4px 4px #aaa;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    transition: 0.5s transform;
  }

  .m_GB_servicelineup_small_nav {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }

  .m_GB_servicelineup_small_nav__toggle_menu_wrap {
    display: block;
  }

  .m_GB_servicelineup_small_nav__menu_wrap {
    display: block;
    border: none;
    box-sizing: border-box;
    width: 220px;
    box-shadow: 4px 4px 4px #aaa;
    /* padding: 0 0 20px; */
    background-color: #fff;
  }

  .m_GB_servicelineup_small_nav__menu_item {
    color: #283a5b;
  }

  .js_menu_list {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -100%;
    transition: all 0.5s;
  }
}

.js_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: none;
}

.is-menu_active {
  left: 0;
}

/* -----
utility
---- */
/*横幅*/
.u_col1 {
  width: 8.333%;
}
.u_col2 {
  width: 16.667%;
}
.u_col3 {
  width: 25%;
}
.u_col4 {
  width: 33.333%;
}
.u_col5 {
  width: 41.666%;
}
.u_col6 {
  width: 50%;
}
.u_col7 {
  width: 58.333%;
}
.u_col8 {
  width: 66.666%;
}
.u_col9 {
  width: 75%;
}
.u_col10 {
  width: 83.33%;
}
.u_col11 {
  width: 91.666%;
}
.u_col12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u_resMdCol1 {
    width: 8.333%;
  }
  .u_resMdCol2 {
    width: 16.667%;
  }
  .u_resMdCol3 {
    width: 25%;
  }
  .u_resMdCol4 {
    width: 33.333%;
  }
  .u_resMdCol5 {
    width: 41.666%;
  }
  .u_resMdCol6 {
    width: 50%;
  }
  .u_resMdCol7 {
    width: 58.333%;
  }
  .u_resMdCol8 {
    width: 66.666%;
  }
  .u_resMdCol9 {
    width: 75%;
  }
  .u_resMdCol10 {
    width: 83.33%;
  }
  .u_resMdCol11 {
    width: 91.666%;
  }
  .u_resMdCol12 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .u_resSmCol1 {
    width: 8.333%;
  }
  .u_resSmCol2 {
    width: 16.667%;
  }
  .u_resSmCol3 {
    width: 25%;
  }
  .u_resSmCol4 {
    width: 33.333%;
  }
  .u_resSmCol5 {
    width: 41.666%;
  }
  .u_resSmCol6 {
    width: 50%;
  }
  .u_resSmCol7 {
    width: 58.333%;
  }
  .u_resSmCol8 {
    width: 66.666%;
  }
  .u_resSmCol9 {
    width: 75%;
  }
  .u_resSmCol10 {
    width: 83.33%;
  }
  .u_resSmCol11 {
    width: 91.666%;
  }
  .u_resSmCol12 {
    width: 100%;
  }
}


/* =================
2024.09 リニューアル
  ================= */
/* Common */
.m_GB_btn{
  width: fit-content;
  border-radius: calc(5/16 * 1.6rem);
  background-color: #00984C;
  margin: 0 auto;
}
.m_GB_btn a{
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 17px 30px;
  color: #fff;
  transition: 0.6s;
}

@media (any-hover: hover) {
  .m_GB_btn a:hover{
    opacity: 0.6;
  }
}

@media screen and (max-width:768px){
  .m_GB_btn a{
    padding: 10px 27px;
  }
}

/* Navi */
.topMesseage_business_scale_lst {
  display: flex;
	width: 100%;
	gap: 10px;
}
.topMesseage_business_scale_itm{
	position: relative;
	width: 100%;
	margin-top: 15px;
	border-radius: calc(5/16 * 1.6rem);
	background-color: #02984C;
  border: 2px solid #02984C;
  transition: 0.6s;
}
.topMesseage_business_scale_itm a{
  display: block;
  width: 100%;
  padding: 10px 20px;
	font-weight: 700;
	color: #fff;
}
.topMesseage_business_scale_itm::before{
	content: "";
	position: absolute;
	width: calc(13/16 * 1.6rem);
	height: calc(13/16 * 1.6rem);
	right: calc(5/16 * 1.6rem);
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
	background-image: url(/resource/img/division/for-glowbusiness/tab.svg);
  background-size: contain;
	background-repeat: no-repeat;
}
.topMesseage_anchor_lst{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px 50px;
}
.topMesseage_anchor_itm{
	position: relative;
	display: flex;
	height: 40px;
	align-items: center;
  justify-content: center;
  text-align: center;
}
.topMesseage_anchor_itm::before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 10px;
	top: 40%;
	border-top: 1px solid #00984C;
	border-right: 1px solid #00984C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topMesseage_anchor_itm::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	right: 0;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
	border-right: 1px solid #A8A8A8;
}
.topMesseage_anchor_itm a{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 45px;
  align-items: center;
  color: #000;
  font-weight: 700;
  transition: 0.6s;
}
.topMesseage_anchor_itm.topMesseage_anchor_itm__commonInquiry a{
  color: #ff0000;
}

@media (any-hover: hover) {
  .topMesseage_business_scale_itm:hover{
    border: 2px solid #02984C;
    background-color: #fff;
  }
  .topMesseage_business_scale_itm:hover a{
    color: #02984C;
  }
  .topMesseage_business_scale_itm:hover::before{
    background-image: url(/resource/img/division/for-glowbusiness/tab_green.svg);
  }
  .topMesseage_anchor_itm a:hover{
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px){
  .topMesseage_business_scale_lst,
  .topMesseage_anchor_lst{
    display: block;
  }
  .topMesseage_anchor_lst{
    background-image: repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px), repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px);
    background-position: right top, left top;
    background-repeat: repeat-y, repeat-y;
    background-size: 2px 100%, 2px 100%;
    padding: 0 10px;
  }
  .topMesseage_anchor_itm a{
    justify-content: flex-start;
  }
  .topMesseage_anchor_itm_br{
    display: none;
  }
  .topMesseage_anchor_itm::after{
    display: none;
  }
}

/* Section:インソースグループのサービスのポイント */
.topMesseage_lead{
  margin-top: 40px;
  font-family: "Helvetica Neue", "Noto Serif JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.m_GB_servicelineup_lead + .m_GB_servicelineup_lead{
  margin-top: 25px;
}
.m_GB_servicelineup_lead_ttl{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
}
.m_GB_servicelineup_lead_ttl::before{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00984C;
  border-radius: 50%;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.m_GB_servicelineup_lead_txt{
  padding-top: 15px;
}
.m_GB_servicelineup_lead_txt p + p {
  margin-top: 15px;
}
.m_GB_servicelineup_lead_lst {
  margin-top: 15px;
}
.m_GB_servicelineup_lead_lst li{
  text-indent: -1em;
  padding-left: 1em;
}
.m_GB_servicelineup_lead_wrap .m_GB_btn{
  margin-top: 45px;
}

@media screen and (max-width:766px){
  .topMesseage_lead{
      font-size: 16px;
      letter-spacing: -1.5px;
  }
}

/* Section:数字で見るインソース */
:root{
  --vw-value-lg: 970;
  --vw-value-sm: 599;
}
.m_GB_sec_number{
  margin-top: 100px;
}
.m_GB_sec_number_itm{
  display: grid;
  display: -ms-grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  place-items: center;
  row-gap: 0;
  padding: 10px 20px;
  border-radius: calc(10/16 * 1.6rem);
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
  text-align: center;
}
.m_GB_sec_number_itm__employees{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
}
.m_GB_sec_number_itm__employees_ttl{
  font-size: 22px;
  font-weight: 700;
}
.m_GB_sec_number_itm__employees_num{
  margin-top: 20px;
  color: #E5012D;
  font-size: 95px;
  font-weight: 700;
  font-family: "Helvetica Neue";
}
.m_GB_sec_number_itm__employees_num span{
  font-size: 40px;
  color: #000;
}
.m_GB_sec_number_itm__employees_year{
  font-size: 12px;
  font-weight: 700;
}
.m_GB_sec_number_lst{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 20px;
}
.m_GB_sec_number_itm_ttl{
  font-size: 18px;
  font-weight: 700;
  line-height: calc(27/18);
}
.m_GB_sec_number_itm figure{
  display: block;
  line-height: 0;
}
.m_GB_sec_number_itm img{
  display: block;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
.m_GB_sec_number_itm.m_GB_sec_number_itm__employees img{
  max-width: 455px;
}
.m_GB_sec_number_itm_num{
  font-size: 60px;
  font-weight: 700;
  font-family: "Helvetica Neue";
  line-height: calc(76/60);
}
.m_GB_sec_number_itm_num__numCurriculumForTraining .js_str_numCurriculumForTraining{
  color: #00984C;
}
.m_GB_sec_number_itm_num__numCurriculumForOpenSeminar .js_str_numCurriculumForOpenSeminar{
  color: #0067CE;
}
.m_GB_sec_number_itm_num__num_rateOfficerFemale{
  color: #FF9300;
}
.m_GB_sec_number_itm_num__num_DX{
  color: #0067CE;
}
.m_GB_sec_number_itm_num__num_newcomer {
  color: #FF53A8;
}
.m_GB_sec_number_itm_num__leafNumShort .js_str_leafNumShort {
  color: #00984D;
}
.m_GB_sec_number_itm_num__numLecturer .js_str_numLecturer{
  color: #6600CC;
}
.m_GB_sec_number_itm_num__rateOfficerFemale .js_str_rateOfficerFemale{
  color: #FF9300;
}
.m_GB_sec_number_itm_num__max_implementations {
  color: #E5012D;
}

.m_GB_sec_number_itm_num .m_GB_sec_number_itm_unit{
  font-size: 20px;
  color: #000;
}
.m_GB_sec_number_itm_year{
  margin-top: 10px;
  font-size: 8px;
  font-weight: 700;
  color: #808080;
}

@media screen and (max-width: 768px){
  .m_GB_sec_number_lst{
    overflow-x: scroll;
    gap: calc((100vw / var(--vw-value-sm)) * 10);
    padding: 5px;
  }
  .m_GB_sec_number_itm{
    width: 100%;
    min-width: 160px;
    padding: 10px;
  }
  .m_GB_sec_number_itm__employees_num span{
    font-size: 25px;
  }
  .m_GB_sec_number_itm__employees_ttl {
    line-height: 1.5;
  }
  .m_GB_sec_number_itm__employees{
    display: block;
  }
  .m_GB_sec_number_itm_ttl{
    font-size: calc((100vw / var(--vw-value-sm)) * 18);
  }
  .m_GB_sec_number_itm__employees_num{
    margin-top: 10px;
    font-size: calc((100vw / var(--vw-value-sm)) * 55);
  }
  .m_GB_sec_number_itm_num{
    font-size: calc((100vw / var(--vw-value-sm)) * 40);
  }
}

/* Section:サービス一覧 */
.m_GB_sec_lineup{
  margin-top: 100px;
}
.m_GB_sec_lineup_lst{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px 50px;
}
.m_GB_sec_lineup_itm{
	position: relative;
	display: flex;
	align-items: center;
  justify-content: center;
  text-align: center;
	height: 40px;
}
.m_GB_sec_lineup_itm::before{
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 10px;
	top: 40%;
	border-top: 1px solid #00984C;
	border-right: 1px solid #00984C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.m_GB_sec_lineup_itm::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	right: 0;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
	border-right: 1px solid #A8A8A8;
}
.m_GB_sec_lineup_itm a{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 45px;
  align-items: center;
	color: #000;
	font-weight: 700;
}
.m_GB_btn.m_GB_btn__lineup{
  margin-top: 30px;
}

@media (any-hover: hover) {
  .topMesseage_business_scale_itm:hover{
    border: 2px solid #02984C;
    background-color: #fff;
  }
  .topMesseage_business_scale_itm:hover a{
    color: #02984C;
  }
  .topMesseage_business_scale_itm:hover::before{
    background-image: url(/resource/img/division/for-glowbusiness/tab_green.svg);
  }
  .topMesseage_anchor_itm a:hover{
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px){
  .m_GB_sec_lineup_lst{
    display: block;
    background-image: repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px), repeating-linear-gradient(180deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px);
    background-position: right top, left top;
    background-repeat: repeat-y, repeat-y;
    background-size: 2px 100%, 2px 100%;
    padding: 0 10px;
  }
  .m_GB_sec_lineup_itm{
    text-align: start;
    justify-content: start;
  }
  .m_GB_sec_lineup_itm a{
    justify-content: flex-start;
  }
  .m_GB_sec_lineup_lst::after{
    display: none;
  }
  .m_GB_sec_lineup_itm::after{
    display: none;
  }
}

/* Section:その他、おすすめ教育ソリューション */
.m_GB_sec_solutions{
  padding-top: 100px;
}
.m_GB_sec_solutions_itm{
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
.m_GB_sec_solutions_itm + .m_GB_sec_solutions_itm{
  background-image: repeating-linear-gradient(90deg, #cbcbcb, #cbcbcb 3px, transparent 3px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
.m_GB_sec_solutions_itm_img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  flex-shrink: 0;
}
.m_GB_sec_solutions_itm_img img{
  display: block;
  width: 100%;
}
.m_GB_sec_solutions_itm_Ttl{
  color: #00984C;
  font-size: 18px;
  font-weight: 700;
}
.m_GB_sec_solutions_itm_Lst{
  margin-top: 15px;
}
.m_GB_sec_solutions_itm_Itm{
  position: relative;
  padding-left: 20px;
}
.m_GB_sec_solutions_itm_Itm + .m_GB_sec_solutions_itm_Itm{
  margin-top: 10px;
}
.m_GB_sec_solutions_itm_Itm::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00984C;
  border-radius: 50%;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.m_GB_sec_solutions_itm_Itm a{
  color: #000;
}

@media (any-hover: hover) {
  .m_GB_sec_solutions_itm_Itm a:hover{
    color: #052674;
    text-decoration: underline;
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px){
  .m_GB_sec_solutions_itm {
    flex-direction: column;
    padding: 30px 0;
    gap: 20px;
  }
  .m_GB_sec_solutions_itm_img{
    margin: 0 auto;
  }
}


/* Section:同じ組織規模でサービスをご検討されているお客さまからのご質問 */
.m_GB_sec_faq{
  padding-top: 100px;
}
.m_GB_sec_faq_itm{
  position: relative;
  border-bottom: 1px solid #CBCBCB;
}
.m_GB_sec_faq_itm::before,
.m_GB_sec_faq_itm::after{
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  background-color: #000;
  transition: all 0.4s linear;
  border-radius: calc(1px / 0);
  z-index: 1;
}
.m_GB_sec_faq_itm::before{
  width: calc(16 / 16* 1.6rem);
  height: calc(2 / 16* 1.6rem);
  right: calc(13 / 16* 1.6rem);
  top: calc(23/16 * 1.6rem);
}
.m_GB_sec_faq_itm::after{
  width: calc(2 / 16* 1.6rem);
  height: calc(16 / 16* 1.6rem);
  top: calc(16/16 * 1.6rem);
  right: calc(20 / 16* 1.6rem);
}
.m_GB_sec_faq_itm.js_open::after{
  font-family: "Helvetica Neue";
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}
.m_GB_sec_faq_itm_Ttl{
  position: relative;
  padding: 25px 60px;
  font-size: 16px;
  font-weight: 700;
}
.m_GB_sec_faq_itm_Ttl::before{
  content: "Q";
  position: absolute;
  width: 35px;
  height: 55px;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #00984C;
}
.m_GB_sec_faq_itm_Cont{
  position: relative;
  margin-top: 10px;
  padding: 25px 60px;
}
.m_GB_sec_faq_itm_Cont::before{
  content: "A";
  position: absolute;
  width: 35px;
  height: 55px;
  left: 2px;
  top: 0;
  font-size: 40px;
  font-weight: 700;
  color: #00984C;
}
.m_GB_sec_faq_itm_Cont_Txt + .m_GB_sec_faq_itm_Cont_Txt{
  padding-top: 20px;
}
.m_GB_sec_faq_itm_Cont_Txt a{
  color: #000;
}

@media (any-hover: hover) {
  .m_GB_sec_faq_itm_Ttl:hover{
    cursor: pointer;
  }
  .m_GB_sec_faq_itm_Cont_Txt a:hover{
    color: #052674;
    text-decoration: underline;
    opacity: 0.8;
  }
}

@media screen and (max-width:768px){
  .m_GB_sec_faq_itm::before{
    top: calc(22/16 * 1.6rem);
  }
  .m_GB_sec_faq_itm::after{
    top: calc(15/16 * 1.6rem);
  }
  .m_GB_sec_faq_itm_Ttl::before{
    top: 0;
    bottom: auto;
    transform: translateY(0);
  }
}

.m_GB_footer_top_ttl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.m_GB_footer_top_ttl::after{
  content: "";
  display: block;
  width: calc(60/16 * 1.6rem);
  height: calc(5/16 * 1.6rem);
  background-color: #FF0000;
  margin: 15px auto 0 auto;
}

/* インソースのご利用方法 */
.m_GB_sec_howto_lst{
  margin-top: 50px;
}
.m_GB_sec_howto_itm{
  padding: 30px;
  border-radius: calc(10/16 * 1.6rem);
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
  text-align: center;
}
.m_GB_sec_howto_itm + .m_GB_sec_howto_itm{
  margin-top: 20px;
}
.m_GB_sec_howto_itm_cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_GB_sec_howto_itm_txt_box{
  max-width: 500px;
  text-align: start;
}
.m_GB_sec_howto_itm_ttl{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
}
.m_GB_sec_howto_itm_ttl::before{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 100%;
  left: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.m_GB_sec_howto_itm_ttl.m_GB_sec_howto_itm_ttl__consultation::before{
  background-color: #2A6CAE;
}
.m_GB_sec_howto_itm_ttl.m_GB_sec_howto_itm_ttl__coursesApply::before{
  background-color: #01A7FF;
}
.m_GB_sec_howto_itm_ttl.m_GB_sec_howto_itm_ttl__eLearningApply::before{
  background-color: #FF53A8;
}
.m_GB_sec_howto_itm_ttl.m_GB_sec_howto_itm_ttl__trial::before{
  background-color: #E5012D;
}

.m_GB_sec_howto_itm_txt{
  margin-top: 20px;
}
.m_GB_sec_howto_itm_btn{
  width: 285px;
  height: fit-content;
  border-radius: calc(5/16 * 1.6rem);
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.3);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__consultation{
  border: 1px solid #2A6CAE;
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__coursesApply{
  border: 1px solid #01A7FF;
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__eLearningApply{
  border: 1px solid #FF53A8;
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__trial{
  border: 1px solid #E5012D;
}

.m_GB_sec_howto_itm_btn + .m_GB_sec_howto_itm_btn{
  margin-top: 10px;
}
.m_GB_sec_howto_itm_btn a{
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-weight: 700;
  transition: 0.6s;
}

.m_GB_sec_howto_itm_btn a::before{
  content: "";
  width: 25px;
  height: 21px;
  background-size: contain;
  background-image: url(/resource/img/division/for-glowbusiness/icon_01.svg);
  background-repeat: no-repeat;
}
.m_GB_sec_howto_itm_btn__coursesApply a::before,
.m_GB_sec_howto_itm_btn__eLearningApply a::before,
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__howToApply_03 a::before {
  width: 16px;
  background-size: auto;
}
.m_GB_sec_howto_itm_btn__trial a::before{
  width: 20px;
  background-size: auto;
}

.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__trial a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_04.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__consultation a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_01.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__search_01 a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_02_02.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__search_02 a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_02_03.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__howToApply_01 a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_02.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__howToApply_02 a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_03.svg);
}
.m_GB_sec_howto_itm_btn.m_GB_sec_howto_itm_btn__howToApply_03 a::before{
  background-image: url(/resource/img/division/for-glowbusiness/howto_icon_con_03_04.svg);
}

@media (any-hover: hover) {
  .m_GB_sec_howto_itm_btn a:hover{
    opacity: 0.6;
  }
}

@media screen and (max-width:768px){
  .m_GB_sec_howto_itm_cont{
    flex-direction: column;
    gap: 20px;
  }
}

/* WEBinsoureご登録のお願い */
.m_GB_sec_webinsource{
  margin-top: 100px;
}
.m_GB_sec_webinsource_ttl{
  position: relative;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 55px;
}
.m_GB_sec_webinsource_ttl::before{
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
  background-size: contain;
  background-image: url(/resource/img/division/for-glowbusiness/ttl_icon_webinsource.svg);
  background-repeat: no-repeat;
}
.m_GB_sec_webinsource_ttl a{
  color: #000;
  transition: 0.6s;
}
.m_GB_sec_webinsource_ttl span{
  color: #E5012D;
}
.m_GB_sec_webinsource_lead{
  margin-top: 20px;
  font-weight: 700;
}
.m_GB_sec_webinsource_btn_wrap{
  margin-top: 40px;
}
.m_banners {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: -12px;
}
.m_banners__item {
  display: flex;
  justify-content: center;
  padding: 12px;
}

@media (any-hover: hover) {
  .m_banners__target:hover {
    opacity: .7;
  }
  .m_GB_sec_webinsource_ttl a:hover{
    text-decoration: underline;
  }
}

@media screen and (max-width:599px){
  .m_banners {
    display: block;
  }
}

/* ============
 お問合せ・ご質問 */
/* お問合せのみ */
#inquiry.m_commonFtInquiry.m_GB__inquiry{
  display: flex;
  margin: 30px auto;
  padding: 0;
  justify-content: center;
}
#inquiry .m_commonFtInquiry__btns.m_GB__inquiry_btn {
  max-width: 195px;
  width: 100%;
}
#inquiry .m_commonFtInquiry__btn--inquiry {
  display: flex;
  align-items: stretch;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}
#inquiry .m_commonFtInquiry__btn--inquiry::before {
  content: "";
  display: block;
  height: 3.5em;
}
#inquiry .m_commonFtInquiry__btnTarget {
  width: 100%;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  box-shadow: 3px 3px 10px rgba(158, 39, 48, .16);
  border: 1px solid #E5002D;
  transition: .3s opacity;
}
#inquiry .m_commonFtInquiry__btnInner {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
}
#inquiry .m_commonFtInquiry__btnInner::before{
  content: url(/resource/img/inquiry/footer-icon_inquiry.svg);
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  top: 5px;
  bottom: 0;
  left: 0;
  line-height: 0;
}

/* お問合せボックス */
.m_GB__commonFtInquiry_wrap #commonInquiry.m_commonFtInquiry{
  margin-top: 90px;
  padding: 0;
}

.p_mainContents__fotter{
  margin-bottom: 100px;
}