@charset "UTF-8";
/*変数で管理*/
/*TEXT CROP*/
body {
  font-size: 16px;
  color: #000000;
  background: #FFFFFF;
}

@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.global_header .company_logo .d-flex a img {
  width: 160px;
}
.global_header .company_logo .d-flex a span {
  font-size: 20px;
  top: 4px;
  margin-left: 28px;
}
.global_header ul li a {
  font-size: 18px;
}

.global_header .company_logo .header_entry_btn a {
  font-size: 18px;
}

.global_footer p {
  min-height: 48px;
}
.global_footer p small {
  font-size: 12px;
}

.make_workers_happy {
  padding: 80px 0 40px;
  overflow-x: hidden;
}
.make_workers_happy h2 {
  max-width: 344px;
}
.make_workers_happy h2:after {
  width: 66px;
  height: 96px;
  transform: translate(240%, -25%);
}
.make_workers_happy .home_aboutus h3 {
  font-size: 28px;
}
.make_workers_happy .home_aboutus p {
  font-size: 18px;
  line-height: 2.78;
}
.make_workers_happy .home_aboutus:last-of-type:after {
  width: 56px;
  height: 56px;
  top: 96%;
  transform: translateX(-280px);
}
.make_workers_happy:before, .make_workers_happy.is_inview:before {
  margin-left: -480px;
  width: 260px;
  height: 412px;
  top: 192px;
}
.make_workers_happy:after {
  margin-right: -472px;
  width: 220px;
  height: 448px;
  top: 186px;
}

.entry_buttons {
  padding: 40px 0 64px;
}
.entry_buttons ul .entry_button {
  width: auto;
  flex: auto;
}
.entry_buttons ul .entry_button a {
  font-size: 20px;
  padding: 20px 12px;
}

.back_to_start {
  right: 16px;
  bottom: 30px;
  width: 50px;
  height: 50px;
}
@media (min-width: 920px) {
  .back_to_start:hover {
 color: white;
  }
}
.page_header {
  padding: 72px 0;
}

.page_content {
  padding-top: 72px;
  padding-bottom: 72px;
}
.page_content h2 + .heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.cp_tm .top_box {
  padding: 16px 24px;
}
.cp_tm .top_box .data {
  padding-top: 24px;
}
.cp_tm .top_box .data h3 {
  font-size: 23px;
  margin-bottom: 4px;
}
.cp_tm .top_box .data span {
  font-size: 13px;
  line-height: 1.618;
  font-weight: normal;
}
.cp_tm .top_box .cta_button {
  font-size: 18px;
  padding: 18px;
}
.cp_tm .yamasaki img {
  width: 100%;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.cp_tm .houchi img {
  width: 100%;
  height: 473px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.cp_tm .mio img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.service_slides ul li .service_catch {
  font-size: 16px;
  font-weight: normal;
  padding: 6px 0 8px;
}
.service_slides ul li .pd_8 {
  height: calc(100% - 50px);
  padding-bottom: 32px;
}
.service_slides ul li h3 {
  font-size: 18px;
}
.service_slides ul li p {
  font-size: 13px;
}
.service_slides ul li .locations h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.service_slides ul li .locations span {
  font-size: 30px;
}
.service_slides ul li .provider {
  font-size: 14px;
  font-weight: normal;
  bottom: 8px;
}

.group .group_companies {
  background-position: 50% 33%;
}
.group .group_companies li div > img {
  width: 200px;
  margin: 20px auto;
}
.group .group_companies li div h3 {
  margin: 0 auto 24px;
}
.group .group_companies li div h3 .logo_eng {
  width: 160px;
  height: 78px;
}
.group .group_companies li div h3 .logo_jpn {
  width: 240px;
  height: 18px;
}
.group .group_companies li div dl {
  width: 220px;
}
.group .group_companies .cp_service {
  padding-top: 240px;
}

.cp_data .cp_data_box p {
  font-size: 16px;
}
.cp_data .cp_data_box h3, .cp_data .cp_data_box h4 {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 32px;
}
.cp_data .cp_data_box #estd p:first-child {
  font-weight: normal;
}
.cp_data .cp_data_box #estd h3 {
  margin-top: 64px;
}
.cp_data .cp_data_box #gender_ratio .male_per {
  top: 17%;
  left: 53%;
}
.cp_data .cp_data_box #gender_ratio .female_per {
  bottom: 23%;
  right: 50%;
}
.cp_data .cp_data_box #full_part_ratio .parttime_per {
  bottom: 15%;
  left: 50%;
}
.cp_data .cp_data_box #full_part_ratio .fulltime_per {
  top: 20%;
  right: 60%;
}
.cp_data .cp_data_box #sales_ratio .sale_01 {
  top: 37%;
  left: 38%;
}
.cp_data .cp_data_box #sales_ratio .sale_02 {
  top: 39%;
  left: 54%;
}
.cp_data .cp_data_box #sales_ratio .sale_03 {
  bottom: 22%;
  left: 64%;
}
.cp_data .cp_data_box #sales_ratio .sale_04 {
  bottom: 20%;
  right: 70%;
}
.cp_data .cp_data_box #sales_ratio .sale_05 {
  bottom: 40%;
  right: 64%;
}
.cp_data .cp_data_box #num_bases img, .cp_data .cp_data_box #num_items img {
  height: 144px;
  margin-bottom: 16px;
}
.cp_data .cp_data_box #num_bases .barlow {
  width: 212px;
}
.cp_data .cp_data_box #num_items .barlow {
  width: 250px;
}

#overview table th {
  width: 184px;
  padding-right: 0;
  padding-bottom: 32px;
}
#overview table td {
  padding-bottom: 32px;
}
#overview table td p {
  margin-bottom: 2rem;
}
#overview .overview_tb {
  margin-bottom: 64px;
}
#overview .overview_tb + h3 {
  font-size: 28px;
}

#history .history_line ul .history_box > div img {
  width: calc(40% - 16px);
}
#history .history_line ul .history_box > div img:nth-child(odd) {
  float: left;
  margin-left: 16px;
}

.philosophy .Klee p {
  font-size: 32px;
  margin-bottom: 2em;
}

.philosophy .Klee p:last-child {
  margin-bottom: 0;
}

.policy .policies li {
  font-size: 20px;
}

.shinko_vision h2:before {
  width: 50px;
  height: 50px;
  right: 100%;
}
.shinko_vision h2:after {
  width: 50px;
  height: 80px;
  left: 106%;
}
.shinko_vision h2 img {
  width: 480px;
}
.shinko_vision .vision_box h3 img {
  height: 32px;
}
.shinko_vision .vision_box .heading {
  font-size: 24px;
}
.shinko_vision .vision_box .heading + p {
  font-size: 18px;
}
.shinko_vision .mission {
  margin-bottom: 24px;
}
.shinko_vision .value .vision_box {
  padding-left: 40px;
}
.shinko_vision .value ul li {
  font-size: 16px;
}
.shinko_vision .vision .vision_box p {
  font-size: 32px;
}
.shinko_vision .vision .three_directions {
  padding-top: 50px;
}
.shinko_vision .vision .three_directions div:first-child,
.shinko_vision .vision .three_directions div:last-child {
  width: 30%;
}
.shinko_vision .vision .three_directions div:before {
  height: 48px;
  top: -55px;
}
.shinko_vision .vision .three_directions div:nth-child(2):before {
  height: 72px;
  top: -79px;
}
.shinko_vision .vision .three_directions div h4 {
  font-size: 40px;
}
.shinko_vision .vision .three_directions div p {
  font-size: 20px;
}
.shinko_vision .vision .three_directions:before {
  width: calc(70% + 1px);
}

.job_category .job_cat_list > div {
  padding-bottom: 96px;
}
.job_category .job_cat_list > div div {
  padding: 0 8px;
}
.job_category .job_cat_list > div h3 {
  font-size: 24px;
}
.job_category .job_cat_list > div p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.job_category .job_cat_list > div .cta_button {
  font-size: 20px;
}

.emp_interview .emp_int_list:after {
  content: none;
}
.emp_interview .emp_int_list li {
  width: calc(25% - 16px);
  margin: 0 8px 3em;
}
.emp_interview .emp_int_list li a h3 .catch {
  font-size: 14px;
}
.emp_interview .emp_int_list li a h3 .name {
  font-size: 22px;
}
.emp_interview .emp_int_list li a .joined_y {
  font-size: 14px;
}

.top_message .top_message_mv {
  margin-top: 72px;
  height: 560px;
}
.top_message .top_message_mv.tm_mv_yamasaki {
  background: url(../images/manager/yamasaki_main_pc.webp) 80% 15% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv.tm_mv_houchi {
  background: url(../images/manager/houchi_main_pc.webp) 50% 20% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv.tm_mv_mio {
  background: url(../images/manager/mio_main_pc.webp) 50% 24% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv div h2 {
  font-size: 20px;
  bottom: 48px;
}
.top_message .top_message_mv div h2 span {
  font-size: 36px;
}
.top_message .top_message_mv img {
  width: 580px;
  height: 520px;
  right: auto;
  left: calc(50% - 80px);
}
.top_message .the_message .message_title {
  font-size: 28px;
}
.top_message .the_message .message_box h3 {
  font-size: 22px;
}
.top_message .the_message .message_box p {
  font-size: 14px;
}
.top_message .the_message .message_box ul {
  font-size: 14px;
}
.top_message .the_message .message_box .signature img {
  width: 240px;
}
.top_message .top_link {
  height: 400px;
}
.top_message .top_link li a h3 {
  font-size: 16px;
  font-weight: 400;
}
.top_message .top_link li a h3 span {
  font-size: 24px;
  font-weight: bold;
}

.employee_interview .interview_mv {
  padding-top: 72px;
  max-height: 560px;
}
.employee_interview .interview_mv div .emp_int_hw {
  width: 320px;
}
.employee_interview .interview_mv div h2 .tx_green {
  font-size: 28px;
}
.employee_interview .interview_mv div h2 .barlow {
  font-size: 56px;
}
.employee_interview .interview_mv div h2 .job_title, .employee_interview .interview_mv div h2 .joined_y {
  font-size: 18px;
}
.employee_interview .ei_message .message_title {
  font-size: 28px;
}
.employee_interview .ei_message .message_box {
  font-size: 16px;
}
.employee_interview .ei_message .message_box h3 {
  font-size: 24px;
}
.employee_interview .ei_message .off_word h3 {
  font-size: 24px;
}
.employee_interview .ei_message .off_shot li {
  cursor: default;
}
.employee_interview .ei_message .off_word .fav_word img {
  width: 50%;
}

.employee_interview.ei_koike .interview_mv h2 .barlow,
.employee_interview.ei_mutsuoka .interview_mv h2 .barlow {
  font-size: 56px;
}

.employee_interview .ei_message .off_word .off_shot .slick-prev,
.employee_interview .emp_int_link .slick-prev {
  right: 80px;
}

.employee_interview .ei_message .off_word .off_shot .slick-next,
.employee_interview .emp_int_link .slick-next {
  right: 24px;
}

/*Desktop PC用*/
@media (min-width: 1200px) {
  .make_workers_happy:before,
  .make_workers_happy.is_inview:before {
    margin-left: -540px;
    top: 300px;
  }
  .make_workers_happy:after {
    margin-right: -522px;
    width: 230px;
    height: 468px;
    top: 270px;
  }
  .entry_buttons ul .entry_button a {
    font-size: 24px;
  }
  .page_content {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .page_content h2 {
    margin-bottom: 72px;
  }
  .page_content h2 + .heading {
    font-size: 24px;
    margin-bottom: 64px;
  }
  .cp_tm .top_box .data h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .cp_tm .top_box .cta_button {
    font-size: 24px;
    padding: 18px;
  }
  .cp_tm .yamasaki img {
    height: 650px;
  }
  .cp_tm .houchi img {
    height: 650px;
  }
  .cp_tm .mio img {
    height: 610px;
    transform: translateX(-16px);
  }
  .service_slides ul li {
    margin: 0 16px;
  }
  .service_slides ul li .service_catch {
    font-size: 20px;
    padding: 8px 0 10px;
  }
  .service_slides ul li .pd_8 {
    height: calc(100% - 58px);
  }
  .service_slides ul li h3 {
    font-size: 20px;
  }
  .service_slides ul li p {
    font-size: 16px;
  }
  .service_slides ul li .locations h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .service_slides ul li .locations span {
    font-size: 32px;
  }
  .group .group_companies {
    background-position: 50% 32%;
  }
  .group .group_companies li div {
    text-align: center;
  }
  .group .group_companies li div > img {
    width: 240px;
    margin: 24px auto;
  }
  .group .group_companies li div h3 .logo_eng {
    width: 212px;
    height: 78px;
  }
  .group .group_companies li div h3 .logo_jpn {
    width: 320px;
    height: 29px;
  }
  .group .group_companies li div dl {
    width: auto;
  }
  .group .group_companies .cp_shinko {
    padding-top: 48px;
  }
  .group .group_companies .cp_supportsystem {
    padding-top: 48px;
  }
  .cp_data .cp_data_box p {
    font-size: 20px;
  }
  .cp_data .cp_data_box h3, .cp_data .cp_data_box h4 {
    font-size: 28px;
    margin-top: 56px;
  }
  .cp_data .cp_data_box #estd p:first-child {
    font-size: 16px;
  }
  .cp_data .cp_data_box #estd h3 {
    margin-top: 80px;
  }
  .cp_data .cp_data_box #estd img {
    width: 146px;
  }
  .cp_data .cp_data_box .data_box {
    font-size: 32px;
  }
  .cp_data .cp_data_box .data_box .count-up {
    font-size: 112px;
  }
  .cp_data .cp_data_box #num_emp .count-up {
    width: 216px;
  }
  .cp_data .cp_data_box #male_age img {
    width: 126px;
    margin-bottom: 16px;
  }
  .cp_data .cp_data_box #female_age img {
    width: 122px;
    margin-bottom: 16px;
  }
  .cp_data .cp_data_box #female_age .barlow {
    font-size: 112px;
    margin: 0 4px;
  }
  .cp_data .cp_data_box #female_age .decimal {
    margin: 0px -0.08em 0 -0.24em;
  }
  .cp_data .cp_data_box #num_bases img, .cp_data .cp_data_box #num_items img {
    height: 178px;
  }
  .cp_data .cp_data_box #sales_ratio .sale_01 {
    top: 32%;
    left: 41%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_02 {
    top: 32%;
    left: 55%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_03 {
    bottom: 22%;
    left: 64%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_04 {
    bottom: 24%;
    right: 72%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_05 {
    bottom: 46%;
    right: 68%;
  }
  .cp_data .cp_data_box #c_result img {
    margin-right: 32px;
    bottom: 6px;
    width: 188px;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow {
    font-size: 96px;
    line-height: 1;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow.oku {
    width: 150px;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow.man {
    width: 268px;
  }
  .concept_vision .first_view img {
    max-height: 680px;
  }
  .philosophy .Klee p {
    font-size: 32px;
    line-height: 2;
  }
  .policy .policies li {
    font-size: 24px;
  }
  .shinko_vision h2 {
    margin-bottom: 96px;
  }
  .shinko_vision h2 img {
    width: 612px;
  }
  .shinko_vision .vision_box h3 img {
    height: 38px;
  }
  .shinko_vision .vision_box .heading {
    font-size: 28px;
  }
  .shinko_vision .vision_box .heading + p {
    font-size: 22px;
  }
  .shinko_vision .value .vision_box {
    padding-left: 64px;
  }
  .shinko_vision .value .vision_box ul li {
    font-size: 20px;
  }
  .shinko_vision .vision .vision_box p {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .shinko_vision .vision .three_directions:before {
    width: calc(69% + 1px);
  }
  .shinko_vision .vision .three_directions div:first-child,
  .shinko_vision .vision .three_directions div:last-child {
    width: 31%;
  }
  .shinko_vision .vision .three_directions div:nth-child(2):before {
    height: 80px;
    top: -87px;
  }
  .shinko_vision .vision .three_directions div h4 {
    font-size: 50px;
  }
  .shinko_vision .vision .three_directions div p {
    font-size: 24px;
  }
  .job_category .job_cat_list > div div {
    padding: 0 16px;
  }
  .job_category .job_cat_list > div h3 {
    font-size: 26px;
  }
  .job_category .job_cat_list > div .cta_button {
    font-size: 24px;
  }
  .emp_interview .emp_int_list:after {
    content: none;
  }
  .emp_interview .emp_int_list li {
    width: calc(25% - 24px);
    margin: 0 12px 3em;
  }
  .emp_interview .emp_int_list li a h3 .catch {
    font-size: 19px;
  }
  .emp_interview .emp_int_list li a h3 .name {
    font-size: 26px;
  }
  .emp_interview .emp_int_list li a .joined_y {
    font-size: 18px;
  }
  .top_message .top_message_mv {
    height: 680px;
  }
  .top_message .top_message_mv div h2 {
    font-size: 22px;
    bottom: 80px;
  }
  .top_message .top_message_mv div h2 span {
    font-size: 42px;
  }
  .top_message .top_message_mv img {
    width: 680px;
    height: 620px;
    right: auto;
    left: calc(50% - 64px);
  }
  .top_message .the_message .message_title {
    font-size: 32px;
  }
  .top_message .the_message .message_box h3 {
    font-size: 24px;
  }
  .top_message .the_message .message_box p {
    font-size: 16px;
  }
  .top_message .the_message .message_box ul {
    font-size: 16px;
  }
  .top_message .the_message .message_box .signature img {
    width: 264px;
  }
  .top_message .top_link {
    max-width: 600px;
  }
  .top_message .top_link li {
    width: calc(50% - 24px);
  }
  .top_message .top_link li a h3 {
    font-size: 18px;
  }
  .top_message .top_link li a h3 span {
    font-size: 26px;
  }
  .employee_interview .interview_mv {
    max-height: 680px;
  }
  .employee_interview .interview_mv div h2 .tx_green {
    font-size: 32px;
  }
  .employee_interview .interview_mv div h2 .barlow {
    font-size: 64px;
  }
  .employee_interview .interview_mv div h2 .job_title, .employee_interview .interview_mv div h2 .joined_y {
    font-size: 22px;
  }
  .employee_interview .ei_message .message_title {
    font-size: 32px;
  }
  .employee_interview .ei_message .message_box h3 {
    font-size: 28px;
  }
  .employee_interview .ei_message .off_word h3 {
    font-size: 28px;
  }
  .employee_interview .ei_message .daily_tt table th {
    font-size: 22px;
  }
  .employee_interview .ei_message .daily_tt table td h4 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .employee_interview .ei_message .daily_tt table td p {
    font-size: 16px;
  }
  .employee_interview.ei_koike .interview_mv h2 .barlow,
  .employee_interview.ei_mutsuoka .interview_mv h2 .barlow {
    font-size: 64px;
  }
}
/*-------20230124-------*/
.yt_bnr {
  position: fixed;
  right: 0;
  top: 144px;
  z-index: 1000;
}

.yt_bnr img {
  width: 128px;
}

/*-----20240522-----*/
.customer_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.customer_logo img {
  width: 136px;
  height: auto;
  background-color: #fff;
}/*# sourceMappingURL=style.pc.css.map */