/*==================================================================
    納品完了後、CSSを追加するファイル
===================================================================*/

.is-provider-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.l-header__menu__sns {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
}

.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 1rem;
}

.l-header__contents {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.l-header__change-lang {
  font-size: 1rem;
  color: #fff;
  font-family: "Cinzel", serif;
}

.u-font-cinzel {
  font-family: "Cinzel", serif;
}

.c-card-service__link a {
  align-items: center;
}
.c-card-service__link a::after {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../common/img/common/icon_arrow3.svg) center / contain no-repeat;
}

/* front-page people2 */
.p-fp-people2__inner {
  display: flex;
  align-items: center;
  gap: 8rem;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
  }
}
.p-fp-people2__contents {
  @media (min-width: 768px) {
    width: max-content;
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    margin-top: 4rem;
  }
}
.p-fp-people2__title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;

  @media (max-width: 767px) {
    font-size: 1.5rem;
  }
}
.p-fp-people2__button-wrap {
  margin-top: 3.5rem;
}
.p-fp-people2__button {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 1.2rem;

  &::after {
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: url(../../common/img/common/icon_arrow3.svg) center / contain no-repeat;
  }
}
.p-fp-people2__pic {
  @media (min-width: 768px) {
    width: 40rem;
  }
}

.p-fp-wanted {
  min-height: 35.5rem;
  background: url(../../common/img/frontpage/wanted_bg.jpg) center / cover no-repeat;

  @media (max-width: 767px) {
    min-height: 20rem;
  }
}
.p-fp-wanted__text {
  margin-top: 6.4rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;

  @media (max-width: 767px) {
    margin-top: 3.2rem;
    font-size: 1.2rem;
  }

  span {
    display: inline-block;
  }
}
.p-fp-wanted__button-wrap {
  margin-top: 3.3rem;
}
.p-fp-wanted__button {
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 1.2rem;

  &::after {
    content: "";
    width: 1rem;
    height: 0.625rem;
    border-radius: 50%;
    background: url(../../common/img/common/icon_arrow2.svg) center / contain no-repeat;
  }
}

.p-fp-contact__subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: 2rem;

  @media (max-width: 767px) {
    font-size: 1rem;
  }
}
.p-fp-contact__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-fp-contact__button {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Cinzel", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 0.5rem;
  width: 100%;
  height: 5.625rem;
}
.p-fp-contact__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-form1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* PEOPLE */
.p-people {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-people__box {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid currentColor;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-people__img {
  @media (min-width: 768px) {
    width: 15rem;
    flex-grow: 1;
  }
  @media (max-width: 767px) {
    width: 100%;
    img {
      width: 100%;
    }
  }
}
.p-people__contents {
  @media (min-width: 768px) {
    width: 40rem;
    flex-grow: 1;
  }
}
.p-people__name {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-people__position {
  margin-top: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-people__text {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-people__english {
  margin-top: 2rem;
}
.p-people__english-summary {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.3s;

  &:hover {
    opacity: 0.7;
  }

  &::after {
    content: "";
    width: 100%;
    height: 0.5px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-people__english-text {
  margin-top: 2.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

/* WANTEDページ */
.p-wanted__lead-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  @media (max-width: 767px) {
    font-size: 1rem;
  }
}
.p-wanted__text {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-wanted__accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-wanted__button {
  width: 17.5rem;
  max-width: 100%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  @media (max-width: 767px) {
    width: 100%;
  }
}
.p-wanted__flow {
  display: flex;
  gap: 3.625rem;
  max-width: 100%;
  overflow: scroll;
}
.p-wanted__flow-item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  border: 1px solid currentColor;
  padding: 0.7rem 1rem;
  flex-shrink: 0;
  position: relative;

  &:not(:last-child)::after {
    content: "→";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: calc(100% + 1rem);
    transform: translateY(-50%);
  }
}

.c-accordion {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c-accordion__title {
  border: 1px solid currentColor;
  padding: 2rem;
  display: flex;
  justify-content: space-between;

  @media screen and (max-width: 767px) {
    padding: 1rem;
  }

  &:not(.-js-open) .c-accordion__button::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  &:not(.-js-open) .c-accordion__button::after {
    transform: translate(-50%, -50%) rotate(270deg);
  }
}
.c-accordion__title-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  @media screen and (max-width: 767px) {
    font-size: 1rem;
  }
}
.c-accordion__button {
  color: inherit;
  width: 2rem;
  height: 2rem;
  position: relative;
  cursor: pointer;

  @media screen and (max-width: 767px) {
    width: 1rem;
    height: 1rem;
  }

  &::before,
  &::after {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.5s;
  }
}

.c-accordion__content {
  display: none;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.c-accordion__content-text {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.c-dl1__item {
  border-top: 1px solid currentColor;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 1rem;
  @media (max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

/* SERVICE（別荘事業） */
.p-service-heading__mv__title-ja {
  line-height: calc(55 / 40);
}
.p-service-heading__mv__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  left: 3rem;
  bottom: 3rem;

  @media (max-width: 767px) {
    font-size: 1rem;
    position: static;
    margin-top: 5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-villa {
}
.p-villa__title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: calc(40 / 24);

  @media screen and (max-width: 767px) {
    font-size: 1.25rem;
  }

  &::before {
    content: "";
    width: 0.75rem;
    height: 0.0625rem;
    background: currentColor;
    display: inline-block;
    vertical-align: super;
    margin-right: 0.75rem;
  }
}
.p-villa__title--noline {
  &::before {
    display: none;
  }
}
.p-villa__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: calc(30 / 16);
  @media (max-width: 767px) {
    font-size: 0.8125rem;
  }
}
.p-villa__toc {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;

  @media screen and (max-width: 767px) {
    gap: 2rem;
  }
}
.p-villa__toc-item {
  max-width: 100%;
  a {
    display: flex;
    width: 23.75rem;
    max-width: 100%;
    min-height: 4rem;
    padding: 0.25rem 2rem;
    border: 0.0625rem solid currentColor;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2;

    @media screen and (max-width: 767px) {
      font-size: 1rem;
      min-height: 3.75rem;
    }

    &::after {
      content: "";
      background: url(../../common/img/common/icon_arrow2.svg) center / contain no-repeat;
      width: 1rem;
      height: 0.625rem;
    }
  }
}
.p-villa__hr {
  @media (max-width: 767px) {
    width: calc(100% + (100vw - 100%) / 2);
  }
}
.p-villa__dlist-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 0.0625rem solid currentColor;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
.p-villa__dlist {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid currentColor;
  @media (max-width: 767px) {
    grid-template-columns: 4.09375rem 1fr;
  }
  &:not(:nth-child(2n)) {
    @media (min-width: 768px) {
      border-right: 0.0625rem solid currentColor;
    }
  }
  &:nth-last-child(-n + 2) {
    @media (min-width: 768px) {
      border-bottom: none;
    }
  }
  &:last-child {
    @media (max-width: 768px) {
      border-bottom: none;
    }
  }
}
.p-villa__dlist-term {
  border-right: 0.0625rem solid currentColor;
  padding: 1rem;
  text-align: center;
}
.p-villa__dlist-desc {
  padding: 1rem;
}
.p-villa__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  flex-wrap: wrap;

  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.p-villa__list-item-pic {
  img {
    width: 100%;
  }
}
.p-villa__list-item-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: calc(24 / 14);
  @media (max-width: 767px) {
    margin-top: 1.5rem;
  }
}
.p-villa__sub-title {
  font-size: 1.3125rem;
  line-height: calc(30 / 21);
}
.p-villa__card-list {
  display: grid;
  gap: 3.125rem;

  @media (max-width: 767px) {
    gap: 5rem;
  }
}
.p-villa__card-item {
  display: flex;
  gap: 3.75rem;
  @media (max-width: 767px) {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-villa__card-item-pic {
  @media (min-width: 768px) {
    width: 20.375rem;
    flex-grow: 1;
  }
}
.p-villa__card-body {
  @media (min-width: 768px) {
    width: 37.0625rem;
    flex-grow: 1;
  }
}
.p-villa__card-title {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: calc(30 / 21);

  @media screen and (max-width: 767px) {
    font-size: 1.125rem;
  }
}
.p-villa__card-sub-title {
  margin-top: 2rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: calc(30 / 21);

  @media screen and (max-width: 767px) {
    font-size: 1rem;
  }
}
.p-villa__card-button-wrap {
  margin-top: 3.125rem;
  @media (max-width: 767px) {
    margin-top: 1.5rem;
  }
}
.p-villa__card-button {
  font-family: "Cinzel", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: calc(29 / 14);
  display: flex;
  align-items: center;
  gap: 1.2rem;

  &::after {
    content: "";
    width: 3.125rem;
    height: 3.125rem;
    background: url(../../common/img/common/icon_arrow3.svg) center / contain no-repeat;
  }
}

.p-villa__flow-list {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;

  @media screen and (max-width: 767px) {
    gap: 3.125rem;
  }
}
.p-villa__flow-item {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 3.125rem;

  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.p-villa__flow-title {
  border: 0.0625rem solid currentColor;
  font-size: 1.25rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;

  @media screen and (max-width: 767px) {
    font-size: 1rem;
    min-height: 3.75rem;
  }
}
.p-villa__flow-text {
  @media screen and (min-width: 768px) {
    padding-top: 0.5em;
  }
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: calc(30 / 14);
}
.p-villa__management-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.25rem;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
.p-villa__management-item {
  border: 0.0625rem solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  min-height: 4.5rem;

  @media (max-width: 767px) {
    font-size: 1rem;
    min-height: 3.75rem;
  }
}
.p-villa__merit-list {
  display: grid;
  gap: 3.125rem;
}
.p-villa__merit-item {
  display: grid;
  grid-template-columns: 27.3125rem 30rem;
  gap: 3.9375rem;
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid currentColor;
  &:last-child {
    @media (min-width: 768px) {
      border-bottom: unset;
    }
  }
  @media (min-width: 768px) {

  }
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    padding-bottom: 2.5rem;
  }
}
.p-villa__merit-title {
  font-size: 1.25rem;
  line-height: 2;

  span {
    @media (max-width: 767px) {
      margin-top: 0.625rem;
      font-size: 1.0625rem;
      display: block;
    }
  }
}
.p-villa__merit-text {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: calc(30 / 14);

  @media (max-width: 767px) {
    font-size: 0.8125rem;
    line-height: calc(30 / 13);
  }
}
