@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*		共通コンタクトセクション
-----------------------------------------------------*/
.p-common_contact {
  padding: 10rem 2rem 13rem;
}
@media screen and (max-width: 833px) {
  .p-common_contact {
    padding: 5rem 2rem 8rem;
  }
}
.p-common_contact .l-container_wide {
  padding-block: 4rem 7.5rem;
  background-color: #f0f5f3;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-common_contact .l-container_wide {
    padding: 3rem 2rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-common_contact .l-container_wide .l-inner {
    max-width: 100%;
  }
}
.p-common_contact .c-title_l {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-common_contact .c-title_l {
    margin-bottom: 2rem;
  }
}
.p-common_contact_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px 3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-common_contact_content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-common_contact_content img,
.p-common_contact_content svg {
  width: 6rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-common_contact_content img,
  .p-common_contact_content svg {
    width: 3.2rem;
  }
}
.p-common_contact_content img path,
.p-common_contact_content svg path {
  fill: #b9d3c9;
}
.p-common_contact_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-common_contact_mail {
    gap: 0;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #b0b0b0;
  }
}
.p-common_contact_title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-common_contact_title {
    margin-bottom: 2rem;
  }
}
.p-common_contact_title span {
  display: block;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-common_contact_title span {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}
.p-common_contact dl dt {
  width: 100%;
  font-family: var(--base-sans-serif);
  color: #fff;
  text-align: center;
  padding: 0.5rem 2rem;
  background-color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .p-common_contact dl dt {
    font-size: 1.2rem;
  }
}
.p-common_contact dl dd {
  color: var(--color-green);
  padding: 1.5rem 2rem;
}
.p-common_contact .c-btn_wrap {
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/*		TOPページ
-----------------------------------------------------*/
.p-home-hero {
  padding-top: 3rem;
  margin-bottom: -5.6rem;
  margin-bottom: clamp(-3.6rem, -2.9166666667vw, -5.6rem);
}
@media screen and (max-width: 767px) {
  .p-home-hero {
    margin-bottom: -12rem;
  }
}
.p-home-hero .l-container_fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 3%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-hero .l-container_fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-hero_content {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .p-home-hero_content {
    width: 100%;
    text-align: center;
  }
}
.p-home-hero_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.1rem;
  font-size: clamp(2rem, 2.1354166667vw, 4.1rem);
  font-weight: bold;
  line-height: 1.8;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-hero_title {
    font-size: 2.2rem;
  }
}
.p-home-hero_title > span {
  display: block;
  overflow: hidden;
}
.p-home-hero_title > span > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: textUp 2s ease forwards;
          animation: textUp 2s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-home-hero_title > span:nth-child(2) {
  margin-left: 1.5em;
}
.p-home-hero_title > span + span > span {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.p-home-hero_title b {
  font-size: 1.36em;
}
.p-home-hero_banner {
  text-align: center;
  margin-top: 8rem;
  margin-top: clamp(4rem, 4.1666666667vw, 8rem);
}
@media screen and (max-width: 767px) {
  .p-home-hero_banner {
    margin-top: 2.4rem;
  }
}
.p-home-hero_banner img {
  max-width: 50.7rem;
  width: 80%;
  opacity: 0;
  -webkit-animation: bannerShow 1.5s ease forwards;
          animation: bannerShow 1.5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.p-home-hero_image {
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-animation: imageShow 2s ease forwards;
          animation: imageShow 2s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-home-hero_image {
    width: calc(50vw + 60px);
    margin-right: calc(52% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-home-hero_image {
    margin-right: calc(50% - 50vw);
  }
}
.p-home-hero_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes textUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bannerShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes imageShow {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes imageShow {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-home-news {
  padding-block: 14rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    padding-block: 16rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news .c-title_l {
    margin-bottom: 2rem;
  }
}
.p-home-news .c-news_list time {
  border-color: #b0b0b0;
}
.p-home-news .c-news_list li {
  border-color: var(--color-black);
}

.p-home-service {
  position: relative;
  padding-block: 16rem 35rem;
  background: #f0f5f3 url("../img/page/home/home_service_bg.svg") repeat-x left bottom/auto 19rem;
}
@media screen and (max-width: 767px) {
  .p-home-service {
    padding-block: 6rem 14rem;
    background-size: auto 10rem;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service .c-unit {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service .c-unit_content {
    display: contents;
  }
  .p-home-service .c-unit_content .c-title_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-home-service .c-unit_content p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-home-service .c-unit_image {
  overflow: hidden;
  aspect-ratio: 930/600;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .p-home-service .c-unit_image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
  }
}
.p-home-service .c-unit_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.p-home-service .c-btn_01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-home-service .c-btn_01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 4rem;
  }
}

.p-home-residence {
  padding-block: 16rem 7rem;
  background-color: #d5e8e1;
}
@media screen and (max-width: 767px) {
  .p-home-residence {
    padding-block: 6rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-residence .c-unit {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-residence .c-unit_content {
    display: contents;
  }
  .p-home-residence .c-unit_content .c-title_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-home-residence .c-unit_content p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-home-residence .c-unit_image {
  overflow: hidden;
  aspect-ratio: 930/600;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .p-home-residence .c-unit_image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
  }
}
.p-home-residence .c-unit_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.p-home-residence .c-btn_01 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-home-residence .c-btn_01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 4rem;
  }
}

.p-home-owners {
  padding-block: 7rem 20rem;
  background-color: #d5e8e1;
}
@media screen and (max-width: 767px) {
  .p-home-owners {
    padding-block: 2.5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-owners .c-unit {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-owners .c-unit_content {
    display: contents;
  }
  .p-home-owners .c-unit_content .c-title_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-home-owners .c-unit_content p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-home-owners .c-unit_image {
  overflow: hidden;
  aspect-ratio: 930/600;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .p-home-owners .c-unit_image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
  }
}
.p-home-owners .c-unit_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.p-home-owners .c-btn_01 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-home-owners .c-btn_01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 4rem;
  }
}

.p-home-menu {
  padding-block: 18rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-home-menu {
    padding-block: 8rem 4rem;
  }
}
.p-home-menu .c-card-grid {
  gap: 5rem 6rem;
}
.p-home-menu .c-card-grid_image {
  position: relative;
  z-index: -1;
  padding-left: 2rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 767px) {
  .p-home-menu .c-card-grid_image {
    padding-left: 0;
    margin-bottom: -5rem;
  }
}
.p-home-menu .c-card-grid_item {
  display: block;
  gap: 0;
  grid-row: unset;
}
.p-home-menu_text {
  max-width: 45.5rem;
  background-color: #fff;
  padding: 3rem 3rem 2rem 2rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-home-menu_text {
    max-width: calc(100% - 20px);
    width: 100%;
    padding: 2rem;
    margin-inline: auto;
  }
}
.p-home-menu .c-title_l {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home-menu .c-title_l {
    margin-bottom: 2rem;
  }
}
.p-home-menu .c-title_l_en {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-home-menu .c-title_l_en {
    font-size: 1.2rem;
  }
}
.p-home-menu .c-title_l_jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-home-menu .c-title_l_jp {
    font-size: 2.4rem;
  }
}

/*.p-home-menu END*/
.p-home-company {
  padding-block: 7rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-home-company {
    padding-block: 4rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company .l-container_wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-company_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home-company_head {
    display: contents;
  }
}
.p-home-company .c-title_l {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home-company .c-title_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company .c-btn_01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.p-home-company_list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem 2rem;
}
@media screen and (max-width: 1023px) {
  .p-home-company_list {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-home-company_list figure {
  position: relative;
  overflow: hidden;
}
.p-home-company_list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-home-company_list figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  font-size: 2.8rem;
  font-size: clamp(2.2rem, 1.4583333333vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-company_list figure figcaption {
    font-size: 1.8rem;
    padding: 1.2rem;
  }
}
.p-home-company_list figure::before {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6901960784)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6901960784), transparent);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-home-company_list a:hover figure::before {
    height: 75%;
  }
  .p-home-company_list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*p-home-company END*/
/*		SERVICEページ サービス
-----------------------------------------------------*/
.p-service_lead {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  line-height: 2.5;
  padding-block: 17.6rem 30vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service_lead {
    min-height: auto;
    font-size: 1.6rem;
    padding-block: 8rem 20rem;
  }
}
.p-service_lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 46rem;
  background: url(../img/page/service/service_lead_bg.png) no-repeat center bottom/100% auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service_lead::before {
    height: 38rem;
    background-size: auto 100%;
  }
}

.p-service_intro {
  padding-block: 18rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-service_intro {
    padding-block: 8rem;
  }
}

.p-service_overview {
  padding-block: 17rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-service_overview {
    padding-block: 8rem 2.5rem;
  }
}
.p-service_overview_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .p-service_overview_list dt {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }
}
.p-service_overview_list dt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  color: #539ba2;
}
.p-service_overview_list dd {
  padding-inline: 2rem;
}
.p-service_overview_list dd + dt {
  margin-top: 4rem;
}
.p-service_overview .c-unit.is-wide .c-unit_image {
  padding-inline: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-service_overview .c-unit.is-wide .c-unit_image {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
.p-service_overview .c-unit.is-wide .c-unit_image img {
  max-width: 748px;
  width: 100%;
}
.p-service_overview .c-unit.is-wide.is-reverse .c-unit_image {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service_overview .c-unit.is-wide.is-reverse .c-unit_image {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
.p-service_overview .c-unit.is-wide.is-reverse .c-unit_image img {
  max-width: 748px;
  width: 100%;
}
.p-service_overview_content + .p-service_overview_content {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-service_overview_content + .p-service_overview_content {
    margin-top: 6rem;
  }
}
.p-service_overview_foot {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service_overview_foot {
    margin-top: 8rem;
  }
}
.p-service_overview_foot::after {
  content: "";
  display: block;
  width: 15.4rem;
  aspect-ratio: 154/63;
  margin: 6rem auto 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f4a000));
  background-image: linear-gradient(0deg, transparent, #f4a000);
}
@media screen and (max-width: 767px) {
  .p-service_overview_foot::after {
    width: 8rem;
    margin-top: 3rem;
  }
}
.p-service_overview_foot p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-service_overview_foot p {
    font-size: 1.4rem;
  }
}
.p-service_overview_foot p strong,
.p-service_overview_foot p b {
  font-size: 3.8rem;
  font-size: clamp(2rem, 2.375vw, 3.8rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service_overview_foot p strong,
  .p-service_overview_foot p b {
    font-size: 2rem;
  }
}

/*		FOR RESIDENCEページ 入居者様へ
-----------------------------------------------------*/
.p-residence_service {
  padding-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .p-residence_service {
    padding-bottom: 20rem;
  }
}
.p-residence_service .c-title_l {
  margin-bottom: 0;
}
.p-residence_service p {
  max-width: 52.5rem;
}
@media screen and (min-width: 768px) {
  .p-residence_service p {
    margin-top: 6rem;
  }
}

.p-residence_features_head {
  min-height: 35rem;
  position: relative;
  top: -7.5rem;
  z-index: 2;
  padding: 4rem 6rem 12rem;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head {
    min-height: 28rem;
    top: -4rem;
    padding: 2rem 2rem 8rem;
  }
}
.p-residence_features_head::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 20rem;
  aspect-ratio: 200/85;
  margin-inline: auto;
  background: url(../img/page/residence/residence_features_deco.svg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head::before {
    width: 12rem;
  }
}
.p-residence_features_head_bg_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 3px 20px rgba(157, 174, 167, 0.3));
          filter: drop-shadow(0 3px 20px rgba(157, 174, 167, 0.3));
}
.p-residence_features_head_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-darkseagreen);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 180px), 50% 100%, 0 calc(100% - 180px));
}
@media screen and (max-width: 767px) {
  .p-residence_features_head_bg {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  }
}
.p-residence_features_head_bg::before {
  content: "";
  width: 100%;
  height: 18rem;
  position: absolute;
  left: 50%;
  bottom: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 50% calc(100% - 1px), 100% 0, 100% 1px, 50% 100%, 0 1px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head_bg::before {
    height: 10rem;
    bottom: 7px;
  }
}
.p-residence_features_head p {
  font-size: 3rem;
  font-size: clamp(2.2rem, 2.9296875vw, 3rem);
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p {
    font-size: 1.8rem;
  }
}
.p-residence_features_head p span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.34375vw, 2.4rem);
  padding-inline: 2.7rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p span {
    font-size: 1.6rem;
  }
}
.p-residence_features_head p span::before, .p-residence_features_head p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  aspect-ratio: 27/25;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p span::before, .p-residence_features_head p span::after {
    aspect-ratio: 18/17;
  }
}
.p-residence_features_head p span::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 0;
  left: 0;
  border-top: 5px solid var(--color-green);
  border-left: 5px solid var(--color-green);
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p span::before {
    border-top-width: 3px;
    border-left-width: 3px;
  }
}
.p-residence_features_head p span::after {
  bottom: 0;
  right: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-right: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p span::after {
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}
.p-residence_features_head p > b {
  font-size: 3.8rem;
  font-size: clamp(2.6rem, 3.7109375vw, 3.8rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-residence_features_head p > b {
    font-size: 2rem;
  }
}

/* p-residence_features END*/
.p-residence_flow_list dl {
  position: relative;
  background-color: #fff;
  padding: 4rem 4rem 4rem 12rem;
  -webkit-box-shadow: 0 0 20px rgba(157, 174, 167, 0.2);
          box-shadow: 0 0 20px rgba(157, 174, 167, 0.2);
}
@media screen and (max-width: 767px) {
  .p-residence_flow_list dl {
    padding: 3rem 3rem 3rem 8rem;
  }
}
.p-residence_flow_list dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-residence_flow_list dl dt {
    font-size: 1.8rem;
  }
}
.p-residence_flow_list dl dd {
  margin-top: 1.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--color-seagreen);
}
@media screen and (max-width: 767px) {
  .p-residence_flow_list dl dd {
    margin-top: 1rem;
    padding-top: 1.6rem;
  }
}
.p-residence_flow_list dl + dl {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-residence_flow_list dl + dl {
    margin-top: 6rem;
  }
}
.p-residence_flow_list dl:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.7rem;
  aspect-ratio: 37/23;
  background-color: #539ba2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-residence_flow_list dl:not(:last-child)::after {
    width: 3rem;
    bottom: -4rem;
  }
}
.p-residence_flow_label {
  position: absolute;
  top: -0.9rem;
  left: 2rem;
  width: 8.7rem;
  height: 9.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #539ba2;
}
@media screen and (max-width: 767px) {
  .p-residence_flow_label {
    width: 6.2rem;
    height: 7rem;
    font-size: 1.2rem;
    left: 0.8rem;
  }
}
.p-residence_flow_label b {
  font-size: 2.1em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-residence_flow_label b {
    font-size: 2em;
  }
}
.p-residence_flow_label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1rem;
  height: 0.9rem;
  background-color: #abc1b8;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

/*p-residence_flow END*/
.p-residence_payment_lead {
  max-width: 72rem;
  width: 100%;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  margin: 0 auto 8rem;
  padding: 1rem 5rem;
  background-color: var(--color-seagreen);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-residence_payment_lead {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    padding: 1rem 3rem;
  }
}
.p-residence_payment .c-card-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
.p-residence_payment .c-card-flex_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
  padding: 4rem 3rem 5rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-residence_payment .c-card-flex_item:not(:last-child) {
    border-right: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 767px) {
  .p-residence_payment .c-card-flex_item {
    max-width: 100%;
    padding: 3rem 1.5rem 4rem;
  }
  .p-residence_payment .c-card-flex_item:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
}
.p-residence_payment .c-card-flex_image img {
  max-width: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-residence_payment .c-card-flex_image img {
    max-width: 6.4rem;
  }
}
.p-residence_payment .c-card-flex_title {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-residence_payment .c-card-flex_title {
    font-size: 1.8rem;
  }
}
.p-residence_payment .c-card-flex_text {
  text-align: center;
}
.p-residence_payment .c-card-flex .c-annotation {
  margin-top: 1.8rem;
}

/*p-residence_payment END*/
/*		管理会社様・オーナー様へ owners.php
-----------------------------------------------------*/
.p-owners_lead .c-unit {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-owners_lead .c-unit {
    gap: 2rem;
  }
}
.p-owners_lead .c-title_l {
  margin-bottom: 0;
}
.p-owners_lead .c-title_l_jp {
  line-height: 1.3;
}

.p-owners_reason .c-card-flex--icons .c-card-flex_item {
  max-width: 28rem;
}

.p-owners_feature_box {
  position: relative;
  padding-bottom: 10rem;
  margin-top: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(157, 174, 167, 0.2);
          box-shadow: 0 0 20px rgba(157, 174, 167, 0.2);
}
@media screen and (max-width: 767px) {
  .p-owners_feature_box {
    margin-top: 6rem;
    padding-bottom: 4rem;
  }
}
.p-owners_feature_box_title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding-block: 6rem 2.4rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid var(--color-darkseagreen);
}
@media screen and (max-width: 767px) {
  .p-owners_feature_box_title {
    font-size: 2rem;
    padding-block: 4rem 1.6rem;
  }
}
.p-owners_feature_box_title img {
  display: block;
  width: 7.6rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-owners_feature_box_title img {
    width: 5.6rem;
  }
}
.p-owners_feature_box_title span {
  display: block;
  color: #539ba2;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-owners_feature_box .c-unit {
  gap: 40px 8%;
}
.p-owners_feature_box .c-unit_title {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #539ba2;
  margin-bottom: 2.5rem;
}
.p-owners_feature_box .c-unit + .c-unit {
  margin-top: 4rem;
}
.p-owners_feature_box + .p-owners_feature_box {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-owners_feature_box + .p-owners_feature_box {
    margin-top: 8rem;
  }
}

/*		よくある質問　faq.php
-----------------------------------------------------*/
.p-faq_navi ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .p-faq_navi ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-faq_navi ul a {
  font-family: var(--base-sans-serif);
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding: 2rem 4rem 2rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq_navi ul a {
    font-size: 1.4rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
.p-faq_navi ul a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon_arrow_under.svg);
  mask-image: url(../img/common/icon_arrow_under.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: #b9d3c9;
}
@media screen and (max-width: 767px) {
  .p-faq_navi ul a::after {
    right: 1.5rem;
  }
}
@media (hover: hover) {
  .p-faq_navi ul a:hover {
    background-color: #b9d3c9;
  }
  .p-faq_navi ul a:hover::after {
    background-color: #fff;
  }
}

.p-faq_item + .p-faq_item {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-faq_item + .p-faq_item {
    margin-top: 8rem;
  }
}

.p-single_data {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  background-color: var(--color-darkseagreen);
}
@media screen and (max-width: 767px) {
  .p-single_data {
    font-size: 1.4rem;
  }
}

.p-single_main {
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .p-single_main {
    padding-bottom: 12rem;
  }
}

/*		企業情報　company.php
-----------------------------------------------------*/
.p-company-menu .c-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-menu .c-card-grid {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
}
.p-company-menu .c-card-grid_item {
  display: block;
  grid-row: unset;
}
.p-company-menu .c-card-grid_image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 580/360;
}
.p-company-menu .c-card-grid_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-company-menu .c-card-grid_image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-menu .c-card-grid_image figcaption {
    font-size: 2.2rem;
    padding: 2rem 1.8rem;
  }
}
.p-company-menu .c-card-grid_image figcaption::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  aspect-ratio: 1;
  background: url(../img/page/company/company_menu_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-company-menu .c-card-grid_image figcaption::after {
    right: 1.8rem;
    width: 3rem;
  }
}
.p-company-menu .c-card-grid_image::before {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6901960784)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6901960784), transparent);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-company-menu .c-card-grid a:hover figure::before {
    height: 50%;
  }
  .p-company-menu .c-card-grid a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*		企業理念　CORPORATE PHILOSOPHY
-----------------------------------------------------*/
.p-philosophy-about {
  position: relative;
}
.p-philosophy-about_bg {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: -1;
  width: 48vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy-about_bg {
    width: 60vw;
    top: -2rem;
    left: unset;
    right: -2rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-philosophy-about dl {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-about dl {
    padding-top: 8rem;
    margin-bottom: 4rem;
  }
}
.p-philosophy-about dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-philosophy-about dl dt {
    font-size: 1.8rem;
  }
}
.p-philosophy-about dl dt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-philosophy-about dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1rem 0 0 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-about dl dd {
    font-size: 1.4rem;
    margin-left: 3.4rem;
  }
}
.p-philosophy-about dl dd + dt {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-about dl dd + dt {
    margin-top: 3rem;
  }
}

/*	グループ企業一覧 group.php
-----------------------------------------------------*/
.p-group-about_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-group-about_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem;
  }
}
.p-group-about_head_heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-group-about_head_heading {
    font-size: 1.8rem;
  }
}

.p-group-list_item {
  padding-block: 7rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-group-list_item {
    padding-block: 4rem 3rem;
  }
}
.p-group-list_item .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 5%;
}
@media screen and (max-width: 767px) {
  .p-group-list_item .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-group-list_item_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-group-list_item_right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.p-group-list_item_logo {
  min-width: 30rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item_logo {
    margin-bottom: 3rem;
  }
}
.p-group-list_item_subheading {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item_subheading {
    font-size: 1.4rem;
  }
}
.p-group-list_item_heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item_heading {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-group-list_item_block + .p-group-list_item_block {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item_block + .p-group-list_item_block {
    margin-top: 3rem;
  }
}
.p-group-list_item .c-table_01 {
  margin-bottom: 1.5rem;
}
.p-group-list_item + .p-group-list_item {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item + .p-group-list_item {
    margin-top: 4rem;
  }
}
.p-group-list_item + .c-title_m {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-group-list_item + .c-title_m {
    margin-top: 6rem;
  }
}

/*		CONTACT お問い合わせ contact.php
-----------------------------------------------------*/
.p-contact-tel {
  margin-bottom: 20rem;
}
@media screen and (max-width: 1023px) {
  .p-contact-tel {
    margin-bottom: 10rem;
  }
}
.p-contact-tel_number {
  font-family: var(--base-sans-serif);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-contact-tel_number b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  font-size: 6.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_number b {
    font-size: 2.8rem;
    margin-right: 1.5rem;
  }
}
.p-contact-tel_number b::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/icon_tel_01.svg);
  mask-image: url(../img/common/icon_tel_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--color-green);
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.p-contact-tel_number span {
  display: inline-block;
  font-size: 2.4rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-contact-tel_number span {
    font-size: 1.6rem;
  }
}

.p-contact-form {
  /*c-form END*/
}
.p-contact-form .c-form {
  font-family: var(--base-sans-serif);
}
.p-contact-form .c-form_step {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .c-form_step {
    margin-top: 4rem;
  }
}
.p-contact-form .c-form_step::before {
  background-color: var(--color-green);
}
.p-contact-form .c-form_step_item_number span {
  opacity: 1;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: var(--color-darkseagreen);
  border: none;
}
.p-contact-form .c-form_step_item_title {
  color: var(--color-black);
}
.p-contact-form .c-form_label {
  font-weight: 700;
}
.p-contact-form .c-form_label span.is-required {
  background-color: var(--color-orange);
}
.p-contact-form .c-form_privacy {
  max-width: 100%;
  background-color: var(--color-seagreen);
}
.p-contact-form .c-form_privacy a {
  color: var(--color-orange);
  text-decoration: underline;
}
.p-contact-form .c-form_privacy .mfp_err {
  text-align: center;
}
.p-contact-form .c-form .mfp_buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
.p-contact-form .c-form .mfp_element_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  min-height: 7.1rem;
  font-family: var(--base-sans-serif);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 1rem 2.5rem 1rem 3.5rem;
  border-radius: 100px;
  background-color: var(--color-orange);
  background-image: linear-gradient(-45deg, #ffc75e, #f4a000);
  outline: none;
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-contact-form .c-form .mfp_element_button {
    max-width: 100%;
    min-height: 5.6rem;
    font-size: 1.4rem;
    padding: 1rem 2rem 1rem 4rem;
  }
}
.p-contact-form .c-form .mfp_element_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}
.p-contact-form .c-form .mfp_element_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.3rem;
  aspect-ratio: 1;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
.p-contact-form .c-form .mfp_element_button#mfp_button_cancel {
  background: var(--color-darkseagreen);
  background-image: none;
}
.p-contact-form .c-form .mfp_element_button#mfp_button_cancel::before, .p-contact-form .c-form .mfp_element_button#mfp_button_cancel::after {
  display: none;
}
.p-contact-form .c-form .mfp_confirm_table {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form .c-form .mfp_confirm_table {
    margin-top: 6rem;
  }
}

/*p-contact-form END*/
#autozip {
  pointer-events: none;
  display: none !important;
}

/*		404ページ
-----------------------------------------------------*/
.p-404 {
  padding: 90px 0 60px;
}
.p-404 .p-404-mv {
  width: 100%;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-404 .p-404-mv .c-title_l {
  text-align: center;
  font-weight: bold;
}
.p-404 .p-404-mv .c-title_l span {
  font-size: 32px;
  color: #99b521;
}
.p-404 .p-404-mv .c-title_l h1 {
  margin: 30px 0;
  font-size: 32px;
  color: #000000;
}
.p-404 .p-404-mv p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.p-404 .p-404-mv .c-btn_wrap {
  margin: 96px auto 0;
}

/*.p-404*/
@media screen and (max-width: 767px) {
  .p-404 .p-404-mv .c-title_l {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l span {
    font-size: 20px;
  }
  .p-404 .p-404-mv .c-title_l h1 {
    font-size: 18px;
  }
  .p-404 .p-404-mv p {
    font-size: 14px;
  }
  .p-404 .p-404-mv p .is_sp {
    display: block;
  }
  .p-404 .p-404-mv .c-link_btn {
    width: 100%;
  }
  .p-404 .p-404-mv .c-link_btn a {
    font-size: 1.6rem;
  }
  /*.p-404*/
}
/*max-width: 600px*/