.home-data > .title {
  margin-bottom: 2rem;
}
.home-data > .content {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.home-data-item {
  background-color: var(--color-white);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem calc(var(--margin-side-small) * 2);
}
.home-data-item > .title {
  font-family: var(--font-zenoldmincho);
  font-size: 1.063rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.home-data-item > .data {
  color: var(--color-project-showa);
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.home-data-item > .data > .number {
  font-family: var(--font-poppins);
  font-size: 3.563rem;
  letter-spacing: 0.05em;
  line-height: 0.7;
}
.home-data-item > .data > .unit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.home-data-item > .description {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.home-mission {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home-mission > .text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 3rem;
  position: relative;
  width: 100%;
}
.home-mission > .image {
  height: 73vw;
  margin-top: -10.5rem;
  margin-right: calc(var(--margin-side-small) * -1);
  order: -1;
  width: calc(100% + var(--margin-side-small));
}
.home-mission > .image img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home-infra > .text {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin-left: auto;
  padding: 2.5rem calc(var(--margin-side-small) * 1.5);
  width: 100%;
}
.home-infra > .text > .title {
  margin-bottom: 1.5rem;
}
.home-infra > .text > .title > .ornament {
  color: #87C49F;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-poppins);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.home-infra > .text > .title > .main {
  color: var(--color-project-showa);
  font-family: var(--font-zenoldmincho);
  font-feature-settings: "palt" 1;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-infra-image {
  line-height: 0;
}

.home-business > .title {
  margin-bottom: 1rem;
}
.home-business > .description {
  margin-bottom: 2rem;
}
.home-business > .content {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.home-business-item {
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 1.5rem var(--margin-side-small);
}
.home-business-item > .image {
  border-radius: 5px;
  line-height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.home-business-item > .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.home-business-item > .title > .category {
  color: var(--color-project-showa);
  font-family: var(--font-zenoldmincho);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.home-ict-intro > .title {
  margin-bottom: 1rem;
}
.home-ict-intro > .description {
  margin-bottom: 2rem;
}

.home-ict {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  position: relative;
}
.home-ict > .text > .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.938rem 0.75rem;
  margin-top: 1.5rem;
}
.home-ict > .text > .list > li {
  background-color: #e3eee3;
  color: var(--color-project-showa);
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 0.375rem 1.25rem;
}
.home-ict > .image {
  border-radius: 0 5px 5px 0;
  line-height: 0;
  order: -1;
  overflow: hidden;
  width: 100%;
}

.home-works-intro > .title {
  margin-bottom: 1rem;
}
.home-works-intro > .description {
  margin-bottom: 2rem;
}

.home-works {
  margin-top: 2rem;
  position: relative;
}
.home-works > .content {
  margin-right: calc(var(--margin-side-small) * -1);
  margin-left: calc(var(--margin-side-small) * -1);
  overflow: hidden;
  padding-left: var(--margin-side-small);
}
.home-works > .interfaace {
  display: none;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  position: absolute;
  inset: calc(50% - 1.688rem) auto auto -5.625rem;
  width: calc(100% + 11.25rem);
}
.home-works > .interfaace > .swiper-button-prev, .home-works > .interfaace > .swiper-button-next {
  transition-property: border, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  position: static;
  transform: translate(0, 0);
  width: 3.125rem;
}
.home-works > .interfaace > .swiper-button-prev::after, .home-works > .interfaace > .swiper-button-next::after {
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  content: "";
  display: block;
  margin: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: static;
  transform: translate(0, 0);
  width: 1.5rem;
}
.home-works > .interfaace > .swiper-button-prev {
  order: -1;
}
.home-works > .interfaace > .swiper-button-prev::after {
  -webkit-mask-image: url(../../images/icon/arrow_left.svg);
  mask-image: url(../../images/icon/arrow_left.svg);
}
.home-works > .interfaace > .swiper-button-next {
  order: 2;
}
.home-works > .interfaace > .swiper-button-next::after {
  -webkit-mask-image: url(../../images/icon/arrow_right.svg);
  mask-image: url(../../images/icon/arrow_right.svg);
}

.home-works-item > .image {
  border-radius: 5px;
  line-height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.home-message {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  position: relative;
}
.home-message > .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.home-people-intro {
  margin-top: 7.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.home-people-intro::before {
  content: "Interview";
  color: var(--color-white);
  font-size: 3rem;
  font-family: var(--font-ponomar);
  letter-spacing: 0.2em;
  line-height: 0.8;
  position: absolute;
  top: -2rem;
  right: calc(-50vw + 50% - 0.2em);
  text-transform: uppercase;
  z-index: -1;
}
.home-people-intro::after {
  aspect-ratio: 642/1017;
  background: url(../../images/home/background_people.png) center center no-repeat;
  background-size: contain;
  content: "";
  height: 27.75rem;
  position: absolute;
  top: -7.5rem;
  left: -13.75rem;
  width: 17.5rem;
  z-index: -1;
}
.home-people-intro img {
  height: auto;
  border-radius: 5px 0 0 5px;
  width: calc(50vw + 50%);
}
.home-people > .title {
  margin-bottom: 2rem;
}

.home-divide {
  display: flex;
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.home-divide > .inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.home-divide > .inner img {
  height: auto;
  margin-right: 0.563rem;
  width: 64vw;
}
.home-divide.-slide > .inner {
  animation: textSlider 40s infinite linear;
}

@keyframes textSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-certification > .title {
  margin-bottom: 1rem;
}
.home-certification > .description {
  margin-bottom: 2rem;
}
.home-certification > .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-certification > .content > .block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-certification > .content > .block > .title {
  border-bottom: 1px solid #87C49F;
  color: var(--color-project-showa);
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}

.home-certification-content {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
.home-certification-content > .item {
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem var(--margin-side-small);
}
.home-certification-content > .item > dt {
  color: var(--color-project-showa);
  font-size: 1.063rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.home-certification-content > .item > dd {
  font-size: 0.938rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.home-certification-logo {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}
.home-certification-logo > .item {
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
}
.home-certification-logo > .item > .logo {
  margin: auto;
  max-width: 11rem;
}
.home-certification-logo > .item > .main {
  color: var(--color-project-showa);
  font-size: 0.938rem;
  font-weight: 400;
}
.home-certification-logo > .item > .sub {
  font-size: 0.813rem;
  font-weight: 400;
}

.home-group {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  position: relative;
}
.home-group > .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-group > .text > .title {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-support-intro > .title {
  margin-bottom: 1rem;
}
.home-support-intro > .description {
  margin-bottom: 2rem;
}

.home-support-content {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr;
}
.home-support-content > .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15rem;
  overflow: hidden;
  padding: 1rem 0.5rem 0.5rem 1rem;
  position: relative;
}
.home-support-content > .item::after {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-support-content > .item.-group01::after {
  background-image: url(../../images/home/image_group01.jpg);
}
.home-support-content > .item.-group02::after {
  background-image: url(../../images/home/image_group02.jpg);
}
.home-support-content > .item > .title {
  position: relative;
  z-index: 2;
}
.home-support-content > .item > .title img {
  height: auto;
  width: 5rem;
}
.home-support-content > .item > .button {
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: var(--color-white);
  color: var(--color-project-showa);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin-left: auto;
  min-width: 13.188rem;
  padding: 0.5rem 1.25rem;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-support-content > .item > .button::after {
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: inline;
  -webkit-mask-image: url(../../images/icon/popup.svg);
  mask-image: url(../../images/icon/popup.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 1.125rem;
  width: 1.125rem;
}
.home-support-content > .item:hover::after {
  transform: scale(1.1);
}
.home-support-content > .item:hover > .button {
  background-color: var(--color-project-showa);
  color: var(--color-white);
}

.home-news {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: var(--color-white);
  border-radius: 10px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.home-news::before, .home-news::after {
  content: "";
  height: 100%;
  position: absolute;
  width: var(--margin-side-small);
  z-index: 1;
}
.home-news::before {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.home-news::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  bottom: 0;
  right: 0;
}
.home-news > .logo {
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem;
  text-align: center;
}
.home-news > .logo img {
  height: auto;
  width: 62.5%;
}
.home-news > .text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem;
  white-space: nowrap;
}
.home-news > .text::after {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask-image: url(../../images/icon/popup.svg);
  mask-image: url(../../images/icon/popup.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.25rem;
}
.home-news > .image {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  line-height: 0;
  white-space: nowrap;
}
.home-news > .image > .inner {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
.home-news > .image > .inner img {
  border-radius: 3px;
  height: auto;
  margin-right: 0.313rem;
  overflow: hidden;
  width: 7.5rem;
}
.home-news > .image.-slide > .inner {
  animation: newsSliderSmall 30s infinite linear;
}
.home-news:hover {
  color: var(--color-project-showa);
}

@keyframes newsSlider {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes newsSliderSmall {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
  .home-works > .content {
    margin: 0 3.5rem 0 5.625rem !important;
  }
  .home-works > .interfaace {
    left: 0 !important;
    width: 100% !important;
  }
}