@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap");
.c-button.--main {
  background-color: #0072bc;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7d2d7;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.font-eng__garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*=======================================================================

 ご契約者様の声

========================================================================*/
.page-owner-voice .l-main .c-content__txt {
  padding-bottom: clamp(25px, 5vw, 50px);
}
.page-owner-voice .l-main .copy {
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: clamp(10px, 2vw, 20px);
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-owner-voice .l-main .copy {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-owner-voice .l-main .txt {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .page-owner-voice .l-main .txt {
    line-height: 1.75;
  }
}

.voice__ttl {
  background: #010002;
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  margin-top: 3rem;
  padding-block: 0.6rem 0.7rem;
}
#owner-voice {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 4rem;
}
#owner-voice #fv {
  position: relative;
}
#owner-voice #fv .fv__ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55%;
}
#owner-voice #reason .fig-box {
  max-width: 940px;
  margin: 2rem auto 0 auto;
  position: relative;
}
#owner-voice #reason .fig-box ul.ranking-box {
  width: 27%;
}
#owner-voice #reason .fig-box ul.ranking-box a {
  position: relative;
  background: #00476c;
  color: #fff;
  font-size: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1% 0;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  #owner-voice #reason .fig-box ul.ranking-box a {
    width: 85%;
    font-size: 1rem;
    border-radius: 8px;
    padding: 0.8% 0 1.4% 0;
    margin-left: auto;
    margin-right: 2%;
  }
}
#owner-voice #reason .fig-box ul.ranking-box a:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
  text-decoration: none;
}
#owner-voice #reason .fig-box ul.ranking-box a.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transform: translate(10px, 0px);
          transform: translate(10px, 0px);
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
#owner-voice #reason .fig-box ul.ranking-box.left {
  position: absolute;
  top: 0;
  left: 0;
}
#owner-voice #reason .fig-box ul.ranking-box.left li.rank6 {
  margin-top: 11.5%;
}
#owner-voice #reason .fig-box ul.ranking-box.left li.rank5 {
  margin-top: 20%;
}
#owner-voice #reason .fig-box ul.ranking-box.left li.rank4 {
  margin-top: 24.5%;
}
#owner-voice #reason .fig-box ul.ranking-box.left li.rank3 {
  margin-top: 25%;
}
#owner-voice #reason .fig-box ul.ranking-box.right {
  position: absolute;
  top: 0;
  right: 0;
}
#owner-voice #reason .fig-box ul.ranking-box.right li.rank1 {
  margin-top: 31.5%;
}
#owner-voice #reason .fig-box ul.ranking-box.right li.rank2 {
  margin-top: 69.5%;
}
#owner-voice #reason p.small {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
#owner-voice #voice p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.7rem;
  font-size: 1.3rem;
}
#owner-voice #voice p.small {
  font-size: 1rem;
  margin-top: 0.3rem;
}
#owner-voice #voice ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  #owner-voice #voice ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  #owner-voice #voice ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 13px;
    width: 90%;
    margin-inline: auto;
  }
}
#owner-voice #voice ul li {
  position: relative;
}
#owner-voice #voice ul li a {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
#owner-voice #voice ul li a:before {
  z-index: 2;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
#owner-voice #voice ul li a img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #owner-voice #voice ul li a:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  #owner-voice #voice ul li a:hover::before {
    border-color: #00476c;
  }
  #owner-voice #voice ul li a:hover img {
    opacity: 0.5;
  }
}

.modal {
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  z-index: 101;
  position: relative;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px), print {
  .modal-content img {
    width: auto;
    max-width: none;
    height: 90vh;
    max-height: 900px;
    aspect-ratio: 160/231;
  }
}
.modal-close-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.modal-close-btn:hover {
  background: #eee;
}
.modal-close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #owner-voice #reason p.small {
    text-align: left;
  }
  #owner-voice #reason .fig-box {
    margin: 2rem auto 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #owner-voice #reason .fig-box ul.ranking-box {
    width: 100%;
  }
  #owner-voice #reason .fig-box ul.ranking-box.left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #owner-voice #reason .fig-box ul.ranking-box.left li.rank6 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #owner-voice #reason .fig-box ul.ranking-box.left li.rank5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5rem;
  }
  #owner-voice #reason .fig-box ul.ranking-box.left li.rank4 {
    margin-top: 1.5rem;
  }
  #owner-voice #reason .fig-box ul.ranking-box.left li.rank3 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-top: 1.5rem;
  }
  #owner-voice #reason .fig-box ul.ranking-box.right {
    position: relative;
    display: block;
  }
  #owner-voice #reason .fig-box ul.ranking-box.right li.rank1 {
    margin-top: 1.5rem;
  }
  #owner-voice #reason .fig-box ul.ranking-box.right li.rank2 {
    margin-top: 1.5rem;
  }
  #owner-voice #voice p.small {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  #owner-voice #fv {
    position: relative;
  }
  #owner-voice #fv .fv__ttl {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #owner-voice .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 559px) {
  #owner-voice #fv {
    position: relative;
  }
  #owner-voice #fv .fv__ttl {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 15px;
  }
  #owner-voice #voice p {
    font-size: 0.9rem;
    margin-top: 1.8rem;
    line-height: 1.5;
  }
  #owner-voice #voice p.small {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-align: center;
  }
  #owner-voice #voice ul {
    margin-top: 0 !important;
  }
  #owner-voice #voice ul li {
    margin-top: 1rem;
  }
  .modal-content {
    width: 90%;
  }
}/*# sourceMappingURL=page-ownervoice.css.map */