/* ============================================
   団体視察ページ - ファーストビュー
   ============================================ */
.p-dantai-shisatsu-fv {
  padding-bottom: 1.25rem;
}

.p-dantai-shisatsu-fv__mvWrapper {
  max-width: 80.375rem;
  width: 100%;
  margin: auto;
  position: relative;
}

.p-dantai-shisatsu-fv__img {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  min-height: 37.5rem;
  padding: 3.75rem 3.125rem;
}

.p-dantai-shisatsu-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.p-dantai-shisatsu-fv__logo {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 36.25rem;
  width: 100%;
  height: auto;
}

.p-dantai-shisatsu-fv__titWrap {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem 3.75rem;
  width: 100%;
  max-width: 52.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-dantai-shisatsu-fv__sub {
  background-color: #478a6e;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.875rem;
  border-radius: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  white-space: nowrap;
  max-width: 42.5rem;
  width: 100%;
}

.p-dantai-shisatsu-fv__tit {
  font-size: 3rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  margin: 0;
}

.p-dantai-shisatsu-fv__bcn {
  margin-top: 2.5rem;
}

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-shisatsu-fv__inner {
    padding: 0 0.625rem;
  }

  .p-dantai-shisatsu-fv__img {
    border-radius: 1.25rem;
    padding: 2rem 1.25rem;
    min-height: 22.5rem;
  }

  .p-dantai-shisatsu-fv__logo {
    bottom: 1.5rem;
    max-width: 18.75rem;
  }

  .p-dantai-shisatsu-fv__titWrap {
    top: 2rem;
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem;
    max-width: calc(100% - 2.5rem);
  }

  .p-dantai-shisatsu-fv__sub {
    font-size: 0.8125rem;
    padding: 0.375rem 1.25rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .p-dantai-shisatsu-fv__tit {
    font-size: 1.625rem;
  }

  .p-dantai-shisatsu-fv__bcn {
    margin-top: 1.875rem;
  }
}

/* ============================================
   団体視察ページ - 全体ラッパー
   ============================================ */
.p-dantai-wrapper {
  background-color: #fcf6ef;
  padding: 5rem 0;
}


/* ============================================
   団体視察ページ - お申込み
   ============================================ */
.p-dantai-application {
  margin-bottom: 3.75rem;
}

.p-dantai-application__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-application__container {
  background-color: #478a6e;
  border-radius: 2.5rem;
  padding: 3.125rem 5rem;
  text-align: center;
}

.p-dantai-application__title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  margin-bottom: 1.25rem;
}

.p-dantai-application__text {
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

.p-dantai-application__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 37.5rem;
  margin: 0 auto;
}

.p-dantai-application__button {
  background-color: transparent;
  border-radius: 1.25rem;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.p-dantai-application__button:hover {
  background-color: #5ba189;
}

.p-dantai-application__button-icon {
  flex-shrink: 0;
  width: 4.6875rem;
  height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-dantai-application__button-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-dantai-application__button-text {
  font-size: 2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  text-align: left;
  flex: 1;
}

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-application {
    margin-bottom: 2.5rem;
  }

  .p-dantai-application__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-application__container {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }

  .p-dantai-application__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .p-dantai-application__text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .p-dantai-application__buttons {
    gap: 1rem;
  }

  .p-dantai-application__button {
    padding: 1rem 1.25rem;
    gap: 1rem;
  }

  .p-dantai-application__button-icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .p-dantai-application__button-text {
    font-size: 1.25rem;
  }
}


/* ============================================
   団体視察ページ - 私たちが法人視察を行う理由
   ============================================ */
.p-dantai-reason {
  margin-bottom: 5rem;
}

.p-dantai-reason__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-reason__container {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 5rem;
}

.p-dantai-reason__title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #478a6e;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px dashed #c0c0c0;
}

.p-dantai-reason__content {
  max-width: 100%;
}

.p-dantai-reason__text {
  font-size: 1rem;
  line-height: 1.875;
  color: #424850;
  margin-bottom: 1.5rem;
}

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

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-wrapper {
    padding: 3.75rem 0;
  }

  .p-dantai-reason {
    margin-bottom: 3.75rem;
  }

  .p-dantai-reason__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-reason__container {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }

  .p-dantai-reason__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }

  .p-dantai-reason__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}


/* ============================================
   団体視察ページ - 写真ギャラリー
   ============================================ */
.p-dantai-gallery {
  margin-bottom: 5rem;
}

.p-dantai-gallery__inner {
  max-width: 80.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-gallery__items {
  display: flex;
  gap: 0.9375rem;
}

.p-dantai-gallery__item {
  flex: 1;
  overflow: hidden;
}

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

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-gallery {
    margin-bottom: 3.75rem;
  }

  .p-dantai-gallery__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-gallery__items {
    flex-direction: column;
    gap: 1rem;
  }

}


/* ============================================
   団体視察ページ - ガッツ村エシカルファンクラブと法人視察
   ============================================ */
.p-dantai-ethical {
  margin-bottom: 5rem;
}

.p-dantai-ethical__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-ethical__container {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 5rem;
}

.p-dantai-ethical__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px dashed #c0c0c0;
}

.p-dantai-ethical__icon {
  width: 7.5rem;
  height: 7.5rem;
  flex-shrink: 0;
  object-fit: contain;
}

.p-dantai-ethical__title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #478a6e;
  margin: 0;
  white-space: nowrap;
}

.p-dantai-ethical__content {
  max-width: 100%;
}

.p-dantai-ethical__text {
  font-size: 1rem;
  line-height: 1.875;
  color: #424850;
  margin-bottom: 1.5rem;
}

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

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-ethical {
    margin-bottom: 3.75rem;
  }

  .p-dantai-ethical__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-ethical__container {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }

  .p-dantai-ethical__header {
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }

  .p-dantai-ethical__icon {
    width: 5rem;
    height: 5rem;
  }

  .p-dantai-ethical__title {
    font-size: 1.5rem;
    white-space: normal;
  }

  .p-dantai-ethical__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}


/* ============================================
   団体視察ページ - もっと詳しく知りたい方はこちら
   ============================================ */
.p-dantai-link {
  margin-bottom: 5rem;
}

.p-dantai-link__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-link__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  background-color: #e2ffb0;
  border-radius: 2.5rem;
  padding: 2.5rem 3.75rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.p-dantai-link__button:hover {
  background-color: #eeffcc;
}

.p-dantai-link__icon {
  width: 13.125rem;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.p-dantai-link__text {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #478a6e;
}

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-link {
    margin-bottom: 3.75rem;
  }

  .p-dantai-link__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-link__button {
    gap: 1rem;
    border-radius: 1.25rem;
    padding: 1.875rem 1.25rem;
    align-items: flex-start;
  }

  .p-dantai-link__icon {
    width: 7.5rem;
  }

  .p-dantai-link__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}


/* ============================================
   団体視察ページ - 詳細情報
   ============================================ */
.p-dantai-detail {
  margin-bottom: 5rem;
}

.p-dantai-detail__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-detail__container {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 5rem;
}

.p-dantai-detail__title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #478a6e;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px dashed #c0c0c0;
}

.p-dantai-detail__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.p-dantai-detail__item {
  display: grid;
  grid-template-rows: auto 12.5rem auto;
  gap: 1.25rem;
}

.p-dantai-detail__item-title {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #424850;
  text-align: center;
  margin: 0;
}

.p-dantai-detail__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5rem;
}

.p-dantai-detail__item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-dantai-detail__item:nth-child(1) .p-dantai-detail__item-img img {
  max-width: 55%;
  max-height: 55%;
}

.p-dantai-detail__item:nth-child(3) .p-dantai-detail__item-img img {
  max-width: 65%;
  max-height: 65%;
}

.p-dantai-detail__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #424850;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-detail {
    margin-bottom: 3.75rem;
  }

  .p-dantai-detail__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-detail__container {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }

  .p-dantai-detail__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }

  .p-dantai-detail__items {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

  .p-dantai-detail__item {
    grid-template-rows: auto auto auto;
    gap: 0.75rem;
    padding-bottom:50px;
    border-bottom:1px solid #ccc;
  }

  .p-dantai-detail__item-title {
    font-size: 1.5rem;
  }

  .p-dantai-detail__item-img {
    height: 9.5rem;
    padding: 0.5rem 0;
  }

  .p-dantai-detail__item-img img {
    max-width: 60%;
    max-height: 90%;
  }

  .p-dantai-detail__item:nth-child(1) .p-dantai-detail__item-img img {
    max-width: 60%;
    max-height: 80%;
  }

  .p-dantai-detail__item:nth-child(3) .p-dantai-detail__item-img img {
    max-width: 60%;
    max-height: 90%;
  }

  .p-dantai-detail__item-text {
    font-size: 1rem;
  }
}


/* ============================================
   団体視察ページ - ご見学いただける施設
   ============================================ */
.p-dantai-facility {
  margin-bottom: 5rem;
}

.p-dantai-facility__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.p-dantai-facility__container {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 3.75rem 5rem;
}

.p-dantai-facility__title {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #478a6e;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 2px dashed #c0c0c0;
}

.p-dantai-facility__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.p-dantai-facility__logo-row {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.p-dantai-facility__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-dantai-facility__logo img {
  width: 16.25rem;
  height: auto;
  object-fit: contain;
}

.p-dantai-facility__logo--single img {
  width: 21.875rem;
}

.p-dantai-facility__logo--last img {
  width: 13.75rem;
}

/* ============================================
   レスポンシブ対応（タブレット・スマートフォン）
   ============================================ */
@media screen and (max-width: 768px) {
  .p-dantai-facility {
    margin-bottom: 3.75rem;
  }

  .p-dantai-facility__inner {
    padding: 0 1.25rem;
  }

  .p-dantai-facility__container {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem;
  }

  .p-dantai-facility__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }

  .p-dantai-facility__logos {
    gap: 1.5rem;
  }

  .p-dantai-facility__logo-row {
    gap: 1.5rem;
  }

  .p-dantai-facility__logo img {
    width: 10rem;
  }

  .p-dantai-facility__logo--single img {
    width: 13.75rem;
  }

  .p-dantai-facility__logo--last img {
    width: 9.375rem;
  }
}