@charset "UTF-8";
@media screen and (min-width: 961px) {
  .sp-view {
    display: none; }
  .pc-view {
    display: block; } }

@media screen and (max-width: 960px) {
  .sp-view {
    display: block; }
  .pc-view {
    display: none; } }

@media screen and (min-width: 961px) {
  .sp-view {
    display: none; }
  .pc-view {
    display: block; } }

@media screen and (max-width: 960px) {
  .sp-view {
    display: block; }
  .pc-view {
    display: none; } }

/* ------------------------------ */
* + .pg-top_btns-wrapper {
  margin-top: 50px; }

/* --------- slide ------------ */
.pg-top_kv-list {
  width: 100%;
  overflow: hidden; }
  .pg-top_kv-list ul {
    width: 800%;
    overflow: hidden; }
    .pg-top_kv-list ul li {
      float: left; }

[class*="top_kv-wrapper"] {
  width: 12.5%;
  height: 600px !important;
  position: relative; }
  @media screen and (max-width: 1000px) {
    [class*="top_kv-wrapper"] {
      height: 400px !important; } }
  @media screen and (max-width: 800px) {
    [class*="top_kv-wrapper"] {
      height: 400px !important; } }
  @media screen and (max-width: 520px) {
    [class*="top_kv-wrapper"] {
      height: 350px !important; } }

@media all and (-ms-high-contrast: none) {
  [class*="top_kv-wrapper"] {
    height: 560px !important; } }

[class*="top_kv-wrapper"]:before {
  content: "";
  display: block; }

/* ------ slide-thumbnail ------ */
.pg-top_carousel-dotto {
  margin-top: 20px;
  text-align: center; }
  .pg-top_carousel-dotto div {
    display: inline-block;
    width: 148px;
    height: 62px;
    border: 1px solid #cecece;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    cursor: pointer; }
    .pg-top_carousel-dotto div + div {
      margin-left: 20px; }
    .pg-top_carousel-dotto div:first-of-type {
      background-image: url("/img/top/top_mv_bizreach.jpg"); }
    .pg-top_carousel-dotto div:nth-of-type(2) {
      background-image: url("/img/top/top_mv_hrmos_saiyo.jpg"); }
    .pg-top_carousel-dotto div:nth-of-type(3) {
      background-image: url("/img/top/top_mv_hrmos_hr.png"); }
    .pg-top_carousel-dotto div:nth-of-type(4) {
      background-image: url("/img/top/top_mv_campus.jpg"); }
    .pg-top_carousel-dotto div:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      position: relative;
      z-index: 2; }
    .pg-top_carousel-dotto div.current:before {
      content: none; }

/* -------- top_directscout --------- */
.pg-top_kv-wrapper--bizreach {
  background: linear-gradient(#e8dfd1 0%, #c9b79b 100%); }

.pg-top_directscout {
  position: relative;
  width: 1200px;
  height: inherit;
  display: flex;
  align-items: flex-start;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .pg-top_directscout {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .pg-top_directscout {
      height: 350px; } }
  .pg-top_directscout h2 {
    padding-bottom: 6%; }
    @media screen and (max-width: 1000px) {
      .pg-top_directscout h2 {
        padding-bottom: 7%; } }

.kv-tagline {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: left; }
  .kv-tagline__text {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .kv-tagline__text {
        font-size: 1.434vw; } }
    @media screen and (max-width: 520px) {
      .kv-tagline__text {
        font-size: 3vw; } }
  .kv-tagline__strength {
    font-size: 26px;
    font-weight: bold; }
    .kv-tagline__strength .request_scout {
      font-size: 40px;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        .kv-tagline__strength .request_scout {
          font-size: 3.129vw; } }
      @media screen and (max-width: 520px) {
        .kv-tagline__strength .request_scout {
          font-size: 6.400vw; } }
    @media screen and (max-width: 960px) {
      .kv-tagline__strength {
        padding-bottom: 2%;
        font-size: 2.086vw;
        line-height: 1.4; } }
    @media screen and (max-width: 520px) {
      .kv-tagline__strength {
        font-size: 4.267vw; } }
  .kv-tagline__strength-text {
    font-weight: bold;
    color: #B6111C; }
  .kv-tagline__note-icon {
    display: inline-block;
    padding-top: 16px;
    font-size: 16px;
    color: #333333;
    vertical-align: top; }
    @media screen and (max-width: 1000px) {
      .kv-tagline__note-icon {
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .kv-tagline__note-icon {
        padding-top: 0;
        font-size: 2.933vw; } }
  .kv-tagline__note {
    padding-bottom: 16px;
    font-size: 11px;
    color: #505050; }
    @media screen and (max-width: 1000px) {
      .kv-tagline__note {
        padding: 1% 0;
        display: none; } }
    @media screen and (max-width: 767px) {
      .kv-tagline__note {
        display: none; } }
  .kv-tagline__note-sp {
    display: none;
    font-size: 2vw;
    color: #505050; }
    @media screen and (max-width: 960px) {
      .kv-tagline__note-sp {
        display: block;
        padding-top: 1vw;
        font-size: 10px;
        text-align: left; } }

.p-biz-cta {
  position: relative;
  width: 330px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border: solid 1px #B6111C;
  border-radius: 2px;
  background-color: #B6111C;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  transition: .3s; }
  .p-biz-cta span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-image: url("/img/top/cta_arrow_white.svg");
    background-repeat: no-repeat;
    background-position: right 20px center; }
  .p-biz-cta::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    background-color: #fff;
    content: '';
    transition: transform .3s; }
  @media screen and (min-width: 961px) {
    .p-biz-cta:hover {
      border: solid 1px #B6111C;
      background-color: #fff;
      color: #B6111C; }
      .p-biz-cta:hover::before {
        transform: scale(1, 1);
        transform-origin: left top; }
      .p-biz-cta:hover span {
        background-image: url("/img/top/cta_arrow_red.svg"); } }
  @media screen and (max-width: 960px) {
    .p-biz-cta {
      width: 44%;
      height: 48px;
      line-height: 48px; } }
  @media screen and (max-width: 520px) {
    .p-biz-cta {
      width: 34%;
      height: 48px;
      font-size: 4vw;
      line-height: 48px; } }

.pg-top_directscout-content {
  width: 566px;
  padding: 5% 0 0 12%;
  z-index: 1; }
  @media screen and (max-width: 500px) {
    .pg-top_directscout-content {
      padding: 4% 0 0 12%; } }
  @media screen and (max-width: 768px) {
    .pg-top_directscout-content {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      padding: 4% 0 0 12%; } }
  @media screen and (max-width: 500px) {
    .pg-top_directscout-content {
      padding: 0 0 0 6%; } }
  @media screen and (max-width: 1200px) {
    .pg-top_directscout-content .kv {
      width: 74%;
      margin: 0; } }
  @media screen and (max-width: 1000px) {
    .pg-top_directscout-content .kv {
      width: 74%; } }
  @media screen and (max-width: 767px) {
    .pg-top_directscout-content .kv {
      margin: 0;
      width: 72%;
      padding-top: 8%; } }
  @media screen and (max-width: 520px) {
    .pg-top_directscout-content .kv {
      padding-top: 0; } }
  .pg-top_directscout-content .kv img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 1000px) {
      .pg-top_directscout-content .kv img {
        width: 77%;
        margin: 0; } }
    @media screen and (max-width: 960px) {
      .pg-top_directscout-content .kv img {
        width: 60%;
        margin: 0; } }

.pg-top_kv-bizreach {
  position: absolute;
  bottom: -20%;
  right: 38%;
  width: 38%;
  transform: translateX(100%); }
  .pg-top_kv-bizreach img {
    width: 94%; }
  @media screen and (max-width: 1000px) {
    .pg-top_kv-bizreach {
      width: 30%;
      bottom: 0; } }
  @media screen and (max-width: 960px) {
    .pg-top_kv-bizreach {
      bottom: -14%; } }
  @media screen and (max-width: 520px) {
    .pg-top_kv-bizreach {
      width: 200px;
      right: 45%;
      bottom: 0; } }

@media screen and (max-width: 767px) {
  .pg-top_directscout-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%);
    z-index: 1; } }

.pg-top_kv-logo {
  position: absolute;
  top: 5%;
  right: 4%;
  width: 140px; }
  @media screen and (max-width: 767px) {
    .pg-top_kv-logo {
      top: 10px;
      width: 100px; } }
  .pg-top_kv-logo img {
    width: 100%;
    height: auto; }

.pg-top_directscout-btn {
  width: 340px; }
  @media screen and (max-width: 1200px) {
    .pg-top_directscout-btn {
      width: 290px;
      margin: auto; } }
  .pg-top_directscout-btn__link {
    background: #d7000f;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    color: #fff;
    transition: all 0.3s ease-out;
    display: block;
    font-size: 18px;
    line-height: 54px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .pg-top_directscout-btn__link {
        font-size: 17px; } }
    @media screen and (max-width: 1000px) {
      .pg-top_directscout-btn__link {
        font-size: 13px; } }
    @media screen and (max-width: 800px) {
      .pg-top_directscout-btn__link {
        width: 240px;
        line-height: 40px;
        border-radius: 3px; } }
    .pg-top_directscout-btn__link:hover {
      background-color: #a8000a; }

.pg-top-area-link {
  display: block;
  height: 100%; }
  @media screen and (max-width: 1200px) {
    .pg-top-area-link {
      margin-top: 6vw; } }
  @media screen and (max-width: 1000px) {
    .pg-top-area-link {
      margin-top: 0; } }

/* -------- hrmos -------- */
.pg-top_kv-wrapper-hrmos {
  background: url("../img/top/top_hrmos_back.png") no-repeat right -34px top 1px/1493px #F2F5F6; }
  @media screen and (min-width: 800px) {
    .pg-top_kv-wrapper-hrmos .sp-view {
      display: none; } }
  @media screen and (min-width: 800px) and (max-width: 1200px) {
    .pg-top_kv-wrapper-hrmos {
      background-size: 120%;
      background-position-x: -30px; } }
  @media screen and (max-width: 799px) {
    .pg-top_kv-wrapper-hrmos {
      background-size: 99%;
      background-position-x: 100px; } }
  @media screen and (max-width: 767px) {
    .pg-top_kv-wrapper-hrmos {
      background: url(../img/top/top_hrmos_back_sp.png) no-repeat right -156px top -32px/432px #F2F5F6; } }

.pg-top_hrmos {
  width: 1200px;
  height: 600px;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .pg-top_hrmos {
      width: 95%;
      left: 47%;
      top: 55%; } }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos {
      height: 350px;
      width: 400px;
      left: 50%;
      top: 29%; } }
  .pg-top_hrmos h2 {
    text-align: left; }
    .pg-top_hrmos h2 img {
      width: 40%; }
      @media screen and (max-width: 820px) {
        .pg-top_hrmos h2 img {
          width: 40%; } }
      @media screen and (max-width: 800px) {
        .pg-top_hrmos h2 img {
          width: 138%; } }

.pg-top_hrmos-inner {
  /*margin: 0 0 0 120px;*/ }
  @media screen and (max-width: 1200px) {
    .pg-top_hrmos-inner {
      margin: -32px 0 0 14%; } }
  @media screen and (max-width: 1000px) {
    .pg-top_hrmos-inner {
      margin: -112px 0 0 11%; } }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos-inner {
      margin: 0 0 0 30px;
      width: 200px; } }

.pg-top_hrmos-logo {
  margin-bottom: 37px;
  margin-left: -59px; }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos-logo {
      margin: 0;
      top: 25%;
      right: 6%;
      position: absolute; } }
  .pg-top_hrmos-logo img {
    width: 16%; }
    @media screen and (max-width: 800px) {
      .pg-top_hrmos-logo img {
        width: 96px; } }

.pg-top_hrmos-btn {
  width: 324px;
  margin: 33px 0; }
  @media screen and (max-width: 1200px) {
    .pg-top_hrmos-btn {
      width: 240px;
      margin: 40px 0; } }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos-btn {
      width: 240px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 92px 0; } }
  .pg-top_hrmos-btn__link {
    background: #b6111c;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    transition: all 0.3s ease-out;
    display: block;
    font-size: 21px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .pg-top_hrmos-btn__link {
        font-size: 16px; } }
    @media screen and (max-width: 800px) {
      .pg-top_hrmos-btn__link {
        line-height: 40px;
        border-radius: 3px; } }
    @media screen and (max-width: 500px) {
      .pg-top_hrmos-btn__link {
        top: 70%; } }
    .pg-top_hrmos-btn__link:hover {
      background-color: rgba(182, 17, 28, 0.8); }

.pg-top_hrmos-mv {
  position: absolute;
  top: 24%;
  right: 57%;
  width: 56%;
  transform: translateX(100%); }
  @media screen and (max-width: 1200px) {
    .pg-top_hrmos-mv {
      right: 50%; } }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos-mv {
      top: 65%;
      right: 51%; } }
  .pg-top_hrmos-mv img {
    width: 94%; }
    @media screen and (max-width: 1200px) {
      .pg-top_hrmos-mv img {
        width: 84%; } }
    @media screen and (max-width: 800px) {
      .pg-top_hrmos-mv img {
        width: 80%; } }

.pg-top_hrmos-section {
  position: absolute;
  top: 90px;
  right: 30px;
  width: 118px;
  height: 118px;
  border: 4px solid #0457A7;
  border-radius: 100px;
  background: #fff;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .pg-top_hrmos-section {
      width: 100px;
      height: 100px;
      right: 10px; } }
  .pg-top_hrmos-section p {
    display: block;
    text-decoration: none;
    padding: 36px 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    color: #0457a7; }
    @media screen and (max-width: 1200px) {
      .pg-top_hrmos-section p {
        font-size: 16px;
        padding: 28px 0; } }
  @media screen and (max-width: 800px) {
    .pg-top_hrmos-section {
      display: none; } }

/* -------- top_hrmos_hr --------- */
.top_hrmos_hr {
  background: linear-gradient(90deg, #1f6bb1 0%, #0457a7 100%); }
  .top_hrmos_hr__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100%;
    max-width: 1120px;
    margin: auto;
    padding-top: 20px; }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr__inner {
        max-width: 90%;
        background: none; } }
  .top_hrmos_hr__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding: 29px 0 26px 0; }
    .top_hrmos_hr__logo img {
      width: 100%; }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr__logo {
        width: 103px;
        height: 27px;
        padding: 18px 0 12px 0; } }
  .top_hrmos_hr__contents-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr__contents-wrap {
        flex-direction: column;
        gap: 10px 0; } }
  .top_hrmos_hr__thumb {
    width: 90%;
    max-width: 550px; }
    .top_hrmos_hr__thumb img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr__thumb {
        width: 40%; } }
  .top_hrmos_hr h2 {
    max-width: 560px;
    width: 100%;
    padding-bottom: 40px; }
    .top_hrmos_hr h2 img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr h2 {
        width: 70%;
        margin: auto;
        padding-bottom: 10px; } }
  .top_hrmos_hr__cta {
    position: relative;
    max-width: 272px;
    height: 58px;
    border-radius: 10px;
    line-height: 58px;
    box-sizing: border-box;
    background: #e73858;
    border: 1px solid #ff4081;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .top_hrmos_hr__cta {
        width: 100%;
        height: 48px;
        line-height: 48px; } }
    .top_hrmos_hr__cta::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border: 1px solid #FFFFFF;
      background-color: #FFFFFF;
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transform: translate(-105%); }
    .top_hrmos_hr__cta span {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: bold;
      color: #FFFFFF;
      transition-delay: .1s; }
      @media screen and (max-width: 1000px) {
        .top_hrmos_hr__cta span {
          font-size: 16px; } }
      @media screen and (max-width: 960px) {
        .top_hrmos_hr__cta span {
          font-size: 17px; } }
    @media screen and (min-width: 961px) {
      .top_hrmos_hr__cta:hover {
        border: 1px solid #fff; }
        .top_hrmos_hr__cta:hover::before {
          transform: translate(0); }
        .top_hrmos_hr__cta:hover span {
          color: #e73858; } }

/* -------- top_campas --------- */
.pg-top_kv-wrapper4 {
  background: #004794; }

.pg-top_campas {
  width: 1200px;
  margin: auto;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .pg-top_campas h2 img {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .pg-top_campas {
      width: 70%;
      top: 55%;
      left: 43%; }
      .pg-top_campas h2 img {
        width: 90%; } }
  @media screen and (max-width: 1100px) {
    .pg-top_campas {
      top: 48%; } }
  @media screen and (max-width: 800px) {
    .pg-top_campas {
      top: 58%;
      left: 48%; }
      .pg-top_campas h2 {
        margin-bottom: 81%; }
        .pg-top_campas h2 img {
          width: 240px; } }

.pg-top_campas-inner {
  margin: 160px 0 0 170px; }
  @media screen and (max-width: 1200px) {
    .pg-top_campas-inner {
      margin: 86px 0 0 50px; } }
  @media screen and (max-width: 1000px) {
    .pg-top_campas-inner {
      margin: 65px 0 0 30px; } }
  @media screen and (max-width: 800px) {
    .pg-top_campas-inner {
      position: absolute;
      top: 43%;
      left: 53%;
      transform: translate(-50%, -50%);
      margin: 0; } }

.pg-top_campas-btn {
  margin: 40px 0 0 15px;
  width: 340px; }
  @media screen and (max-width: 1200px) {
    .pg-top_campas-btn {
      width: 290px; } }
  @media screen and (max-width: 800px) {
    .pg-top_campas-btn {
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 36px 0 0; } }
  .pg-top_campas-btn__link {
    background: #ff406c;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    color: #fff;
    transition: all 0.3s ease-out;
    display: block;
    font-size: 18px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .pg-top_campas-btn__link {
        font-size: 17px; } }
    @media screen and (max-width: 1000px) {
      .pg-top_campas-btn__link {
        font-size: 13px; } }
    @media screen and (max-width: 800px) {
      .pg-top_campas-btn__link {
        width: 240px;
        line-height: 40px;
        border-radius: 3px; } }
    .pg-top_campas-btn__link:hover {
      opacity: 0.7; }

@media screen and (max-width: 1200px) {
  .pg-top_campas-mv img {
    width: 160%; } }

@media screen and (max-width: 800px) {
  .pg-top_campas-mv img {
    width: 50%; } }

@media screen and (max-width: 420px) {
  .pg-top_campas-mv img {
    width: 96%;
    margin-left: 8%; } }

@media screen and (max-width: 320px) {
  .pg-top_campas-mv img {
    width: 120%;
    margin-left: -8%; } }

/* ------------ pg-top-common ------------- */
.ie8 .pg-top_saiyou {
  display: none;
  top: 32%;
  left: 0; }

.pg-top_kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  overflow: hidden; }
  .pg-top_kv-img > img {
    opacity: 0;
    filter: alpha(opacity=0); }

.pg-top_kv-inner {
  position: relative;
  z-index: 10;
  height: 430px;
  text-align: center; }

.pg-top_kv-inner-wrapper {
  width: 460px;
  padding-top: 160px;
  margin-left: auto;
  margin-right: auto; }
  .pg-top_kv-inner-wrapper img {
    width: 100%;
    height: auto; }

.pg-top_kv-inner-left {
  float: left;
  width: 62.5%; }

* + .pg-top_kv-inner-btn {
  margin-top: 100px; }

.pg-top_kv-inner-right {
  float: right;
  width: 32%; }

.pg-top_kv-inner-left img,
.pg-top_kv-inner-right img {
  width: 100%;
  height: auto; }

* + .pg-top_services {
  margin-top: 50px; }

.pg-top_services {
  width: 1185px;
  margin-left: auto;
  margin-right: auto; }
  .pg-top_services h2 br {
    display: none; }

.pg-top_services-list {
  margin-left: -30px;
  margin-bottom: -30px; }
  .pg-top_services-list li {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px; }
    .pg-top_services-list li figure img {
      display: block;
      margin: 0 auto; }

.pg-top_services-bizreach,
.pg-top_services-careertrek,
.pg-top_services-hrmos,
.pg-top_services-stanby,
.pg-top_services-succeed {
  position: relative;
  float: left; }

* + .pg-top_services-bizreach,
* + .pg-top_services-careertrek,
* + .pg-top_services-hrmos,
* + .pg-top_services-stanby {
  margin-left: 30px; }

* + .pg-top_services-succeed {
  margin-top: 30px; }

.pg-top_services-bizreach:after,
.pg-top_services-careertrek:after,
.pg-top_services-hrmos:after,
.pg-top_services-stanby:after,
.pg-top_services-succeed:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAB2yFWAAAAACVBMVEUAAAC1tbXs7OzAYGm9AAAAAXRSTlMAQObYZgAAAB9JREFUCNdjYA0NYGBbNYEhNHQCgwMjMg4AYgagOAMAjzsHFNMSc6UAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  cursor: pointer; }

.pg-top_services a {
  display: block;
  width: 220px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .pg-top_services a:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1); }

.pg-top_services-head {
  height: 42px;
  font-size: 12px;
  text-align: center;
  font-feature-settings: "palt"; }
  .pg-top_services-head + * {
    margin-top: 10px; }

.pg-top_2calsquare {
  width: 1185px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }

.pg-top_2calsquare-articleset {
  width: 570px;
  margin-left: 30px; }

.pg-top_2calsquare-list .pg-top_2calsquare-d3-articleset {
  width: 570px; }

.pg-top_2calsquare-articleset img,
.pg-top_2calsquare-d3-articleset img {
  width: 160px;
  height: 160px; }

.pg-top_2calsquare-letters .pg-index_event-article-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 15px;
  color: #5E6166;
  font-size: 14px; }

.pg-top_recruit > li {
  width: 400px; }
  .pg-top_recruit > li > a > figure {
    padding: 0; }

.pg-top_2calsquare-article-head {
  padding-top: 25px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold; }

.pg-top_product-list {
  margin-left: -30px;
  margin-bottom: -30px; }
  .pg-top_product-list li {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px; }
    .pg-top_product-list li:after {
      display: block;
      content: "";
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 10px;
      height: 10px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAB2yFWAAAAACVBMVEUAAAC1tbXs7OzAYGm9AAAAAXRSTlMAQObYZgAAAB9JREFUCNdjYA0NYGBbNYEhNHQCgwMjMg4AYgagOAMAjzsHFNMSc6UAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      cursor: pointer; }
    .pg-top_product-list li article {
      margin-left: 0; }
    .pg-top_product-list li h3 {
      font-weight: bold; }
    .pg-top_product-list li p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

.pg-top_2calsquare-list {
  margin-left: -30px;
  margin-bottom: -30px; }
  .pg-top_2calsquare-list li {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .pg-top_2calsquare-list li:hover {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
      -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1); }
    .pg-top_2calsquare-list li::after {
      display: block;
      content: "";
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 10px;
      height: 10px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJAgMAAAB2yFWAAAAACVBMVEUAAAC1tbXs7OzAYGm9AAAAAXRSTlMAQObYZgAAAB9JREFUCNdjYA0NYGBbNYEhNHQCgwMjMg4AYgagOAMAjzsHFNMSc6UAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      cursor: pointer; }
    .pg-top_2calsquare-list li article {
      margin-left: 0; }
    .pg-top_2calsquare-list li h3 {
      font-weight: bold; }
    .pg-top_2calsquare-list li p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      height: 63px; }

* + .pg-top_unit {
  margin-top: 100px; }

.pg-top_endlink {
  text-align: right; }
  .pg-top_endlink a {
    position: relative;
    padding-left: 15px;
    text-align: right; }
    .pg-top_endlink a:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0;
      width: 4px;
      height: 8px;
      background: url("/img/common/icon/icon-arrow-right.png") no-repeat; }
    .pg-top_endlink a:hover {
      text-decoration: underline; }

* + .pg-top_endlink {
  margin-top: 20px; }

.pg-top_endlink > p + p {
  margin-top: 5px; }

.pg-top_centerlink {
  margin-top: 15px;
  text-align: center; }
  .pg-top_centerlink a:hover {
    text-decoration: underline; }

.pg-top_media {
  display: block;
  width: 895px;
  margin-left: auto;
  margin-right: auto; }
  .pg-top_media > li {
    float: left;
    width: 285px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .pg-top_media > li:hover {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
      -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1); }
    .pg-top_media > li img {
      width: 100%;
      height: auto; }
      .pg-top_media > li img:hover {
        opacity: 0.7;
        transition: 0.3s; }
    .pg-top_media > li + li {
      margin-left: 20px; }

* + .pg-top_media {
  margin-top: 30px; }

.pg-top-pressroom-inner-table td,
.pg-top-pressroom-inner-table th {
  padding: 10px; }

.pg-top-pressroom-inner-table th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: top; }

.pg-top-pressroom-inner-table td {
  font-size: 14px;
  vertical-align: top; }
  .pg-top-pressroom-inner-table td a:hover {
    text-decoration: underline; }
  .pg-top-pressroom-inner-table td span {
    font-weight: bold; }

@media screen and (max-width: 1200px) {
  .pg-top_kv-list ul {
    height: 500px; }
  * + .pg-top_kv-inner-btn {
    margin-top: 120px; }
  .pg-top_kv-inner {
    padding-left: 10px;
    padding-right: 10px;
    height: 200px; }
  .pg-top_unit {
    padding-left: 10px;
    padding-right: 10px; }
  .pg-top_2calsquare,
  .pg-top_services,
  .pg-top_2calsquare {
    width: 550px;
    margin-left: auto;
    margin-right: auto; }
  .pg-top_2calsquare-articleset {
    width: 100%;
    margin-left: 0; }
  .pg-index_event-article > div > h3 {
    font-size: 15px; }
  .pg-top_services-bizreach,
  .pg-top_services-careertrek,
  .pg-top_services-hrmos,
  .pg-top_services-stanby,
  .pg-top_services-succeed {
    float: none; }
  * + .pg-top_services-bizreach,
  * + .pg-top_services-careertrek,
  * + .pg-top_services-hrmos,
  * + .pg-top_services-stanby,
  * + .pg-top_services-succeed {
    margin-left: 0;
    margin-top: 30px; }
  .pg-top_services a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pg-top-pressroom-inner-table {
    width: auto;
    margin-top: 20px; } }

@media screen and (max-width: 1000px) {
  * + .pg-top_kv-inner-btn {
    margin-top: 110px; }
  .pg-top_kv-img {
    width: 100%;
    height: auto; }
  .pg-top_kv-list ul {
    height: 400px; }
  .pg-top_kv-inner {
    height: 300px; }
  .pg-top_kv-inner-wrapper {
    width: 350px;
    padding-top: 70px; }
  .pg-top_keyvisual-crossfade {
    height: 400px;
    overflow: hidden; }
  .pg-top_keyvisual-crossfade-image {
    height: 400px; }
  .pg-top_saiyou-inner > h2 > .pg-top_saiyou-btn-cm > img {
    width: 260px;
    height: auto; }
  .pg-top-pressroom-inner-table .pg-top-pressroom-inner-table th,
  .pg-top-pressroom-inner-table td {
    display: block;
    width: auto; }
  .pg-top-pressroom-inner-table th {
    text-align: center;
    vertical-align: top; }
  .pg-top-pressroom-inner-table td {
    vertical-align: top; } }

@media screen and (max-width: 800px) {
  .pc-view {
    display: none; }
  body {
    min-width: 320px; }
  .cm-wrapper {
    min-width: 320px; }
    .cm-wrapper > .cm-header {
      min-width: 320px; }
    .cm-wrapper > .cm-main {
      margin-top: 60px; }
  .pg-top_keyvisual-crossfade,
  .pg-top_keyvisual-crossfade-image {
    height: 150px; }
  .pg-top_kv-img {
    position: relative;
    height: 150px; }
  .pg-top_kv-list ul {
    height: 350px; }
  .pg-top_kv-inner-right {
    display: none; }
  .pg-top_kv-inner {
    top: 0;
    left: 0;
    height: 212px; }
  .pg-top_kv-inner-wrapper {
    width: 160px;
    padding-top: 18px; }
  * + .pg-top_kv-inner-btn {
    margin-top: 40px; }
  .pg-top_carousel-dotto {
    margin-top: 7px; }
  .pg-top_kv-carousel .pg-top_carousel-dotto div {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #cecece; }
  .pg-top_carousel-dotto div.current {
    background-color: #999999; }
  .pg-top_carousel-dotto div + div {
    margin-left: 7px; }
  .pg-top_carousel-dotto div:before {
    content: none; }
  .pg-top_kv-inner-btn a {
    width: auto; }
  .pg-top_unit {
    padding-left: 10px;
    padding-right: 10px; }
  * + .pg-top_btns-wrapper {
    margin-right: 10px;
    margin-left: 10px; }
  .pg-top_awards {
    margin: 10px 0 0; }
    .pg-top_awards > article {
      float: none;
      width: 100%;
      margin: 0;
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .pg-top_awards > article + article {
        margin-top: 20px; }
  .pg-index_event-article {
    float: left;
    width: auto !important; }
  .pg-top_2calsquare-articleset {
    width: 100%;
    margin-left: 0; }
  .pg-index_event-article > div > h3 {
    font-size: 15px; }
  .sg-box_head-ja {
    font-size: 20px; }
  .sg-box_head-en {
    font-size: 15px; }
  .sg-button {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px; } }

@media screen and (max-width: 640px) {
  * + .pg-top_unit {
    margin-top: 50px; }
  .pg-top_services {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .pg-top_services a {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .pg-top_services-list {
    margin-left: 0;
    margin-bottom: 0; }
    .pg-top_services-list li {
      float: none;
      margin-left: 0; }
  .pg-top_services-bizreach,
  .pg-top_services-careertrek,
  .pg-top_services-hrmos,
  .pg-top_services-stanby,
  .pg-top_services-succeed {
    float: none; }
  * + .pg-top_services-bizreach,
  * + .pg-top_services-careertrek,
  * + .pg-top_services-hrmos,
  * + .pg-top_services-stanby,
  * + .pg-top_services-succeed {
    margin-left: 0;
    margin-top: 30px; }
  .pg-top_2calsquare {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .pg-top_2calsquare-articleset img,
  .pg-top_2calsquare-d3-articleset img {
    width: 100%;
    height: auto; }
  .pg-top_2calsquare-d3-articleset + .pg-top_2calsquare-articleset {
    margin-top: 30px; }
  .pg-top_2calsquare-article-head {
    padding-top: 10px; }
  .pg-top_media {
    width: 50%;
    margin: 0 auto; }
    .pg-top_media li {
      display: block;
      float: none;
      width: 100%;
      margin: 3% 0 0 3% !important; }
  .pg-top-pressroom-inner-table,
  .pg-top-pressroom-inner-table tbody,
  .pg-top-pressroom-inner-table td,
  .pg-top-pressroom-inner-table th,
  .pg-top-pressroom-inner-table tr {
    display: block;
    width: auto; }
  .pg-top-pressroom-inner-table {
    float: none;
    margin-top: 30px; }
    .pg-top-pressroom-inner-table tr + tr {
      margin-top: 25px; }
    .pg-top-pressroom-inner-table td,
    .pg-top-pressroom-inner-table th {
      padding: 0;
      text-align: left; }
  .pg-top_recruit > li {
    width: 100%; }
    .pg-top_recruit > li > a > figure > img {
      width: 100%;
      padding: 0; } }

/*2021*/
@media screen and (min-width: 1100px) {
  .pg-top_kv-carousel {
    padding-top: 60px; } }

/* Swiper Overwrite */
.swiper--wrapper {
  width: 100%;
  height: 300px;
  position: relative; }

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }

.slider-thumbnail-wrap {
  width: 652px;
  height: 62px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .slider-thumbnail-wrap {
      width: 100px;
      -webkit-tap-highlight-color: transparent; } }

.slider-thumbnail {
  margin: 20px auto 0 auto; }
  .slider-thumbnail .swiper-slide {
    width: 148px !important;
    height: 63px !important;
    border: 1px solid #DBDDDF; }
    .slider-thumbnail .swiper-slide img {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: -1; }
      @media screen and (max-width: 800px) {
        .slider-thumbnail .swiper-slide img {
          display: none; } }
    @media screen and (max-width: 800px) {
      .slider-thumbnail .swiper-slide {
        border: none;
        width: 12px !important;
        height: 12px !important;
        border-radius: 100%;
        background-color: #DBDDDF; } }
    .slider-thumbnail .swiper-slide:hover {
      opacity: 1;
      transition: opacity .5s; }
  .slider-thumbnail .swiper-slide {
    position: relative;
    opacity: .5;
    transition: opacity .5s;
    cursor: pointer; }
    .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
      opacity: 1; }
      @media screen and (max-width: 800px) {
        .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
          background-color: #999999; } }
  .slider-thumbnail__item {
    margin-left: 20px; }
    @media screen and (max-width: 800px) {
      .slider-thumbnail__item {
        margin-left: 12px; } }

.is-nav-open .c-attention {
  z-index: 1; }

.c-attention {
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  background-color: #f4f4f6;
  z-index: 2; }
  .c-attention__description {
    text-align: center;
    font-weight: bold; }
    .c-attention__description a {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 0;
      color: #B6111C;
      transition: all .2s; }
      .c-attention__description a span {
        font-feature-settings: "palt";
        font-weight: bold;
        border-bottom: 1px solid transparent;
        transition: all .2s; }
      .c-attention__description a:hover span {
        color: rgba(182, 17, 28, 0.8);
        border-bottom: 1px solid rgba(182, 17, 28, 0.8); }

.cm-wrapper {
  min-width: 320px; }
  @media screen and (max-width: 960px) {
    .cm-wrapper > .cm-main {
      margin-top: 61px !important; } }
