@charset "UTF-8";
/*変数で管理*/
/*TEXT CROP*/
.fadeIn {
  opacity: 0;
  position: relative;
  transform: translateY(4px);
  transition: 0.8s ease 0.4s;
}

.fadeIn.show {
  opacity: 1;
  transform: translateY(0px);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.618;
  color: #000000;
  background: #FFFFFF;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-variant-ligatures: no-common-ligatures;
  opacity: 0;
  animation: loading 0.4s ease 0.08s forwards;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body .barlow {
  font-family: "Barlow", sans-serif;
  font-display: swap;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
}

.palt {
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
}

.tx_green {
  color: #46b036;
}

.tx_soft {
  opacity: 0.64;
}

.Klee {
  font-family: "Klee One", cursive;
}

a {
  text-decoration: none;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a img {
  filter: brightness(1);
  transition: 0.48s cubic-bezier(0.79, 0.21, 0.06, 0.81);
}
a:hover img {
  filter: brightness(1.05);
}

img {
  line-height: 1;
}

ul, ol {
  padding: 0;
  margin: 0;
}

address, i {
  font-style: normal;
}

/*小さいスマホのみ使うbr用*/
.d-only_xxs {
  display: none;
}

@media (max-width: 374px) {
  .d-only_xxs {
    display: inline;
  }
}
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.global_header {
  background: #46b036;
  color: #FFFFFF;
  height: 80px;
  position: sticky;
  z-index: 1000;
  top: 0px;
}
.global_header .company_logo {
  background: #FFFFFF;
}
.global_header .company_logo .d-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 44px;
}
.global_header .company_logo .d-flex a {
  font-weight: bold;
  color: #46b036;
  display: flex;
  align-items: center;
}
.global_header .company_logo .d-flex a img {
  width: 66px;
  height: auto;
}
.global_header .company_logo .d-flex a span {
  font-size: 11px;
  margin-left: 8px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.global_header .company_logo .header_entry_btn {
  justify-content: flex-end;
}
.global_header .company_logo .header_entry_btn a {
  display: block;
  padding: 4px 16px;
  background: #46b036;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 10px;
  box-shadow: 0px 2px 0px #2d901e;
}
.global_header ul {
  width: 100%;
  height: 36px;
  margin: 0;
}
.global_header ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 4px;
}
.global_header ul li a {
  height: 100%;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.global_header ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1em;
  border-radius: 100%;
  background: #0c5f00;
  mix-blend-mode: multiply;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  filter: blur(10px);
  opacity: 0;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global_header ul li a:hover:before {
  opacity: 0.16;
}
.global_header ul li a:after {
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  border-radius: 1px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global_header ul li a:hover:after {
  width: 100%;
}
.global_header ul li.current a {
  border-bottom: 1px solid #eca516;
}

.global_footer {
  background: #46b036;
  color: #FFFFFF;
  position: relative;
  z-index: 101;
  /* margin-top: 80px; */
}
.global_footer p {
  min-height: 32px;
  margin: 0;
}
.global_footer p small {
  font-size: 10px;
  line-height: 1.414;
}

.cta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffb400;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px rgba(204, 102, 0, 0.5);
  padding: 12px 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.414;
  border-radius: 6px;
}
.cta_button:hover {
  filter: saturate(1.4) brightness(1.02);
  text-shadow: 0px 0px 1px rgb(204, 102, 0);
  box-shadow: 5px 5px 0px #cc6600;
}

main {
  position: relative;
}

.main_visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  pointer-events: none;
}
.main_visual h1 {
  position: absolute;
  width: calc((100% - 30px) * 0.9275);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -59%);
  z-index: 10;
  text-align: center;
}
.main_visual h1 img {
  display: inline-block;
  width: 100%;
  max-width: 614px;
  height: auto;
}
.main_visual .mv_upper, .main_visual .mv_lower {
  height: 50%;
}
.main_visual .mv_upper div, .main_visual .mv_lower div {
  height: 100%;
}
.main_visual .mv_upper div img, .main_visual .mv_lower div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.make_workers_happy {
  padding: 80px 0 40px;
  position: relative;
  overflow-x: hidden;
}
.make_workers_happy h2 {
  width: 80%;
  max-width: 192px;
  margin: 0 auto 40px;
  display: table;
  position: relative;
}
.make_workers_happy h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 46px;
  background: url(../images/shinchan.svg) 50% 50% no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  transform: translate(150%, -25%);
}
.make_workers_happy .home_aboutus {
  margin-bottom: 40px;
  position: relative;
}
.make_workers_happy .home_aboutus h3 {
  color: #46b036;
  font-size: 14px;
  letter-spacing: 0.32em;
  line-height: 2;
  margin-bottom: 1em;
}
.make_workers_happy .home_aboutus p {
  font-size: 11px;
  font-weight: bold;
  line-height: 2.4;
  color: #333333;
}
.make_workers_happy .home_aboutus:last-of-type:after {
  content: "";
  position: absolute;
  background: url(../images/gochiso_san.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  left: 50%;
  top: calc(100% + 16px);
  transform: translateX(-100px);
}
.make_workers_happy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -140px;
  width: 68px;
  height: 108px;
  background: url(../images/shinko_then.png) 50% 50% no-repeat;
  background-size: contain;
}
.make_workers_happy:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -140px;
  width: 62px;
  height: 120px;
  background: url(../images/shinko_now.png) 50% 50% no-repeat;
  background-size: contain;
}
.make_workers_happy.is_inview:before {
  top: 30px;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.entry_buttons {
  padding: 24px 0 40px;
  /*	padding: 8px 0;
  	position: sticky;
  	bottom: 0;
  	background: rgba(255,255,255,0.5);*/
}
.entry_buttons ul {
  align-items: stretch;
  padding: 0 8px;
  gap: 16px;
}
.entry_buttons ul .entry_button {
  width: auto;
  flex: auto;
  padding: 0;
}
.entry_buttons ul .entry_button a.cta_button {
  height: 100%;
  box-shadow: 4px 4px 0px #cc6600;
  background: #ffb400;
  color: #FFFFFF;
}
.entry_buttons ul .entry_button a.cta_button:hover {
  filter: saturate(1.4) brightness(1.02);
  text-shadow: 0px 0px 1px rgb(204, 102, 0);
  box-shadow: 5px 5px 0px #cc6600;
  color: #FFFFFF;
}
.entry_buttons ul .entry_button.unactive a.cta_button {
  pointer-events: none;
  filter: grayscale(100%) opacity(0.4);
}

.back_to_start {
  position: fixed;
  font-size: 18px;
  right: 6px;
  bottom: 14px;
  z-index: 102;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #46b036;
  color: #FFFFFF;
  opacity: 1;
  border: 3px white solid;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.back_to_start.no_show {
  bottom: -44px;
  opacity: 0;
}
.back_to_start i {
  font-size: 20px;
}
.back_to_start i:before {
  font-weight: 700 !important;
}
@media (min-width: 920px) {
  .back_to_start:hover {
    color: white;
    filter: brightness(0.7);
  }
}

.page_header {
  padding: 40px 0;
}
.page_header h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_header h1 .barlow {
  font-size: 30px;
  font-weight: 600;
  color: #46b036;
}
.page_header h1 .jpn {
  margin-top: 1em;
  font-size: 14px;
}

.page_content {
  padding: 40px 0;
}
.page_content h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #46b036;
  position: relative;
  margin-bottom: 40px;
}
.page_content h2 .barlow {
  font-size: 28px;
  font-weight: 600;
}
.page_content h2 .jpn {
  margin-top: 1em;
  font-size: 13px;
}
.page_content h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 4px;
  background: #46b036;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.page_content h2 + .heading {
  font-size: 11px;
}
.page_content.bg_green {
  background: #46b036;
  color: #FFFFFF;
}
.page_content.bg_green h2 {
  color: #FFFFFF;
}
.page_content.bg_green h2:after {
  background: #FFFFFF;
}

.bg_green {
  background: #46b036;
  color: #FFFFFF !important;
}

.cp_tm .top_box {
  width: 33%;
  padding: 8px;
  text-align: center;
}
.cp_tm .top_box img {
  display: block;
  margin: 0 auto;
}
.cp_tm .top_box .data {
  padding: 4px 0 24px;
  display: inline-block;
  text-align: left;
}
.cp_tm .top_box .data h3 {
  font-size: 15px;
}
.cp_tm .top_box .data span {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.414;
  display: block;
}
.cp_tm .top_box .cta_button:hover {
  box-shadow: 4px 4px 0px #0d6900;
}
.cp_tm .yamasaki {
  order: 2;
}
.cp_tm .yamasaki img {
  width: 105px;
  height: 218px;
  transform: translateX(6px);
}
.cp_tm .houchi {
  order: 1;
}
.cp_tm .houchi img {
  width: 111px;
  height: 212px;
}
.cp_tm .mio {
  order: 3;
}
.cp_tm .mio img {
  width: 87px;
  height: 202px;
}

.service {
  padding-bottom: 64px;
}

.service_slides .service_slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.service_slides .service_slider .slick-track {
  display: flex;
}
.service_slides .service_slider .slick-slide {
  height: auto !important;
}
.service_slides .service_slider .slick-arrow {
  position: absolute;
  background: #46b036;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.service_slides .service_slider .slick-next {
  right: 8px;
  color: transparent;
}
.service_slides .service_slider .slick-next:before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_slides .service_slider .slick-prev {
  left: 8px;
  color: transparent;
}
.service_slides .service_slider .slick-prev:before {
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_slides .service_slider.slick-initialized {
  opacity: 1;
}
.service_slides ul {
  margin: 16px 0 0;
}
.service_slides ul li {
  width: 240px;
  border: 4px solid #46b036;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  margin: 0 8px;
}
.service_slides ul li .service_catch {
  width: 100%;
  display: block;
  text-align: center;
  padding: 4px 0 6px;
  margin-bottom: 12px;
  background: #46b036;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.service_slides ul li .pd_8 {
  padding: 0 16px 16px;
  height: calc(100% - 43px);
  position: relative;
}
.service_slides ul li h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.618;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_slides ul li img {
  width: 100%;
  margin: 0 0 1em;
  display: block;
}
.service_slides ul li p {
  font-size: 11px;
  display: inline-block;
  text-align: left;
}
.service_slides ul li .locations {
  border: 2px solid #46b036;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
  font-weight: bold;
}
.service_slides ul li .locations h4 {
  font-size: 14px;
}
.service_slides ul li .locations span {
  font-size: 22px;
  color: #ff9900;
  font-weight: 600;
}
.service_slides ul li .provider {
  font-size: 10px;
  font-weight: bold;
  color: #46b036;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
}

.group {
  background: #ebebea;
}
.group .group_companies {
  justify-content: center;
}
.group .group_companies li {
  width: 50%;
}
.group .group_companies li img {
  display: block;
  margin: 0 auto;
}
.group .group_companies li div {
  text-align: center;
}
.group .group_companies li div h3 {
  margin: 16px 0 8px;
}
.group .group_companies li div h3 .logo_eng {
  margin-bottom: 12px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.group .group_companies li div h3 .logo_jpn {
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.group .group_companies li div dl {
  display: inline-block;
  text-align: left;
}
.group .group_companies .cp_holdings, .group .group_companies .cp_wellness {
  width: 51%;
}

.cp_data .cp_data_box > div {
  padding-bottom: 64px;
}
.cp_data .cp_data_box h3, .cp_data .cp_data_box h4 {
  font-size: 14px;
  margin-bottom: 16px;
}
.cp_data .cp_data_box .data_box {
  font-size: 13px;
  font-weight: bold;
}
.cp_data .cp_data_box .data_box .count-up {
  opacity: 0;
  display: inline-block;
  font-size: 50px;
  margin: 0 4px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.cp_data .cp_data_box #estd .data_box {
  font-size: 22px;
}
.cp_data .cp_data_box #estd .data_box .count-up {
  opacity: 0;
  width: 104px;
  font-size: 78px;
  margin: 0 0 0 8px;
}
.cp_data .cp_data_box #num_emp .count-up {
  opacity: 0;
  width: 98px;
}
.cp_data .cp_data_box #gender_ratio,
.cp_data .cp_data_box #full_part_ratio,
.cp_data .cp_data_box #biz_ratio,
.cp_data .cp_data_box #sales_ratio {
  pointer-events: none;
  position: relative;
  padding: 16px 0;
}
.cp_data .cp_data_box #gender_ratio .label li,
.cp_data .cp_data_box #full_part_ratio .label li,
.cp_data .cp_data_box #biz_ratio .label li,
.cp_data .cp_data_box #sales_ratio .label li {
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 1px 0.5px #45a638, 0px -1px 0.5px #45a638, 1px 0px 0.5px #45a638, -1px 0px 0.5px #45a638;
  transition: 0.8s ease 1.6s;
}
.cp_data .cp_data_box #gender_ratio .label li span,
.cp_data .cp_data_box #full_part_ratio .label li span,
.cp_data .cp_data_box #biz_ratio .label li span,
.cp_data .cp_data_box #sales_ratio .label li span {
  font-size: 12px;
  line-height: 1;
  display: block;
}
.cp_data .cp_data_box #gender_ratio .label li i,
.cp_data .cp_data_box #full_part_ratio .label li i,
.cp_data .cp_data_box #biz_ratio .label li i,
.cp_data .cp_data_box #sales_ratio .label li i {
  font-size: 10px;
}
.cp_data .cp_data_box #gender_ratio .label.show li,
.cp_data .cp_data_box #full_part_ratio .label.show li,
.cp_data .cp_data_box #biz_ratio .label.show li,
.cp_data .cp_data_box #sales_ratio .label.show li {
  opacity: 1;
  transform: translateY(0px);
}
.cp_data .cp_data_box #gender_ratio .male_per {
  top: 21%;
  left: 52%;
}
.cp_data .cp_data_box #gender_ratio .female_per {
  bottom: 31%;
  right: 50%;
}
.cp_data .cp_data_box #full_part_ratio .parttime_per {
  bottom: 26%;
  left: 54%;
}
.cp_data .cp_data_box #full_part_ratio .fulltime_per {
  top: 21%;
  right: 52%;
}
.cp_data .cp_data_box #biz_ratio .biz_01 {
  top: 31%;
  left: 54%;
}
.cp_data .cp_data_box #biz_ratio .biz_02 {
  bottom: 17%;
  left: 60%;
}
.cp_data .cp_data_box #biz_ratio .biz_03 {
  bottom: 16%;
  right: 54%;
}
.cp_data .cp_data_box #biz_ratio .biz_04 {
  top: 33%;
  right: 54%;
}
.cp_data .cp_data_box #sales_ratio .sale_01 {
  top: 31%;
  left: 38%;
}
.cp_data .cp_data_box #sales_ratio .sale_02 {
  top: 32%;
  left: 55%;
}
.cp_data .cp_data_box #sales_ratio .sale_03 {
  bottom: 19%;
  left: 58%;
}
.cp_data .cp_data_box #sales_ratio .sale_04 {
  bottom: 24%;
  right: 66%;
}
.cp_data .cp_data_box #sales_ratio .sale_05 {
  bottom: 44%;
  right: 63%;
}
.cp_data .cp_data_box #male_age .count-up {
  width: 70px;
}
.cp_data .cp_data_box #female_age .barlow {
  display: inline-block;
  font-size: 50px;
  margin: 0 4px;
}
.cp_data .cp_data_box #female_age .count-up:first-of-type {
  opacity: 0;
  width: 65px;
}
.cp_data .cp_data_box #female_age .decimal {
  opacity: 0;
  margin: 0px -0.1em 0 -0.25em;
}
.cp_data .cp_data_box #female_age .count-up:last-of-type {
  opacity: 0;
  width: 30px;
}
.cp_data .cp_data_box #num_bases img, .cp_data .cp_data_box #num_items img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp_data .cp_data_box #num_bases .barlow {
  width: 86px;
}
.cp_data .cp_data_box #num_items .barlow {
  width: 114px;
}
.cp_data .cp_data_box #c_result img {
  margin-right: 8px;
  position: relative;
  bottom: 4px;
}
.cp_data .cp_data_box #c_result .data_box .d-flex {
  align-items: flex-end;
}
.cp_data .cp_data_box #c_result .data_box .d-flex h4 {
  margin-bottom: 0;
  width: 4em;
  text-align: left;
}
.cp_data .cp_data_box #c_result .data_box .d-flex .barlow {
  font-size: 39px;
  line-height: 1;
}
.cp_data .cp_data_box #c_result .data_box .d-flex .barlow.oku {
  width: 60px;
}
.cp_data .cp_data_box #c_result .data_box .d-flex .barlow.man {
  width: 100px;
}
.cp_data .cp_data_box p {
  font-size: 12px;
  font-weight: bold;
}

#overview {
  background: #ebebea;
}
#overview table {
  font-size: 12px;
}
#overview table th {
  word-wrap: normal;
  word-break: keep-all;
  padding-right: 1.5em;
  padding-bottom: 8px;
  vertical-align: baseline;
}
#overview table td {
  padding-bottom: 8px;
  vertical-align: baseline;
}
#overview table td p:last-child {
  margin-bottom: 0;
}
#overview .overview_tb {
  margin-bottom: 48px;
}
#overview .overview_tb + h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

#history .history_line {
  padding-top: 24px;
  position: relative;
}
#history .history_line ul .history_box {
  position: relative;
  padding-left: 24px;
  justify-content: flex-start;
  align-items: baseline;
}
#history .history_line ul .history_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #FFFFFF, #FFFFFF 2px, transparent 2px, transparent 4px);
}
#history .history_line ul .history_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: #46b036;
  width: calc(100% - 4px);
  height: 100%;
  right: 0px;
  top: 0;
  transition: 1.6s ease 0.48s;
}
#history .history_line ul .history_box.show:after {
  width: calc(0% - 0px);
}
#history .history_line ul .history_box i {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  top: 14px;
  left: 0;
}
#history .history_line ul .history_box i:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #FFFFFF;
  left: -2px;
  top: -2px;
}
#history .history_line ul .history_box .year {
  font-size: 12px;
  width: 64px;
}
#history .history_line ul .history_box .year .barlow {
  font-weight: normal;
  font-size: 19px;
}
#history .history_line ul .history_box .month {
  font-size: 12px;
  width: 32px;
}
#history .history_line ul .history_box > div {
  width: calc(100% - 96px);
}
#history .history_line ul .history_box > div img {
  width: calc(50% - 8px);
}
#history .history_line ul .history_box > div img:nth-child(odd) {
  float: right;
}
#history .history_line ul .history_box > div img:nth-child(even) {
  float: left;
}
#history .history_line ul .history_box.same_year:before {
  content: none;
}
#history .history_line ul .history_box.same_year .year {
  opacity: 0;
  pointer-events: none;
}
#history .history_line ul .history_box.same_year i:before {
  content: none;
}
#history .history_line ul .history_box.recent i {
  height: 0;
}
#history .history_line .line_marker {
  position: sticky;
  bottom: 0;
  left: 0;
  margin-left: -6px;
  width: 28px;
  height: 40px;
  background: #46b036;
}

.concept_vision .first_view {
  padding-bottom: 0;
}
.concept_vision .first_view img {
  width: 100%;
  height: 72vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 45%;
     object-position: 60% 45%;
}

.policy .policies {
  display: inline-block;
  max-width: 400px;
}
.policy .policies li {
  font-size: 15px;
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
}
.policy .policies li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  top: 0.75em;
  left: 0.25em;
}

.shinko_vision h2 {
  position: relative;
  display: table;
  margin: 16px auto 56px;
  width: auto;
}
.shinko_vision h2:before {
  content: "";
  position: absolute;
  background: url(../images/gochiso_san.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: 13%;
  right: 82%;
}
.shinko_vision h2:after {
  content: "";
  position: absolute;
  background: url(../images/shinchan.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 32px;
  height: 48px;
  top: -4%;
  left: 90%;
}
.shinko_vision h2 img {
  width: 88%;
}
.shinko_vision .vision_box {
  padding: 32px 0;
  font-weight: bold;
}
.shinko_vision .vision_box h3 {
  margin-bottom: 24px;
}
.shinko_vision .vision_box h3 img {
  width: auto;
  height: 26px;
}
.shinko_vision .vision_box .heading {
  font-size: 20px;
  line-height: 1.8;
}
.shinko_vision .vision_box .heading + p {
  font-size: 15px;
}
.shinko_vision .vision_box p {
  font-size: 14px;
  line-height: 1.8;
}
.shinko_vision .mission .img_box,
.shinko_vision .value .img_box {
  order: -1;
  padding: 0;
}
.shinko_vision .mission .img_box .img_frame,
.shinko_vision .value .img_box .img_frame {
  width: 100%;
  height: 103vw;
  max-width: 540px;
  max-height: 540px;
}
.shinko_vision .mission .img_box .img_frame img,
.shinko_vision .value .img_box .img_frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.shinko_vision .mission ul li,
.shinko_vision .value ul li {
  padding-left: 1em;
  position: relative;
  font-size: 14px;
}
.shinko_vision .mission ul li:before,
.shinko_vision .value ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.shinko_vision .mission .img_box img {
  -o-object-position: 25% center;
     object-position: 25% center;
}
.shinko_vision .value .img_box img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.shinko_vision .three_directions {
  padding-top: 24px;
  position: relative;
  justify-content: space-between;
}
.shinko_vision .three_directions:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(73% + 1px);
  height: 1px;
  background: #46b036;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.shinko_vision .three_directions div {
  position: relative;
}
.shinko_vision .three_directions div:first-child, .shinko_vision .three_directions div:last-child {
  width: 27%;
}
.shinko_vision .three_directions div:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  background: #46b036;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.shinko_vision .three_directions div:nth-child(2):before {
  height: 45px;
  top: -49px;
}
.shinko_vision .three_directions div h4 {
  font-size: 18px;
  margin-bottom: 16px;
}
.shinko_vision .three_directions div p {
  font-size: 12px;
  font-weight: bold;
}

.work_people .first_view img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.job_category .job_cat_list > div {
  padding-top: 40px;
  padding-bottom: 24px;
}
.job_category .job_cat_list > div h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.job_category .job_cat_list > div img {
  width: 100%;
}
.job_category .job_cat_list > div p {
  font-size: 11px;
  margin-top: 1.414em;
}
.job_category .job_cat_list > div .cta_button {
  font-size: 16px;
  padding: 16px 32px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 0px #cc6600;
}
.job_category .job_cat_list > div .cta_button:hover {
  color: #FFFFFF;
}
.job_category .job_cat_list > div .not_recruiting_now {
  pointer-events: none;
  filter: grayscale(100%) opacity(0.4);
}

.emp_interview .emp_int_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.emp_interview .emp_int_list li {
  width: calc(50% - 12px);
  margin-bottom: 3em;
}
.emp_interview .emp_int_list li a {
  color: #FFFFFF;
  transition: 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
}
.emp_interview .emp_int_list li a .photo_box {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
}
.emp_interview .emp_int_list li a .photo_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 8%;
  left: 0;
  transform: skewY(10deg);
}
.emp_interview .emp_int_list li a .photo_box img {
  width: 100%;
  height: auto;
  transition: none;
}
.emp_interview .emp_int_list li a .photo_box img.regular {
  opacity: 1;
  position: relative;
}
.emp_interview .emp_int_list li a .photo_box img.hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
}
.emp_interview .emp_int_list li a h3 .catch {
  font-size: 12px;
  display: flex;
  height: 3em;
  align-items: flex-end;
}
.emp_interview .emp_int_list li a h3 .name {
  font-size: 18px;
  display: block;
}
.emp_interview .emp_int_list li a .joined_y {
  font-size: 12px;
}
.emp_interview .emp_int_list li a:hover {
  color: #FFFFFF;
}
.emp_interview .emp_int_list li a:hover .photo_box .regular {
  opacity: 0;
}
.emp_interview .emp_int_list li a:hover .photo_box .hover {
  opacity: 1;
}
.emp_interview .emp_int_list li:nth-child(odd) a .photo_box:before {
  background: #81d075;
}
.emp_interview .emp_int_list li:nth-child(even) a .photo_box:before {
  background: #fcc749;
}
.emp_interview .emp_int_list li.fadeOut a * {
  transition: 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
  opacity: 0.64;
  filter: blur(2px);
}
.emp_interview .emp_int_list li.chose a .photo_box .regular {
  opacity: 0;
}
.emp_interview .emp_int_list li.chose a .photo_box .hover {
  opacity: 1;
}
.emp_interview .emp_int_list li.chose a img {
  transition: 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
  transform: scale(1.1);
}

.top_message .top_message_mv {
  position: relative;
  overflow: hidden;
  height: 109vw;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_message .top_message_mv.tm_mv_yamasaki {
  background: url(../images/manager/yamasaki_main_sp.webp) 65% 30% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv.tm_mv_houchi {
  background: url(../images/manager/houchi_main_sp.webp) 50% 15% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv.tm_mv_mio {
  background: url(../images/manager/mio_main_sp.webp) 45% 40% no-repeat;
  background-size: cover;
}
.top_message .top_message_mv div {
  padding: 16px;
}
.top_message .top_message_mv div h2 {
  font-size: 11px;
  line-height: 2;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.top_message .top_message_mv div h2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 0.4em;
}
.top_message .top_message_mv img {
  position: absolute;
  right: -12%;
  bottom: 0;
  width: 88%;
  height: 88%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.top_message .the_message {
  padding-top: 0;
}
.top_message .the_message .message_title {
  font-size: 18px;
  line-height: 1.618;
  color: #000000;
}
.top_message .the_message .message_title:after {
  content: none;
}
.top_message .the_message .message_box {
  font-size: 13px;
}
.top_message .the_message .message_box h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.top_message .the_message .message_box p {
  line-height: 1.8;
  margin-bottom: 2em;
}
.top_message .the_message .message_box img {
  margin-bottom: 4em;
}
.top_message .the_message .message_box ul {
  line-height: 1.8;
  margin-bottom: 2em;
}
.top_message .the_message .message_box ul li {
  position: relative;
  padding-left: 1em;
}
.top_message .the_message .message_box ul li i {
  position: absolute;
  left: 0;
}
.top_message .the_message .message_box .signature p {
  margin-bottom: -1em;
}
.top_message .the_message .message_box .signature img {
  display: inline-block;
  width: 208px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  margin-bottom: 0;
}
.top_message .top_link {
  margin-top: 48px;
  padding-top: 40px;
}
.top_message .top_link li {
  width: 100%;
  margin: 0 16px;
}
.top_message .top_link li a img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.top_message .top_link li a h3 {
  color: #000000;
  font-size: 14px;
  line-height: 1.618;
}
.top_message .top_link li a h3 span {
  font-size: 22px;
  display: block;
  margin-bottom: 0.2em;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top_message .top_link li a:hover h3 span {
  color: #46b036;
}
.top_message .top_link .slick-arrow {
  position: absolute;
  background: #46b036;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 0%;
  transform: translateY(-50%);
}
.top_message .top_link .slick-next {
  right: 8px;
  color: transparent;
}
.top_message .top_link .slick-next:before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_message .top_link .slick-prev {
  right: 68px;
  color: transparent;
}
.top_message .top_link .slick-prev:before {
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tm_houchi .the_message .message_box img {
  height: 126vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.employee_interview .interview_mv {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 109vw;
}
.employee_interview .interview_mv div {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.employee_interview .interview_mv div .emp_int_hw {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: relative;
  left: -16px;
  margin-bottom: 16px;
  margin-top: -24px;
}
.employee_interview .interview_mv div h2 {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 8px;
}
.employee_interview .interview_mv div h2 .tx_green {
  font-size: 16px;
  line-height: 1.618;
  display: block;
  margin-bottom: 8px;
}
.employee_interview .interview_mv div h2 .barlow {
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
  min-width: 6em;
  font-family: "Barlow", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.employee_interview .interview_mv div h2 .job_title {
  font-size: 13px;
  line-height: 1.618;
  display: block;
  word-break: keep-all;
}
.employee_interview .interview_mv div h2 .joined_y {
  font-size: 13px;
  display: block;
  margin-top: 16px;
}
.employee_interview .interview_mv div.on_the_left {
  left: auto;
  right: 50%;
  align-items: flex-start;
}
.employee_interview .interview_mv div.on_the_left .emp_int_hw {
  left: 16px;
}
.employee_interview .interview_mv > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.employee_interview .ei_message {
  padding-top: 0px;
}
.employee_interview .ei_message h2 {
  font-size: 18px;
  line-height: 1.618;
  color: #000000;
}
.employee_interview .ei_message h2:after {
  content: none;
}
.employee_interview .ei_message .message_box {
  font-size: 13px;
}
.employee_interview .ei_message .message_box h3 {
  font-size: 16px;
  margin-bottom: 1em;
}
.employee_interview .ei_message .message_box p {
  line-height: 1.8;
  margin-bottom: 2em;
}
.employee_interview .ei_message .message_box p + h3 {
  margin-top: 4em;
}
.employee_interview .ei_message .message_box img {
  margin-bottom: 4em;
}
.employee_interview .ei_message .message_box ul {
  line-height: 1.8;
  margin-bottom: 2em;
}
.employee_interview .ei_message .message_box ul li {
  position: relative;
  padding-left: 1em;
}
.employee_interview .ei_message .message_box ul li i {
  position: absolute;
  left: 0;
}
.employee_interview .ei_message .off_word h3 {
  font-size: 16px;
}
.employee_interview .ei_message .off_word .off_shot {
  margin-top: 16px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.employee_interview .ei_message .off_word .off_shot li {
  width: 100%;
  margin: 0 16px;
}
.employee_interview .ei_message .off_word .off_shot li img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.employee_interview .ei_message .off_word .off_shot .slick-arrow {
  position: absolute;
  background: #46b036;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 0%;
  transform: translateY(-50%);
}
.employee_interview .ei_message .off_word .off_shot .slick-next {
  right: 8px;
  color: transparent;
}
.employee_interview .ei_message .off_word .off_shot .slick-next:before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.employee_interview .ei_message .off_word .off_shot .slick-prev {
  right: 68px;
  color: transparent;
}
.employee_interview .ei_message .off_word .off_shot .slick-prev:before {
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.employee_interview .ei_message .off_word .fav_word {
  padding-top: 32px;
  padding-bottom: 40px;
  background: #ebebea;
}
.employee_interview .ei_message .off_word .fav_word h3 {
  display: table;
  margin: 0 auto 24px;
  padding: 4px 6px;
}
.employee_interview .ei_message .off_word .fav_word img {
  margin-bottom: 24px;
}
.employee_interview .ei_message .off_word .fav_word p {
  margin-bottom: 0;
  text-align: left;
}
.employee_interview .ei_message .daily_tt {
  padding-top: 64px;
}
.employee_interview .ei_message .daily_tt h3 {
  font-size: 20px;
  border-bottom: 4px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.employee_interview .ei_message .daily_tt table th {
  vertical-align: top;
  font-size: 20px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  color: #46b036;
  line-height: 1;
  width: 80px;
}
.employee_interview .ei_message .daily_tt table td {
  vertical-align: top;
  padding-bottom: 40px;
}
.employee_interview .ei_message .daily_tt table td h4 {
  font-size: 18px;
  line-height: 0.9em;
  margin-bottom: 8px;
}
.employee_interview .ei_message .daily_tt table td p {
  font-size: 13px;
}
.employee_interview .ei_message .daily_tt table td p:last-child {
  margin-bottom: 0;
}
.employee_interview .ei_message .daily_tt table tr:last-child td {
  padding-bottom: 0;
}
.employee_interview .emp_int_link {
  margin-top: 48px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.employee_interview .emp_int_link li {
  width: 100%;
  margin: 0 16px;
}
.employee_interview .emp_int_link li a img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.employee_interview .emp_int_link li a h3 {
  color: #000000;
  font-size: 14px;
  line-height: 1.618;
}
.employee_interview .emp_int_link li a h3 span {
  font-size: 22px;
  display: block;
  margin-bottom: 0.2em;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.employee_interview .emp_int_link li a span.small {
  color: #000000;
}
.employee_interview .emp_int_link li a:hover h3 span {
  color: #46b036;
}
.employee_interview .emp_int_link .slick-arrow {
  position: absolute;
  background: #46b036;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  top: 0%;
  transform: translateY(-50%);
}
.employee_interview .emp_int_link .slick-next {
  right: 8px;
  color: transparent;
}
.employee_interview .emp_int_link .slick-next:before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.employee_interview .emp_int_link .slick-prev {
  right: 68px;
  color: transparent;
}
.employee_interview .emp_int_link .slick-prev:before {
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.employee_interview.ei_koike .interview_mv img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}

.employee_interview.ei_k_t .interview_mv img {
  -o-object-position: 30% 25%;
     object-position: 30% 25%;
}

.employee_interview.ei_m_m .interview_mv img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.employee_interview.ei_mutsuoka .interview_mv img {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}

.employee_interview.ei_sawai .interview_mv img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}

.employee_interview.ei_senda .interview_mv img {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}

.employee_interview.ei_sano .interview_mv img {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

.employee_interview.ei_nishimoto .interview_mv img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.employee_interview.ei_tanaka .interview_mv img {
  -o-object-position: 51% 10%;
     object-position: 51% 10%;
}

.employee_interview.ei_nobuta .interview_mv img {
  -o-object-position: 36% 10%;
     object-position: 36% 10%;
}

/*小さいスマホ用*/
@media (max-width: 374px) {
  .global_header nav.container {
    padding: 0;
  }
  .global_header ul li {
    padding: 0;
  }
  .entry_buttons ul .entry_button a {
    padding: 6px 0;
    font-size: 11px;
  }
  .cp_tm .top_box {
    position: relative;
    padding-top: 216px;
  }
  .cp_tm .top_box img {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cp_tm .yamasaki img {
    left: calc(50% + 6px);
  }
  .cp_tm .cta_button {
    font-size: 10px;
  }
  .cp_data .cp_data_box #female_age .barlow,
  .cp_data .cp_data_box .data_box .count-up {
    font-size: 45px;
  }
  .cp_data .cp_data_box #female_age .decimal {
    margin: 0px -0.15em 0 -0.3em;
  }
  #num_items h3 {
    height: 2.36em;
  }
  #c_result > .d-flex {
    flex-direction: column;
    align-items: center !important;
  }
  #c_result > .d-flex img {
    width: 92px;
    height: auto;
    margin-bottom: 8px;
  }
  .shinko_vision .three_directions:before {
    width: calc(72% + 1px);
  }
  .shinko_vision .three_directions div:first-child,
  .shinko_vision .three_directions div:last-child {
    width: 28%;
  }
  .shinko_vision .three_directions div p {
    font-size: 10px;
  }
  .emp_interview .emp_int_list li a h3 .catch {
    font-size: 10px;
  }
  .employee_interview .interview_mv div .emp_int_hw {
    margin-bottom: 8px;
    margin-top: -8px;
  }
  .employee_interview .interview_mv div h2 .barlow {
    min-width: auto;
  }
  .employee_interview .interview_mv div h2 .job_title {
    font-size: 11px;
  }
  .employee_interview .interview_mv div h2 .joined_y {
    font-size: 11px;
    margin-top: 8px;
  }
  .employee_interview.ei_mutsuoka .interview_mv h2 .barlow {
    font-size: 28px;
  }
}
/*ファブレット用*/
@media (min-width: 450px) {
  .global_header ul li a {
    font-size: 12px;
  }
  .global_header .company_logo .header_entry_btn a {
    font-size: 12px;
  }
  .main_visual .mv_upper div img, .main_visual .mv_lower div img {
    width: calc((100vh - 80px) / 2) !important;
  }
  .make_workers_happy h2 {
    max-width: 240px;
  }
  .make_workers_happy .home_aboutus h3 {
    font-size: 16px;
  }
  .make_workers_happy .home_aboutus p {
    font-size: 13px;
  }
  .make_workers_happy:before {
    margin-left: -192px;
    width: 100px;
    height: 160px;
  }
  .make_workers_happy:after {
    margin-right: -218px;
    width: 100px;
    height: 178px;
  }
  .entry_buttons ul .entry_button a {
    font-size: 14px;
  }
  .cp_data .cp_data_box #sales_ratio .sale_01 {
    top: 25%;
    left: 41%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_02 {
    top: 26%;
    left: 54%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_03 {
    bottom: 26%;
    left: 62%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_04 {
    bottom: 28%;
    right: 75%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_05 {
    bottom: 50%;
    right: 65%;
  }
  .cp_data .cp_data_box #c_result img {
    margin-right: 16px;
    width: 92px;
    bottom: 0px;
  }
  .top_message .top_message_mv div {
    padding: 24px;
  }
  .top_message .top_message_mv div h2 {
    font-size: 15px;
  }
  .top_message .top_message_mv div h2 span {
    font-size: 25px;
  }
  .tm_houchi .the_message .message_box img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .shinko_vision .three_directions div p {
    font-size: 14px;
  }
  .employee_interview .interview_mv div .emp_int_hw {
    width: 240px;
    max-width: none;
  }
  .employee_interview .interview_mv div h2 {
    padding: 16px;
  }
  .employee_interview .interview_mv div h2 .tx_green {
    font-size: 20px;
  }
  .employee_interview .interview_mv div h2 .barlow {
    font-size: 48px;
  }
  .employee_interview .interview_mv div h2 .job_title {
    font-size: 15px;
  }
  .employee_interview .interview_mv div h2 .joined_y {
    font-size: 15px;
  }
  .employee_interview .ei_message h2 {
    font-size: 24px;
  }
  .employee_interview .ei_message .message_box {
    font-size: 14px;
  }
  .employee_interview .ei_message .message_box h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .employee_interview .ei_message .off_word h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .employee_interview.ei_koike .interview_mv h2 .barlow,
  .employee_interview.ei_mutsuoka .interview_mv h2 .barlow {
    font-size: 32px;
  }
}
/*タブレット用*/
@media (min-width: 768px) {
  .global_header {
    height: 132px;
    top: -80px;
  }
  .global_header .company_logo .d-flex {
    height: 80px;
  }
  .global_header .company_logo .d-flex a img {
    width: 100px;
  }
  .global_header .company_logo .d-flex a span {
    font-size: 18px;
    top: 2px;
    margin-left: 16px;
  }
  .global_header .company_logo .header_entry_btn a {
    font-size: 16px;
    padding: 8px 24px;
  }
  .global_header ul {
    height: 52px;
  }
  .global_header ul li a {
    font-size: 16px;
  }
  .global_header ul li.current a {
    border-bottom-width: 2px;
  }
  .main_visual {
    height: calc(100vh - 132px);
  }
  .main_visual h1 {
    transform: translate(-50%, -50%);
  }
  .main_visual .mv_upper div img, .main_visual .mv_lower div img {
    width: calc((100vh - 132px) / 2) !important;
  }
  .make_workers_happy h2 {
    max-width: 304px;
  }
  .make_workers_happy h2:after {
    width: 50px;
    height: 72px;
  }
  .make_workers_happy .home_aboutus h3 {
    font-size: 18px;
  }
  .make_workers_happy .home_aboutus p {
    font-size: 14px;
  }
  .make_workers_happy .home_aboutus:last-of-type:after {
    width: 40px;
    height: 40px;
    transform: translateX(-160px);
  }
  .make_workers_happy:before {
    margin-left: -240px;
  }
  .make_workers_happy:after {
    margin-right: -240px;
  }
  .entry_buttons {
    padding: 40px 0;
  }
  .entry_buttons ul .entry_button a {
    padding: 16px 0px;
    border-radius: 4px;
  }
  .page_header {
    padding: 64px 0;
  }
  .page_header h1 .barlow {
    font-size: 47px;
  }
  .page_header h1 .jpn {
    font-size: 21px;
  }
  .page_content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page_content h2 {
    margin-bottom: 64px;
  }
  .page_content h2 .barlow {
    font-size: 36px;
  }
  .page_content h2 .jpn {
    font-size: 17px;
  }
  .page_content h2 + .heading {
    font-size: 14px;
    font-weight: bold;
  }
  .cp_tm .top_box {
    padding: 8px 16px;
  }
  .cp_tm .top_box .data {
    display: block;
  }
  .cp_tm .top_box .data h3 {
    font-size: 20px;
  }
  .cp_tm .top_box .data span {
    font-size: 12px;
  }
  .cp_tm .yamasaki img {
    width: 158px;
    height: 327px;
    transform: none;
  }
  .cp_tm .houchi img {
    width: 167px;
    height: 318px;
  }
  .cp_tm .mio img {
    width: 131px;
    height: 303px;
  }
  .group .group_companies {
    position: relative;
    background-image: url(../images/hexagon_shinko_group.svg);
    background-size: 34%;
    background-position: 50% 33%;
    background-repeat: no-repeat;
  }
  .group .group_companies li {
    width: 33%;
  }
  .group .group_companies li div > img {
    width: 160px;
    height: auto;
    margin: 16px auto;
  }
  .group .group_companies li div h3 {
    margin: 0 auto 16px;
  }
  .group .group_companies li div h3 .logo_eng {
    width: 136px;
    height: 49px;
  }
  .group .group_companies li div h3 .logo_jpn {
    width: 180px;
    height: 14px;
  }
  .group .group_companies li div dl {
    width: 180px;
  }
  .group .group_companies .cp_shinko {
    width: 33%;
    order: 1;
  }
  .group .group_companies .cp_holdings {
    width: 34%;
    order: 2;
    padding-bottom: 192px;
  }
  .group .group_companies .cp_supportsystem {
    width: 33%;
    order: 3;
  }
  .group .group_companies .cp_wellness {
    width: 33%;
    order: 4;
    padding-top: 64px;
  }
  .group .group_companies .cp_service {
    width: 34%;
    order: 5;
    padding-top: 192px;
  }
  .group .group_companies .cp_create {
    width: 33%;
    order: 6;
    padding-top: 64px;
  }
  .group .group_companies .cp_wellness div, .group .group_companies .cp_service div, .group .group_companies .cp_create div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .group .group_companies .cp_wellness div img, .group .group_companies .cp_service div img, .group .group_companies .cp_create div img {
    order: 3;
  }
  .cp_data .cp_data_box {
    /*
    #biz_ratio{
    	.biz_01{
    		top: 40%;
    		left: 54%;
    	}
    	.biz_02{
    		bottom: 15%;
    		left: 62%;
    	}
    	.biz_03{
    		bottom: 15%;
    		right: 58%;
    	}
    	.biz_04{
    		top: 40%;
    		right: 56%;
    	}
    }
    */
  }
  .cp_data .cp_data_box p {
    font-size: 14px;
  }
  .cp_data .cp_data_box h3, .cp_data .cp_data_box h4 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .cp_data .cp_data_box .data_box {
    font-size: 22px;
  }
  .cp_data .cp_data_box .data_box .count-up {
    font-size: 96px;
  }
  .cp_data .cp_data_box #estd img {
    width: 120px;
    height: auto;
  }
  .cp_data .cp_data_box #estd .data_box {
    font-size: 40px;
  }
  .cp_data .cp_data_box #estd .data_box .count-up {
    font-size: 152px;
    width: 200px;
  }
  .cp_data .cp_data_box #num_emp .count-up {
    width: 192px;
  }
  .cp_data .cp_data_box #gender_ratio,
  .cp_data .cp_data_box #full_part_ratio,
  .cp_data .cp_data_box #biz_ratio,
  .cp_data .cp_data_box #sales_ratio {
    padding: 16px 0 0;
  }
  .cp_data .cp_data_box #gender_ratio .label li,
  .cp_data .cp_data_box #full_part_ratio .label li,
  .cp_data .cp_data_box #biz_ratio .label li,
  .cp_data .cp_data_box #sales_ratio .label li {
    font-size: 24px;
  }
  .cp_data .cp_data_box #gender_ratio .label li span,
  .cp_data .cp_data_box #full_part_ratio .label li span,
  .cp_data .cp_data_box #biz_ratio .label li span,
  .cp_data .cp_data_box #sales_ratio .label li span {
    font-size: 20px;
  }
  .cp_data .cp_data_box #gender_ratio .label li i,
  .cp_data .cp_data_box #full_part_ratio .label li i,
  .cp_data .cp_data_box #biz_ratio .label li i,
  .cp_data .cp_data_box #sales_ratio .label li i {
    font-size: 20px;
  }
  .cp_data .cp_data_box #gender_ratio .male_per {
    top: 22%;
    left: 54%;
  }
  .cp_data .cp_data_box #gender_ratio .female_per {
    bottom: 27%;
    right: 50%;
  }
  .cp_data .cp_data_box #full_part_ratio .parttime_per {
    bottom: 22%;
    left: 54%;
  }
  .cp_data .cp_data_box #full_part_ratio .fulltime_per {
    top: 22%;
    right: 54%;
  }
  .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: 19%;
    right: 70%;
  }
  .cp_data .cp_data_box #sales_ratio .sale_05 {
    bottom: 40%;
    right: 63%;
  }
  .cp_data .cp_data_box #male_age img {
    width: 104px;
    height: auto;
  }
  .cp_data .cp_data_box #male_age .count-up {
    width: 148px;
  }
  .cp_data .cp_data_box #female_age img {
    width: 102px;
    height: auto;
  }
  .cp_data .cp_data_box #female_age .barlow {
    font-size: 96px;
    margin: 0 4px;
  }
  .cp_data .cp_data_box #female_age .count-up:first-of-type {
    width: 148px;
  }
  .cp_data .cp_data_box #female_age .decimal {
    margin: 0px -0.15em 0 -0.35em;
  }
  .cp_data .cp_data_box #female_age .count-up:last-of-type {
    width: 70px;
  }
  .cp_data .cp_data_box #num_bases img, .cp_data .cp_data_box #num_items img {
    width: auto;
    height: 78px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cp_data .cp_data_box #num_bases .barlow {
    width: 166px;
  }
  .cp_data .cp_data_box #num_items .barlow {
    width: 216px;
  }
  .cp_data .cp_data_box #c_result img {
    bottom: 4px;
    width: 138px;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow {
    font-size: 80px;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow.oku {
    width: 128px;
  }
  .cp_data .cp_data_box #c_result .data_box .d-flex .barlow.man {
    width: 220px;
  }
  #overview table {
    font-size: 16px;
  }
  #overview .overview_tb + h3 {
    font-size: 24px;
  }
  #history .history_line ul .history_box {
    padding-left: 48px;
  }
  #history .history_line ul .history_box:before {
    width: 40px;
    height: 2px;
    top: 20px;
    background-image: repeating-linear-gradient(to right, #FFFFFF, #FFFFFF 4px, transparent 4px, transparent 8px);
  }
  #history .history_line ul .history_box:after {
    width: calc(100% - 6px);
  }
  #history .history_line ul .history_box i {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    top: 20px;
    left: 0;
  }
  #history .history_line ul .history_box i:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    left: -4px;
    top: -4px;
  }
  #history .history_line ul .history_box .year {
    font-size: 16px;
    width: 96px;
  }
  #history .history_line ul .history_box .year .barlow {
    font-size: 28px;
  }
  #history .history_line ul .history_box .month {
    font-size: 16px;
    width: 48px;
  }
  #history .history_line ul .history_box > div {
    width: calc(100% - 144px);
  }
  #history .history_line ul .history_box > div img {
    width: calc(50% - 16px);
  }
  #history .history_line ul .history_box > div p {
    font-size: 16px;
  }
  #history .history_line .line_marker {
    position: sticky;
    bottom: 0;
    left: 0;
    margin-left: -6px;
    width: 28px;
    height: 40px;
    background: #46b036;
  }
  .philosophy .Klee p {
    font-size: 20px;
  }
  .policy .policies {
    max-width: 100%;
  }
  .policy .policies li {
    font-size: 16px;
  }
  .shinko_vision h2 img {
    width: 100%;
  }
  .shinko_vision h2:before {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
    right: 98%;
  }
  .shinko_vision h2:after {
    width: 38px;
    height: 56px;
    top: auto;
    left: 108%;
    bottom: 0;
  }
  .shinko_vision .mission {
    align-items: center;
    margin-bottom: 16px;
  }
  .shinko_vision .mission .img_box {
    order: 2;
  }
  .shinko_vision .value {
    align-items: center;
  }
  .shinko_vision .mission .img_box .img_frame,
  .shinko_vision .value .img_box .img_frame {
    height: 50vw;
    max-height: 400px;
    max-width: none;
    position: relative;
  }
  .shinko_vision .mission .img_box .img_frame img,
  .shinko_vision .value .img_box .img_frame img {
    width: calc(50vw - 8px);
    max-width: none;
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    margin: 0;
  }
  .shinko_vision .value .img_box .img_frame img {
    left: auto;
    right: 8px;
  }
  .shinko_vision .vision {
    margin-top: 40px;
  }
  .shinko_vision .vision .vision_box h3 img {
    margin: 0 auto;
  }
  .shinko_vision .vision .vision_box p {
    font-size: 24px;
    margin: 40px auto 0px;
  }
  .shinko_vision .vision .three_directions div h4 {
    font-size: 20px;
  }
  .shinko_vision .vision .three_directions div p {
    font-size: 16px;
  }
  .job_category .job_cat_list > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .job_category .job_cat_list > div div {
    padding: 0 8px;
  }
  .job_category .job_cat_list > div h3 {
    font-size: 20px;
  }
  .job_category .job_cat_list > div p {
    font-size: 14px;
  }
  .job_category .job_cat_list > div .cta_button {
    font-size: 18px;
  }
  .emp_interview .emp_int_list {
    justify-content: flex-start;
  }
  .emp_interview .emp_int_list:after {
    content: "";
    width: calc(33% - 16px);
    margin: 0 8px;
  }
  .emp_interview .emp_int_list li {
    width: calc(33% - 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: 64px;
    height: 480px;
    display: block;
    position: relative;
  }
  .top_message .top_message_mv div {
    width: 100%;
    max-width: 720px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .top_message .top_message_mv div h2 {
    font-size: 18px;
    position: absolute;
    bottom: 40px;
  }
  .top_message .top_message_mv div h2 span {
    font-size: 34px;
  }
  .top_message .top_message_mv img {
    width: 482px;
    height: 432px;
    right: auto;
    left: calc(50% - 104px);
  }
  .top_message .the_message {
    text-align: center;
  }
  .top_message .the_message .message_title {
    text-align: left;
    display: inline-block;
    font-size: 24px;
  }
  .top_message .the_message .message_box {
    text-align: left;
  }
  .top_message .the_message .message_box h3 {
    font-size: 18px;
  }
  .top_message .the_message .message_box p {
    font-size: 13px;
  }
  .top_message .the_message .message_box ul {
    font-size: 13px;
  }
  .top_message .top_link {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .top_message .top_link li {
    margin: 0;
    width: calc(50% - 12px);
  }
  .employee_interview .interview_mv {
    margin-top: 64px;
    max-height: 480px;
  }
  .employee_interview .interview_mv div {
    align-items: flex-start;
  }
  .employee_interview .interview_mv div .emp_int_hw {
    left: 100px;
  }
  .employee_interview .interview_mv div h2 {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .employee_interview .interview_mv div.on_the_left {
    align-items: flex-end;
  }
  .employee_interview .interview_mv div.on_the_left .emp_int_hw {
    left: -100px;
  }
  .employee_interview .ei_message .off_word .fav_word {
    padding-top: 40px;
  }
  .employee_interview.ei_koike .interview_mv h2 .barlow,
  .employee_interview.ei_mutsuoka .interview_mv h2 .barlow {
    font-size: 48px;
  }
}
/*-------20230124-------*/
.yt_bnr {
  position: fixed;
  right: 0;
  top: 104px;
  z-index: 1000;
}

.yt_bnr img {
  width: 80px;
}

/*-----20240522-----*/
.customer_logo {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.customer_logo img {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */


/* --------------
TOP　news
----------------- */

.news {
  margin: 80px auto;
   padding: 40px 0;
   border-bottom: 2px solid #D9D9D9;
   border-top: 2px solid #D9D9D9;
   /* padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem); */
 
}
.news h2 {
  font-size: 14px;
  font-weight: 700;
}
.news p {
  font-size: 14px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
 .news{
    max-width: 720px;
 }
}
@media (min-width: 1400px) {
    .news{
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .news{
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .news{
        max-width: 960px;
    }
}
/* --------------
TOP　下層ページリンク
----------------- */

.link_banner {
  margin: 80px auto 0;
}
 .link_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
.link_list li {
  width: 100%;
  padding: 40px 20px 20px;
  border-radius: 8px;
  border: 2px solid #D9D9D9;
}
.link_list li a img {
  display: block;
  width: 44px;
  margin: 0 auto;
}
.link_title {
 font-size: 18px;
 font-weight: 700;
 text-align: center;
  margin: 10px 0 0 0;
  color: #1c1c1c;
}
.link_btn {
 display: flex;
 gap: 8px;
 margin: 16px 0 0 auto;
 width: 92px;
}
.link_list li a .link_btn p {
 font-weight: 700;
 color: #00A867;
 margin: 0;
 font-size: 14px;
}
.link_list li a .link_btn .btn_next {
width: 14px;
margin: 0;
}

@media (min-width: 920px) {
  .link_list {
    flex-direction: row;
  }
  .link_list li:hover {
    opacity: 0.7;
    box-shadow: 0 4px 13px 0px rgba(0, 0, 0, 0.1);
  }
  .link_list li a img {
  width: 64px;
}
  .link_title {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .link_btn {
 margin: 20px 0 0 auto;
}

}


/* ----------------
ボタン 
----------------*/

.btn-contact {
  padding-top: 80px;
}

.btn-contact a {
  color: #ffffff;
  text-align: center;
  background: #ffb400;
  border-radius: 5px;
  font-weight: bold;
  padding: 18px;
  width: 380px;
  display: block;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
.btn-contact a::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_next_white.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.btn-contact.topmessage {
  padding-top: 0;
}
@media(max-width:767px) {
  .btn-contact a {
    width: 300px;
    font-size: 16px;
  }
  .btn-contact {
    padding-top: 40px;
  }
}

.btn-contact a:hover {
  transition: 0.3s linear;
  color: white;
  filter: brightness(0.7) !important;
    opacity: 1;
}

.btn-contact a i {
  margin-left: 15px;
}
/*---------------------------
パンくず
--------------------------- */
#common_breadcrumbs{display:none !important}
.breadcrumbs{
  padding: 8px 24px;
  width:100%;max-width:1334px;overflow-x:auto;margin:0 auto}
.breadcrumbs ol{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:-moz-max-content;width:max-content;margin:0}
.breadcrumbs ol li{font-size:13px;display:flex;align-items:center;line-height:1;margin-left:0}
.breadcrumbs ol li:not(:last-child) a{margin-right:1em;color:#00A867;font-size: 13px;}
.breadcrumbs ol li:not(:last-child)::after{content:"";margin-right:1em;position:relative;width:.5em;height:.5em;border-right:2px solid #999;border-top:2px solid #999;border-radius:1px;transform:translateY(-10%) rotate(45deg);top: 1.5px;}
.breadcrumbs ol li a {
    display: flex;
    gap: 3px;
    align-items: center; 
}

.breadcrumbs.bottom {
  margin-top: 80px;
}

.breadcrumbs ol li a:hover{
  filter: brightness(0.7);
}