/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
/* ================================================
.p-top-70th
================================================ */
.p-top-70th {
  position: relative;
}

.p-top-70th__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .p-top-70th__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 0;
  }
}

.p-top-70th__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-70th__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-70th__title {
  width: 260px;
  margin: 0 auto;
}
.p-top-70th__title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-70th__title {
    width: 200px;
  }
}

.p-top-70th__text {
  font-size: 16px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.8;
  color: #212121;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-70th__text {
    font-size: 14px;
    text-align: center;
  }
}

.p-top-70th__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-70th__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-70th__separator {
  position: relative;
  height: 106px;
}
@media screen and (max-width: 1023px) {
  .p-top-70th__separator {
    height: 53px;
  }
}

.p-top-70th__separator-item {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-repeat: repeat;
  background-size: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-top-70th__separator-item {
    background-size: 39px;
  }
}

/* ================================================
.p-top-section-header
================================================ */
.p-top-section-header {
  padding-top: 96px;
  padding-bottom: 48px;
  text-align: center;
}
.p-top-section-header[data-border=top] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-top-section-header {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}

.p-top-section-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.p-top-section-header__heading-main {
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: #005952;
  text-align: left;
  letter-spacing: -0.02em;
}
[data-size=sm] .p-top-section-header__heading-main {
  font-size: 48px;
}
[data-color=white] .p-top-section-header__heading-main {
  color: #fff;
}
[data-align=center] .p-top-section-header__heading-main {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-section-header__heading-main {
    font-size: 40px;
  }
  [data-size=sm] .p-top-section-header__heading-main {
    font-size: 32px;
  }
}

.p-top-section-header__heading-sub {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  text-align: left;
  letter-spacing: 0.48px;
  letter-spacing: -0.02em;
}
[data-color=white] .p-top-section-header__heading-sub {
  color: #fff;
}
[data-align=center] .p-top-section-header__heading-sub {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-section-header__heading-sub {
    font-size: 13px;
  }
}

/* ================================================
.p-top-newcar-buttons
================================================ */
.p-top-newcar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 48px 0;
}
@media screen and (max-width: 1023px) {
  .p-top-newcar-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.p-top-newcar-buttons__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ================================================
.p-top-newcar-buttons
================================================ */
.p-top-service-guide {
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide {
    padding-bottom: 48px;
  }
}

.p-top-service-guide__list {
  --gap-x: 8px;
  --gap-y: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap-y) var(--gap-x);
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list {
    --gap-x: 4px;
    --gap-y: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-service-guide__list-item {
  width: calc((100% - var(--gap-x) * 2) / 3);
}
.p-top-service-guide__list-item[data-width=sm] {
  width: calc((100% - var(--gap-x) * 3) / 4);
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-item {
    width: 100%;
  }
  .p-top-service-guide__list-item[data-width=lg] {
    width: 100%;
  }
}

.p-top-service-guide__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 48px 20px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-service-guide__list-button:hover {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 20px;
  }
}

.p-top-service-guide__list-icon {
  width: 80px;
  margin: 0 auto;
}
.p-top-service-guide__list-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-icon {
    width: 40px;
  }
}

.p-top-service-guide__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-service-guide__list-title {
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #005952;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-title {
    font-size: 16px;
  }
}

.p-top-service-guide__list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
}
@media screen and (max-width: 1023px) {
  .p-top-service-guide__list-arrow {
    width: 24px;
  }
}

/* ================================================
.p-top-shop-info
================================================ */
.p-top-shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    padding-bottom: 48px;
  }
}

.p-top-shop-info__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-shop-info__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.8px;
}

.p-top-shop-info__note {
  margin-top: 8px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.6px;
}

.p-top-shop-info__button {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-shop-info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-info__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-shop-info__line-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-shop-info__line-text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1023px) {
  .p-top-shop-info__line-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-shop-info__line-qr {
  width: 140px;
}
.p-top-shop-info__line-qr img {
  width: 100%;
  height: auto;
}

/* ================================================
.p-top-value-quality
================================================ */
.p-top-value-quality {
  position: relative;
}

.p-top-value-quality__body {
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__body {
    padding-bottom: 48px;
  }
}

.p-top-value-quality__list {
  --gap-x: 40px;
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list {
    --gap-x: 20px;
  }
}

.p-top-value-quality__list-wrapper {
  overflow: visible !important;
  will-change: transform;
}

.p-top-value-quality__list-item {
  width: calc((100% - var(--gap-x) * 2) / 3);
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-item {
    width: 100%;
  }
}

.p-top-value-quality__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-top-value-quality__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.p-top-value-quality__list-img img {
  width: 100%;
  height: auto;
}

.p-top-value-quality__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.p-top-value-quality__list-heading {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-heading {
    font-size: 18px;
  }
}

.p-top-value-quality__list-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-text {
    font-size: 13px;
  }
}

.p-top-value-quality__list-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-arrow {
    width: 32px;
    height: 32px;
  }
}

.p-top-value-quality__list-arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-arrow-prev {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

.p-top-value-quality__list-arrow-next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-arrow-next {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

.p-top-value-quality__list-arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 23px;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__list-arrow-icon {
    width: 12px;
    height: 18px;
  }
}

.p-top-value-quality__button {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

.p-top-value-quality__separator {
  position: relative;
  height: 212px;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__separator {
    height: 106px;
  }
}

.p-top-value-quality__separator-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-repeat: repeat;
  background-size: 78px;
}
@media screen and (max-width: 1023px) {
  .p-top-value-quality__separator-item {
    left: 50%;
    background-size: 39px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* ================================================
.p-top-future
================================================ */
.p-top-future {
  position: relative;
}

.p-top-future__body {
  padding-bottom: 96px;
}

.p-top-future__list {
  --gap-x: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--gap-x);
     -moz-column-gap: var(--gap-x);
          column-gap: var(--gap-x);
  overflow: visible !important;
}
@media screen and (max-width: 1023px) {
  .p-top-future__list {
    --gap-y: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: var(--gap-y);
    padding-bottom: 32px;
  }
}

.p-top-future__list-item {
  width: calc((100% - var(--gap-x) * 2) / 3);
}
@media screen and (max-width: 1023px) {
  .p-top-future__list-item {
    width: 100%;
  }
}

.p-top-future__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-top-future__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.p-top-future__list-img img {
  width: 100%;
  height: auto;
}

.p-top-future__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.p-top-future__list-heading {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-future__list-heading {
    font-size: 18px;
  }
}

.p-top-future__list-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-future__list-text {
    font-size: 13px;
  }
}

.p-top-future__button {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-future__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

/* ================================================
.p-top-social
================================================ */
.p-top-social {
  position: relative;
  padding-bottom: 96px;
}
@media screen and (max-width: 1023px) {
  .p-top-social {
    padding-bottom: 48px;
  }
}

.p-top-social__header {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__header {
    padding-bottom: 48px;
  }
}

.p-top-social__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__main {
    display: block;
  }
}

.p-top-social__pattern {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-social__pattern {
    display: none;
  }
}

.p-top-social__pattern-item {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-repeat: repeat;
  background-size: 78px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__pattern-item {
    background-size: 39px;
  }
}

.p-top-social__instagram {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-social__sns-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__sns-header {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.p-top-social__sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}
.p-top-social__sns-icon img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-social__sns-icon {
    height: 32px;
  }
}

.p-top-social__sns-name {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-social__sns-name {
    font-size: 14px;
  }
}

.p-top-social__sns-heading {
  padding-left: 20px;
  font-family: Poppins, "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 150%; /* 30px */
  color: #000;
  letter-spacing: 0.05em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-top-social__sns-heading {
    font-size: 14px;
  }
}

.p-top-social__sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  max-width: 540px;
  min-height: 320px;
}

.p-top-social__sns-feed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 8px;
}
.p-top-social__sns-feed::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 46px;
  content: "";
  background-color: #fff;
}
.p-top-social__sns-feed #eapps-instagram-feed-1 {
  max-width: 100% !important;
}

.p-top-social__sns-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-social__sns-text {
    font-size: 13px;
  }
}

.p-top-social__list {
  --gap-x: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--gap-x);
     -moz-column-gap: var(--gap-x);
          column-gap: var(--gap-x);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    margin-top: 40px;
  }
}

.p-top-social__list-item {
  width: calc((100% - var(--gap-x) * 1) / 2);
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-item {
    width: 100%;
  }
}

.p-top-social__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-social__list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-header {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.p-top-social__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}
.p-top-social__list-icon img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-icon {
    height: 32px;
  }
}

.p-top-social__list-name {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-name {
    font-size: 14px;
  }
}

.p-top-social__list-heading {
  padding-left: 20px;
  font-family: Poppins, "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 150%; /* 30px */
  color: #000;
  letter-spacing: 0.05em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-heading {
    font-size: 14px;
  }
}

.p-top-social__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.p-top-social__list-img img {
  width: 100%;
  height: auto;
}
.is-coming-soon .p-top-social__list-img {
  opacity: 0.4;
}

.p-top-social__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.p-top-social__list-text {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-social__list-text {
    margin-top: 16px;
    font-size: 13px;
  }
}

/* ================================================
.p-top-search-buttons
================================================ */
.p-top-search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-top-search-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.p-top-search-buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap-y) var(--gap-x);
  width: 100%;
  --gap-x: 8px;
  --gap-y: 8px;
}
@media screen and (max-width: 1023px) {
  .p-top-search-buttons__list {
    --gap-x: 4px;
    --gap-y: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-search-buttons__list-item {
  width: calc((100% - var(--gap-x) * 1) / 2);
}
@media screen and (max-width: 1023px) {
  .p-top-search-buttons__list-item {
    width: 100%;
  }
}

.p-top-search-buttons__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-search-buttons__list-button:hover {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .p-top-search-buttons__list-button {
    padding: 8px 20px;
  }
}

.p-top-search-buttons__list-icon {
  width: 40px;
  margin: 0 auto;
}
.p-top-search-buttons__list-icon img {
  width: 100%;
  height: auto;
}

.p-top-search-buttons__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-search-buttons__list-title {
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #005952;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-top-search-buttons__list-title {
    font-size: 16px;
  }
}

.p-top-search-buttons__list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
}

/* ================================================
.p-top-corp 
================================================ */
.p-top-corp {
  padding-top: 96px;
  padding-bottom: 96px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .p-top-corp {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.p-top-corp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-corp__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}

.p-top-corp__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-corp__list-card {
  position: relative;
  display: block;
}

.p-top-corp__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.p-top-corp__list-img img {
  width: 100%;
  height: auto;
}

.p-top-corp__list-heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 40px;
  font-size: 24px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .p-top-corp__list-heading {
    padding: 20px;
    font-size: 20px;
  }
}