@charset "UTF-8";

/*-----------------------------
//local common
-----------------------------*/
.of img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_contents {
  color: var(--base-color-darkgray01);
}
.main_contents h1, .main_contents h2, .main_contents h3, .main_contents h4, .main_contents p, .main_contents li, .main_contents span {
  color: var(--base-color-darkgray01);
}

.online_bnr_area {
  background-color: #F3F3F3;
}
@media screen and (max-width: 640px) {
  .online_bnr_area {
    margin-top: 0;
  }
}

/*-----------------------------
//contents
-----------------------------*/
.mv {
  margin-top: 191px;
}
@media screen and (max-width: 640px) {
  .mv {
    margin-top: 65px;
  }
}
.mv .mv_wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv .mv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}
.mv .mv_img_box {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .mv .mv_img_box {
    width: 100%;
    margin-top: 30px;
  }
}

.mv_contents {
  height: 529px;
  padding: 230px 30px 0;
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mv_contents {
    height: auto;
    padding: 167px 0 201px;
  }
}
.mv_contents .mv_text_box .ttl {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_text_box .ttl {
    font-size: 18px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.mv_contents .mv_text_box .txt {
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 1.77;
  text-align: center;
  margin-top: 33px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_text_box .txt {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.mv_contents .mv_ph .mv_ph_img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.mv_contents .mv_ph .mv_ph_img:first-of-type {
  top: -90px;
  left: 7.97%;
  aspect-ratio: 380/253;
  max-width: 27.54%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_ph .mv_ph_img:first-of-type {
    top: -15px;
    left: 0;
    aspect-ratio: 242/160;
    width: 53%;
    max-width: 240px;
  }
}
.mv_contents .mv_ph .mv_ph_img:nth-child(2) {
  top: 93px;
  right: 10.51%;
  aspect-ratio: 220/318;
  max-width: 15.94%;
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_ph .mv_ph_img:nth-child(2) {
    top: 38px;
    right: 0;
    aspect-ratio: 110/158;
    width: 29.3%;
    max-width: 140px;
  }
}
.mv_contents .mv_ph .mv_ph_img:nth-child(3) {
  bottom: 240px;
  left: 0;
  aspect-ratio: 1/1;
  max-width: 15.07%;
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_ph .mv_ph_img:nth-child(3) {
    bottom: 137px;
    left: -13px;
    width: 22.6%;
    max-width: 120px;
  }
}
.mv_contents .mv_ph .mv_ph_img:nth-child(4) {
  bottom: 60px;
  left: 11.52%;
  aspect-ratio: 320/212;
  max-width: 23.19%;
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_ph .mv_ph_img:nth-child(4) {
    bottom: 63px;
    left: 52px;
    width: 35.2%;
    max-width: 162px;
  }
}
.mv_contents .mv_ph .mv_ph_img:nth-child(5) {
  bottom: -54px;
  right: 4.93%;
  aspect-ratio: 462/309;
  max-width: 33.48%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .mv_contents .mv_ph .mv_ph_img:nth-child(5) {
    bottom: -30px;
    right: 0;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40%;
    max-width: 180px;
  }
}

/* ----------- WEDDING ----------- */
.wedding {
  padding-top: 100px;
  padding-bottom: 104px;
  background-color: #F3F3F3;
  position: relative;
}
@media screen and (max-width: 640px) {
  .wedding {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.wedding .wedding_link {
  position: absolute;
  top: 121px;
  right: 18px;
  width: 110px;
  aspect-ratio: 1/1;
  height: auto;
  background-color: var(--base-color-purple02);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  cursor: pointer;
}
.wedding .wedding_link.fixed {
  position: fixed;
  top: 140px;
  right: 18px;
  z-index: 11;
  max-width: 1440px;
  margin: 0 auto;
}
.wedding .wedding_link.fixed.none {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_link {
    display: none;
  }
}
.wedding .wedding_link:hover {
  opacity: 0.6;
}
.wedding .wedding_link .link_inner {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.wedding .wedding_link .link_inner:hover {
  text-decoration: none;
}
.wedding .wedding_link .link_inner::before {
  content: "";
  position: absolute;
  aspect-ratio: 269/221;
  width: 74px;
  height: auto;
  bottom: -10px;
  left: -26px;
  background-image: url("../img/pet-wedding/pet_image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wedding .wedding_link .link_inner .link_txt {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.46;
  text-align: center;
}
.wedding .secTit {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wedding .secTit .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wedding .secTit .title ._f-acp-r {
    font-size: 18px;
  }
}
.wedding .secTit .title ._f-shsj-r {
  margin-top: 9px;
}
@media screen and (max-width: 640px) {
  .wedding .secTit .title ._f-shsj-r {
    font-size: 12px;
    margin-top: 0;
  }
}
.wedding .wedding_title {
  max-width: 1050px;
  margin: 80px auto 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 387px;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 40px;
    margin-bottom: 0;
    height: auto;
  }
}
.wedding .wedding_title .ph {
  width: calc(50% + 56px);
  margin-left: -56px;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title .ph {
    width: calc(100% - 40px);
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 0;
    z-index: 1;
  }
}
.wedding .wedding_title .ph img {
  aspect-ratio: 580/387;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title .ph img {
    aspect-ratio: 334/233;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wedding .wedding_title .col {
  position: relative;
  width: 50%;
  background-color: #fff;
  z-index: 10;
  margin-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 74px 60px 72px;
  min-height: 400px;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title .col {
    width: 85.35%;
    margin-top: -21px;
    margin-left: 15px;
    padding: 29px 20px 32px;
    min-height: 260px;
  }
}
.wedding .wedding_title .col .ttl {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.91;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title .col .ttl {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.wedding .wedding_title .col .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.785;
}
@media screen and (max-width: 640px) {
  .wedding .wedding_title .col .txt {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.66;
  }
}
.wedding .col3 {
  max-width: 970px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .wedding .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
.wedding .col3 .col {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .wedding .col3 .col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(158, 158, 158, 0.5);
  }
  .wedding .col3 .col:first-of-type {
    padding-top: 0;
  }
}
.wedding .col3 .col .ph {
  width: 100%;
  margin: 0 0 22px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .wedding .col3 .col .ph {
    width: 150px;
    margin: 0;
  }
}
.wedding .col3 .col .ph img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
.wedding .col3 .col .catch {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.78;
}
@media screen and (max-width: 640px) {
  .wedding .col3 .col .catch {
    font-size: 15px;
    text-align: left;
    line-height: 1.86;
  }
}
.wedding {
  /* --------------- POINT --------------- */
}
.wedding .point {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .wedding .point {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 16px auto;
    grid-template-columns: 120px auto;
    -ms-grid-rows: auto 9px auto;
    grid-template-rows: repeat(2, auto);
    padding: 0;
    gap: 9px 16px;
    max-width: calc(100% - 80px);
  }
  .wedding .point > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wedding .point > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wedding .point > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .wedding .point > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.wedding .point .ttl {
  max-width: 150px;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .wedding .point .ttl {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    max-width: 120px;
    height: 120px;
  }
}
.wedding .point .txt_box {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .wedding .point .txt_box {
    display: contents;
  }
}
.wedding .point .txt_box .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.785;
}
@media screen and (max-width: 640px) {
  .wedding .point .txt_box .txt {
    line-height: 1.78;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    white-space: nowrap;
  }
}
.wedding .point .txt_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wedding .point .txt_box .list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
.wedding .point .txt_box .list .item {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.78;
  color: #333;
}
@media screen and (max-width: 640px) {
  .wedding .point .txt_box .list .item {
    padding-left: 12px;
    line-height: 2.13;
    display: block;
    width: 56%;
    font-size: 15px;
  }
}
.wedding .point .txt_box .list .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-color: #382B32;
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 640px) {
  .wedding .point .txt_box .list .item:before {
    width: 6px;
  }
}

/* --------------- PICK UP --------------- */
.pickup {
  max-width: 970px;
  margin: 126px auto 0;
}
@media screen and (max-width: 640px) {
  .pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 78px;
  }
}
.pickup .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pickup .title ._f-acp-r {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .pickup .title ._f-acp-r {
    font-size: 13px;
  }
}
.pickup .title ._f-shsj-r {
  font-size: 17px;
  margin-left: 18px;
}
@media screen and (max-width: 640px) {
  .pickup .title ._f-shsj-r {
    font-size: 12px;
    margin-left: 10px;
  }
}
.pickup .title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: var(--base-color-purple02);
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .pickup .title:before {
    height: 17px;
    top: -40px;
  }
}
.pickup .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .pickup .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 15px;
    padding: 0 45px;
  }
}
.pickup .txt_box {
  position: relative;
  width: calc(100% - 454px);
  padding: 70px 0 70px 32px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .pickup .txt_box {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    height: auto;
  }
}
.pickup .txt_box .ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 640px) {
  .pickup .txt_box .ttl {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.875;
  }
}
.pickup .txt_box .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.785;
  margin-top: 21px;
}
@media screen and (max-width: 640px) {
  .pickup .txt_box .txt {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.66;
    margin-top: 15px;
  }
}
.pickup .ph {
  display: block;
  width: 454px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .pickup .ph {
    z-index: 2;
    width: 100%;
  }
}

/*------------------- PHOTO -----------------*/
.photo {
  margin: 96px auto 95px;
}
@media screen and (max-width: 640px) {
  .photo {
    margin: 50px auto 72px;
  }
}
.photo .secTit {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photo .secTit .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .photo .secTit .title ._f-acp-r {
    font-size: 18px;
  }
}
.photo .secTit .title ._f-shsj-r {
  margin-top: 9px;
}
@media screen and (max-width: 640px) {
  .photo .secTit .title ._f-shsj-r {
    font-size: 12px;
    margin-top: 0;
  }
}
.photo .photo_title {
  max-width: 1050px;
  margin: 80px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .photo .photo_title {
    margin: 46px auto 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px;
  }
}
.photo .photo_title .ph {
  width: calc(50% + 55px);
  margin-right: -55px;
  margin-top: 52px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .photo .photo_title .ph {
    width: 92.8%;
    margin-right: auto;
    margin-top: 0;
  }
}
.photo .photo_title .ph img {
  aspect-ratio: 580/387;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .photo .photo_title .ph img {
    aspect-ratio: 334/233;
  }
}
.photo .photo_title .col {
  position: relative;
  width: 50%;
  background-color: #F3F3F3;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 74px 57px 70px 63px;
  height: 400px;
}
@media screen and (max-width: 640px) {
  .photo .photo_title .col {
    width: 88.9%;
    margin-top: -21px;
    margin-left: auto;
    padding: 29px 20px 32px;
    height: 260px;
  }
}
.photo .photo_title .col .ttl {
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .photo .photo_title .col .ttl {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.photo .photo_title .col .txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.78;
}
@media screen and (max-width: 640px) {
  .photo .photo_title .col .txt {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.66;
  }
}
.photo .ph_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  font-size: 0;
}
.photo .ph_box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #F3F3F3;
  height: calc(100% - 60px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .photo .ph_box {
    padding: 0 15px;
  }
  .photo .ph_box::before {
    width: calc(100% - 30px);
    height: calc(100% + 40px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .photo .ph_box img {
    margin: 70px auto 0;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
}

/* --------------- family ---------------- */
.family {
  padding: 105px 0 80px;
  background-color: #F3F3F3;
  position: relative;
}
@media screen and (max-width: 640px) {
  .family {
    padding: 50px 0 40px;
  }
  .family::before {
    top: 9.5px;
    left: 50%;
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0);
    max-width: 230px;
  }
}
.family .secTit .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .family .secTit .title ._f-acp-r {
    font-size: 18px;
  }
}
.family .secTit .title ._f-shsj-r {
  margin-top: 9px;
}
@media screen and (max-width: 640px) {
  .family .secTit .title ._f-shsj-r {
    font-size: 12px;
    margin-top: 0;
  }
}
.family .txt {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 54px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  color: #333;
}
@media screen and (max-width: 640px) {
  .family .txt {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 34px;
    line-height: 1.86;
  }
}
.family .col3 {
  max-width: 970px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .family .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.family .col3 .col {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .family .col3 .col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(158, 158, 158, 0.5);
  }
  .family .col3 .col:first-of-type {
    padding-top: 0;
  }
}
.family .col3 .col .ph {
  width: 100%;
  margin: 0 0 22px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .family .col3 .col .ph {
    width: 150px;
    margin: 0;
  }
}
.family .col3 .col .ph img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
.family .col3 .col .catch {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.78;
}
@media screen and (max-width: 640px) {
  .family .col3 .col .catch {
    font-size: 15px;
    text-align: left;
    line-height: 1.86;
  }
}

/* --------------- voice ---------------- */
.voice {
  position: relative;
  max-width: 913px;
  margin: 0 auto;
  padding-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .voice {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 56px;
  }
}
.voice .ttl {
  width: 100%;
  max-width: 187px;
  height: 150px;
  padding-top: 10px;
  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: 27px;
}
@media screen and (max-width: 640px) {
  .voice .ttl {
    max-width: 100%;
    height: auto;
    padding-top: 0;
    gap: 16px;
  }
}
.voice .ttl img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 640px) {
  .voice .ttl img {
    width: 120px;
    height: 120px;
  }
}
.voice .ttl span {
  display: block;
  width: 212px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .voice .ttl span {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.86;
  }
}
.voice .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 670px;
}
@media screen and (max-width: 640px) {
  .voice .list {
    margin-top: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
  }
}
.voice .list .item {
  background-color: #fff;
  height: 125px;
  padding: 25px 35px 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.785;
}
@media screen and (max-width: 640px) {
  .voice .list .item {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    font-size: 12px;
    line-height: 1.66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* --------------- faq ---------------- */
.faq {
  background-color: #F3F3F3;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq .in {
  background-color: #ffffff;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .faq .in {
    padding-left: 15px;
    padding-right: 20px;
    width: calc(100% - 35px);
    background-color: transparent;
  }
}
.faq .in:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  border: 1px solid var(--base-color-darkgray01);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .faq .in:before {
    content: none;
  }
}
.faq .faq_box {
  max-width: 900px;
  margin: 0 auto;
  padding: 76px 25px 35px;
}
@media screen and (max-width: 640px) {
  .faq .faq_box {
    background-color: #ffffff;
    padding: 39px 15px 20px 20px;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .faq .faq_box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    pointer-events: none;
    border: 1px solid var(--base-color-darkgray01);
    width: 100%;
    height: 100%;
  }
}
.faq .title {
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .faq .title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .faq .title ._f-acp-r {
    font-size: 18px;
  }
}
.faq .faq_details {
  border-bottom: 1px solid var(--base-color-darkgray01);
}
.faq .faq_details:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faq .faq_details:last-of-type {
    margin-bottom: 15px;
  }
}
.faq .faq_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .faq .faq_summary {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.faq .faq_summary:before {
  content: "";
  background-image: url("../img/pet-wedding/Q.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 21px;
  display: block;
}
@media screen and (max-width: 640px) {
  .faq .faq_summary:before {
    width: 18px;
    height: 16px;
    margin-bottom: auto;
    margin-top: 22px;
  }
}
.faq .faq_summary::-webkit-details-marker {
  display: none;
}
.faq .question_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px 16px 12px;
  font-weight: 500;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .faq .question_txt {
    padding: 15px 0 15px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.875;
    width: 85%;
    display: inline-block;
  }
}
.faq .question_txt .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .faq .question_txt .icon {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    margin-left: 4px;
  }
  .faq .question_txt .icon:first-of-type {
    margin-left: 8px;
  }
}
@media screen and (max-width: 640px) {
  .faq .question_txt .icon img {
    width: 25px;
  }
}
.faq .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .faq .arrow {
    width: 16px;
  }
}
.faq .arrow:before, .faq .arrow:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--base-color-purple02);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.faq {
  /* is-openedクラスが付与されたときのスタイル */
}
.faq .faq_details.is-opened .arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faq .faq_content {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px auto;
  grid-template-columns: 24px auto;
}
@media screen and (max-width: 640px) {
  .faq .faq_content {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-grid-columns: 20px 12px auto;
    grid-template-columns: 20px auto;
  }
}
.faq .faq_content:before {
  content: "";
  background-image: url("../img/pet-wedding/A.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  padding-top: 13px;
  margin: 0 0 24px;
  display: block;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 640px) {
  .faq .faq_content:before {
    width: 13px;
    height: 13px;
    margin-bottom: auto;
    padding-top: 0;
  }
}
.faq .faq_inner {
  padding: 3px 48px 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 640px) {
  .faq .faq_inner {
    padding: 0 0 16px 0;
    width: 90%;
  }
}
.faq .faq_inner p {
  font-size: 14px;
  line-height: 1.785;
  letter-spacing: 0.02em;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 640px) {
  .faq .faq_inner p {
    font-size: 12px;
    line-height: 1.666;
  }
}
.faq .name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.02em;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  line-height: 1.83;
}
@media screen and (max-width: 640px) {
  .faq .name {
    font-size: 3vw;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    line-height: 2.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faq .name:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .faq .name:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .faq .name img {
    width: 25px;
  }
}