.running-txt__wrap {
  animation: runningText 50s linear infinite;
}
.running-txt__wrap p {
  width: 20rem;
}
@media (min-width: 768px) {
  .running-txt__wrap p {
    width: 44rem;
  }
}
.running-txt__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 440/560;
}

.p-situa {
  position: relative;
  z-index: 3;
}
.p-situa__box {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem 0 0 0.8rem;
  margin-left: 2.5rem;
  margin-block: -8rem -16.5rem;
}
@media (min-width: 768px) {
  .p-situa__box {
    margin-block: -26rem -41.5rem;
    margin-left: auto;
    padding-block: 11.5rem;
    width: calc(50% + 46rem);
  }
}
@media (max-width: 767px) {
  .p-situa__box {
    padding: 4rem 3rem;
  }
}
.p-situa__box::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  backdrop-filter: blur(115px);
  background-color: rgba(255, 255, 255, 0.8);
}
.p-situa__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .p-situa__inner {
    padding-inline: 8rem;
  }
}
@media (min-width: 1280px) {
  .p-situa__inner {
    padding-inline: 12rem;
  }
}
.p-situa__label {
  display: inline-block;
  background: var(--color-primary);
  font-family: var(--font-en);
  color: #fff;
  letter-spacing: 0.16em;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-situa__label {
    padding: 0.6rem 5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-situa__label {
    margin-bottom: 2.4rem;
  }
}
.p-situa__ttl {
  font-family: var(--font-ttl);
  font-weight: normal;
  letter-spacing: 0.16em;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: var(--color-primary);
  line-height: 1.7272727273;
}
@media (min-width: 768px) {
  .p-situa__ttl {
    font-size: 3.4rem;
    margin-bottom: 5.6rem;
  }
}
.p-situa__ttl .large {
  position: relative;
  line-height: 1;
  color: var(--color-primary);
  font-size: 3.4rem;
  padding-inline: 1.6rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-situa__ttl .large {
    font-size: 6.4rem;
    margin-left: 2.8rem;
    padding-inline: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-situa__ttl .large {
    margin-top: 2.4rem;
  }
}
.p-situa__ttl .large::before, .p-situa__ttl .large::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border: 1px solid var(--color-primary);
  width: 0.8rem;
}
@media (min-width: 768px) {
  .p-situa__ttl .large::before, .p-situa__ttl .large::after {
    width: 1.2rem;
  }
}
.p-situa__ttl .large::before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.p-situa__ttl .large::after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
.p-situa__txt {
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .p-situa__txt {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .p-situa__media {
    display: flex;
    align-items: center;
    gap: 8rem;
  }
}
@media (min-width: 768px) {
  .p-situa__media-img {
    width: 33.5rem;
  }
}
@media (max-width: 767px) {
  .p-situa__media-img {
    margin-bottom: 2.5rem;
  }
}
.p-situa__media-img img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .p-situa__media-img img {
    height: 100%;
    aspect-ratio: 290/193;
  }
}
@media (min-width: 768px) {
  .p-situa__media .c-txt {
    flex: 1 1;
  }
}
.p-situa__media .c-txt p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-situa__media .c-txt p:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

.p-diff {
  position: relative;
  color: #fff;
  padding-block: 24.5rem 13rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-diff {
    z-index: 1;
    padding-block: 56.4rem 13rem;
  }
}
.p-diff::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: #fff;
  mix-blend-mode: difference;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  height: 8rem;
}
@media (min-width: 768px) {
  .p-diff::before {
    bottom: -4rem;
    height: 8rem;
  }
}
.p-diff__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 10.5rem, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .p-diff__bg {
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
  }
}
.p-diff__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.p-diff__content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.16em;
}
.p-diff__ttl {
  font-weight: 400;
  font-family: var(--font-ttl);
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-diff__ttl {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
}
.p-diff__label {
  display: inline-block;
  font-family: var(--font-en);
  border: 1px solid #fff;
  margin-bottom: 5rem;
  padding: 0.3rem 2.8rem 0.2rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-diff__label {
    margin-bottom: 8rem;
    padding: 0.1rem 1.6rem;
    font-size: 1.4rem;
  }
}
.p-diff__des {
  font-family: var(--font-ttl);
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-diff__des {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-diff .c-txt {
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .p-diff .c-txt {
    margin-bottom: 2.8rem;
    text-align: left;
  }
}

.p-slider {
  position: relative;
  color: #fff;
  background-color: #000;
}
.p-slider__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-slider__inner {
    height: 100vh;
  }
}
.p-slider__anchor {
  display: none;
}
@media (min-width: 768px) {
  .p-slider__anchor {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100rem;
  }
}
.p-slider__anchor-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.p-slider__anchor-item {
  min-width: 21.5rem;
  height: 3.2rem;
  padding-inline: 1.2rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  opacity: 0.3;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
}
.p-slider__anchor-item:hover, .p-slider__anchor-item.is-active {
  opacity: 1;
}
.p-slider__anchor-item::after {
  content: "";
  background: url(../images/common/icon_arrow_down01.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
  aspect-ratio: 1;
  width: 1rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
.p-slider__anchor-num {
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.p-slider__anchor-num::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  margin-inline: 1rem;
  background-color: #fff;
}
.p-slider__anchor-ttl {
  font-family: var(--font-ttl);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.p-slider__item {
  height: initial;
  padding-block: 11rem 10rem;
}
@media (min-width: 768px) {
  .p-slider__item {
    padding-block: 10rem;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
  }
}
.p-slider__num {
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-family: var(--font-en);
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 5.6rem;
  top: 11rem;
  left: 0;
}
@media (min-width: 768px) {
  .p-slider__num {
    font-size: 13rem;
    top: 8.8rem;
    left: -0.4rem;
  }
}
.p-slider__head {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-slider__head {
    margin-bottom: 8.5rem;
  }
}
@media (max-width: 767px) {
  .p-slider__head {
    text-align: center;
  }
}
.p-slider__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-slider__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 70%, #000 100%);
    opacity: 0.8;
  }
}
.p-slider__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-slider__ttl {
  font-family: var(--font-ttl);
  font-weight: 300;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .p-slider__ttl {
    font-size: 3.8rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.12em;
  }
}
.p-slider__sub {
  font-family: var(--font-en);
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-slider__sub {
    font-size: 1.4rem;
  }
}
.p-slider__pin {
  position: relative;
}
.p-slider__tabs {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-slider__tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-slider__tabs {
    padding-inline: 0.8rem;
  }
}
.p-slider__tab {
  flex: 1;
  padding: 1.2rem;
  text-align: center;
  background: #90958F;
  color: #fff;
  font-family: var(--font-ttl);
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 1.8rem;
}
.p-slider__tab:nth-child(1).is-active {
  background: var(--color-secondary);
}
.p-slider__tab:nth-child(2).is-active {
  background: var(--color-primary);
}
.p-slider__content {
  display: block;
}
@media (min-width: 768px) {
  .p-slider__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .p-slider__content {
    margin-bottom: 7.5rem;
  }
}
.p-slider__card {
  background: #fff;
  color: #1E1E1E;
  border-radius: 8px;
  display: none;
  border-radius: 0.8rem;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 13.2rem, calc(100% - 0.8rem) 14rem, 100% 14.8rem, 100% 100%, 0 100%, 0 14.8rem, 0.8rem 14rem, 0 13.2rem);
}
@media (min-width: 768px) {
  .p-slider__card {
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% calc(50% - 0.8rem), calc(100% - 1.2rem) 50%, 100% calc(50% + 0.8rem), 100% 100%, 0 100%, 0 calc(50% + 0.8rem), 1.2rem 50%, 0 calc(50% - 0.8rem));
  }
}
.p-slider__card-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 1.5rem;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-slider__card-ttl {
    display: none;
  }
}
.p-slider__card-ttl.--bg01 {
  background-color: var(--color-secondary);
}
.p-slider__card-ttl.--bg02 {
  background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-slider__card-head {
    display: flex;
    flex-direction: column;
  }
}
.p-slider__card-des {
  display: flex;
  align-items: center;
  font-family: var(--font-ttl);
  gap: 2.4rem;
  font-size: 1.8rem;
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .p-slider__card-des {
    flex: 1 1;
    padding-inline: 4.8rem;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-slider__card-des {
    min-height: 14rem;
  }
}
.p-slider__card-des img {
  width: 2.6rem;
}
.p-slider__card-txt {
  position: relative;
  padding: 3rem 3rem;
}
@media (min-width: 768px) {
  .p-slider__card-txt {
    padding: 3.2rem 4.8rem;
  }
}
.p-slider__card-txt::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: var(--color-border);
  height: 1px;
  left: 3rem;
  right: 3rem;
}
@media (min-width: 768px) {
  .p-slider__card-txt::before {
    left: 4.8rem;
    right: 4.8rem;
  }
}
.p-slider__card.is-active {
  display: grid;
}
.p-slider__control {
  position: absolute;
  justify-content: center;
  gap: 1.7rem;
  left: 0;
  right: 0;
  bottom: 9.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-slider__control {
    display: none;
  }
}
.p-slider__control .swiper-button-prev,
.p-slider__control .swiper-button-next {
  top: 0;
  margin-top: 0;
}
.p-slider__control .swiper-pagination {
  position: relative;
  flex-shrink: 0;
}
.p-slider__control .swiper-button-prev {
  left: 0;
}
.p-slider__control .swiper-button-next {
  right: 0;
}
.p-slider__control .swiper-pagination {
  width: initial;
  bottom: initial;
  top: initial;
}
.p-slider__control .separator {
  background-color: #CECECE;
}

.p-service {
  position: relative;
  padding-block: 8.8rem 0;
  background: url(../images/home/img_earth.svg) no-repeat center top 4rem;
  background-size: 29.5rem auto;
}
@media (min-width: 768px) {
  .p-service {
    background-size: 88rem auto;
    background-position: center top;
    margin-top: 12rem;
    padding-block: 7.5rem 0;
  }
}
@media (min-width: 768px) {
  .p-service::after {
    content: "";
    position: absolute;
    bottom: -20rem;
    left: 50%;
    width: 1px;
    height: 8rem;
    background: #fff;
    transform: translateX(-50%);
    z-index: 2;
    mix-blend-mode: difference;
  }
}
.p-service .hline01 {
  align-items: center;
  margin-bottom: 4rem;
}
.p-service .hline01__sub {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-service .hline01__sub {
    margin-bottom: 1rem;
  }
}
.p-service .hline01__ttl {
  text-align: center;
}
.p-service .hline01__ttl::before {
  top: -2rem;
  left: 3rem;
}
@media (min-width: 768px) {
  .p-service .hline01__ttl::before {
    top: -1rem;
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .p-service .body-txt {
    text-align: center;
  }
}
.p-service__head {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-service__head {
    margin-bottom: 14rem;
  }
}
.p-service__anchor {
  margin-bottom: 5rem;
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 768px) {
  .p-service__anchor {
    margin-bottom: 10rem;
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.p-service__anchor-item {
  position: relative;
}
@media (min-width: 768px) {
  .p-service__anchor-item:nth-child(even) {
    margin-top: 6.4rem;
  }
}
.p-service__anchor-item:hover .p-service__anchor-img img {
  transform: scale(1.05);
}
.p-service__anchor-item:hover .p-service__anchor-img::after {
  opacity: 0;
}
.p-service__anchor-item:hover .double-arrow::before {
  left: 0;
}
.p-service__anchor .hline02 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-service__anchor .hline02 {
    margin-bottom: 2.2rem;
  }
}
.p-service__anchor-body {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-service__anchor-body {
    bottom: 2.4rem;
  }
}
.p-service__anchor-img {
  margin-left: 1.6rem;
  position: relative;
  overflow: hidden;
}
.p-service__anchor-img img {
  transition: var(--transition);
  width: 100%;
}
@media (max-width: 767px) {
  .p-service__anchor-img img {
    aspect-ratio: 310/217;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-service__anchor-img::after {
  content: "";
  transition: var(--transition);
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(21, 21, 21, 0.8), rgba(13, 54, 54, 0.2));
}
.p-service__anchor-btn {
  text-align: right;
  padding-right: 2.4rem;
}
.p-service__anchor-btn .btn {
  align-items: center;
  font-size: 1.2rem;
  font-family: var(--font-en);
  color: #fff;
  gap: 1.7rem;
}
.p-service__des {
  font-family: var(--font-ttl);
  letter-spacing: 0.16em;
  line-height: 2.15;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-service__des {
    font-size: 2rem;
    text-align: center;
  }
}
/*# sourceMappingURL=maps/quality.css.map */
