@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
* {
  color: #3e3d3c;
}

.p_mv {
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  .p_mv {
    padding: 40px 0 0;
  }
}
.p_mv h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.4rem, -1.015rem + 4.615vw, 3.6rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .p_mv h2 {
    margin-bottom: 50px;
  }
}
.p_mv_text {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .p_mv_text {
    margin-bottom: 40px;
  }
}
.p_mv_img {
  width: 100%;
}

.p_nav {
  padding: 100px 0;
  background-color: #f3f2f0;
}
@media (max-width: 768px) {
  .p_nav {
    padding: 60px 0;
  }
}
.p_nav h3 {
  text-align: center;
  margin: 0 auto 60px;
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p_nav h3 {
    margin-bottom: 30px;
  }
}
.p_nav h3 span {
  font-size: 1rem;
  vertical-align: super;
}
.p_nav ul {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .p_nav ul {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .p_nav ul {
    grid-template-columns: 1fr;
  }
}
.p_nav ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 4fr 1fr;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p_nav ul li a .nav_above {
  min-height: 300px;
  padding: 30px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .p_nav ul li a .nav_above {
    min-height: 220px;
    padding: 15px;
  }
}
.p_nav ul li a .nav_above_text {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_nav ul li a .nav_above_text h5 {
  width: 50%;
  min-width: 90px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  border: 10px solid #c3caba;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_nav ul li a .nav_above_text h5 span {
  font-size: clamp(2.6rem, 0.892rem + 2.308vw, 3.2rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p_nav ul li a .nav_above_text h5 {
    min-width: 75px;
    border: 5px solid #c3caba;
  }
}
.p_nav ul li a .nav_above_text .size {
  padding-bottom: 10%;
}
.p_nav ul li a .nav_above_text .size .p {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p_nav ul li a .nav_above_text .size .p span {
  font-size: clamp(2.6rem, 0.892rem + 2.308vw, 3.2rem);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p_nav ul li a .nav_above_text .size .p_01 {
  letter-spacing: -0.015em;
}
.p_nav ul li a .nav_above_text .size .line {
  height: 1.2px;
  background-color: #be9461;
  margin: 15px 0 30px;
}
@media (max-width: 768px) {
  .p_nav ul li a .nav_above_text .size .line {
    height: 1px;
    margin: 10px 0 20px;
  }
}
.p_nav ul li a .nav_above_img {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.p_nav ul li a .nav_above_img img {
  margin: 0 auto;
}
.p_nav ul li a .nav_above_img .d_mark {
  width: 13%;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p_nav ul li a .nav_above_img .d_mark img {
  width: 100%;
}
@media (max-width: 768px) {
  .p_nav ul li a .nav_above_img .d_mark {
    max-width: 20px;
  }
}
.p_nav ul li a .nav_below {
  background-color: #c3caba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p_nav ul li a .nav_below p {
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p_nav ul li a .nav_below p::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #3e3d3c;
  border-right: 2px solid #3e3d3c;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (max-width: 768px) {
  .p_nav ul li a .nav_below p::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #3e3d3c;
    border-right: 1px solid #3e3d3c;
  }
}
@media (hover: hover) {
  .p_nav ul li a:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .p_nav ul li a:hover .nav_above_text h5 {
    background-color: #c3caba;
    color: #fff;
  }
  .p_nav ul li a:hover .nav_above_text h5 span {
    color: #fff;
  }
  .p_nav ul li a:hover .nav_below p {
    color: #fff;
  }
  .p_nav ul li a:hover .nav_below p::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: -25%;
  }
}
.p_nav ul li.p_nav_a .nav_above_img img {
  width: 84%;
}
.p_nav ul li.p_nav_a .nav_above_img .d_mark {
  bottom: -2%;
  right: 2%;
}
.p_nav ul li.p_nav_b .nav_above_img img {
  width: 72.6%;
}
.p_nav ul li.p_nav_b .nav_above_img .d_mark {
  bottom: -3%;
  right: 1%;
}
.p_nav ul li.p_nav_f1 .nav_above_img img {
  width: 64.3%;
}
.p_nav ul li.p_nav_f1 .nav_above_img .d_mark {
  bottom: 0;
  right: 0;
}
.p_nav ul li.p_nav_g .nav_above_img img {
  width: 89.6%;
}
.p_nav ul li.p_nav_g .nav_above_img .d_mark {
  bottom: -6%;
  right: 0%;
}
.p_nav ul li.p_nav_h1 .nav_above_img img {
  width: 89.6%;
}
.p_nav ul li.p_nav_h1 .nav_above_img .d_mark {
  bottom: 2%;
  right: 5%;
}
.p_nav ul li.p_nav_i1 .nav_above_img img {
  width: 58%;
}
.p_nav ul li.p_nav_i1 .nav_above_img .d_mark {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  bottom: -9%;
  right: 7%;
}

.p_u {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p_u {
    padding: 60px 0;
  }
}
.p_u_title {
  width: 55%;
  max-width: 400px;
  margin: 0 auto 65px;
}
@media (max-width: 768px) {
  .p_u_title {
    margin-bottom: 35px;
  }
}
.p_u_text {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p_u_text {
    margin-bottom: 30px;
  }
}
.p_u_content_01 {
  width: 58%;
  max-width: 860px;
  margin: 0 auto 100px;
  background-color: #e1e5dc;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2%;
}
.p_u_content_01 img {
  width: 100%;
}
@media (max-width: 768px) {
  .p_u_content_01 {
    width: 90%;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 5%;
  }
}
.p_u_content_02 {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p_u_content_02 {
    width: 90%;
  }
}
.p_u_content_02 h4 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .p_u_content_02 h4 {
    margin-bottom: 30px;
  }
}
.p_u_content_02_text {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .p_u_content_02_text {
    margin-bottom: 35px;
  }
}
.p_u_content_02_detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .p_u_content_02_detail {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .p_u_content_02_detail {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.p_u_content_02_detail .detail_one .title_top {
  position: relative;
  color: #be9461;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p_u_content_02_detail .detail_one .title_top {
    margin-bottom: 20px;
  }
}
.p_u_content_02_detail .detail_one .title_top span {
  color: #be9461;
  font-family: "Playfair Display", serif;
}
.p_u_content_02_detail .detail_one .title_top::after {
  content: "";
  width: 67%;
  height: 1px;
  background-color: #be9461;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p_u_content_02_detail .detail_one .title_top::after {
    width: 75%;
  }
}
.p_u_content_02_detail .detail_one h5 {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  line-height: 1.68;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .p_u_content_02_detail .detail_one h5 {
    margin-bottom: 20px;
  }
}
.p_u_content_02_detail .detail_one .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.p_u_content_02_detail .detail_one .content_text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_u_content_02_detail .detail_one .content_text p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p_u_content_02_detail .detail_one .content_img .img_01 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p_u_content_02_detail .detail_one .content_img .img_01 {
    margin-bottom: 5px;
  }
}
.p_u_content_02_detail .detail_one .content_img .img_cap_ex {
  background-color: #a89c91;
  color: #fff;
  font-size: clamp(1.1rem, 0.815rem + 0.385vw, 1.2rem);
  width: 12%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p_u_content_02_detail .detail_one:nth-child(2) .title_top {
    text-align: right;
  }
  .p_u_content_02_detail .detail_one:nth-child(2) .title_top::after {
    left: 0;
  }
  .p_u_content_02_detail .detail_one:nth-child(2) h5 {
    text-align: right;
  }
  .p_u_content_02_detail .detail_one:nth-child(2) .content_text {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p_u_content_02_detail .detail_one:nth-child(2) .content_img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.f_cap_plan {
  display: block !important;
}/*# sourceMappingURL=plan.css.map */