@charset "utf-8";

/*============================　
　既存スタイル上書き及び追加
=============================*/
.p-contetns-contact:has(+ .p-contents) {
  padding-bottom: 0;
}

.p-top + .p-contetns-contact {
  padding-top: 32px;
}

.p-contents--top + .p-contents {
  margin-top: clamp(64px, calc(32.609865470852014px + 8.370702541106128vw), 120px);
}

/* メインビジュアル */
/* ------------------- */
.p-top {
  position: relative;
  background-image: url("../images/mv.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .p-top {
    background-color: #f0f0f0;
    border-radius: 15px;
  }
}

@media not screen and (min-width: 768px) {
  .p-top {
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-repeat: no-repeat;
  }
}

/*============================　
　固有スタイル　.s-xx
=============================*/

/* 共通 */
/* ------------------- */
.s-text {
  font-size: 1rem;
}

.s-text-lg {
  font-size: 1.25rem;
}

.s-text-xl {
  font-size: 1.75rem;
}

[class*="s-text"]:is(.p-page-heading + *) {
  margin-top: 48px;
}

.s-mx-auto {
  margin-inline: auto;
}

.s-fit-mx {
  max-width: fit-content;
  margin-inline: auto;
}

.s-w720-mx {
  max-width: 720px;
  margin-inline: auto;
}

/* 海外進出を、もっと確実に。信頼できるパートナーとの出会いを創造します。 */
/* ------------------- */
.s-creation__item {
  display: grid;
  gap: 16px 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.s-creation__img {
  width: 100%;
  margin-inline: auto;
}

.s-creation__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-creation__item {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 事業内容 */
/* ------------------- */
.s-strong__img {
  max-width: fit-content;
  margin-inline: auto;
}
