@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
.pc-a {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-a {
    display: none;
  }
}

.sp-a {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-a {
    display: block;
  }
}

@keyframes line03 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line02 {
  to {
    stroke-dashoffset: 44;
  }
}
@keyframes line01 {
  to {
    stroke-dashoffset: 69;
  }
}
@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.img__note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 8px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.p-owner {
  padding: 0 0 110px;
  background: #F0F0F0;
}
.p-owner + .c-footerUpNav {
  margin-top: 0;
}
.p-owner .c-plainBox {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
}
.p-owner .effect {
  opacity: 0;
  transition: opacity 1s;
}
.p-owner .effect.active {
  opacity: 1;
}
.p-owner a.btn {
  position: relative;
  display: block;
  width: 740px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 2px;
  background: linear-gradient(to right, rgb(197, 151, 75) 0%, rgb(229, 223, 171) 50%, rgb(197, 151, 75) 100%);
  border-radius: 100vmax;
  color: #231815;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner a.btn {
    margin: 35px auto 0;
    font-size: 1.25rem;
  }
  .p-owner a.btn:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.p-owner a.btn > span {
  display: block;
  padding: 17px;
  background: linear-gradient(to right, rgb(248, 212, 128) 0%, rgb(245, 184, 103) 7%, rgb(246, 194, 112) 22%, rgb(248, 235, 153) 40%, rgb(245, 178, 97) 86%, rgb(234, 143, 67) 95%);
  border-radius: 100vmax;
}
@media (min-width: 959px) {
  .p-owner a.btn > span {
    padding: 15px;
  }
}
.p-owner a.btn > span::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(../images/owner-voice/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.p-owner a.btn.btn02 > span {
  background: linear-gradient(to right, rgb(197, 174, 136) 0%, rgb(229, 226, 200) 50%, rgb(197, 174, 136) 100%);
}
.p-owner a.btn.btn02 > span::after {
  background: url(../images/owner-voice/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.p-owner a.btn.btn03 {
  background: linear-gradient(to right, rgb(215, 105, 2) 0%, rgb(247, 189, 120) 25%, rgb(228, 139, 47) 50%, rgb(247, 189, 120) 75%, rgb(197, 151, 75) 100%);
}
.p-owner a.btn.btn03 > span {
  background: linear-gradient(to right, rgb(215, 174, 136) 0%, rgb(247, 226, 200) 50%, rgb(215, 174, 136) 100%);
}
.p-owner a.btn.btn03 > span::after {
  background: url(../images/owner-voice/icon_arrow03.svg) no-repeat;
  background-size: 100%;
}
.p-owner__mv {
  position: relative;
  width: 100%;
  height: 37.33vw;
  background: url(../images/owner-voice/sp_mv.jpg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 959px) {
  .p-owner__mv {
    height: 22vw;
    background: url(../images/owner-voice/mv.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 1366px) {
  .p-owner__mv {
    height: 376px;
  }
}
.p-owner__mv-title {
  position: absolute;
  width: 58%;
  top: 7vw;
  left: 3vw;
}
@media (min-width: 959px) {
  .p-owner__mv-title {
    left: 13vw;
    top: 2vw;
    width: 33vw;
  }
}
@media screen and (min-width: 1366px) {
  .p-owner__mv-title {
    top: 48px;
    left: calc(50% - 640px);
    width: 568px;
  }
}
.p-owner__lead {
  position: relative;
  padding: 160px 0 50px;
  color: #0A1240;
}
@media (min-width: 959px) {
  .p-owner__lead {
    padding: 190px 0 75px;
  }
}
.p-owner__lead h3 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__lead h3 {
    font-size: 2rem;
  }
}
.p-owner__lead h3 + p {
  margin-top: 20px;
  font-size: 0.875rem;
}
@media (min-width: 959px) {
  .p-owner__lead h3 + p {
    font-size: 1.125rem;
  }
}
.p-owner__lead .note {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.8em;
}
@media (min-width: 959px) {
  .p-owner__lead .note {
    font-size: 0.875rem;
  }
}
.p-owner__lead-image01 {
  position: absolute;
  left: calc(50% - 130px);
  top: 20px;
  width: 100px;
}
@media (min-width: 959px) {
  .p-owner__lead-image01 {
    width: 192px;
    left: 4%;
    top: 100px;
  }
}
.p-owner__lead-image02 {
  position: absolute;
  right: calc(50% - 130px);
  top: 20px;
  width: 100px;
}
@media (min-width: 959px) {
  .p-owner__lead-image02 {
    width: 210px;
    right: 4%;
    top: 100px;
  }
}
.p-owner__graph {
  position: relative;
  background: #fff;
}
.p-owner__graph-title {
  padding: 14px 10px;
  background: linear-gradient(to right, rgb(248, 212, 128) 0%, rgb(245, 184, 103) 7%, rgb(246, 194, 112) 22%, rgb(248, 235, 153) 40%, rgb(245, 178, 97) 86%, rgb(234, 143, 67) 95%);
  color: #0A1240;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 959px) {
  .p-owner__graph-title {
    font-size: 2rem;
  }
}
.p-owner__graph-title02 {
  width: max-content;
  min-width: 102px;
  margin: 0 auto;
  padding: 2px 20px 4px;
  border: 1px solid;
  border-radius: 100vmax;
  color: #0A1240;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__graph-title02 {
    min-width: 142px;
    font-size: 1.375rem;
  }
}
.p-owner__graph > .u-flex {
  padding: 44px 20px;
}
@media (min-width: 959px) {
  .p-owner__graph > .u-flex {
    padding: 44px 20px 110px;
  }
}
.p-owner__graph-box {
  width: 100%;
}
@media (min-width: 959px) {
  .p-owner__graph-box {
    width: 50%;
  }
}
.p-owner__graph-box + .p-owner__graph-box {
  margin-top: 80px;
}
@media (min-width: 959px) {
  .p-owner__graph-box + .p-owner__graph-box {
    margin-top: 0;
  }
}
.p-owner__graph-box.active .pi-graph #couple {
  animation: line01 2s ease-in-out forwards;
}
.p-owner__graph-box.active .pi-graph #single {
  animation: line02 2s ease-in-out forwards;
}
.p-owner__graph-box.active .pi-graph #family {
  animation: line03 2s ease-in-out forwards;
}
.p-owner__graph-box.active .pi-graph__list li {
  opacity: 1;
}
.p-owner__graph-box.active .bou-graph #rect1 {
  width: 1%;
}
.p-owner__graph-box.active .bou-graph #rect2 {
  width: 63%;
}
.p-owner__graph-box.active .bou-graph #rect3 {
  width: 13%;
}
.p-owner__graph-box.active .bou-graph #rect4 {
  width: 25%;
}
.p-owner__graph-box.active .bou-graph #rect5 {
  width: 1%;
}
.p-owner__graph-box.active .bou-graph #rect6 {
  width: 1%;
}
.p-owner__graph-box.active .bou-graph #rect7 {
  width: 1%;
}
.p-owner__graph-box.active .bou-graph .bou__txt {
  opacity: 1;
}
.p-owner__graph-image {
  position: absolute;
  bottom: -32px;
  right: 4px;
  width: 114px;
}
@media (min-width: 959px) {
  .p-owner__graph-image {
    right: -40px;
    width: 171px;
  }
}
.p-owner__graph .pi-graph {
  width: 150px;
  height: 150px;
  transform-origin: center;
  transform: rotate(-90deg);
}
.p-owner__graph .pi-graph__wrap {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 40px auto 0;
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph__wrap {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph {
    width: 250px;
    height: 250px;
  }
}
.p-owner__graph .pi-graph .line {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 100;
  /* 最初は非表示状態 */
  stroke-dashoffset: 100;
}
.p-owner__graph .pi-graph #couple {
  fill: none;
  stroke: #2D4698;
  stroke-width: 10;
}
.p-owner__graph .pi-graph #single {
  fill: none;
  stroke: #008CC2;
  stroke-width: 10;
}
.p-owner__graph .pi-graph #family {
  fill: none;
  stroke: #78B6E6;
  stroke-width: 10;
  stroke-dasharray: 100;
}
.p-owner__graph .pi-graph__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-owner__graph .pi-graph__list li {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
.p-owner__graph .pi-graph__list li img {
  width: auto;
  height: 44px;
  object-fit: cover;
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph__list li img {
    height: 47px;
  }
}
.p-owner__graph .pi-graph__list li.list01 {
  right: -80px;
  top: -27px;
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph__list li.list01 {
    right: -112px;
    top: -5px;
  }
}
.p-owner__graph .pi-graph__list li.list02 {
  right: -32px;
  bottom: -38px;
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph__list li.list02 {
    right: -12px;
    bottom: -62px;
  }
  .p-owner__graph .pi-graph__list li.list02 img {
    height: 71px;
  }
}
.p-owner__graph .pi-graph__list li.list03 {
  left: -65px;
  top: 26px;
}
@media (min-width: 959px) {
  .p-owner__graph .pi-graph__list li.list03 {
    left: -83px;
    top: 66px;
  }
}
.p-owner__graph .bou-graph__wrap {
  position: relative;
  max-width: 352px;
  margin: 20px auto 0;
  padding-left: 88px;
}
@media (min-width: 959px) {
  .p-owner__graph .bou-graph__wrap {
    max-width: 360px;
    padding-left: 96px;
  }
}
.p-owner__graph .bou-graph .bou {
  position: relative;
  width: 100%;
  display: flex;
  height: 40px;
  line-height: 1;
  align-items: center;
}
.p-owner__graph .bou-graph .bou + .bou {
  margin-top: 4px;
}
.p-owner__graph .bou-graph .bou__txt {
  position: absolute;
  top: 10px;
  left: calc(1% + 12px);
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1800ms;
}
@media (min-width: 959px) {
  .p-owner__graph .bou-graph .bou__txt {
    font-size: 1.125rem;
  }
}
.p-owner__graph .bou-graph .bou02 .bou__txt {
  left: calc(63% + 12px);
}
.p-owner__graph .bou-graph .bou03 .bou__txt {
  left: calc(13% + 12px);
}
.p-owner__graph .bou-graph .bou04 .bou__txt {
  left: calc(25% + 12px);
}
.p-owner__graph .bou-graph .bar {
  width: 0;
  height: 40px;
  animation: bar 3.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 4000ms;
}
.p-owner__graph .bou-graph__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  color: #0A1240;
  font-size: 1rem;
  line-height: 44px;
  text-align: left;
}
@media (min-width: 959px) {
  .p-owner__graph .bou-graph__list {
    width: 96px;
    font-size: 1.125rem;
  }
}
.p-owner__voice {
  padding-bottom: 60px;
}
@media (min-width: 959px) {
  .p-owner__voice {
    padding: 0 0 155px;
  }
}
.p-owner__voice-list {
  margin-top: 70px;
  gap: 20px 0;
  justify-content: space-between;
}
@media (min-width: 959px) {
  .p-owner__voice-list {
    margin-top: 118px;
    gap: 30px 0;
    justify-content: flex-start;
  }
}
.p-owner__voice-list .list-item {
  width: calc(50% - 10px);
  box-shadow: 3px 3px 0 rgba(0, 124, 226, 0.4);
}
@media (min-width: 959px) {
  .p-owner__voice-list .list-item {
    width: 31.7%;
    max-width: 380px;
    margin-right: 2.4%;
    box-shadow: 5px 5px 0 rgba(0, 124, 226, 0.4);
  }
}
.p-owner__voice-list .list-item:nth-of-type(3n) {
  margin-right: 0;
}
.p-owner__top3-title {
  padding: 10px 0;
  background: linear-gradient(to right, rgb(248, 212, 128) 0%, rgb(245, 184, 103) 7%, rgb(246, 194, 112) 22%, rgb(248, 235, 153) 40%, rgb(245, 178, 97) 86%, rgb(234, 143, 67) 95%);
  line-height: 1;
  overflow: hidden;
}
.p-owner__top3-title img {
  position: relative;
  left: calc(50% - 240px);
  width: 480px;
  max-width: none;
  height: auto;
}
@media (min-width: 959px) {
  .p-owner__top3-title img {
    left: auto;
    width: 913px;
    height: auto;
  }
}
.p-owner__top3-box {
  margin-top: 60px;
  background: #fff;
  text-align: left;
}
@media (min-width: 959px) {
  .p-owner__top3-box {
    margin-top: 100px;
  }
}
.p-owner__top3-box .box__body {
  padding: 20px 10px 30px;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__body {
    padding: 36px 36px 40px;
  }
}
.p-owner__top3-box .box__title {
  position: relative;
  padding: 14px 0 14px 14px;
  background: linear-gradient(to right, rgb(248, 212, 128) 0%, rgb(245, 184, 103) 7%, rgb(246, 194, 112) 22%, rgb(248, 235, 153) 40%, rgb(245, 178, 97) 86%, rgb(234, 143, 67) 95%);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__title {
    padding: 10px 10px 10px 150px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.p-owner__top3-box .box__title img {
  position: absolute;
  top: -40px;
  left: 4px;
  width: 67px;
  height: auto;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__title img {
    top: -50px;
    left: 20px;
    width: 110px;
  }
}
.p-owner__top3-box .box__title02 {
  position: relative;
  color: #BF1920;
  padding-left: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__title02 {
    font-size: 2.3125rem;
  }
}
.p-owner__top3-box .box__title02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  display: inline-block;
  background: #BF1920;
}
.p-owner__top3-box .box__lead {
  color: #735A40;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__lead {
    font-size: 1.5rem;
  }
}
.p-owner__top3-box .box__place {
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(to right, rgb(215, 174, 136) 0%, rgb(247, 226, 200) 50%, rgb(215, 174, 136) 100%);
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__place {
    width: 32.63%;
    margin-top: 40px;
  }
}
.p-owner__top3-box .box__place + .box__place {
  margin-top: 10px;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__place + .box__place {
    margin-top: 40px;
  }
}
.p-owner__top3-box .box__place-image {
  width: 54%;
}
.p-owner__top3-box .box__place-image img {
  width: 100%;
  height: auto;
}
.p-owner__top3-box .box__place-body {
  width: 46%;
}
.p-owner__top3-box .box__place-body .name {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__place-body .name {
    font-size: 1.2rem;
  }
}
.p-owner__top3-box .box__place-body .time {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.p-owner__top3-box .box__place-body .time > span {
  display: inline-block;
  vertical-align: bottom;
}
.p-owner__top3-box .box__place-body .time > span.num {
  padding-left: 2px;
  font-size: 3.6875rem;
  line-height: 1;
}
.p-owner__top3-box .box__place-body .time > span.hun {
  font-size: 1.25rem;
}
@media (min-width: 959px) {
  .p-owner__top3-box .box__place-body .time > span.hun {
    font-size: 1.5rem;
  }
}
.p-owner__top3-box .box__place-body .small {
  margin-top: 5px;
}
.p-owner__top3-box.box01 {
  margin-top: 60px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box01 {
    margin-top: 170px;
  }
}
.p-owner__top3-box.box01 .u-flex {
  justify-content: space-between;
}
.p-owner__top3-box.box01 .box__left {
  width: 100%;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box01 .box__left {
    width: 48.3%;
  }
}
.p-owner__top3-box.box01 .box__left .box__lead {
  margin-top: 15px;
}
.p-owner__top3-box.box01 .box__left .box__image {
  margin-top: 15px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box01 .box__left .box__image {
    margin-top: 25px;
  }
}
.p-owner__top3-box.box01 .box__right {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box01 .box__right {
    width: 48.3%;
    margin-top: 0;
  }
}
.p-owner__top3-box.box01 .box__right .box__lead {
  margin-top: 15px;
  font-size: 1rem;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box01 .box__right .box__lead {
    margin-top: 0;
  }
}
.p-owner__top3-box.box01 .box__right .box__image {
  margin-top: 15px;
}
.p-owner__top3-box.box01 .box__right .box__btn {
  width: 100%;
}
.p-owner__top3-box.box02 .box__title {
  background: linear-gradient(to right, rgb(197, 174, 136) 0%, rgb(229, 226, 200) 50%, rgb(197, 174, 136) 100%);
}
.p-owner__top3-box.box02 .box__left {
  width: 100%;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__left {
    width: 64.5%;
    text-align: left;
  }
}
.p-owner__top3-box.box02 .box__right {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__right {
    width: 35.5%;
    margin-top: 0;
  }
}
.p-owner__top3-box.box02 .box__lead {
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__lead {
    text-align: left;
  }
}
.p-owner__top3-box.box02 .box__image01 {
  margin-top: 15px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__image01 {
    margin-top: 35px;
  }
}
.p-owner__top3-box.box02 .box__image02 {
  margin-top: 25px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__image02 {
    margin-top: 10px;
  }
}
.p-owner__top3-box.box02 .box__image03 {
  margin-top: 10px;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box02 .box__image03 {
    margin-top: 5px;
  }
}
.p-owner__top3-box.box03 .box__title {
  background: linear-gradient(to right, rgb(215, 174, 136) 0%, rgb(247, 226, 200) 50%, rgb(215, 174, 136) 100%);
}
.p-owner__top3-box.box03 .u-flex {
  justify-content: space-between;
}
.p-owner__top3-box.box03 .box__lead {
  color: #231815;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 959px) {
  .p-owner__top3-box.box03 .box__lead {
    font-size: 1.5rem;
  }
}

.p-voice__modal {
  width: 90%;
  position: relative;
  margin-inline: auto;
  max-width: 650px;
}
.p-voice__modal .mfp-close {
  top: -44px;
  color: #fff !important;
}