@charset "utf-8";

/* -----------------------------------------------
* p-sec-point
*-------------------------------------------------- */
section:nth-of-type(odd).p-sec-point{
  padding: 0;
}
section:nth-of-type(odd) .p-sec-point__ctt__list__item__top__left{
  background: #eceae5;
}
section:nth-of-type(odd) .p-sec-point__ctt__list__item__top__right{
  background: #eceae5;
}
section:nth-of-type(odd) .p-sec-point__ctt__list__item__ft{
  background: #eceae5;
}

.p-sec-point {
  padding: 6rem 0 10rem;
}
.p-sec-point .c-title-main h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-sec-point .c-title-main h2 span {
  --_size: 5.3rem;
  width: var(--_size);
  height: var(--_size);
  background: var(--gaia-color-cool);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  padding-bottom: 0.1em;
  line-height: 1;
}

.p-sec-point__ctt__list {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.p-sec-point__ctt__list__item__top {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;

  &:has(.p-sec-point__ctt__list__item__top__button) {

    cursor: pointer;
    transition: opacity .2s linear;
    
    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.p-sec-point__ctt__list__item__top__button {
  position: relative;
  background: var(--gaia-color-cool);
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
}
.p-sec-point__ctt__list__item__top__button span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 2.5rem;
  height: 0.15rem;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.p-sec-point__ctt__list__item__top__button span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-sec-point__ctt__list__item__top__button.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-sec-point__ctt__list__item__top__button.active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-sec-point__ctt__list__item__top__left {
  min-height: 15rem;
  max-width: 17rem;
  width: 100%;
  background: #fff;
  border-left: 0.3rem solid var(--gaia-color-cool);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sec-point__ctt__list__item__top__left__number {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
.p-sec-point__ctt__list__item__top__left__number p {
  font-size: 2.5rem;
}
.p-sec-point__ctt__list__item__top__left__number span {
  font-size: 5.8rem;
}
.p-sec-point__ctt__list__item__top__right {
  background: #fff;
  min-height: 15rem;
  padding: 0 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.p-sec-point__ctt__list__item__top__right__group {
  flex: 1;
}
.p-sec-point__ctt__list__item__top__right__group__title {
  font-size: 2.2rem;
  color: var(--gaia-color-cool);
}
.p-sec-point__ctt__list__item__top__right__group__txt {
  margin-top: 1rem;
}
.p-sec-point__ctt__list__item__ft {
  display: none;
  background: #fff;
  padding: 8rem;
  margin-top: 1rem;
}
.p-sec-point__ctt__list__item__ft__box {
  background: #e5f1ea;
  padding: 2.5rem 4rem;
  font-size: 2rem;
  line-height: 2;
  min-height: 20rem;
  align-content: center;
}
.p-sec-point__ctt__list__item__ft__list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.p-sec-point__ctt__list__item__ft__list__item__title {
  color: var(--gaia-color-cool);
  font-size: 2.2rem;
  border-bottom: 0.15rem solid var(--gaia-color-cool);
  position: relative;
  margin-left: 1rem;
}
.p-sec-point__ctt__list__item__ft__list__item__title::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.3rem;
  background: var(--gaia-color-cool);
  bottom: 0;
  left: -1rem;
}
.p-sec-point__ctt__list__item__ft__list__item__txt {
  margin-top: 1.5rem;
}
.p-sec-point__ctt__list__item__ft__list__item__txt small {
  font-size: 1.2rem;
}
.p-sec-point__ctt__list__item__ft__des {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.p-sec-point__ctt__list__item__ft--des {
  margin-top: 5rem;
}
.p-sec-point__ctt__list__item__ft__img {
  margin-top: 5.5rem;
  position: relative;
}
.p-sec-point__ctt__list__item__ft__wrap-slide {
  position: relative;
  margin-top: 6.5rem;
}
.p-sec-point__ctt__list__item__ft__wrap-slide__slide__item__img{
  margin: 0 6rem;
}
.p-sec-point__ctt__list__item__ft__wrap-slide__title {
  font-size: 2.2rem;
  color: var(--gaia-color-cool);
}
.p-sec-point__ctt__list__item__ft__wrap-slide__title p {
  text-align: center;
}
.p-sec-point__ctt__list__item__ft__wrap-slide__slide {
  margin-top: 4rem;
}
.p-sec-point__ctt__list__item__ft__wrap-slide__slide__item__txt {
  margin-top: 5rem;
}
.p-sec-point__ctt__list__item__ft__wrap-slide__slide__item .br {
  height: 0.6rem;
}
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-next:after, .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-prev:after, .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-next:after {
  content: none;
}
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-next,
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-prev {
  width: 8rem;
  right: -4rem;
  aspect-ratio: 1;
  height: auto;
}
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-prev,
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-next {
  width: 8rem;
  left: -4rem;
  aspect-ratio: 1;
  height: auto;
}
.p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-next, .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-prev {
  top: 35%;
}
.p-sec-point__ctt__list__item__ft__group-img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 4rem;
  margin-top: 6rem;
  margin-bottom: -1rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item {
  background: #eceae5;
  width: 100%;
}
.p-sec-point__ctt__list__item__ft__group-img__item__title {
  background: var(--gaia-color-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__title p {
  font-size: 2.6rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__title span {
  font-size: 2.2rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__title.v2 {
  background: var(--gaia-color-cool);
}
.p-sec-point__ctt__list__item__ft__group-img__item__group {
  padding: 2.5rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__box {
  background: #fff;
  color: var(--gaia-color-primary);
  font-size: 2.2rem;
  min-height: 13rem;
  align-content: center;
  margin-top: 1.8rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__box p {
  text-align: center;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap {
  position: relative;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap.v2 img {
  max-width: 34rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap.v2 p {
  left: 0;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap img {
  max-width: 39rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap p {
  position: absolute;
  font-size: 1.4rem;
  top: -0.5rem;
  left: 1rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}
.p-sec-point__ctt__list__item__ft__group-img__item__group__list__item {
  background: #fff;
  border-radius: 10rem;
  font-size: 1.4rem;
  width: 9.2rem;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sec-point__ctt__list__item__ft__group-img__item:nth-child(2) {
  background: #e5f1ea;
}
.p-sec-point__ctt__list__item__ft__table {
  margin-top: 3.5rem;
  position: relative;
}
.p-sec-point__ctt__list__item__ft__table__title {
  font-size: 2.6rem;
  color: var(--gaia-color-primary);
}
.p-sec-point__ctt__list__item__ft__table__title p {
  text-align: center;
}
.p-sec-point__ctt__list__item__ft__table__content-table {
  width: 100%;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td {
  font-size: 1.5rem;
  border: 0.1rem solid #666666;
  padding: 1rem;
  vertical-align: middle;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td span {
  color: var(--gaia-color-accent);
  font-size: 1.9rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td small {
  font-size: 1.4rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td p {
  height: 0.6rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td:nth-child(1) {
  width: 18rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td:nth-child(2) {
  background: #eceae5;
  width: 39rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr td:nth-child(3) {
  background: #e5f1ea;
  width: 39rem;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr:nth-child(1) {
  color: #fff;
  text-align: center;
}
.p-sec-point__ctt__list__item__ft__table__content-table tr:nth-child(1) td:nth-child(2) {
  background: var(--gaia-color-primary);
}
.p-sec-point__ctt__list__item__ft__table__content-table tr:nth-child(1) td:nth-child(3) {
  background: var(--gaia-color-cool);
}
.p-sec-point__ctt__list__item__ft__table__content-table:nth-child(2) tr td {
  vertical-align: top;
}
.p-sec-point__ctt__list__item__ft__table__content-table:nth-child(2) tr td:nth-child(1) {
  vertical-align: middle;
}
.p-sec-point__ctt__list__item__ft__group-txt {
  margin-top: 5rem;
}
.p-sec-point__ctt__list__item__ft__title {
  font-size: 2.6rem;
  color: var(--gaia-color-primary);
  margin-top: 6.5rem;
}
.p-sec-point__ctt__list__item__ft__title p {
  text-align: center;
}
.p-sec-point__ctt__list__item__ft__img2 {
  margin-top: 4rem;
  position: relative;
}
.p-sec-point__ctt__list__item__ft__btn {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem;
}
.p-sec-point__ctt__list__item__ft__btn .c-button a {
  min-height: 5.6rem;
  font-size: 1.9rem;
}
.p-sec-point__ctt__btn {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.p-sec-point__ctt__btn .c-button {
  max-width: 100%;
}
.p-sec-point__ctt__btn .c-button a {
  min-height: 5.6rem;
}
.p-sec-point__ctt__btn--service {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.p-sec-point__ctt__btn--service .c-button {
  max-width: 37.8rem;
}

/* アコーディオン */
.p-sec-point__ctt__list__item__ft__accordion {
  margin-top: 1em;
}
.p-sec-point__ctt__list__item__ft__accordion > summary {
  list-style: none;
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  color: #00722f;
  transition: opacity .2s ease;

  @media (any-hover: hover) {
    &:hover {
      opacity: .7;
    }
  }

  @media (min-width: 1360px) {
    margin-right: 17%;
  }
}
.p-sec-point__ctt__list__item__ft__accordion > summary::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.55em solid currentColor; /* ▶ */
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform .2s ease;
  vertical-align: middle;
}
.p-sec-point__ctt__list__item__ft__accordion[open] > summary::before {
  transform: rotate(-90deg); /* ▼ */
}
.p-sec-point__ctt__list__item__ft__accordion > summary::-webkit-details-marker {
  display: none;
}
.p-sec-point__ctt__list__item__ft__accordion .p-sec-point__ctt__list__item__ft__des {
  padding: 2em;
  background: #e5f1ea;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .p-sec-point {
    padding: 3.5rem 0;
  }
  .p-sec-point__ctt__list{
    margin-top: 2.5rem;
  }
  .p-sec-point__ctt__list__item__top {
    flex-direction: column;
  }
  .p-sec-point__ctt__list__item__top__left {
    max-width: 100%;
    min-height: 4.5rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
  }
  .p-sec-point__ctt__list__item__top__left__number {
    gap: 1rem;
  }
  .p-sec-point__ctt__list__item__top__left__number p {
    font-size: 1.6rem;
  }
  .p-sec-point__ctt__list__item__top__left__number span {
    font-size: 2.6rem;
  }
  .p-sec-point__ctt__list__item__top__right__group__title {
    font-size: 1.8rem;
  }
  .p-sec-point__ctt__list__item__top__button {
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-sec-point__ctt__list__item__top__button span {
    width: 1.7rem;
  }
  .p-sec-point__ctt__list__item__top__right {
    padding: 1.5rem;
    min-height: 12rem;
  }
  .p-sec-point__ctt__list__item__ft {
    padding: 2rem;
  }
  .p-sec-point__ctt__list__item__ft__box {
    padding: 1.5rem;
    font-size: 1.4rem;
    min-height: auto;
  }
  .p-sec-point__ctt__list__item__ft__list__item__title {
    font-size: 1.8rem;
  }
  .p-sec-point__ctt__list__item__ft__list {
    gap: 2.5rem;
  }
  .p-sec-point__ctt__list__item__ft--des {
    margin-top: 2.5rem;
  }
  .p-sec-point__ctt__list__item__ft__img {
    margin-top: 1rem;
    overflow-x: auto;
  }
  .p-sec-point__ctt__list__item__ft__img img {
    min-width: 55rem;
  }
  .p-sec-point__ctt__list__item__ft__img__scroll img{
    min-width: auto;
  }
  .p-sec-point__ctt__list__item__ft__btn {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .p-sec-point__ctt__list__item__ft__btn .c-button a {
    min-height: 4.4rem;
    font-size: 1.6rem;
  }
  .p-sec-point__ctt__list__item__ft__btn .c-button {
    max-width: 27rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide__title {
    font-size: 1.8rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide__slide {
    margin-top: 1rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide__slide__item__txt {
    margin-top: 2rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-next, .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-prev {
    width: 4.3rem;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-button-prev, .p-sec-point__ctt__list__item__ft__wrap-slide .swiper-rtl .swiper-button-next {
    width: 4.3rem;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }
  .p-sec-point .control {
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 4.5rem;
    align-items: center;
    margin-top: 2.5rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide {
    margin: 0;
    margin-top: 4rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img {
    margin-top: 3rem;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__title p {
    font-size: 1.8rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__title span {
    font-size: 1.4rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__title {
    padding: 0.5rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group {
    padding: 1.5rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__box {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    padding: 1rem;
    min-height: 9.3rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__img {
    margin-top: 1.8rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(8rem, 9rem));
  }
  .p-sec-point__ctt__list__item__ft__table__content-table {
    min-width: 70rem;
  }
  .p-sec-point__ctt__list__item__ft__table__scroll {
    width: 13rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .p-sec-point__ctt__list__item__ft__table {
    overflow-y: auto;
    margin-top: 2rem;
  }
  .p-sec-point__ctt__list__item__ft__table__content-table tr td {
    font-size: 1.1rem;
  }
  .p-sec-point__ctt__list__item__ft__table__content-table tr td span {
    font-size: 1.4rem;
  }
  .p-sec-point__ctt__list__item__ft__table__content-table tr td small {
    font-size: 1rem;
  }
  .p-sec-point__ctt__list__item__ft__table__content-table tr td p {
    height: 0.4rem;
  }
  .p-sec-point__ctt__list__item__ft__table__content-table tr td:nth-child(1) {
    width: 14rem;
  }
  .p-sec-point__ctt__list__item__ft__title {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .p-sec-point__ctt__list__item__ft__img2 {
    margin-top: 2.6rem;
    overflow-x: auto;
  }
  .p-sec-point__ctt__list__item__ft__img2 img {
    min-width: 72rem;
  }
  .p-sec-point__ctt__list__item__ft__img2__scroll{
    width: 13rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .p-sec-point__ctt__list__item__ft__img2__scroll img{
    min-width: auto;
  }
  .p-sec-point__ctt__list__item__ft__group-txt {
    margin-top: 2.5rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap img {
    max-width: 22.6rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap.v2 p {
    left: 0.5rem;
  }
  .p-sec-point__ctt__list__item__ft__group-img__item__group__img__wrap p {
    left: 0.5rem;
    top: 0;
  }
  .p-sec-point .c-title-main h2 span{
    font-size: 2.3rem;
    --_size: 3rem;
  }
  /* .p-sec-point .c-title-main h2 span small{
    margin-top: .6rem;
  } */
  .p-sec-point .c-title-main h2{
    gap: .3rem;
    padding-top: .5rem;
  }
  .p-sec-point__ctt__btn--service{
    margin-top: 3rem;
  }
  .p-sec-point__ctt__btn--service a{
    font-size: 1.6rem;
  }
  .p-sec-point__ctt__btn--service .c-button{
    max-width: 30rem;
  }
  .p-sec-point__ctt__list__item__ft__wrap-slide__slide__item__img{
    margin: 0;
  }
}

@media(max-width: 650px){
  .p-sec-point__ctt__list__item__ft__img__scroll{
    display: block;
  }
}

/* ScrollHint overlay visibility tweak (ensure on top of content) */
.scroll-hint-icon-wrap{
  z-index: 10;
}