@charset "UTF-8";

.p-business {
  padding-bottom: 20px;
}
@media screen and (min-width:1024px) {
  .p-business {
    padding-bottom: 110px;
  }
}

.p-about {
  padding-bottom: 60px;
}
@media screen and (min-width:1024px) {
  .p-about {
    padding-bottom: 80px;
  }
}

.p-about__title-en {
  width: 125.68px;
  height: 27.58px;
}

.p-about__title-ja {
  margin-top: clamp(16px, 1.8427734375vw, 18.87px);
  width: 116.19px;
  height: 15.91px;
}



.p-about__text-main {
  margin-top: clamp(40px, 5.04296875vw, 51.64px);
  color: #eff0ef;
  font-size: clamp(16px, 2.34375vw, 24px);
  line-height: 1.625;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-about__text {
  margin-top: clamp(30px, 3.3203125vw, 34px);
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.8125;
  letter-spacing: 1.28px;
  font-weight: 700;
  max-width: 937px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__text {
    margin-inline: 0;
    padding-right: 20px;
    max-width: 957px;
  }
}

.p-about__items {
  margin-top: 81.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  justify-self: center;
}
@media screen and (min-width:768px) {
  .p-about__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 2.8389458272vw, 38.78px);
  }
}
@media screen and (min-width:1024px) {
  .p-about__items {
    justify-self: start;
  }
}

.p-about__item {
  max-width: 400px;
}
@media screen and (min-width:768px) {
  .p-about__item {
    max-width: clamp(220px, 20.8879941435vw, 285.33px);
  }
}

.p-about__item-img {
  width: min(100%, 400px);
  aspect-ratio: 285.33/236.11;
  height: auto;
  position: relative;
}
.p-about__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 10px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-about__item-img {
    width: clamp(218px, 20.8879941435vw, 285.33px);
    height: clamp(180.3945606841px, 17.28477306vw, 236.11px);
  }
}
.p-about__item-img img {
  border-radius: 10px;
}

.p-about__item-title {
  margin-top: 20px;
  color: #eff0ef;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-align: center;
}

.p-about__item-text {
  margin-top: 19px;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.4375;
  letter-spacing: 1.12px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-about__item-text {
    max-width: clamp(218px, 20.8879941435vw, 285.33px);
  }
}

.p-business__section {
  padding-block: 80px;
  position: relative;
}
.p-business__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
}
@media screen and (min-width:1024px) {
  .p-business__section {
    padding-block: 100px;
  }
}

.p-light__title-en {
  width: 232.36px;
  height: 38.15px;
}

.p-light__title-ja {
  margin-top: 9.92px;
  width: 84.1px;
  height: 16.17px;
}

.p-business__text-main {
  margin-top: clamp(40px, 5.859375vw, 60px);
  color: #eff0ef;
  font-size: clamp(16px, 2.1484375vw, 22px);
  line-height: 1.5;
  letter-spacing: 2.2px;
  font-weight: 700;
}

.p-business__text {
  margin-top: clamp(32px, 3.80859375vw, 39px);
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 1.12px;
  font-weight: 700;
  max-width: 934px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-business__text {
    margin-inline: 0;
    padding-right: 20px;
    max-width: 954px;
  }
}

.p-business__wrap {
  margin-top: 80.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:1024px) {
  .p-business__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 3.6603221083vw, 50px);
  }
}

.p-business__section-img {
  width: min(100%, 400px);
  aspect-ratio: 387/321;
  height: auto;
  -webkit-box-shadow: 0px 10px 16px #000000;
          box-shadow: 0px 10px 16px #000000;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-business__section-img {
    margin-inline: 0;
    width: clamp(300px, 28.3308931186vw, 387px);
    height: clamp(248.8372093023px, 23.4992679356vw, 321px);
  }
}
.p-business__section-img img {
  border-radius: 10px;
}

.p-business__table-wrap {
  width: 100%;
  max-width: 421px;
  overflow-x: auto;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-business__table-wrap {
    margin-inline: 0;
    max-width: 501px;
  }
}

.p-business__table {
  width: 420px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width:1024px) {
  .p-business__table {
    width: min(36.6764275256vw, 501px);
  }
}

.p-business__table-row {
  padding-block: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:1200px) {
  .p-business__table-row {
    grid-template-columns: 128px 1fr;
  }
}
.p-business__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}

.p-business__table-title {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-business__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.p-business__table-text::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  background: url("../images/table-line.svg") center/cover  repeat;
}
@media screen and (min-width:1200px) {
  .p-business__table-text {
    padding-left: 40px;
  }
}

.p-general__title-en {
  width: 286.76px;
  height: 36.4px;
}

.p-general__title-ja {
  margin-top: 9.92px;
  width: 163.76px;
  height: 18.02px;
}


@media screen and (min-width:1024px) {
  .p-company .c-content {
    padding-right: 20px;
  }
}
@media screen and (min-width:1367px) {
  .p-company .c-content {
    padding-right: 0;
  }
}

.p-company__top-text {
  margin-bottom: clamp(60px, 10.7421875vw, 110px);
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.8125;
  letter-spacing: 1.28px;
  font-weight: 700;
  max-width: 937px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-company__top-text {
    margin-inline: 0;
    padding-right: 20px;
    max-width: 957px;
  }
}

.p-company-s__title-en {
  width: 199.8px;
  height: 35.59px;
}

.p-company-s__title-ja {
  margin-top: 10.5px;
  width: 63.56px;
  height: 14.37px;
}

.p-company__table-wrap {
  margin-top: 59px;
  width: 100%;
  max-width: 937px;
  overflow-x: auto;
}

.p-company__table {
  width: 524px;
  border-top: 1px solid #d8d8d8;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-company__table {
    width: min(68.5944363104vw, 937px);
    margin-inline: 0;
  }
}

.p-company__table-row {
  padding-block: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
@media screen and (min-width:1024px) {
  .p-company__table-row {
    grid-template-columns: 158px 1fr;
  }
}

.p-company__table-title {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-company__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.p-company__table-text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: url("../images/table-line.svg") center/cover  repeat;
}
@media screen and (min-width:1024px) {
  .p-company__table-text {
    padding-left: 50px;
  }
}




.p-office__title-en {
  width: 231.28px;
  height: 37.17px;
}

.p-office__title-ja {
  margin-top: 10.98px;
  width: 134.32px;
  height: 16.08px;
}

.p-office__map-wrap {
  margin-top: 50px;
}

.p-map {
  max-width: 938px;
}
.p-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  min-height: 300px;
}
@media screen and (min-width:768px) {
  .p-map {
    aspect-ratio: 938/371;
  }
}

.p-office_wrap {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  justify-self: center;
}
@media screen and (min-width:1024px) {
  .p-office_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-self: start;
    max-width: 937px;
    gap: clamp(20px, 3.6603221083vw, 50px);
  }
}

.p-office__img {
  aspect-ratio: 387/321;
  -webkit-box-shadow: 0px 10px 16px #000000;
          box-shadow: 0px 10px 16px #000000;
  width: clamp(300px, 28.3308931186vw, 387px);
  height: clamp(248.8372093023px, 23.4992679356vw, 321px);
  margin-inline: auto;
}
.p-office__img img {
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-office__img {
    margin-inline: 0;
  }
}

.p-office__table-wrap {
  width: 100%;
  max-width: 500px;
  overflow-x: auto;
}

.p-office__table {
  width: 355px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width:1024px) {
  .p-office__table {
    width: min(36.6764275256vw, 500px);
  }
}

.p-office__table-row {
  padding-block: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:1200px) {
  .p-office__table-row {
    grid-template-columns: 128px 1fr;
  }
}
.p-office__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}

.p-office__table-title {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-office__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.p-office__table-text::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  background: url("../images/table-line.svg") center/cover  repeat;
}
@media screen and (min-width:1200px) {
  .p-office__table-text {
    padding-left: 40px;
  }
}

.p-message__title-en {
  width: 188.16px;
  height: 34.51px;
}

.p-message__title-ja {
  margin-top: 10.04px;
  width: 67.52px;
  height: 16.01px;
}


.p-message__wrap {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1024px) {
  .p-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-message__wrap {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  justify-self: center;
}
@media screen and (min-width:1024px) {
  .p-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 5.8565153734vw, 80px);
    justify-self: start;
  }
}

.p-message__img {
  width: min(100%, 400px);
  aspect-ratio: 288/334;
  height: auto;
  -webkit-box-shadow: 0px 10px 16px #000000;
          box-shadow: 0px 10px 16px #000000;
  width: clamp(300px, 21.0834553441vw, 288px);
  height: clamp(347.9166666667px, 24.4509516837vw, 334px);
  margin-inline: auto;
}
.p-message__img img {
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-message__img {
    margin-inline: 0;
  }
}

.p-message__content-title {
  font-size: clamp(20px, 2.34375vw, 24px);
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-message__content-title::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 1px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#807F7F)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, #807F7F 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-message__content-title + .p-message__content-title {
  margin-top: 18px;
}

.p-message__texts {
  margin-top: 39px;
  max-width: 571px;
}

.p-message__text {
  font-size: 14px;
  line-height: 1.4375;
  letter-spacing: 1.12px;
  font-weight: 700;
}
.p-message__text + .p-message__text {
  margin-top: 35px;
}

.p-message__name {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 600;
  text-align: right;
}

.p-history__title-en {
  width: 152.49px;
  height: 38.22px;
}

.p-history__title-ja {
  margin-top: 9.06px;
  width: 32.78px;
  height: 16px;
}

.p-history__items {
  margin-top: 64.82px;
  padding-left: 30px;
  position: relative;
}

.p-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-history__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 6.2225475842vw, 85px);
  }
}
.p-history__item + .p-history__item {
  margin-top: 68px;
}

.history-connecting-line {
  background: url("../images/history-line.svg") center/cover no-repeat;
  opacity: 0.9;
  width: 1px;
  z-index: 0;
}

.p-history__item-num {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 25px;
  line-height: 1.44;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.p-history__item-num::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background: url("../images/history-circle.svg") center/contain no-repeat;
}

.p-history__item-box {
  position: relative;
  padding-block: 36px 34px;
  padding-inline: 35px 31px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  z-index: 1;
}
.p-history__item-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0.15;
}

.p-history__item-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.p-history__item-text {
  margin-top: 19px;
  max-width: 673px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  font-weight: 500;
}


.p-recruit__top {
  padding-bottom: 80px;
}
@media screen and (min-width:1024px) {
  .p-recruit__top {
    padding-bottom: 142px;
  }
}


.p-recruit__top-title {
  font-size: clamp(19px, 2.34375vw, 24px);
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-recruit__top-title::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 1px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#807f7f)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, #807f7f 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.p-recruit__top-title + .p-recruit__top-title {
  margin-top: 18px;
}

.p-recruit__top-texts {
  margin-top: 50px;
  max-width: 938px;
}

.p-recruit__top-text {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.75;
  letter-spacing: 1.28px;
  font-weight: 700;
}
.p-recruit__top-text + .p-recruit__top-text {
  margin-top: 30px;
}

.p-flow__steps {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .p-flow__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 678px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1302px) {
  .p-flow__steps {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-flow__step {
  width: 200px;
  padding-block: 55px 52px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
.p-flow__step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.15;
}
.p-flow__step:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 46%;
  top: -24px;
  translate: 0 -50%;
  width: 15px;
  height: 14px;
  background: url("../images/flow-arrow") center/contain no-repeat;
  rotate: 90deg;
}
@media screen and (min-width:600px) {
  .p-flow__step:not(:first-of-type)::before {
    left: -31px;
    top: 50%;
    translate: 0 -50%;
    rotate: 0deg;
  }
}

.p-flow__step-num {
  position: absolute;
  top: 7px;
  left: 0;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.p-flow__step-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 2px;
  font-weight: 700;
}

.p-flow__step-text {
  text-align: center;
  padding-inline: 30px;
  margin-top: 21px;
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0.65px;
  font-weight: 500;
}

.p-flow__text {
  margin-top: 53px;
  max-width: 937px;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.75;
  letter-spacing: 1.28px;
  font-weight: 700;
}

.p-business__contents {
  margin-top: 50px;
}

.p-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 501px;
  justify-self: center;
}
@media screen and (min-width:768px) {
  .p-business__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 3.6603221083vw, 50px);
    max-width: none;
    justify-self: start;
  }
}
.p-business__content + .p-business__content {
  margin-top: 50px;
}

.p-business__content-img {
  width: min(100%, 400px);
  aspect-ratio: 386.59/319.91;
  height: auto;
  position: relative;
}
.p-business__content-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 10px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-business__content-img {
    width: clamp(72px, 28.3008784773vw, 386.59px);
    height: clamp(59.5812618019px, 23.4194729136vw, 319.91px);
  }
}
.p-business__content-img img {
  border-radius: 10px;
}

.p-business__content-texts {
  max-width: 501px;
}

.p-business__content-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2.2px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-business__content-title {
    font-size: 22px;
  }
}

.p-business__content-text {
  margin-top: 39px;
  max-width: 501px;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 1.12px;
  font-weight: 700;
}

.p-staff__cards {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .p-staff__cards {
    gap: 60px 36px;
  }
}
@media screen and (min-width:1024px) {
  .p-staff__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width:1200px) {
  .p-staff__cards {
    gap: 60px 42px;
  }
}

.p-staff__card {
  max-width: clamp(150px, 20.8982430454vw, 285.47px);
}

.p-staff__card-img {
  width: clamp(150px, 20.8982430454vw, 285.47px);
  height: clamp(186.8129750937px, 26.0270863836vw, 355.53px);
}
.p-staff__card-img img {
  border-radius: 10px;
}


.p-staff__card-name {
  margin-top: 15.6px;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  font-weight: 600;
}

.p-staff__card-text {
  margin-top: 15.6px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 1.12px;
  font-weight: 500;
}

.p-recruit__table-wrap {
  margin-top: 67px;
  width: 100%;
  max-width: 937px;
  overflow-x: auto;
}

.p-recruit__table {
  width: 712px;
  border-top: 1px solid #d8d8d8;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-recruit__table {
    margin-inline: 0;
  }
}
@media screen and (min-width:1200px) {
  .p-recruit__table {
    width: min(68.5944363104vw, 937px);
  }
}

.p-recruit__table-row {
  padding-block: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
@media screen and (min-width:1200px) {
  .p-recruit__table-row {
    grid-template-columns: 158px 1fr;
  }
}

.p-recruit__table-title {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-recruit__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.p-recruit__table-text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: url("../images/table-line.svg") center/cover repeat;
}
@media screen and (min-width:1200px) {
  .p-recruit__table-text {
    padding-left: 50px;
  }
}

.p-flow__title img,
.p-business__title img,
.p-staff__title img,
.p-recruit__title img {
  max-height: 100%;
}


.p-flow__title-en {
  width: 94.92px;
  aspect-ratio: 95/28;
}

.p-flow__title-ja {
  margin-top: 18.8px;
  width: 84.29px;
  aspect-ratio: 84/16;
}

.p-business__title-en {
  width: 189.49px;
  aspect-ratio: 189/29;
}

.p-business__title-ja {
  margin-top: 18.8px;
  width: 67.13px;
  aspect-ratio: 67/16;
}

.p-staff__title-en {
  width: 107.03px;
  aspect-ratio: 107/29;
}

.p-staff__title-ja {
  margin-top: 18.8px;
  width: 100.39px;
  aspect-ratio: 100/16;
}

.p-recruit__title-en {
  width: 150.78px;
  aspect-ratio: 151/29;
}

.p-recruit__title-ja {
  margin-top: 18.8px;
  width: 71.21px;
  aspect-ratio: 71/17;
}