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

html,
body {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.mv {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 462px;
  margin: 0 auto;
  overflow: visible;
}

.mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv__content {
  position: absolute;
  top: 146px;
  left: 141px;
  z-index: 1;
  width: 384px;
}

.mv__logo {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 161px;
  height: 59px;
  z-index: 1;
}

.mv__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__panel {
  display: none;
}

.mv__title {
  margin: 0 0 27px 0;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}

.mv__lead {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.about {
  padding: 60px 16px 70px;
}

.about__inner {
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.about__lead {
  margin: 0 0 27px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.about__title {
  margin: 0 0 50px;
  font-size: 48px;
  line-height: 26px;
  font-weight: 700;
  color: #eb8428;
}

.about__text {
  font-size: 16px;
  line-height: 26px;
}

.about__text p {
  margin: 0 0 10px;
}

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

.philosophi {
  padding: 80px 0 120px;
  background: #fff;
}

.philosophi__heading {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
}

.philosophi__heading-en {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #eb8428;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.philosophi__heading-ja {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #f5c193;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.philosophi__canvas {
  position: relative;
  width: 1000px;
  height: 1300px;
  margin: -46px auto 0;
}

.philosophi__img {
  position: absolute;
  object-fit: cover;
}

.philosophi__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.philosophi__img--top {
  top: 96px;
  left: 0;
  width: 1000px;
  height: 262px;
}

.philosophi__img--middle {
  top: 436px;
  left: 0;
  width: 1000px;
  height: 262px;
}

.philosophi__img--bottom {
  top: 765px;
  left: 0;
  width: 999px;
  height: 504px;
}

.philosophi__bg-word {
  position: absolute;
  font-size: 96px;
  line-height: 53px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Inter", sans-serif;
}

.philosophi__bg-word--top {
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
}

.philosophi__bg-word--middle {
  top: 458px;
  right: 0;
  text-align: right;
}

.philosophi__bg-word--bottom {
  top: 782px;
  left: 50%;
  transform: translateX(-100%);
}

.philosophi__card {
  position: absolute;
  background: #fff;
  color: #000;
}

.philosophi__card--philosophy {
  top: 136px;
  left: 451px;
  width: 525px;
  height: 222px;
  border-radius: 0 111px 0 0;
  padding: 20px 32px 24px 18px;
}

.philosophi__card--theme {
  top: 476px;
  left: 23px;
  width: 525px;
  height: 222px;
  border-radius: 0 111px 0 0;
  padding: 20px 32px 24px 18px;
}

.philosophi__card--norm {
  top: 835px;
  left: 307px;
  width: 669px;
  height: 434px;
 border-radius: 0 111px 0 0;
  padding: 26px 32px 26px 25px;
}

.philosophi__card-title {
  margin: 0;
  font-size: 26px;
  line-height: 53px;
  font-weight: 700;
  color: #eb8428;
}

.philosophi__divider {
  height: 1px;
  background: #eb8428;
  margin: -6px 0 14px;
}

.philosophi__card--philosophy .philosophi__divider {
  width: 106px;
}

.philosophi__card--theme .philosophi__divider {
  width: 128px;
}

.philosophi__card--norm .philosophi__divider {
  width: 104px;
}

.philosophi__card-lead {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #b76924;
}

.philosophi__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.philosophi__norm {
  margin-top: 6px;
}

.philosophi__norm-item {
  margin-bottom: 18px;
}

.philosophi__norm-no {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #eb8428;
  font-family: "Inter", sans-serif;
}

.philosophi__norm-title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #b76924;
}

.philosophi__norm-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.service {
  padding: 70px 0 120px;
  background: #fff9f4;
}

.service__heading {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}

.service__heading-en {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #eb8428;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.service__heading-ja {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #f5c193;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.service__list {
  display: grid;
  gap: 38px;
}

.service__item {
  position: relative;
  width: 1000px;
  height: 388px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}

.service__bg,
.service__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.service__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 52px 56px 40px;
  text-align: center;
}

.service__title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 26px;
  font-weight: 700;
}

.service__subtitle {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.service__item:last-child .service__title {
  margin-bottom: 54px;
}

.service__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service__col-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.service__icon {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
}

.service__col-text {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}

.company {
  padding: 70px 0 120px;
  background: #fff;
}

.company__heading {
  margin: 0 0 80px;
  text-align: center;
  font-weight: 700;
}

.company__heading-en {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #eb8428;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.company__heading-ja {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #f5c193;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.company__table {
  width: 616px;
  margin: 0 auto;
}

.company__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 3px;
  padding: 18px 0;
  border-top: 1px solid #bfbfbf;
}

.company__row:first-child {
  border-top: none;
}

.company__label {
  font-size: 16px;
  line-height: 80px;
  font-weight: 700;
  color: #000;
}

.company__value {
  font-size: 16px;
  line-height: 80px;
  color: #000;
}

.company__row--multi .company__label,
.company__row--multi .company__value {
  line-height: 36px;
}

.company__row--multi .company__value p {
  margin: 0 0 10px;
}

.company__row--multi .company__value p:last-child {
  margin-bottom: 0;
}

.recruit {
  padding: 70px 0 120px;
  background: #fff9f4;
}

.recruit__heading {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}

.recruit__heading-en {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #eb8428;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.recruit__heading-ja {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #f5c193;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.recruit__hero {
  position: relative;
  width: 1000px;
  height: 178px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.recruit__hero-bg,
.recruit__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.recruit__hero-title {
  position: relative;
  z-index: 1;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.recruit__lead {
  margin: 0 0 8px;
  text-align: center;
  color: #eb8428;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.recruit__desc {
  margin: 0 0 40px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 36px;
}

.recruit__cards {
  width: 827px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.recruit__card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 32px 22px;
  text-align: center;
}

.recruit__card-title {
  margin: 0 0 12px;
  color: #b76924;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.recruit__card-body {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}

.recruit__card-body p {
  margin: 0;
}

.recruit__people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.recruit__people span {
  color: #eb8428;
  font-weight: 700;
}

.recruit__flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.recruit__flow-item {
  background: #ffcfa4;
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
  color: #000;
}

.recruit__flow-step {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}

.recruit__flow-item p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 16px;
}

.contact {
  padding: 70px 0 120px;
  background: #fff;
}

.contact__heading {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
}

.contact__heading-en {
  display: block;
  font-size: 28px;
  line-height: 26px;
  color: #eb8428;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.contact__heading-ja {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 26px;
  color: #f5c193;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.contact__form {
  width: 616px;
  margin: 0 auto;
}

.contact__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.contact__label {
  text-align: right;
  font-size: 16px;
  line-height: 36px;
  color: #000;
}

.contact__input,
.contact__textarea {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #cecece;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}

.contact__input {
  height: 34px;
  padding: 0 10px;
}

.contact__textarea {
  height: 231px;
  padding: 8px 10px;
  resize: vertical;
}

.contact__types {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.contact__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  white-space: nowrap;
}

.contact__check input {
  width: 10px;
  height: 10px;
  accent-color: #eb8428;
}

.contact__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.contact__btn {
  min-width: 89px;
  height: 26px;
  border: none;
  border-radius: 7px;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}

.contact__btn--reset {
  background: #afafaf;
  color: #fff;
}

.contact__btn--submit {
  background: #eb8428;
  color: #fff;
}

.footer {
  background: #eb8428;
  color: #fff;
}

.footer__inner {
  width: 1280px;
  height: 174px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.footer__logo {
  width: 160.71px;
  height: 58.45px;
  object-fit: contain;
}

.footer__copy {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .footer__inner {
    width: 100%;
    height: 189px;
    gap: 12px;
  }

  .footer__logo {
    width: 111px;
    height: 36px;
  }
}
.thanks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 16px;
  text-align: center;
}

.thanks__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #eb8428;
}

.thanks__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.thanks__link {
  margin-top: 8px;
  font-size: 16px;
  color: #eb8428;
  text-decoration: none;
}

.thanks__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .company {
    padding: 50px 0 90px;
  }

  .company__heading {
    margin: 0 0 60px;
  }

  .company__table {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .company__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
    text-align: center;
  }

  .company__label,
  .company__value {
    line-height: 26px;
    font-size: 16px;
  }

  .company__row--multi .company__label,
  .company__row--multi .company__value {
    line-height: 36px;
  }

  .company__row--multi .company__value {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .service {
    padding: 47px 0 90px;
  }

  .service__heading {
    margin: 0 0 28px;
  }

  .service__list {
    gap: 64px;
  }

  .service__item {
    width: 95%;
    max-width: none;
    height: 873px;
    margin: 0 auto;
  }

  .service__content {
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service__title {
    font-size: 36px;
    margin: 0 0 8px;
  }

  .service__subtitle {
    margin: 0 0 60px;
    font-size: 20px;
  }

  .service__cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .service__col-title {
    font-size: 18px;
  }

  .service__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 10px;
  }

  .service__col-text {
    font-size: 14px;
    line-height: 17px;
    max-width: 275px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .recruit {
    padding: 68px 0 90px;
  }

  .recruit__heading {
    margin: 0 0 43px;
  }

  .recruit__hero {
    width: 100%;
    height: 113px;
    margin: 0 auto 42px;
  }

  .recruit__hero-title {
    font-size: 18px;
    line-height: 26px;
  }

  .recruit__lead {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 10px;
  }

  .recruit__desc {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 46px;
    padding: 0 16px;
  }

  .recruit__cards {
    width: 398px;
    max-width: 92%;
    gap: 22px;
  }

  .recruit__card {
    padding: 18px 22px 20px;
  }

  .recruit__card-title {
    position: relative;
    margin: 0 0 14px;
  }

  .recruit__card-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #eb8428;
    margin: 6px auto 0;
  }

  .recruit__card--jobs {
    min-height: 169px;
  }

  .recruit__card--people {
    min-height: 410px;
  }

  .recruit__card--benefits {
    min-height: 269px;
  }

  .recruit__card--flow {
    min-height: 408px;
  }

  .recruit__card-body {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
  }

  .recruit__people {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .recruit__flow {
    grid-template-columns: repeat(2, 138px);
    justify-content: center;
    column-gap: 23px;
    row-gap: 18px;
    margin-top: 12px;
  }

  .recruit__flow-item {
    border-radius: 8px;
    padding: 10px 6px 12px;
  }

  .recruit__flow-item:nth-child(1) {
    order: 1;
  }

  .recruit__flow-item:nth-child(2) {
    order: 2;
  }

  .recruit__flow-item:nth-child(3) {
    order: 3;
  }

  .recruit__flow-item:nth-child(4) {
    order: 4;
  }

  .recruit__flow-item:nth-child(5) {
    order: 5;
    grid-column: 1 / 2;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 68px 0 90px;
  }

  .contact__heading {
    margin: 0 0 40px;
  }

  .contact__form {
    width: 100%;
    max-width: 398px;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .contact__row {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 24px;
    align-items: start;
  }

  .contact__label {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
  }

  .contact__check {
    font-size: 16px;
    line-height: 36px;
  }

  .contact__types {
    gap: 8px 18px;
  }

  .contact__actions {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .service__item:nth-child(2) {
    height: 869px;
  }

  .service__item:nth-child(3) {
    height: 849px;
  }

  .service__item:nth-child(4) {
    height: 822px;
  }
}

@media (max-width: 768px) {
  .philosophi {
    padding: 50px 0 90px;
  }

  .philosophi__heading {
    margin: 0 0 40px;
  }

  .philosophi__heading-en {
    font-size: 28px;
    line-height: 26px;
  }

  .philosophi__heading-ja {
    margin-top: 7px;
    font-size: 14px;
    line-height: 26px;
  }

  .philosophi__canvas {
    width: 100%;
    max-width: none;
    height: 1470px;
    margin: 0 auto;
    overflow: hidden;
  }

  .philosophi__img--top {
    top: 0;
    left: 0;
    width: 100%;
    height: 337px;
  }

  .philosophi__img--top img {
    object-position: left top;
  }

  .philosophi__img--middle {
    top: 379px;
    left: 0;
    width: 100%;
    height: 332px;
  }

  .philosophi__img--middle img {
    object-position: right top;
  }

  .philosophi__img--bottom {
    top: 784px;
    left: 0;
    width: 100%;
    height: 598px;
  }

  .philosophi__img--bottom img {
    object-position: left top;
  }

  .philosophi__card--philosophy {
    top: 90px;
    left: 14px;
    width: calc(100% - 28px);
    height: 247px;
    border-radius: 0 111px 0 0;
    padding: 16px 24px 18px 18px;
  }

  .philosophi__card--theme {
    top: 469px;
    left: 14px;
    width: calc(100% - 28px);
    height: 242px;
    border-radius: 0 111px 0 0;
    padding: 16px 24px 18px 18px;
  }

  .philosophi__card--norm {
    top: 865px;
    left: 14px;
    width: calc(100% - 28px);
    height: 518px;
    border-radius: 0 111px 0 0;
    padding: 20px 24px 20px 18px;
  }

  .philosophi__card-title {
    font-size: 26px;
    line-height: 53px;
  }

  .philosophi__card-lead {
    font-size: 18px;
    line-height: 26px;
  }

  .philosophi__card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .philosophi__norm-no {
    font-size: 16px;
    line-height: 26px;
  }

  .philosophi__norm-title {
    font-size: 18px;
    line-height: 26px;
  }

  .philosophi__norm-text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .mv {
    max-width: none;
    height: 370px;
    margin: 0;
  }

  .mv__bg {
    width: 100%;
    height: 198px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }

  .mv__panel {
    position: absolute;
    top: 198px;
    left: 0;
    width: 100%;
    height: 172px;
    background: #eb8428;
    z-index: 0;
    display: block;
  }

  .mv__logo {
    top: 14px;
    left: 20.43px;
    width: 94px;
    height: 34px;
  }

  .mv__content {
    top: 211px;
    left: 24.43px;
    width: 383.57px;
  }

  .mv__title {
    font-size: 24px;
    margin: 0 0 22px 0;
  }

  .mv__lead {
    font-size: 14px;
    line-height: 20px;
  }

  .about {
    padding: 40px 16px 54px;
  }

  .about__inner {
    max-width: 427px;
  }

  .about__lead {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 18px;
  }

  .about__title {
    font-size: 32px;
    line-height: 26px;
    margin: 0 0 40px;
  }

  .about__text {
    font-size: 16px;
    line-height: 26px;
  }
}
