@charset "UTF-8";
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  position: relative;
  font-size: 14.5px;
  line-height: 1.65em;
  letter-spacing: 0.04em;
  max-width: 556px;
  margin: 0 auto;
}

@media (min-width: 568px) {
  body {
    font-size: 16px;
  }
}
main {
  padding-top: 79px;
}
@media (max-width: 568px) {
  main {
    padding-top: 70px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 568px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 569px) {
  .is-sp {
    display: none;
  }
}

.inner-wrap {
  padding: 0 20px;
  margin-top: 20px;
}

.text--red {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 10px;
  align-items: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  gap: 5%;
}
header div#logo {
  margin-left: 6px;
  flex: 1;
}
header div#logo a {
  display: block;
}
header div#nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
header div#nav .nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  color: #535353;
  font-size: 24px;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}
header div#nav .nav-btn span {
  font-size: 10px;
}
header div#nav #book-line {
  display: block;
  color: #45cb44;
}

@media (min-width: 556px) {
  header {
    width: 556px;
  }
}
.offer {
  position: relative;
  text-align: center;
}
.offer .offer-img {
  margin-bottom: 10px;
}
.offer .btn-txt {
  width: 63%;
  margin-bottom: 1.2rem;
}
.offer .monitor {
  width: 80%;
}
.offer .offer-info {
  padding: 30px 20px;
}
.offer .offer-note {
  text-align: left;
  margin-top: 1.4rem;
  font-size: 0.8em;
  font-weight: 400;
}
.offer.screenshot-left:before, .offer.screenshot-right:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 86px;
  top: -22px;
}

#case-slides {
  padding: 0 10%;
  padding-bottom: 60px;
  background-color: #ececec;
}

#flow-slides {
  padding: 0 20px;
  padding-bottom: 45px;
  background-color: #817e75;
}

.c-table {
  text-align: left;
  background-color: #FFF;
  padding: 4px 8px;
  margin: 0 1.4rem 1.6rem;
  border: 2px solid #9c8974;
}
.c-table_header > th {
  width: 6rem;
  border-bottom: 1px dashed #9c8974;
  padding-bottom: 0.5rem;
  color: #9c8974;
}
.c-table_data {
  font-size: 0.85rem;
  line-height: 1.4rem;
}
.c-table_data > th {
  width: 6rem;
  border-right: 1px dashed #9c8974;
  border-bottom: 1px dashed #9c8974;
  color: #9c8974;
}
.c-table_data > td {
  padding-left: 0.5rem;
  border-bottom: 1px dashed #9c8974;
  color: #7f7f7f;
}
.c-table_data:last-child > th, .c-table_data:last-child > td {
  border-bottom: none;
}

.c-qa {
  padding: 20px 7% 45px;
  background-color: #f3eeeb;
}
.c-qa_box {
  border-radius: 7px;
  background-color: #fffefc;
  margin-bottom: 16px;
}
.c-qa_box:last-child {
  margin-bottom: 0;
}
.c-qa .question {
  position: relative;
  background: #bb9c7d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 40px;
  padding-right: 48px;
  border-radius: 3px;
}
.c-qa .question p {
  margin: auto;
}
.c-qa .question::before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  color: #fff;
  position: absolute;
  left: 16px;
  top: 1.35em;
}
.c-qa .question::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 16px;
}
.c-qa .question.active {
  border-radius: 7px 7px 1px 1px;
}
.c-qa .question.active::after {
  content: "－";
}
.c-qa .answer {
  display: none;
  padding: 10px 14px;
  font-size: 0.95em;
}
.c-qa .answer p {
  margin: auto;
}

.c-clinic {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 45px;
}
.c-clinic .inner-wrap {
  padding: 0 20px;
}
.c-clinic .inner-wrap .c-clinic_box {
  color: #8a6e66;
}
.c-clinic .inner-wrap .c-clinic_box-name {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-clinic .inner-wrap .c-clinic_box-address {
  margin-bottom: 14px;
}
.c-clinic .inner-wrap .c-clinic_box-phone {
  position: relative;
  margin: 14px 0;
  font-size: 1.5em;
  font-weight: 600;
  padding-left: 40px;
}
.c-clinic .inner-wrap .c-clinic_box-phone:before {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../img/access/icon_tell.png) no-repeat top/contain;
  left: 0;
}
.c-clinic .inner-wrap .c-clinic_box-phone a {
  text-decoration: none;
  color: #f4748d;
}
.c-clinic .inner-wrap .c-clinic_box-title {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  padding-left: 36px;
  margin-bottom: 12px;
}
.c-clinic .inner-wrap .c-clinic_box-title:before {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../img/access/icon_access.png) no-repeat top/contain;
  left: -2px;
  bottom: -2px;
}
.c-clinic .inner-wrap .c-clinic_box-lead {
  margin: 0px;
  margin-bottom: 20px;
}
.c-clinic .inner-wrap .c-clinic_box-lead i.fa-solid.fa-person-walking {
  padding-left: 2px;
  padding-right: 2px;
}
.c-clinic .inner-wrap .c-clinic_box-info, .c-clinic .inner-wrap .c-clinic_box-add {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #f3eeeb;
  padding: 14px 24px;
  border-radius: 15px;
  font-size: 0.9em;
  line-height: 1.6em;
}
.c-clinic .inner-wrap .c-clinic_box-info span:first-child, .c-clinic .inner-wrap .c-clinic_box-add span:first-child {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.c-clinic .inner-wrap .c-clinic_box-info span:first-child {
  border-bottom: 1px dashed #ac8f71;
}
.c-clinic iframe#map {
  width: 100%;
  height: 240px;
}

@media (min-width: 568px) {
  .offer.screenshot-left:before, .offer.screenshot-right:before {
    width: 210px;
    height: 116px;
    top: -37px;
  }
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 0.8em;
  text-align: center;
  padding: 10px 20px;
  background-color: #e3d0c3;
}
footer .info p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #8a6e66;
}
footer .info a {
  color: #fff;
}
footer p {
  margin: 0 auto;
}

img.onayami1 {
  position: relative;
  margin-bottom: -60px;
  z-index: 1;
}

.nayami {
  position: relative;
  background: url(../img/onayami-bg.jpg);
  margin-bottom: -97px;
}
.nayami .text_wrapper {
  position: relative;
}
.nayami .text {
  height: 215px;
  overflow: hidden;
}
.nayami .onayami-text {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 60px 30px;
}
.nayami .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  padding-top: 33px;
  text-align: center;
  line-height: 35px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(55, 61, 61, 0.9) 55%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.nayami .show_more span {
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 4px 18px;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.nayami .active {
  background: none;
  bottom: -30px;
}
.nayami .onayami-arrow {
  text-align: center;
  padding: 30px 10px 26px;
}
.nayami .onayami-arrow.shadow {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(55, 61, 61, 0.9) 100%);
}
.nayami .onayami-arrow img {
  position: relative;
  z-index: 2;
  width: 280px;
}

@media (max-width: 568px) {
  .nayami .onayami-text {
    padding: 60px 30px 30px;
  }
}
.checklist {
  position: relative;
  z-index: 1;
  background-color: #f3f6fb;
  padding-top: 34px;
}

.swiper-container .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%23ccc3a3" d="M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z" /></svg>');
  top: 46%;
  left: 4%;
  right: auto;
  height: 81px;
}
.swiper-container .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%23ccc3a3" d="M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z" /></svg>');
  top: 46%;
  left: auto;
  right: 4%;
  height: 80px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 5px;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #948364;
}

#flow-slides .swiper-button-prev,
#flow-slides .swiper-button-next {
  background-image: none;
}
#flow-slides .swiper-button-prev {
  top: 50%;
  left: 3%;
  right: auto;
  height: 81px;
}
#flow-slides .swiper-button-next {
  top: 50%;
  left: auto;
  right: 4%;
  height: 80px;
}
#flow-slides .swiper-pagination-bullets {
  bottom: 22px;
}
@media (max-width: 568px) {
  #flow-slides .swiper-pagination-bullets {
    bottom: 16px;
  }
}

.popup-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  border-top: 2px solid #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup-btn.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 568px) {
  .popup-btn {
    width: 556px;
  }
}
div#nav-bottom .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
div#nav-bottom .nav-btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 18px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  flex: 1;
}
div#nav-bottom .nav-btn:after {
  content: "▶";
  position: absolute;
  font-size: 10px;
  right: 12px;
}
div#nav-bottom #book-line {
  background-color: #1eab3d;
  background-image: linear-gradient(107deg, #1eab3d 0%, #85bd58 100%);
}
div#nav-bottom #book-web {
  background-color: #e67981;
  background-image: linear-gradient(107deg, #e67981 0%, #eea9b2 100%);
}

.wrap-form {
  margin: 0;
  padding: 20px;
  background-color: #fff2f2;
}
.wrap-form .title {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ff8096;
  margin-bottom: 35px;
}
.wrap-form .title span:before, .wrap-form .title span:after {
  content: "＊";
  font-size: 0.6em;
}
.wrap-form .p-order-form .p-form-group {
  gap: 6px;
}
.wrap-form .p-order-form .p-form-group:nth-child(1), .wrap-form .p-order-form .p-form-group:nth-child(5), .wrap-form .p-order-form .p-form-group:nth-child(9), .wrap-form .p-order-form .p-form-group:nth-child(12), .wrap-form .p-order-form .p-form-group:nth-child(14), .wrap-form .p-order-form .p-form-group:nth-child(16) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrap-form .p-order-form .p-form-group > .-title {
  margin-bottom: 4px;
  width: 100%;
}
.wrap-form .p-order-form .p-form-group > .-title .-required {
  color: #ff586f;
  margin-left: 0.2em;
}
.wrap-form .p-order-form .p-form-group > .-message {
  width: 100%;
}
.wrap-form .p-order-form .p-form-group input {
  margin-right: 0.8em;
}
.wrap-form .p-order-form section {
  margin-bottom: 25px;
}
.wrap-form .p-order-form section > .p-form-group {
  padding: 20px 20px;
  border-bottom: 1px dashed #f67286;
}
.wrap-form .c-button {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #ff8096;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.4em;
  font-size: 1.14em;
}
.wrap-form .c-button span {
  position: relative;
  z-index: 1;
}
.wrap-form .c-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #14c3cf;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-100%) translateY(-20%) rotate(45deg);
  transform: translateX(-100%) translateY(-20%) rotate(45deg);
}
.wrap-form .c-button:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
