.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-uniquifier {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-antique-soft-regular {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

.fs-07 {
  font-size: 0.7rem;
}

.fc-black {
  color: black;
}

.mg-btm10 {
  margin-bottom: 10px;
}

.fixContent-toTop {
  position: fixed;
  bottom: 30px;
  left: 30px;
}
.fixContent-toTop-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #538592;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  transition-duration: 0.2s;
}
.fixContent-toTop-cont:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition-duration: 0.2s;
}
.fixContent-toTop-cont img {
  transform: rotate(-90deg);
  width: 25px;
  height: 25px;
}
.fixContent-tell {
  position: fixed;
  display: flex;
  align-items: center;
  width: 320px;
  right: -240px;
  bottom: 60px;
  background-color: #FFFFFF;
  font-size: 2rem;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  transition-duration: 0.5s;
  text-wrap: nowrap;
}
.fixContent-tell img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.fixContent-tell:hover {
  cursor: pointer;
  right: -10px;
  transition-duration: 0.5s;
}

.menu-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.6509803922);
  z-index: 3000;
  opacity: 0;
  transition: 0.1s;
  visibility: hidden;
}
.menu-wrap.on {
  visibility: visible;
  opacity: 1;
  transition: 0.1s;
}
.menu-wrap.on .menu-body {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.3s;
}
.menu-body {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  background-color: #538592;
  top: 0;
  right: 0;
  display: flex;
  padding: 20px;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.5s;
  overflow-y: hidden;
}
@media screen and (max-width: 430px) {
  .menu-body {
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
  }
}
.menu-left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 430px) {
  .menu-left {
    width: 100%;
    order: 2;
  }
}
.menu-left-logo {
  width: 100%;
}
.menu-left-logo-bk {
  padding: 20px;
  background-color: #EDFBFF;
  display: block;
}
@media screen and (max-width: 430px) {
  .menu-left-logo-bk {
    display: none;
  }
}
.menu-left-logo-bk:hover {
  background-color: #BDE4F0;
  cursor: pointer;
}
.menu-left-ad {
  padding: 10px 0;
}
.menu-left-tel {
  padding-bottom: 10px;
}
.menu-left-tel-tel {
  font-size: 1.4rem;
}
.menu-left-tel-no {
  font-size: 2.4rem;
}
.menu-left-sche {
  background-color: #93B5BE;
  padding: 10px;
}
.menu-left-sche-flex {
  display: flex;
}
.menu-left-sche-row {
  display: flex;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #538592;
}
.menu-col-first {
  width: 7rem;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-col-item {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.menu-col-last {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.menu-right {
  width: 50%;
}
@media screen and (max-width: 430px) {
  .menu-right {
    width: 100%;
    order: 1;
  }
}
.menu-right-menu {
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .menu-right-menu {
    flex-direction: column;
    padding: 0;
  }
}
.menu-right-menu-item {
  width: 50%;
  font-size: 1.2rem;
}
@media screen and (max-width: 430px) {
  .menu-right-menu-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.menu-right-menu-item:hover {
  color: #cccccc;
  cursor: pointer;
}
.menu-top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .menu-top {
    justify-content: space-between;
    width: 90%;
  }
}
.menu-top-left {
  display: none;
}
@media screen and (max-width: 430px) {
  .menu-top-left {
    display: block;
  }
}
.menu-top-a {
  padding: 20px 10px 10px 10px;
  background-color: #EDFBFF;
}
.menu-top-img {
  width: 60%;
}
.menu-img {
  text-align: right;
}
.menu-img-close {
  width: 60px;
  height: 60px;
}
.menu-img-close:hover {
  background-color: #497580;
  cursor: pointer;
}

header {
  height: 70px;
}

.header-common {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 70px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.197);
}
.header-common-right.pc {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .header-common-right.pc {
    display: none;
  }
}
.header-common-right.pc a {
  margin-right: 15px;
}
.header-common-right.pc a:hover {
  color: #8b8b8b;
  cursor: pointer;
}
.header-common-right.mb {
  position: absolute;
  display: none;
  align-items: center;
  height: 100%;
  top: 0;
  right: 20px;
}
.header-common-right.mb img {
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-common-right.mb {
    display: flex;
  }
}
.header-common-left {
  padding: 10px 30px;
}
.header-common-logo {
  height: 40px;
}
.header-index {
  position: relative;
  width: 100%;
  height: 70px;
  max-width: 1080px;
  margin: 0 auto;
}
.header-index-logo {
  height: 40px;
}
.header-index-left {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 430px) {
  .header-index-left {
    display: none;
  }
}
.header-index-left-no {
  font-size: 1.5rem;
}
.header-index-right {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  right: 20px;
}
.header-index-right img {
  width: 30px;
  cursor: pointer;
}
.header-index-center {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .header-index-center {
    justify-content: start;
    padding-left: 10px;
  }
}
.header-breadcrumbs {
  font-size: 0.9rem;
  padding-top: 5px;
}
.header-breadcrumbs a {
  color: #538592;
}
.header-breadcrumbs a:hover {
  text-decoration: underline;
}

.news-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.news-pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px;
  color: #707070;
  border-radius: 3px;
  border: #707070 solid 1px;
  background: #fff;
}
.news-pagination .current {
  padding: 13px 20px;
  background: #707070;
  color: #fff;
}
.news-pagination .prev {
  padding: 13px 20px;
  background: transparent;
  color: #707070;
}
.news-pagination .next {
  padding: 13px 20px;
  background: transparent;
  color: #707070;
}
.news-pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}

.top {
  position: relative;
  height: 66.6666666667vw;
  overflow: hidden;
}
.top-img1 {
  position: absolute;
  width: 100%;
  filter: brightness(80%) contrast(85%) saturate(53%);
  animation: img1 linear 1.5s forwards;
  opacity: 0;
}
.top-wave1 {
  position: absolute;
  width: 308.125%;
  bottom: 0;
  animation: wave1 ease 1.5s forwards;
  opacity: 0;
}
.top-wave2 {
  position: absolute;
  width: 278.05%;
  bottom: 0;
  animation: wave2 ease 1.5s forwards;
  opacity: 0;
}
.top-img2 {
  position: absolute;
  width: 252.22%;
  height: auto;
  bottom: 0;
  left: -153%;
  filter: saturate(53%);
  animation: img2 ease 1.5s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.top-titles {
  position: absolute;
  text-align: center;
  left: 30px;
  top: 40%;
  opacity: 0;
  animation: titles ease 1.5s forwards;
  animation-delay: 1s;
}
.top-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.393);
}
@media screen and (max-width: 430px) {
  .top-title {
    font-size: 2rem;
  }
}
.top-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.393);
}
@media screen and (max-width: 430px) {
  .top-subtitle {
    font-size: 1rem;
  }
}
.top-news {
  position: absolute;
  top: -70px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.7529411765);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  padding: 15px;
  border-radius: 5px;
  min-width: 350px;
  min-height: 180px;
}
@media screen and (max-width: 430px) {
  .top-news {
    top: -10px;
    right: initial;
    min-width: initial;
    width: 100%;
  }
}
.top-news-title {
  color: #538592;
}
.top-news-cont {
  margin-top: 20px;
  font-size: 0.9rem;
  text-decoration: underline;
}
.top-news-cont a:hover {
  color: #cccccc;
}
.top-news-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #EDFBFF;
  color: #538592;
  padding: 10px 30px;
  font-size: 0.8rem;
  border-radius: 5px;
}
.top-news-more:hover {
  background-color: #BDE4F0;
}

@keyframes titles {
  from {
    top: 20%;
    opacity: 0;
  }
  to {
    top: 40%;
    opacity: 1;
  }
}
@keyframes wave1 {
  from {
    left: -60%;
    opacity: 0;
  }
  to {
    left: -97.84%;
    opacity: 1;
  }
}
@keyframes wave2 {
  from {
    left: -120%;
    opacity: 0;
  }
  to {
    left: -82.5%;
    opacity: 1;
  }
}
@keyframes img1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes img2 {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: -81.805%;
    opacity: 1;
  }
}
.guid {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .guid {
    margin-top: 200px;
  }
}
.guid-p {
  margin-top: 30px;
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
  color: #538592;
  text-align: justify;
}
.guid-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .guid-cont {
    width: 100%;
  }
}
.guid-item {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  background-color: #EDFBFF;
  width: 30%;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .guid-item {
    width: 100%;
  }
}
.guid-item:hover {
  background-color: #F2F9FD;
  cursor: pointer;
}
.guid-item-title {
  font-size: 1.3rem;
  padding: 15px;
}
.guid-item img {
  position: relative;
  width: 90%;
  height: calc(100% - 1.3rem - 15px - 15px);
  -o-object-fit: cover;
     object-fit: cover;
}

.time {
  margin-top: 100px;
}
.time-cont {
  max-width: 780px;
  margin: 30px auto;
}
.time-img {
  margin-top: 40px;
  width: 100%;
  background-color: #538592;
  padding: 20px;
}
.time-img > img {
  width: 100%;
}

.voice {
  position: relative;
  margin-top: 100px;
  background-color: #EDFBFF;
  padding: 30px 0 70px 0;
}
.voice-p {
  margin-top: 30px;
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
  color: #538592;
  text-align: justify;
}
.voice-cont {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .voice-cont {
    flex-wrap: wrap;
  }
}
.voice-item {
  width: 30%;
  margin: 0 20px;
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
}
@media screen and (max-width: 430px) {
  .voice-item {
    width: 100%;
    margin: 10px 0;
  }
}
.voice-item-name {
  font-weight: 800;
  padding: 20px 0;
}
.voice-item-cont {
  font-size: 0.8rem;
}
.voice-arrow {
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #538592;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  right: -20px;
  bottom: -30px;
}
.voice-arrow:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.reserve {
  margin-top: 90px;
  margin-bottom: 90px;
}
.reserve-cont {
  padding: 20px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  background-color: #538592;
  flex-wrap: nowrap;
}
@media screen and (max-width: 430px) {
  .reserve-cont {
    flex-wrap: wrap;
  }
}
.reserve-title {
  font-size: 1.3rem;
}
.reserve-item {
  text-align: center;
  flex-grow: 1;
  padding: 30px 40px;
}
.reserve-item.left {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 430px) {
  .reserve-item.left {
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
}
.reserve-detail {
  padding: 40px 0;
}
.reserve-detail.right {
  margin-top: 30px;
  padding: 20px;
  background-color: #EDFBFF;
  color: #538592;
  border-radius: 10px;
}
.reserve-detail.right:hover {
  background-color: #dbeff5;
  cursor: pointer;
}
.reserve-tel {
  font-size: 1.6rem;
}

.blog-cont {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
  .blog-cont {
    flex-wrap: wrap;
  }
}
.blog-item {
  width: 32%;
  margin: 0 20px;
  background-color: #EDFBFF;
  padding: 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
}
@media screen and (max-width: 430px) {
  .blog-item {
    width: 100%;
    margin: 10px 0;
  }
}
.blog-item-name {
  font-weight: 800;
}
.blog-item-date {
  font-size: 0.8rem;
  color: #538592;
  padding-bottom: 20px;
}
.blog-item-cont {
  font-size: 0.8rem;
}
.blog-arrow {
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #538592;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  right: -20px;
  bottom: -30px;
}
.blog-arrow:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.common-title {
  position: relative;
  background-image: url("../../../dentalClinic/images/svg/section_title_center.svg");
  background-repeat: no-repeat;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  height: 50px;
  left: -160px;
}
.common-title > div {
  position: relative;
  font-family: "Zen Antique Soft", serif;
  font-size: 1.7rem;
  color: #538592;
  left: 160px;
  top: calc((50px - 1.7rem) / 2);
}
.common-title_center {
  text-align: center;
  position: relative;
  background-image: url("../../../dentalClinic/images/svg/section_title_center.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-title_center > div {
  position: relative;
  font-family: "Zen Antique Soft", serif;
  font-size: 1.7rem;
  color: #538592;
  left: 10px;
}
.common-contents {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background-color: #F9F9F9;
}
.footer-cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}
.footer-left {
  width: 50%;
}
@media screen and (max-width: 430px) {
  .footer-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-logo {
  width: 100%;
}
.footer-ad {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.footer-tel {
  font-size: 1.3rem;
}
.footer-tel-no {
  font-size: 2rem;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 430px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu-item {
  color: #6E6E6E;
  padding: 5px 0;
  width: 50%;
}
.footer-menu-item:hover {
  color: #444444;
  cursor: pointer;
}
.footer-bottom {
  background-color: #538592;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
}
.footer-right {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 430px) {
  .footer-right {
    width: 100%;
    padding: 0;
  }
}
.footer-map {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .footer-map {
    padding-left: 0;
  }
}
.footer-time {
  background-color: #538592;
  padding: 10px;
  margin-top: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 430px) {
  .footer-time {
    margin-left: 0;
  }
}
.footer-time-img {
  width: 100%;
}

.about-top {
  position: relative;
  top: 30px;
}
.about-top-img {
  width: 70%;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .about-top-img {
    width: 90%;
  }
}
.about-top-text {
  position: relative;
  width: 70%;
  top: -100px;
  left: 30%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8274509804);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.393);
  color: #538592;
  font-size: 0.9rem;
  line-height: 160%;
}
@media screen and (max-width: 430px) {
  .about-top-text {
    left: 10%;
    width: 90%;
  }
}
.about-top-concept {
  position: relative;
  top: -40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #538592;
}
.about-top-concept-sub {
  font-size: 0.6rem;
}
.about-top-concept-title {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .about-top-concept-title {
    font-size: 2.5rem;
  }
}
.about-top-concept-text {
  color: #538592;
  width: 100%;
  line-height: 180%;
}
.about-leader {
  position: relative;
  margin-top: 60px;
  color: #538592;
  line-height: 170%;
}
.about-leader-text {
  padding-top: 40px;
}
.about-leader-face {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 430px) {
  .about-leader-face {
    position: relative;
    width: 100%;
  }
}
.about-leader-face img {
  width: 100%;
}
.about-leader-face-name {
  margin-top: 10px;
  text-align: right;
  color: #538592;
}
.about-leader-face-name span.post {
  font-size: 0.7rem;
}
.about-leader-face-name div.kana {
  font-size: 0.6rem;
}
.about-message {
  margin: 30px;
  padding: 30px;
  background-color: #EDFBFF;
  line-height: 190%;
  color: #538592;
}
@media screen and (max-width: 430px) {
  .about-message {
    margin: 30px 0;
  }
}
.about-message-name {
  text-align: right;
}
.about-message-name .clinic {
  font-size: 0.9rem;
}
.about-message-name .name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.about-message-name .name .post {
  font-size: 0.8rem;
}

.staff-top {
  position: relative;
  margin-top: 30px;
}
.staff-intro {
  margin-top: 30px;
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.staff-staffs {
  margin: 40px 0 80px 0;
}
.staff-person {
  display: flex;
  padding: 35px 0;
  flex-direction: row;
}
@media screen and (max-width: 430px) {
  .staff-person {
    display: block;
  }
}
.staff-left {
  padding: 20px 20px 20px 0;
  width: 40%;
}
@media screen and (max-width: 430px) {
  .staff-left {
    width: 100%;
    padding: 0;
  }
}
.staff-img {
  width: 100%;
}
.staff-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #538592;
}
@media screen and (max-width: 430px) {
  .staff-right {
    padding-top: 20px;
    width: 100%;
  }
}
.staff-right .job {
  font-size: 0.8rem;
  padding-bottom: 5px;
}
.staff-right .name {
  font-weight: 800;
}
.staff-right .kana {
  font-size: 0.7rem;
  padding-left: 10px;
}
.staff-right .comment {
  padding-top: 30px;
  font-size: 0.8rem;
  line-height: 180%;
  text-align: justify;
}

.pvoice-top {
  position: relative;
  margin-top: 30px;
}
.pvoice-intro {
  padding: 30px 0;
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.pvoice-main {
  padding: 30px 0;
  background-color: #F2F9FD;
}
.pvoice-row {
  position: relative;
  width: 70%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pvoice-row {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .pvoice-row {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
  }
}
.pvoice-item {
  width: 48%;
  padding: 20px;
  border: 1px solid #538592;
  background-color: #EDFBFF;
  color: #538592;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.197);
}
@media screen and (max-width: 430px) {
  .pvoice-item {
    width: 100%;
    margin: 10px;
  }
}
.pvoice-name {
  font-weight: 800;
}
.pvoice-msg {
  padding-top: 20px;
  font-size: 0.8rem;
  line-height: 180%;
}

.pservice-top {
  position: relative;
  margin-top: 30px;
}
.pservice-intro {
  padding: 30px 0;
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.pservice-topimgs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 430px) {
  .pservice-topimgs {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.pservice-topimgs-mt {
  margin-top: 20px;
}
.pservice-topimgs-item {
  position: relative;
  width: 30%;
  height: 30%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pservice-topimgs-item.sentan {
  display: none;
}
@media screen and (max-width: 430px) {
  .pservice-topimgs-item.sentan {
    display: block;
  }
}
.pservice-topimgs-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pservice-topimgs-item-bg > img {
  position: absolute;
  height: 100%;
  filter: brightness(80%);
  transition: 0.4s;
}
@media screen and (max-width: 430px) {
  .pservice-topimgs-item {
    width: 90%;
    height: 90%;
    margin-bottom: 20px;
  }
}
.pservice-topimgs-item:hover .pservice-topimgs-item-bg > img {
  height: 105%;
}
.pservice-topimgs-item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: "Zen Antique Soft", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.393);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pservice-longimg {
  display: flex;
}
.pservice-longimg-pc {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .pservice-longimg-pc {
    display: none;
  }
}
.pservice-longimg-pc-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pservice-longimg-pc-bg img {
  height: 100%;
  min-width: 100%;
  aspect-ratio: 88/13;
  transition: 0.4s;
}
.pservice-longimg-pc:hover .pservice-longimg-pc-bg > img {
  height: 110%;
  min-width: 105%;
}
.pservice-longimg-mb {
  margin-top: 10px;
  position: relative;
  width: 90vw;
  height: 90vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 430px) {
  .pservice-longimg-mb {
    display: block;
  }
}
.pservice-longimg-mb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pservice-longimg-mb-bg img {
  height: 100%;
  min-width: 100%;
  aspect-ratio: 88/13;
  transition: 0.4s;
}
.pservice-longimg-mb:hover .pservice-longimg-mb-bg > img {
  height: 110%;
  min-width: 105%;
}
.pservice-topic {
  margin: 130px 0;
}
.pservice-method {
  position: relative;
  margin: 100px 0;
}
.pservice-method-title > .bg {
  width: calc(5vw + 120px);
  height: 70px;
  background-color: #EDFBFF;
}
@media screen and (min-width: 1080px) {
  .pservice-method-title > .bg {
    width: calc((100vw - 1080px) / 2 + 120px);
  }
}
.pservice-method-title > .text {
  position: relative;
  top: calc((70px + 1.2rem) / -2);
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  color: #538592;
  font-family: "Zen Antique Soft", serif;
  font-size: 1.2rem;
}
.pservice-method-intro {
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.pservice-method-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 430px) {
  .pservice-method-items {
    flex-direction: column;
  }
}
.pservice-method-item {
  position: relative;
  background-color: #EDFBFF;
  width: 30%;
  color: #538592;
  font-family: "Zen Antique Soft", serif;
}
@media screen and (max-width: 430px) {
  .pservice-method-item {
    width: 100%;
  }
}
.pservice-method-item-none {
  width: 30%;
}
.pservice-method-item .title {
  padding: 10px;
  text-align: center;
}
.pservice-method-item .subTitle {
  font-size: 0.7rem;
}
.pservice-method-item .img img {
  width: 100%;
  height: 30%;
}
.pservice-method-item .desc {
  font-size: 0.8rem;
  text-align: center;
  padding: 15px 10px;
}
.pservice-method-item .subDesc {
  font-size: 0.6rem;
  text-align: right;
}
.pservice-method-matome {
  background-color: #EDFBFF;
  width: 100%;
  padding: 20px;
  font-family: "Zen Antique Soft", serif;
  color: #538592;
}
.pservice-method-matome .title {
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.pservice-method-matome .cont {
  font-size: 0.8rem;
  line-height: 180%;
  text-align: justify;
}

.pcontact-top {
  position: relative;
  margin-top: 30px;
}
.pcontact-intro {
  padding: 30px 0;
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.pcontact-telwrap {
  display: flex;
  justify-content: center;
  width: 70%;
  max-width: 870px;
  margin: 30px auto;
}
@media screen and (max-width: 430px) {
  .pcontact-telwrap {
    width: 90%;
  }
}
.pcontact-tel {
  width: 100%;
  background-color: #BDE4F0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 10px;
  text-wrap: nowrap;
}
.pcontact-tel-img {
  padding: 10px;
  width: 55px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.pcontact-tel .num {
  font-size: 2rem;
}
.pcontact-con-wrap {
  width: 90%;
  max-width: 1080px;
  margin: 70px auto;
  background-color: #BDE4F0;
  padding: 20px;
}

.pblog-top {
  position: relative;
  margin-top: 30px;
}
.pblog-intro {
  padding: 30px 0;
  line-height: 200%;
  font-size: 0.9rem;
  color: #538592;
  text-align: justify;
}
.pblog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #538592;
  gap: 40px;
  margin: 60px 0 200px 0;
}
.pblog-item {
  width: 30%;
  height: 30%;
  max-height: 300px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
.pblog-item:hover .pblog-item-img img {
  height: 120%;
}
.pblog-date {
  font-size: 0.8rem;
  height: 1.2rem;
}
.pblog-title {
  height: 4rem;
}
.pblog-img {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pblog-img img {
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pblog-imgnone {
  background-color: #EDFBFF;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}
.pblog-imgnone-logo {
  width: 50%;
}

.single-top {
  position: relative;
  display: flex;
  margin-top: 30px;
  margin-bottom: 200px;
}
@media screen and (max-width: 430px) {
  .single-top {
    display: block;
  }
}
.single-title {
  font-size: 1.5rem;
  border-bottom: 1px solid #BDE4F0;
}
.single-sub {
  display: flex;
  margin: 10px 0;
}
.single-date {
  text-align: start;
  font-size: 0.7rem;
  color: #538592;
}
.single-cate {
  margin-left: 10px;
  padding: 1px 5px;
  border-radius: 5px;
  background-color: #BDE4F0;
  color: #FFFFFF;
  font-size: 0.7rem;
}
.single-thumbnail {
  position: relative;
  width: 60%;
  max-width: 680;
}
.single-thumbnail img {
  width: 100%;
  height: auto;
}
.single-left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .single-left {
    min-width: 70%;
  }
}
@media screen and (max-width: 430px) {
  .single-left {
    width: 100%;
  }
}
.single-right {
  padding: 30px;
  flex-grow: 1;
}

.sidebar-title {
  font-weight: 700;
  text-align: center;
  color: #538592;
}
.sidebar-time {
  font-size: 0.8rem;
  color: #538592;
}
.sidebar-subtitle {
  padding-bottom: 10px;
}
.sidebar-a:hover .sidebar-subtitle {
  text-decoration: underline;
}
.sidebar-month {
  border-top: 1px solid #538592;
  padding-top: 10px;
}
.sidebar-month li {
  padding-left: 10px;
  padding-top: 10px;
  list-style: none;
  color: #497580;
}
.sidebar-month a:hover {
  color: #cccccc;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */