body {
  color: #000438;
  font-family: "Noto Sans JP", serif;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  /* scroll-behavior: smooth; */
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.layout-company {
  margin-top: 4.4375rem;
}

.layout-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.layout-mv {
  padding-top: 5rem;
}

.layout-system {
  margin-top: 4rem;
}

.layout-vision {
  margin-top: 4.5625rem;
}

.career__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 2.5rem;
  padding-right: 1.5625rem;
}

.career__container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.career__step-table {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-top: 1.6875rem;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.career__scroll-contents {
  align-items: flex-end;
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  height: 26.1875rem;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  width: 100%;
}

.career__scroll-img {
  height: 5rem;
  left: 10px;
  position: absolute;
  top: 14%;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  width: 5rem;
  z-index: 10;
}

.career__scroll-img-cs {
  height: 5rem;
  left: 17px;
  position: absolute;
  top: 24%;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  width: 5rem;
  z-index: 10;
}

.career__step {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 15.5625rem;
  text-align: center;
  width: 100%;
}

/* SP表示時のみ適用 */

/* スクロールバーを非表示（必要なら適用） */

.career__step-table::-webkit-scrollbar {
  display: none;
}

/*年数ごとの指定*/

.career__step.career__step--1st {
  height: 20.875rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5625rem;
}

.career__step.career__step--3rd {
  height: 22.5625rem;
  padding: 1.5rem 1.5rem 6.5rem 1.5625rem;
}

.career__step.career__step--5th {
  height: 25.0625rem;
  padding: 1.5rem 1.5625rem 7.1875rem 1.625rem;
}

.career__step.career__step--7th {
  height: 27.125rem;
  padding: 1.5rem 1.5625rem 12.8125rem 1.5rem;
}

/*年数ごとの指定(営業)*/

.career__step.career__step-text--cs {
  height: 18.9375rem;
  padding: 1.5rem 1.1875rem 1.5rem 1.75rem;
}

.career__step.career__step--cs-3rd {
  height: 20.5625rem;
  padding: 1.5rem 1.1875rem 1.5rem 1.75rem;
}

.career__step.career__step--cs-5th {
  height: 22.9375rem;
  padding: 1.5rem 1.5625rem 7.1875rem 1.625rem;
}

.career__step.career__step--cs-7th {
  height: 25.0625rem;
  padding: 1.5rem 1.5625rem 12.8125rem 1.5rem;
}

.career__step-title {
  background: linear-gradient(
    to right,
    rgb(45, 105, 170),
    rgb(33, 80, 244),
    rgb(121, 210, 229)
  );
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem;
  text-align: center;
}

.career__step-title--orange {
  background: linear-gradient(to right, rgb(255, 200, 139), rgb(255, 251, 199));
  color: #000438;
}

.career__step-text {
  font-size: 0.875rem;
  letter-spacing: 0.048em;
  line-height: 2;
  text-align: left;
  white-space: normal;
}

.career__step {
  border-left: 2px solid black;
  border-top: 2px solid black;
  position: relative;
}

.career__step::after {
  border-bottom: 10px solid transparent;
  border-left: 14px solid #000438;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: -9px;
  width: 0;
}

.career__step-content {
  margin-top: 1rem;
}

.career__system-engineer {
  margin-top: 3.1875rem;
}

.company__section-sub-title {
  margin-top: 3.125rem;
}

.company__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 1rem;
}

/*2つのボックスレイアウト*/

.company__top-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
}

.company__box {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  width: 28rem;
}

.company__cross {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -24%);
  width: 3rem;
}

.company__cross img {
  height: auto;
  width: 100%;
}

.company__box-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.6666666667;
  text-align: center;
}

.company__underline-orange {
  background-image: linear-gradient(
    90deg,
    rgb(255, 200, 139),
    rgb(255, 251, 199)
  );
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 32%;
  position: relative;
  z-index: 10;
}

.company__underline-blue {
  background-image: linear-gradient(
    90deg,
    rgba(45, 105, 170, 0.3),
    rgba(33, 80, 247, 0.3),
    rgba(128, 240, 246, 0.3),
    rgba(121, 210, 229, 0.3)
  );
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 32%;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.company-field__title-wrap {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.company-field {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 1.6875rem 1.5rem;
  text-align: center;
}

.company-field__title {
  background-color: black;
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}

.company-field__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}

.company-field__item + .company-field__item {
  border-top: 1px dashed #8ba6f7;
}

.company__public-field {
  margin-top: 1.4375rem;
}

/* 1つ目の要素（最初の .company-field__item） */

.company-field__item:first-child {
  padding-bottom: 1.0625rem;
}

/* 2つ目の要素 */

.company-field__item:nth-child(2) {
  padding-bottom: 1.0625rem;
  padding-top: 1.5rem;
}

/* 3つめ要素（最後の .company-field__item） */

.company-field__item:last-child {
  padding-top: 1.0625rem;
}

.company-field__item--financial:nth-child(2) {
  padding-bottom: 0;
}

.company-field__item--human:nth-child(3) {
  padding-bottom: 1.0625rem;
  padding-top: 1.5rem;
}

.company-field__icon {
  flex-shrink: 0;
  height: 3rem;
  width: 3rem;
}

.company-field__icon img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.company-field__content {
  margin-top: 1rem;
  text-align: left;
}

.company-field__heading {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2.1111111111;
}

.company-field__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.financial__public-field {
  margin-top: 1.5rem;
}

.corporate__public-field {
  margin-top: 1.5rem;
}

.company-white-bg {
  background-color: #ffffff;
  height: 11.3125rem;
  margin-left: -63%;
  margin-top: 154%;
  position: absolute;
  transform: rotate(-45deg);
  width: 200%;
  z-index: -5;
}

.company-light-blue-bg {
  height: 11.3125rem;
  margin-left: -63%;
  margin-top: 154%;
  position: absolute;
  transform: rotate(-45deg);
  width: 200%;
  z-index: -5;
}

.company-light-blue-bg::before {
  background: url(../images/common/grad_blue.webp) no-repeat center center /
    cover;
  content: "";
  height: 36.875rem;
  width: 36.875rem;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  top: 88%;
  left: 30%;
}

@media screen and (min-width: 768px) {
  .company-light-blue-bg::before {
    background: url(../images/common/grad_blue_pc.webp) no-repeat center center /
      cover;
    height: 36.875rem;
    width: 36.875rem;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    top: 88%;
    left: 30%;
  }
}

.company-light-blue-bg img {
  opacity: 0.1;
}

.bright-blue-stripe-work {
  height: 14rem;
  margin-left: -49%;
  margin-top: -47.3125rem;
  position: absolute;
  transform: rotate(45deg);
  width: 200%;
  z-index: -50;
  display: none;
}

/*ドロワー*/

.header__drawer-menu {
  background-image: url(../images/common/drawer-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.drawer-menu__inner {
  height: calc(100vh - 80px);
  overflow: scroll;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.drawer__logo-link img {
  height: 5rem;
  max-width: 10.5rem;
  width: 100%;
}

.header__drawer-menu::-webkit-scrollbar {
  display: none;
}

.drawer-menu__item.drawer-menu__item--sub-heading {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.drawer-menu__content {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  justify-content: center;
  padding-bottom: 6rem;
  padding-top: 4.375rem;
}

.drawer-menu__heading {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 900;
  /*確認データに合わせ太さ調整*/
  letter-spacing: 0.048em;
  line-height: 1.6;
  padding-left: 1.0625rem;
  position: relative;
}

.drawer-menu__item--bottom {
  display: flex;
  justify-content: center;
  margin-top: 2.8125rem;
}

.drawer-menu__item-recruit,
.drawer-menu__item-entry {
  display: inline-block;
  width: 10.25rem;
}

.drawer-menu__item-recruit {
  background-color: #000438;
  color: #ffffff;
  font-family: "Jost", serif;
  /* font-size: 1.6875rem; */
  font-size: 1.5rem;
  font-weight: 700;
  /* padding: 1.6875rem 2.4375rem; */
  padding: 1.6875rem 1.4375rem;
  line-height: 1;
  text-transform: capitalize;
  transition: color, background 0.7s 0s ease;
}

.drawer-menu__item-entry {
  background-color: #80f0f6;
  color: #000438;
  font-family: "Jost", serif;
  font-size: 1.6875rem;
  font-weight: 700;
  padding: 1.6875rem 2.4375rem;
  text-align: center;
  text-transform: capitalize;
  display: grid;
  place-content: center;
  transition: color, background 0.7s 0s ease;
}

.drawer-menu__item-entry:hover.drawer-menu__item-entry {
  background: #2150f4;
  color: #ffffff;
}

.drawer-menu__item-recruit:hover.drawer-menu__item-recruit {
  background: #2150f4;
  color: #ffffff;
}

.footer {
  background-color: #ffffff;
  padding: 0.98125rem 0 1.3375rem;
}

.footer__inner {
  padding: 0 3.40625rem;
}

.footer__logo-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 10.09375rem;
  width: 100%;
}

.footer__logo-link img {
  height: 100%;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright small {
  font-family: "Jost", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
}

.growth-card {
  grid-gap: 0.625rem;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 0.625rem;
  grid-template-areas: "image title" "text text";
  grid-template-columns: auto 1fr;
  padding: 1.5rem 1.5rem 1.375rem 1.5rem;
}

/* 各要素のエリアを指定 */

.growth-card__image {
  flex-shrink: 0;
  grid-area: image;
  height: auto;
  width: 3rem;
}

.growth-card__image img {
  display: block;
  height: auto;
  width: 100%;
}

.growth-card__content {
  display: contents;
  /* HTMLの構造をそのままにしつつ、自由に配置 */
}

.growth-card__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 700;
  grid-area: title;
  letter-spacing: 0.048em;
  line-height: 1.4;
}

.growth-card__text {
  font-size: 1rem;
  font-weight: 500;
  grid-area: text;
  letter-spacing: 0.048em;
  line-height: 2;
}

.header {
  height: 5rem;
  position: fixed;
  top: 0;
  transition: background-color, 0.5s;
  width: 100%;
  z-index: 4000;
}

.header.is-active {
  transition: 0.5s;
}

.change-color {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.7s 0s ease;
}

.header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.header__logo {
  width: 10.5rem;
}

.header__logo-link {
  align-items: center;
  display: flex;
  height: inherit;
  transition: all 0.7s;
}

.header__logo img {
  height: 5rem;
  width: 10.5rem;
}

.header__pc-nav {
  height: inherit;
}

.header__hamburger {
  background-color: #000438;
  cursor: pointer;
  height: 5rem;
  position: relative;
  width: 5rem;
  z-index: 9999;
}

.header__hamburger span {
  background-color: #ffffff;
  border-radius: 100vh;
  display: inline-block;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s;
  width: 2rem;
}

.header__hamburger span:first-child {
  top: 1.75rem;
}

.header__hamburger span:nth-child(2) {
  top: 2.5rem;
}

.header__hamburger span:nth-child(3) {
  top: 3.25rem;
}

/*ハンバーガーメニューが[X]のとき*/

.header__hamburger.is-active span:first-child {
  top: 2.5rem;
  transform: translateX(-20px) rotate(30deg);
  width: 2.5rem;
}

.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
  top: 2.5rem;
  transform: translateX(-20px) rotate(-30deg);
  width: 2.5rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  width: 100%;
  max-width: 375px;
}

/*message*/

.message__container {
  display: grid;
  grid-template-areas: "img1 img1" "text text";
  grid-template-columns: 1fr;
  margin-top: 8.375rem;
  position: relative;
}

.message__img--1 {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 75%;
}

.message__img--1 img {
  -o-object-fit: cover;
  aspect-ratio: 247/224;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.message__img--2 {
  margin-right: calc(50% - 50vw);
  position: relative;
  width: 57%;
}

.message__img--2 img {
  -o-object-fit: cover;
  aspect-ratio: 187/162;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 50;
}

.message__img--3 {
  margin-left: calc(50% - 50vw);
  padding-top: 5.75rem;
  position: relative;
  width: 47%;
}

.message__img--3 img {
  -o-object-fit: cover;
  aspect-ratio: 154/110;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 30;
}

.message__img--1 {
  grid-area: img1;
}

.message__text {
  grid-area: text;
}

.message__text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.1875rem;
  z-index: 50;
}

.message__text-content {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2.25;
}

.message__image-bottom {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.125rem;
}

.mv {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv::before {
    background: url(../images/common/fv-line1.webp) no-repeat center center /
      cover;
    height: 105.625rem;
    top: -24%;
    left: 58%;
    width: 105.625rem;
  }
}

.mv__title-wrap {
  margin-left: -5.375rem;
  margin-top: 5rem;
  position: relative;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 10;
  opacity: 0;
  transition: opacity 1.8s ease-in, transform 1.8s ease-in;
}

.mv__title-wrap.active {
  opacity: 1;
}

.mv__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: clamp(2.813rem, 1.492rem + 5.64vw, 6rem);
  font-weight: 700;
  line-height: 1.2;
}

.mv__title--bottom {
  padding-left: 11rem;
}

.mv__title span {
  padding-left: 9.0625rem;
}

/*背景の帯*/

main {
  overflow: hidden;
}

.section-title--name {
  color: #ffffff;
  font-family: "Jost", serif;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  text-transform: capitalize;
  right: -17%;
  transform: rotate(45deg);
  top: -4%;
}

.mv-stripe-bg {
  position: relative;
}

.bg-orange-carousel-wrap {
  /* background: linear-gradient(135deg, #80f0f6 0%, #ffdf95 40%, #fffbc7 70%, #79d2e5 100%); */
  /* background: url(../images/common/fv-line1.webp) no-repeat center center / cover; */
  height: 11.625rem;
  margin-left: -49%;
  margin-top: 9.6875rem;
  /* position: relative; */
  transform: rotate(45deg);
  width: 200%;
}

.bg-blue-stripe {
  display: table;
  height: 11.625rem;
  margin-left: inherit;
  position: relative;
  width: 200%;
  z-index: 20;
}

.bg-blue-stripe img {
  height: 11.625rem;
  width: 100%;
  display: none;
}

.bg-carousel-wrap {
  margin-left: -59%;
  margin-top: -15.3125rem;
  position: relative;
  transform: rotate(-45deg);
  width: 200%;
}

/* バナー全体 */

.bg-white-carousel {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  top: -10px;
  width: 100%;
  z-index: 80;
}

.bg-carousel-wrap::after {
  background: linear-gradient(to right, #ffc88b, #fffbc7);
  bottom: -48px;
  content: "";
  height: 0.25rem;
  margin-left: 64%;
  position: absolute;
  width: 33.75rem;
  z-index: 60;
  display: none;
}

.layout-company {
  overflow-x: clip;
  position: relative;
}

.company__inner {
  position: relative;
  z-index: 50;
}

/*company付近薄い青いの背景*/

.light-blue-stripe {
  height: 12.625rem;
  margin-left: -46%;
  margin-top: -35.3125rem;
  opacity: 0.1;
  position: absolute;
  transform: rotate(-45deg);
  width: 200%;
}

@media screen and (min-width: 768px) {
  .light-blue-stripe {
    transform: rotate(-135deg);
  }
}

.light-blue-stripe img {
  height: 100%;
  width: 200%;
}

/*Company付近濃い青色のストライプ*/

.bright-blue-stripe {
  background: linear-gradient(to right, #80f0f6 0%, #63a0cf 100%);
  height: 14rem;
  margin-left: -49%;
  margin-top: -47.3125rem;
  position: absolute;
  transform: rotate(-45deg);
  width: 200%;
}

.gradation-blue-stripe {
  height: 12.625rem;
  margin-left: -50%;
  margin-top: -1.3125rem;
  position: absolute;
  transform: rotate(225deg);
  width: 200%;
}

.gradation-blue-stripe img {
  height: 100%;
  width: 200%;
}

/* テキスト */

.news-banner__content-item {
  color: #000438;
  flex-shrink: 0;
  font-family: "Jost", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.6875;
  padding-right: 0.625rem;
  white-space: nowrap;
}

.news-banner__content-item:nth-child(odd) {
  animation: MoveLeft 8s -4s infinite linear;
}

.news-banner__content-item:nth-child(even) {
  animation: MoveLeft2 8s infinite linear;
}

/*女性の画像*/

.bg-mv-woman {
  max-width: 14.1875rem;
  opacity: 0;
  position: absolute;
  right: 47%;
  top: 19%;
  transform: rotate(45deg) translateY(-51%);
  transition: opacity 1.8s ease-in, transform 1.8s ease-in;
  z-index: 30;
}

.bg-mv-woman.active {
  opacity: 1;
}

.bg-mv-woman img {
  -o-object-fit: cover;
  aspect-ratio: 227/457;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*pc-nav*/

.pc-nav__items {
  align-items: center;
  display: flex;
  height: inherit;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
  height: inherit;
  justify-content: center;
  line-height: 2;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  transition: all 0.7s 0s ease;
}

@media screen and (max-width: 1200px) {
  .header__br {
    display: block;
  }
  .pc-nav__link {
    line-height: 1.2; /* ここで変更 */
  }
}

@media screen and (min-width: 1201px) {
  .header__br {
    display: none;
  }
  .pc-nav__link {
    line-height: 2; /* 1201px以上では元に戻す */
  }
}

.pc-nav__link--pd-0 {
  padding-right: 0;
}

.pc-nav__group {
  display: flex;
  height: inherit;
  margin-left: 2rem;
}

.pc-nav__link--recruit {
  background-color: #000438;
  color: #ffffff;
  font-family: "Jost", serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: inherit;
  /* line-height: 0.4166666667; */
  line-height: 1;
  padding: 1.375rem 1.875rem 1.625rem;
  text-align: center;
  text-transform: capitalize;
  width: 10rem;
  /* width: 8.75rem; */
}

.pc-nav__item--recruit:hover .pc-nav__link--recruit {
  background: #2150f4;
  color: #ffffff;
}

.pc-nav__link--entry {
  background-color: #80f0f6;
  color: #000438;
  font-family: "Jost", serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: inherit;
  line-height: 0.4166666667;
  padding: 1.375rem 1.875rem 1.625rem;
  text-align: center;
  text-transform: capitalize;
  width: 8.75rem;
}

.pc-nav__item--entry:hover .pc-nav__link--entry {
  background: #2150f4;
  color: #ffffff;
}

.pc-nav__link:hover {
  color: #2150f4;
}

.change-nav:hover {
  color: #2150f4;
}

.pc-nav__link:hover {
  opacity: 2;
}

.pc-nav__item span {
  color: #ffffff;
  display: block;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  text-align: center;
}

.recruit__links {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.recruit__link {
  align-items: center;
  background-color: #000438;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "Jost", serif;
  font-size: 2.5rem;
  font-weight: 700;
  height: 10rem;
  justify-content: center;
  /* line-height: 0.35; */
  line-height: 1;
  padding: 3.1875rem 8.5rem 3.5rem 6.5625rem;
  text-align: center;
  text-transform: capitalize;
  transition: background-color 0.3s ease-in-out;
}

.recruit__link--entry {
  text-align: center;
  height: 10rem;
  padding: 3.1875rem 8.5rem 3.5rem 6.5625rem;
  background-color: #000438;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 0.35;
  font-family: "Jost", serif;
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}

.recruit__link.recruit__link--entry {
  text-transform: capitalize;
  background-color: #80f0f6;
  color: #000438;
}

.recruit__link.recruit__link--entry:hover {
  opacity: 1;
  background-color: #2150f4;
  color: #ffffff;
}

.recruit__link:hover {
  background-color: #2150f4;
  opacity: 1;
}

.recruit__link--entry {
  background-color: #80f0f6;
  text-transform: capitalize;
}

.recruit__link span {
  position: relative;
}

.recruit__link span::before {
  background-image: url(../images/common/recruit-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: -35%;
  top: 50%;
  translate: 0 -50%;
  /* top: 0; */
  width: 1.5rem;
}

.recruit__link--entry span::before {
  background-image: url(../images/common/entry-button.png);
  transition: background-image 0.3s;
}

.recruit__link--entry:hover span::before {
  background-image: url(../images/common/recruit-button.png);
}

.recruit__link--intern span::before {
  right: -20%;
}

.recruit__background {
  overflow: clip;
  position: relative;
}

.recruit__background::before {
  background: linear-gradient(90deg, #ffc88b, #ffdca6);
  content: "";
  height: 1.6875rem;
  min-height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  transform: rotate(45deg);
  width: 10.625rem;
}

.recruit__background::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  background: linear-gradient(
    260deg,
    rgb(128, 240, 246) 0%,
    rgba(33, 80, 244, 0.5) 33.7%,
    rgb(128, 240, 246) 58.3%,
    rgb(121, 210, 229) 100%
  );
  bottom: 25px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  content: "";
  height: 2.963125rem;
  position: absolute;
  right: -102px;
  transform: rotate(-45deg);
  width: 18.705rem;
}

.se-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  padding: 1.5rem 1.5rem 1.125rem 1.5rem;
}

.se-card__wrap {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.se-card__image {
  height: 3rem;
  width: 3rem;
}

.se-card__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.6;
}

.se-card__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 0.5625rem;
}

body {
  background-color: #f4f4f4;
}

/*セクションタイトル*/

.section-title {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section-title__en {
  color: #ffffff;
  font-family: "Jost", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.275;
  text-transform: capitalize;
}

.section-title__jp {
  background-color: #000438;
  color: #ffffff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.6;
  margin-top: -0.75rem;
  padding: 0 0.5rem;
}

.section-sub-title {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.6;
  padding-left: 1.4375rem;
  position: relative;
}

.section-sub-title::before {
  background: linear-gradient(to bottom, #2d69aa, #2150f4, #80f0f6, #79d2e5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
}

.section-sub-title--orange::before {
  background: linear-gradient(to bottom, #ffc88b, #fffbc7);
}

.system__top-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 1.5rem;
}

.system__enviroment {
  margin-top: 2.5rem;
}

.system__enviroment-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.6875rem;
}

.system__work-balance {
  margin-top: 1.5rem;
}

.work {
  position: relative;
}

.work::before {
  content: "";
  position: absolute;
  top: -78%;
  left: 24%;
  transform: translateX(-50%);
  background: url(../images/common/works-bg_sp.webp) no-repeat center center /
    cover;
  width: 76rem;
  height: 341rem;
  z-index: -1;
}

.work-date {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.system__balance-area {
  margin-top: 3.1875rem;
}

.system__workdate {
  margin-top: 3.1875rem;
}

.system__work-date {
  margin-top: 1.5rem;
}

.vision__inner.inner {
  position: relative;
  z-index: 30;
}

.vision__top-message {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 2.5rem;
  position: relative;
  text-align: center;
  z-index: 50;
}

.vision__logo {
  height: 9.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  width: 9.875rem;
}

.vision__logo img {
  height: 100%;
  width: 100%;
}

.vision__text-area {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 2.3125rem;
}

.layout-vision {
  overflow-x: clip;
  position: relative;
}

.section-title__en--vision {
  transform: translate(-45%, 20%);
}

.career__section-title {
  min-height: 7.625rem;
  position: relative;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .career__section-title {
    padding-right: 0;
  }
}

.layout-career {
  padding-top: 4rem;
}

.career__inner {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .career__inner {
    padding-right: 1.5625rem;
  }
}

.section-title__en--work {
  position: absolute;
  top: 53%;
  transform: rotate(45deg);
  right: -1.75rem;
  left: initial;
  z-index: -1;
}

.vision-white-bg {
  height: 20rem;
  margin-left: -35%;
  margin-top: -15.3125rem;
  top: 7rem;
  position: relative;
  transform: rotate(-45deg);
  width: 200%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .vision-white-bg {
    height: 45rem;
    margin-left: -50%;
    margin-top: -15.3125rem;
    top: 0;
  }
}

.vision-white-bg img {
  height: 100%;
  width: 200%;
}

.vision-bg-light-blue {
  height: 25rem;
  margin-left: -50%;
}

.work-balance {
  display: grid;
  grid-template-rows: 1fr;
}

.work-balance__card + .work-balance__card {
  margin-top: 1.1875rem;
}

.balance-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 1.5rem 2rem 1.6875rem;
}

.balance-card__image {
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.5rem;
}

.balance-card__title {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.7777777778;
  margin-top: 0.5rem;
  text-align: center;
}

.balance-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  margin-top: 1rem;
}

.balance-card__list li {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.6875rem;
  letter-spacing: 0.048em;
  line-height: 1.75;
}

.balance-card li::before {
  color: #2150f4;
  content: "●";
  display: inline-block;
  font-size: 0.625rem;
}

.date-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 1.5rem 3.5rem 1.5rem 3.8125rem;
  text-align: center;
}

.date-card__label {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.7777777778;
}

.date-card__img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 13.1875rem;
}

.date-card__img--gender {
  margin-top: 1rem;
  height: auto;
  width: 9.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.date-card__img.date-card__img--gender img {
  aspect-ratio: 120/120;
  object-fit: cover;
  height: 100%;
}

.date-card__img--icon {
  margin-left: auto;
  margin-right: auto;
  width: 7.5rem;
}

.date-card__img.date-card__img--icon img {
  -o-object-fit: cover;
  aspect-ratio: 120/120;
  height: 100%;
  object-fit: cover;
}

.date-card__img img {
  -o-object-fit: contain;
  aspect-ratio: 211/120;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.date-card__value {
  font-family: "Jost", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.4464285714;
  margin-top: 2rem;
}

.date-card__value span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.875;
}

/*gender-ratio*/

.gender-ratio__labels {
  display: flex;
  gap: 2.125rem;
  justify-content: center;
}

.gender-ratio__label {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.7777777778;
}

.gender-ratio__number {
  font-family: "Jost", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.gender-ratio__number span {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.7777777778;
}

.gender-ratio__colon {
  font-family: "Jost", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.625;
}

.work__cards {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  margin-top: 1.6875rem;
}

.work__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 2;
  margin-top: 1.5rem;
}

.work__suctomer-service {
  margin-top: 2.5625rem;
}

.work__systemengineering {
  margin-top: 2.5rem;
}

.mv::after {
  content: "";
  position: absolute;
  top: -11%;
  left: 36%;
  transform: translateX(-50%);
  width: 59.0625rem;
  height: 130.25rem;
  background: url(../images/common/fv-bg_sp.webp) no-repeat center center /
    cover;
  z-index: -1;
}

.company__bg {
  width: 60.5rem;
  height: 149.75rem;
  background: url(../images/common/company-bg_sp.webp) no-repeat center center /
    cover;
  position: absolute;
  top: -10%;
  left: 71%;
  transform: translateX(-50%);
  z-index: -2;
}

.career__section-title .section-title__jp {
  margin-top: auto;
}

.end__bg {
  position: relative;
}

.end__bg::before {
  content: "";
  position: absolute;
  bottom: 8.875rem;
  left: 72%;
  transform: translateX(-50%);
  width: 68.625rem;
  height: 277.3124rem;
  background: url(../images/common/end-bg_sp.webp) no-repeat center center /
    cover;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.6vw;
  }

  .layout-company {
    margin-top: 11rem;
  }

  .layout-system {
    margin-top: 4.875rem;
  }

  .layout-vision {
    margin-top: 8.3125rem;
  }

  .career__text {
    margin-top: 4.5rem;
    padding-right: 0;
  }

  .career__container {
    row-gap: 6.25rem;
  }

  .career__scroll-img {
    display: none;
  }

  .career__scroll-img-cs {
    display: none;
  }

  .career__step-text {
    white-space: normal;
    white-space: initial;
  }

  .company__section-sub-title {
    margin-top: 4.375rem;
  }

  .company__text {
    margin-top: 2.25rem;
  }

  .company__top-box {
    gap: 6.5rem;
    margin-top: 2.625rem;
  }

  .company__box {
    padding: 3.3125rem 2.5rem 2.875rem 2.5rem;
  }

  .company__box-text {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .company__top-box {
    flex-wrap: nowrap;
  }

  .company-field {
    padding: 1.75rem 2.5rem;
  }

  .company-field__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    padding: 0.5rem;
  }

  .company-field__grid {
    grid-template-columns: 1fr 1fr;
  }

  .company-field__item + .company-field__item {
    border-top: none;
  }

  .company-field__item:first-child {
    border-bottom: 1px dashed #8ba6f7;
    border-right: 1px dashed #8ba6f7;
    padding-bottom: 1.375rem;
    padding-right: 2.5rem;
  }

  .company-field__item:nth-child(2) {
    border-bottom: 1px dashed #8ba6f7;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-top: 0;
  }

  .company-field__item:last-child {
    border-right: 1px dashed #8ba6f7;
    padding-right: 2.5rem;
  }

  .company-field__item--financial:nth-child(2) {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .company-field__item--finance:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .company-field__item--human:nth-child(3) {
    border-right: 1px dashed #8ba6f7;
    padding-bottom: 0;
    padding-right: 2.5rem;
  }

  .company-field__item--cloud:last-child {
    border-right: none;
    padding-left: 2.5rem;
    padding-right: 0;
    padding-top: 1.5rem;
  }

  .company-field__icon {
    height: 3.5rem;
    width: 3.5rem;
  }

  .company-field__content {
    margin-top: 0.75rem;
  }

  .company-field__heading {
    font-size: 1.25rem;
    line-height: 1.9;
  }

  .financial__public-field {
    margin-top: 2rem;
  }

  .company-white-bg {
    display: none;
  }

  .bright-blue-stripe-work {
    height: 38rem;
    margin-left: -41%;
    margin-top: 26.6875rem;
  }

  .header__drawer-menu {
    display: none;
  }

  .footer {
    padding: 2.34375rem 0 2.28125rem;
    position: relative;
  }

  /* .layout-career {
    margin-top: 4.125rem;
  } */

  .end__bg {
    position: relative;
  }

  .end__bg::before {
    content: "";
    position: absolute;
    bottom: -35.0625rem;
    left: 44.5%;
    transform: translateX(-50%);
    width: 150.25rem;
    height: 221.0625rem;
    background: url(../images/common/footer-bg.webp) no-repeat center center /
      cover;
    z-index: -2;
  }

  .footer__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
  }

  .footer__logo-link {
    max-width: 12.75rem;
  }

  .footer__copyright small {
    font-size: 1rem;
  }

  .growth-card {
    align-items: center;
    gap: 2.5rem;
    grid-template-areas: "image content";
    grid-template-columns: auto 1fr;
    padding: 2.5rem 4rem 2.6875rem 2.5rem;
  }

  .growth-card__image {
    width: 5.5rem;
  }

  .growth-card__content {
    display: flex;
    flex-direction: column;
    grid-area: content;
    justify-content: center;
  }

  .growth-card__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }

  .growth-card__text {
    margin-top: 1.5rem;
  }

  .header__logo {
    max-width: 12.75rem;
    width: 100%;
  }

  .header__logo img {
    height: 5rem;
    width: 12.75rem;
  }

  .inner {
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .message__inner.inner {
    max-width: 1170px;
  }

  .message__container {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    grid-template-areas: "img1 text" "img2 text" "img3 text";
    grid-template-columns: auto 56.7%;
    margin-top: -4.875rem;
  }

  .message__img--1 {
    margin-left: 0;
    max-width: 26.25rem;
    width: 100%;
  }

  .message__img--1 img {
    aspect-ratio: 420/380;
  }

  .message__img--2 {
    margin-left: 0;
    margin-left: 45%;
    margin-top: 5.5rem;
    width: 55%;
  }

  .message__img--2 img {
    aspect-ratio: 232/200;
  }

  .message__img--3 {
    margin-left: 0;
    margin-left: 3.6875rem;
    margin-top: 4.0625rem;
    max-width: 10.5rem;
    padding-top: 0;
  }

  .message__img--3 img {
    aspect-ratio: 168/120;
  }

  .message__img--2 {
    grid-area: img2;
  }

  .message__img--3 {
    grid-area: img3;
  }

  .message__text {
    gap: 3.125rem;
    margin-top: 0;
    position: relative;
    top: 20%;
  }

  .message__text-content {
    font-size: 1.125rem;
    line-height: 2.6666666667;
  }

  .message__image-bottom {
    display: contents;
  }

  .mv::after {
    content: "";
    position: absolute;
    top: -19%;
    left: 54%;
    transform: translateX(-50%);
    width: 118.375rem;
    height: 108.75rem;
    background: url(../images/common/fv-img.webp) no-repeat center center /
      cover;
    z-index: -1;
  }

  .mv__title-wrap {
    margin-left: -32.5625rem;
    margin-top: 11.75rem;
  }

  .mv__title {
    line-height: 1.1354166667;
  }

  .mv__title--bottom {
    padding-left: 21rem;
  }

  .mv__title span {
    padding-left: 13.75rem;
  }

  .section-title--name {
    font-size: 7.5rem;
    right: -2rem;
    transform: rotate(45deg);
    top: 4rem;
  }

  .mv__inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
    position: relative;
  }

  /*
  .mv__inner::before {
    content: "";
    position: absolute;
    top: 41%;
    left: 63%;
    transform: translateX(-50%);
    width: 111.25rem;
    height: 33.0625rem;
    background: url(../images/common/fv-line-white.webp) no-repeat center center / cover;
    z-index: -1;
  } */

  .bg-orange-carousel-wrap {
    height: 22.5rem;
    margin-top: -9.3125rem;
    max-width: 100rem;
    margin-inline: auto;
  }

  .bg-blue-stripe {
    height: 22.5rem;
    opacity: 0;
  }

  .bg-blue-stripe img {
    height: 22.5rem;
    margin-top: 1.4375rem;
  }

  .bg-carousel-wrap {
    margin-top: -7.9375rem;
  }

  .bg-white-carousel {
    height: 3rem;
    top: 19px;
  }

  .bg-carousel-wrap::after {
    bottom: -29px;
    height: 0.5rem;
    margin-left: 63%;
    display: block;
  }

  .light-blue-stripe {
    height: 24.625rem;
    margin-left: -44%;
    margin-top: -1.3125rem;
  }

  .bright-blue-stripe {
    height: 38rem;
    margin-left: -41%;
    margin-left: -49%;

    margin-top: 26.6875rem;
    margin-top: 33.4875rem;
    transform: rotate(135deg);
  }

  .gradation-blue-stripe {
    height: 24.625rem;
    margin-left: -44%;
    margin-top: 93.6875rem;
    transform: rotate(45deg);
  }

  .news-banner__content-item {
    font-size: 1.5rem;
    line-height: 2.4583333333;
    padding-right: 0.875rem;
  }

  .bg-mv-woman {
    height: 62.25rem;
    max-width: 30rem;
    right: 42%;
    /* top: 8vh; */
    transform: rotate(45deg) translateY(-53%);
  }

  .bg-mv-woman img {
    aspect-ratio: 480/964;
  }

  .recruit__links {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 8.4375rem;
  }

  .recruit__link {
    color: #ffffff;
    /* font-size: 4rem; */
    font-size: 3rem;
    height: 15.1875rem;
    /* line-height: 0.390625; */
    line-height: 1;
    padding: 4.8125rem 14.3125rem 5.0625rem 12.375rem;
    position: relative;
    width: 50%;
    z-index: 10;
  }

  .recruit__link--entry {
    position: relative;
    color: #ffffff;
    font-size: 4rem;
    line-height: 0.390625;
    width: 50%;
    height: 15.1875rem;
    padding: 4.8125rem 14.3125rem 5.0625rem 12.375rem;
    z-index: 10;
  }

  .recruit__link span::before {
    height: 2.5rem;
    right: -50%;
    top: 50%;
    translate: 0 -50%;
    transform: translateX(-50%);
    width: 2.5rem;
  }

  
  .recruit__link--intern span::before {
    right: -35%;
  }

  .se-card {
    padding: 2.5rem 2rem 2.125rem 2rem;
  }

  .se-card__image {
    height: 5rem;
    width: 5rem;
  }

  .se-card__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }

  .se-card__text {
    margin-top: 1.3125rem;
  }

  .section-title__en {
    font-size: 12.5rem;
  }

  .section-title__jp {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: -5rem;
    padding: 0.5rem;
  }

  .career2__section-title .section-title__en {
    position: relative;
    top: 5rem;
    z-index: 1;
  }

  .career2__section-title .section-title__jp {
    z-index: 100;
  }

  .section-sub-title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .section-sub-title::before {
    height: 100%;
    width: 0.4375rem;
  }

  .system__top-text {
    margin-top: 2.5rem;
  }

  .system__enviroment {
    margin-top: 3.0625rem;
  }

  .system__enviroment-container {
    gap: 1.6875rem;
    margin-top: 3.1875rem;
  }

  .system__work-balance {
    margin-top: 2.5rem;
  }

  .work-date {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .system__balance-area {
    margin-top: 6.25rem;
    margin-bottom: 8rem;
  }

  .system__work-date {
    margin-top: 3.25rem;
  }

  .vision__inner.inner {
    margin-top: -13.9375rem;
    max-width: 844px;
  }

  .vision__top-message {
    font-size: 2.5rem;
    letter-spacing: 0.048em;
    margin-top: 4.0625rem;
    text-align: left;
  }

  .vision__logo {
    height: 11.75rem;
    margin-top: 3.5rem;
    width: 11.75rem;
  }

  .vision__text-area {
    margin-top: 4rem;
  }

  .work-balance {
    grid-template-columns: repeat(3, 1fr);
  }

  .work-balance__card + .work-balance__card {
    margin-left: 1.25rem;
    margin-top: 0;
  }

  .balance-card {
    padding: 2.5rem 2rem 2.6875rem;
  }

  .balance-card__image {
    height: 5rem;
    width: 5rem;
  }

  .balance-card__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    margin-top: 1rem;
  }

  .balance-card__list {
    margin-top: 1.5rem;
  }

  .date-card {
    padding: 2.53125rem 2.75rem 1.53125rem;
    width: 20rem;
  }

  .date-card__label {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .date-card__img {
    max-width: 12.5rem;
  }

  .date-card__img--icon {
    width: 10.5rem;
  }

  .date-card__img.date-card__img--icon img {
    aspect-ratio: 168/168;
  }

  .date-card__img img {
    aspect-ratio: 200/168;
  }

  .date-card--gender {
    padding: 2.84375rem 1.5rem 2.09375rem 2.5rem;
  }

  .date-card__img--gender {
    max-width: 16rem;
    width: 100%;
  }

  .date-card__img.date-card__img--gender img {
    aspect-ratio: 256/168;
  }

  .date-card__value {
    font-size: 4rem;
    line-height: 0.390625;
    margin-top: 2rem;
  }

  .date-card__value span {
    font-size: 1.75rem;
    line-height: 1.6071428571;
  }

  .gender-ratio__number {
    font-size: 4rem;
  }

  .gender-ratio__number span {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .gender-ratio__colon {
    font-size: 3rem;
    line-height: 0.5208333333;
  }

  .work__cards {
    gap: 1.6875rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.1875rem;
  }

  .work__text {
    margin-top: 2.5rem;
  }

  .work__suctomer-service {
    margin-top: 6.0625rem;
  }

  .work__systemengineering {
    margin-top: 4.5rem;
  }

  .work {
    position: relative;
  }

  .work::before {
    content: "";
    position: absolute;
    top: -140%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/common/works-bg.webp) no-repeat center center /
      cover;
    width: 157.5rem;
    height: 361.1875rem;
    z-index: -1;
  }

  .career__section-title {
    min-height: 15.9375rem;
    position: relative;
  }

  .section-title__en--work {
    position: absolute;
    top: 42%;
    transform: rotate(45deg);
    right: -1.125rem;
    left: initial;
  }

  .layout-work {
    padding-top: 3.75rem;
  }

  .vision__section-title {
    position: relative;
    top: -2rem;
    left: 0rem;
  }

  .company__bg {
    height: 184rem;
    width: 150.25rem;
    background: url(../images/common/company-bg.webp) no-repeat center center /
      cover;
    position: absolute;
    top: -41%;
    left: 45%;
    transform: translateX(-50%);
    z-index: -2;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .career__step-table {
    display: block;
    overflow-x: scroll;
  }

  .career__scroll-contents {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
