@charset "UTF-8";
/* ===================================================================
ress
=================================================================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  border-style: none;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* --------------------------------------------------
  Forms
-------------------------------------------------- */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

button,
[type=button],
[type=submit],
[type=reset] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* --------------------------------------------------
  Accessibility
-------------------------------------------------- */
/* visually hidden (focusable) */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:focus):not(:active):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-disabled=true] {
  cursor: default;
}

/* ===================================================================
base
=================================================================== */
/*	html
--------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
body .wrapper {
  position: relative;
  max-width: 480px;
  margin: auto;
  padding-bottom: 200px;
  background: url(../images/bg.webp);
}
@media screen and (max-width: 479px) {
  body .wrapper {
    padding-bottom: 40vw;
  }
}

h1, h2, h3, h4, h5, h6, p, dd, figure {
  margin-bottom: 0;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #333;
}

@media screen and (min-width: 751px) {
  .tel[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

th,
td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

a img {
  opacity: 1;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}

.main .sec_worries {
  position: relative;
}
.main .sec_rp {
  margin-top: -150px;
}
@media screen and (max-width: 479px) {
  .main .sec_rp {
    margin-top: -31.315vw;
  }
}
.main .sec_truth {
  position: relative;
  z-index: 115;
}
.main .sec_reason {
  position: relative;
  margin-top: -130px;
  z-index: 110;
}
.main .sec_clinic {
  position: relative;
}
.main .faq_area {
  padding: 60px 20px;
  background: #000;
}
.main .faq_area .faq {
  position: relative;
  border-bottom: 1px solid #FBF5D9;
  background: #555;
}
.main .faq_area .faq:before, .main .faq_area .faq:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}
.main .faq_area .faq:before {
  width: 100%;
  background: #FBF5D9;
}
.main .faq_area .faq:after {
  width: 20px;
  background: #ECCC45;
}
.main .faq_area .faq .question,
.main .faq_area .faq .answer {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.main .faq_area .faq .question:before,
.main .faq_area .faq .answer:before {
  position: absolute;
  left: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Lexend Zetta", sans-serif;
}
.main .faq_area .faq .question {
  padding: 20px 50px 15px 45px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ECCC45;
  cursor: pointer;
}
.main .faq_area .faq .question:before {
  content: "Q";
  top: 23px;
}
.main .faq_area .faq .question .i_box {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.main .faq_area .faq .question .i_box:before, .main .faq_area .faq .question .i_box:after {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.3s;
}
.main .faq_area .faq .question .i_box:after {
  transform: rotate(90deg);
}
.main .faq_area .faq .open .i_box:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.main .faq_area .faq .answer {
  display: none;
  padding: 0px 20px 20px 45px;
  font-size: 1.4rem;
  color: #fff;
}
.main .faq_area .faq .answer p {
  font-weight: 300;
}
.main .faq_area .faq .answer:before {
  content: "A";
  top: 5px;
}
.main .faq_area .faq:not(:last-child) {
  margin-bottom: 10px;
}

.cat-btn {
  padding: 20px 20px 40px;
}
.cat-btn__list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer_cta {
  position: fixed;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  border-top: 2px solid #e2ce5e;
  background: url(../images/bg.webp);
  z-index: 999;
}
.footer_cta a {
  display: block;
}
.footer_cta__head {
  margin-bottom: 4px;
}
.footer_cta__list {
  display: flex;
  gap: 8px;
}
.footer_cta[aria-expanded=true] {
  opacity: 1;
  bottom: 0;
  transition: 0.5s;
}
.footer_cta[aria-expanded=false] {
  opacity: 0;
  bottom: -159px;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */