.sec-fp {
  margin-top: 15rem;
}
.sec-fp__ctt__head {
  margin-left: -5rem;
}
.sec-fp__ctt__table {
  margin-top: 5.5rem;
  background: #eceae5;
}
.sec-fp__ctt__table__title {
  color: #fff;
  background: var(--gaia-color-primary);
  padding: 4rem;
  cursor: pointer;
  transition: 0.3s ease;

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
}
.sec-fp__ctt__table__title p {
  font-size: 2.8rem;
  border-bottom: 0.1rem solid #fff;
  text-align: center;
  padding-bottom: 1.5rem;
}
.sec-fp__ctt__table__title span {
  font-size: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  line-height: 1;
}
.sec-fp__ctt__table__title__control {
  position: relative;
  background: #fff;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s ease;
}
.sec-fp__ctt__table__title__control div {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #00425c;
  width: 2.5rem;
  height: 0.15rem;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.sec-fp__ctt__table__title__control div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-fp__ctt__table__title__control.active div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec-fp__ctt__table__title__control.active div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec-fp__ctt__table__content-table {
  width: 90%;
  margin: auto;
  margin-top: 2.5rem;
}
.sec-fp__ctt__table__content-table tr td {
  border-bottom: 0.1rem solid var(--gaia-color-primary);
  padding: 2.5rem 1rem;
}
.sec-fp__ctt__table__content-table tr td span {
  font-size: 2.8rem;
  color: var(--gaia-color-primary);
}
.sec-fp__ctt__table__content-table tr td small {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  display: block;
}
.sec-fp__ctt__table__content-table tr td:nth-child(1) {
  font-size: 3rem;
  color: var(--gaia-color-primary);
}
.sec-fp__ctt__table__content-table tr td:nth-child(2) {
  line-height: 2;
}
.sec-fp__ctt__table__group {
  display: none;
}
.sec-fp__ctt__table__group .c-button a {
  color: #00425c;
  border: 0.1rem solid #00425c;
}
.sec-fp__ctt__table__group .c-button a:after {
  border-top: 1px solid #00425c;
  border-right: 1px solid #00425c;
}
.sec-fp__ctt__table .c-button {
  max-width: 47rem;
  margin: auto;
  margin-top: 5.5rem;
  padding-bottom: 5rem;
}
.sec-fp__ctt__table:last-child {
  background: #e5ecef;
}
.sec-fp__ctt__table:last-child .sec-fp__ctt__table__title {
  background: #00425c;
}
.sec-fp__ctt__table:last-child .sec-fp__ctt__table__content-table tr td {
  border-bottom: 0.1rem solid #00425c;
  color: #00425c;
}
.sec-fp__ctt__table:last-child .sec-fp__ctt__table__content-table tr td:nth-child(2) {
  color: #000;
}
.sec-fp__ctt--ft {
  margin-top: 13rem;
}
@media (max-width: 1300px) {
  .sec-fp .sec-fp__ctt__head {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sec-fp {
    margin-top: 2rem;
  }
  .sec-fp__ctt__head {
    margin-left: 0;
  }
  .sec-fp__ctt__table__title p {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .sec-fp__ctt__table__title span {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.8rem;
  }
  .sec-fp__ctt__table__title__control {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sec-fp__ctt__table__title__control div {
    width: 1.7rem;
  }
  .sec-fp__ctt__table__title {
    padding: 2rem;
  }
  .sec-fp__ctt__table {
    margin-top: 2rem;
  }
  .sec-fp__ctt__table__content-table {
    display: flex;
    margin-top: 1rem;
  }
  .sec-fp__ctt__table__content-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--gaia-color-primary);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .sec-fp__ctt__table__content-table tr td {
    border: 0;
    padding: 0;
  }
  .sec-fp__ctt__table__content-table tr td:nth-child(1) {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .sec-fp__ctt__table__content-table tr td span {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .sec-fp__ctt__table__content-table tr td small {
    font-size: 1.2rem;
    margin-top: 0.7rem;
  }
  .sec-fp__ctt__table__content-table tr td:nth-child(2) {
    line-height: 1.67;
  }
  .sec-fp__ctt__table .c-button {
    margin-top: 2rem;
    padding-bottom: 2.5rem;
    max-width: 26.5rem;
    line-height: 1.5;
  }
  .sec-fp__ctt__table:last-child .sec-fp__ctt__table__content-table tr td {
    border: 0;
  }
  .sec-fp__ctt--ft {
    margin-top: 4rem;
  }
}

.sec-service {
  padding: 9rem 0;
}
.sec-service__ctt__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28.5rem, 1fr));
  gap: 6rem;
}
.sec-service__ctt__list__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.sec-service__ctt__list__item__top {
  background: #fff;
  position: relative;
  padding: 4rem 0 1.5rem;
}
.sec-service__ctt__list__item__top__title {
  color: var(--gaia-color-primary);
}
.sec-service__ctt__list__item__top__title p {
  text-align: center;
  font-size: 1.4rem;
}
.sec-service__ctt__list__item__top__title span {
  display: flex;
  justify-content: center;
  font-size: 2.6rem;
  margin-top: 0.5rem;
}
.sec-service__ctt__list__item__top__pos {
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  right: 0;
  color: #fff;
  max-width: 12rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-service__ctt__list__item__top__pos.pr {
  background: #996633;
}
.sec-service__ctt__list__item__top__pos.or {
  background: #cc6633;
}
.sec-service__ctt__list__item__top__pos.gr {
  background: #669933;
}
.sec-service__ctt__list__item__ft {
  padding: 1.5rem 3rem 3rem;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-service__ctt__list__item__ft__btn {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sec-service {
    padding: 4.5rem 0 3.5rem;
  }
  .sec-service__ctt__list {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
  .sec-service__ctt__list__item__top__title span {
    font-size: 2rem;
    margin-top: 0;
  }
  .sec-service__ctt__list__item__top__pos {
    font-size: 1.4rem;
    right: 50%;
    transform: translateX(50%);
  }
  .sec-service__ctt__list__item__top {
    padding: 3rem 0.5rem 1rem;
  }
}

.sec-team {
  position: relative;
  z-index: 1;
}

.sec-team__ctt__img {
  display: flex;
  margin-left: calc(50% - 50vw);

  /* 過剰な拡大を防止 */
  @media (min-width: 1440px) {
    justify-content: flex-end;

    img {
      max-width: 1280px;
    }
  }
}
.sec-team__ctt__group {
  display: flex;
  align-items: flex-start;
  gap: 13rem;
  background: var(--gaia-color-primary);
  color: #fff;
  padding: 54rem 8rem 6rem;
  margin-right: calc(50% - 50vw);
  border-radius: 0 0 0 5rem;
  margin-top: -48rem;
}
.sec-team__ctt__group__left {
  font-size: 3.6rem;
}
.sec-team__ctt__group__right {
  line-height: 2.5;
}
@media (max-width: 1000px) {
  .sec-team .l-container{
    max-width: 100%;
    width: 100%;
  }
  .sec-team__ctt__img{
    margin-left: 0;
    margin-right: 10rem;
  }
  .sec-team__ctt__group{
    margin-left: 5rem;
    margin-right: 0;
  }
}

@media (max-width: 1080px) {
  .sec-team__ctt__group {
    padding: 48rem 8rem 6rem;
    margin-top: -43rem;
    gap: 8rem;
  }
}
@media (max-width: 768px) {
  .sec-team {
    background: #f3f2ed;
  }
  .sec-team__ctt__group {
    flex-direction: column;
    gap: 2rem;
    padding: 16rem 4.5rem 3.5rem 3.5rem;
    margin-top: -13rem;
    margin-left: 1.5rem;
  }
  .sec-team__ctt__group__right {
    line-height: 1.6;
  }
  .sec-team__ctt__group__left {
    font-size: 1.8rem;
  }
  .sec-team__ctt__img {
    margin-right: 3.5rem;
  }
  .sec-team__ctt__group__right span {
    text-decoration: none;
  }
}

.sec-step {
  padding: 60rem 0 10rem;
  margin-top: -47rem;
}
.sec-step__ctt__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 3rem;
}
.sec-step__ctt__list__item {
  background: #fff;
  padding: 2.5rem;
}
.sec-step__ctt__list__item__title {
  font-family: "Shippori Mincho", serif;
  color: var(--gaia-color-primary);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.sec-step__ctt__list__item__title p {
  font-size: 1.8rem;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 1px solid var(--gaia-color-primary);
  padding-bottom: 0.5rem;
}
.sec-step__ctt__list__item__title span {
  font-size: 4.5rem;
  line-height: 1;
}
.sec-step__ctt__list__item__des {
  font-size: 2.6rem;
  color: var(--gaia-color-primary);
  margin-top: 2rem;
  min-height: 8.5rem;
  align-content: center;
}
.sec-step__ctt__list__item__des p {
  text-align: center;
}
.sec-step__ctt__list__item__img {
  display: flex;
  justify-content: center;
  min-height: 15rem;
  align-items: center;
  margin-top: 2rem;
}
.sec-step__ctt__list__item__img.img1 img {
  max-width: 15rem;
}
.sec-step__ctt__list__item__img.img2 img {
  max-width: 14rem;
}
.sec-step__ctt__list__item__img.img3 img {
  max-width: 15.5rem;
}
.sec-step__ctt__list__item__img.img4 img {
  max-width: 11rem;
}
.sec-step__ctt__list__item__txt {
  margin-top: 2rem;
}
.sec-step__ctt__btn {
  margin: auto;
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .sec-step {
    padding: 4.5rem 0 3rem;
    margin-top: 0;
  }
  .sec-step__ctt__list {
    gap: 2.5rem;
    margin-top: 3rem;
  }
  .sec-step__ctt__list__item__title {
    flex-direction: row;
    justify-content: center;
    position: relative;
  }
  .sec-step__ctt__list__item__title::after {
    position: absolute;
    content: "";
    width: 2.7rem;
    height: 0.1rem;
    background: var(--gaia-color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-step__ctt__list__item__title p {
    font-size: 1.6rem;
    border: 0;
  }
  .sec-step__ctt__list__item__title span {
    font-size: 4rem;
    padding-bottom: .3em;
  }
  .sec-step__ctt__list__item__des {
    font-size: 2rem;
    min-height: auto;
  }
  .sec-step__ctt__list__item__txt {
    margin-top: 1.5rem;
  }
  .sec-step__ctt__list__item {
    padding: 1.5rem 1.5rem 2.5rem;
  }
  .sec-step__ctt__btn {
    margin-top: 3rem;
  }
}
@media (max-width: 530px) {
  .sec-step__ctt__list__item__img {
    min-height: auto;
  }
}/*# sourceMappingURL=service.css.map */