@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: 70px;
}

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

.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;
  width: 100%;
}
header div#logo {
  margin-left: 6px;
}
header div#logo a {
  display: block;
  width: 80px;
}
header div#nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding-right: 8px;
}
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;
  width: 36px;
}
header div#nav #book-web {
  color: #f76f09;
}
header div#nav #book-tel {
  color: #041e70;
}

@media (min-width: 556px) {
  header {
    width: 556px;
  }
}
.offer {
  position: relative;
  text-align: center;
  background-color: #000000;
  background-image: linear-gradient(0deg, #000000 0%, #464646 100%);
  color: #FFF;
}
.offer__img {
  width: 90%;
  margin-bottom: 10px;
}
.offer .tudo {
  width: 48%;
}
.offer__info {
  padding: 30px 20px 12px;
}
.offer__info-txt {
  width: 90%;
  margin-bottom: 14px;
}
.offer .offer-note {
  text-align: left;
  margin-top: 20px;
  font-size: 0.8em;
  font-weight: 400;
}
.offer.screenshot-left:before, .offer.screenshot-right:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 86px;
  top: -22px;
}

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

#qa {
  padding: 0 0 20px;
  padding-bottom: 45px;
}
#qa .qa-box {
  border-radius: 7px;
  background-color: #FFF;
  margin-bottom: 16px;
}
#qa .qa-box:last-child {
  margin-bottom: 0;
}
#qa .answer {
  display: none;
  padding: 10px 14px;
  font-size: 0.95em;
}
#qa .answer p {
  margin: auto;
}
#qa .question {
  position: relative;
  background: #1b1b1b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 40px;
  padding-right: 48px;
}
#qa .question p {
  margin: auto;
}
#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: "Q.";
  color: #ff9922;
  position: absolute;
  left: 16px;
  top: 1.35em;
}
#qa .question::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 16px;
}
#qa .question.active::after {
  content: "－";
}

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

#clinic-info {
  background-color: #f1f1f1;
  padding-bottom: 45px;
}
#clinic-info .inner-wrap {
  padding: 0 20px;
}
#clinic-info .clinic-info-box .clinic-name {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}
#clinic-info .clinic-info-box .clinic-address {
  margin: 0px;
}
#clinic-info .clinic-info-box .clinic-phone {
  position: relative;
  margin: 14px 0;
  font-size: 1.5em;
  font-weight: 600;
}
#clinic-info .clinic-info-box .clinic-phone a {
  text-decoration: none;
  color: #031c6c;
}
#clinic-info .clinic-info-box .clinic-access-title {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 12px;
}
#clinic-info .clinic-info-box .clinic-access-lead {
  margin: 0px;
  margin-bottom: 20px;
}
#clinic-info .clinic-info-box .clinic-access-lead i.fa-solid.fa-person-walking {
  padding-left: 2px;
  padding-right: 2px;
}
#clinic-info .clinic-info-box .clinic-access-info,
#clinic-info .clinic-info-box .clinic-access-add {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #fff;
  padding: 14px 24px;
  font-size: 0.9em;
  line-height: 1.6em;
}
#clinic-info .clinic-info-box .clinic-access-info span:first-child,
#clinic-info .clinic-info-box .clinic-access-add span:first-child {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
#clinic-info .clinic-info-box .clinic-access-info i.fa-umbrella {
  color: #0096f1;
}
#clinic-info .clinic-info-box .clinic-access-info span:first-child {
  border-bottom: 1px solid #0096f1;
}
#clinic-info .clinic-info-box .clinic-access-add i.fa-car {
  color: #f86c1b;
}
#clinic-info .clinic-info-box .clinic-access-add span:first-child {
  border-bottom: 1px solid #f86c1b;
}
#clinic-info iframe#map {
  width: 100%;
  height: 240px;
}

@media (max-width: 568px) {
  .offer {
    padding-top: 20px;
  }
}
@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: #FFF;
  font-size: 0.8em;
  text-align: center;
  padding: 10px 20px;
  background-color: #333;
}
footer .info p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
footer .info a {
  color: #fff;
}
footer p {
  margin: 0 auto;
}

.swiper-container .swiper-button-prev {
  background-image: none;
  top: 42%;
  left: 0px;
  right: auto;
  height: 68px;
}
.swiper-container .swiper-button-next {
  background-image: none;
  top: 42%;
  left: auto;
  right: 0px;
  height: 68px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 4px;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #86bbff;
}

.wrap-form {
  margin: 0;
  padding: 20px;
  background-color: #ddf2ff;
}
.wrap-form .title {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #041e70;
  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: #f76f09;
  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 #041e70;
}
.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: #3258e7;
  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: #333;
  -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;
  border-radius: 50px;
}
.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);
  }
}
