@charset "UTF-8";
/* ====================================================
	¥«¥é©`
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --white: #fff;
  --black: #333333;
  --gray: #8C8C8C;
  --lightBlue: #54BFF8;
  --lightBlue_DC: #DCEFF4;
  --lightBlue_E4: #E4F7FC;
  --pink: #FCDAFD;
  --orange: #FC8E3D;
  --lightBlue_btnBack: #ADCCE8;
  --lightBlue_btnLine: #D4E6F5;
  --pink_btnBack: #DFADE8;
  --pink_btnLine: #EFDBF4;
}

/* ====================================================
	breakpoint
==================================================== */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  background-color: var(--white);
  line-height: 1;
  color: var(--black);
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 0.733vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.303vw;
  }
}
p {
  margin: initial;
}

figure,
img {
  vertical-align: bottom;
  margin: initial;
}

img {
  width: 100%;
}

a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}

a,
.is-hover06 {
  transition: all 0.4s;
  cursor: pointer;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.color_lightBlue {
  color: var(--lightBlue);
}

.is-marker {
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 63%;
  text-underline-offset: -61.5%;
}
@media screen and (max-width: 767px) {
  .is-marker {
    text-decoration-thickness: 2.9vw;
    text-underline-offset: -1.3vw;
  }
}

/* ====================================================
	hover
==================================================== */
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.65 !important;
  }
  .is-hover06:hover {
    opacity: 0.65 !important;
  }
  .faq__choice-btn:hover::after {
    opacity: 1;
  }
}
header {
  position: relative;
  z-index: 5;
}

.header__inner {
  position: relative;
  max-width: 1366px;
  margin: auto;
}

.header__box {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 3.6rem 0 0 8.3rem;
}
@media screen and (max-width: 767px) {
  .header__box {
    margin: 2.3rem 0 0 4.2rem;
  }
}

.header__box a {
  display: flex;
  align-items: center;
}

.header__img {
  width: 12.6rem;
}
@media screen and (max-width: 767px) {
  .header__img {
    width: 20.3rem;
  }
}

.header__txt {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__txt {
    font-size: 2.9rem;
    margin: 0.1rem 0 0 3.4rem;
  }
}

footer {
  position: relative;
  text-align: center;
  padding: 13.6rem 0 3.3rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 13.6rem 0 6.3rem;
  }
}

footer:before {
  content: "";
  position: absolute;
  top: 65rem;
  left: 0;
  background-image: url(/lp/oral-health/img/footer_line.png?version=240401_02);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 5.6rem;
}
@media screen and (max-width: 767px) {
  footer:before {
    height: 11rem;
    top: 81rem;
    background-image: url(/lp/oral-health/img/faq06_line__sp.png);
  }
}

.footer__img {
  width: 29.226rem;
}

.footer__addressBox {
  margin-top: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__addressBox {
    margin-top: 7.4rem;
  }
}

.footer__address-name {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer__address-name {
    font-size: 3rem;
  }
}

.footer__address-txt {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer__address-txt {
    font-size: 2.8rem;
    margin-top: 1.8rem;
  }
}

.footer__address-tel {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin-top: 2.4rem;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .footer__address-tel {
    font-size: 3rem;
    margin-top: 3.4rem;
  }
}

.footer__snsList {
  display: flex;
  justify-content: center;
  margin-top: 12.2rem;
}

.footer__snsList li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li + li {
    margin-left: 4rem;
  }
}

.footer__snsList li.is-youtube {
  width: 4.7rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li.is-youtube {
    width: 8.7rem;
  }
}

.footer__snsList li.is-facebook {
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li.is-facebook {
    width: 6.1rem;
  }
}

.footer__snsList li.is-insta {
  width: 3.295rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li.is-insta {
    width: 5.995rem;
  }
}

.footer__snsList li.is-line {
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li.is-line {
    width: 6.1rem;
  }
}

.footer__snsList li.is-x {
  width: 3.229rem;
}
@media screen and (max-width: 767px) {
  .footer__snsList li.is-x {
    width: 5.929rem;
  }
}

.copyright {
  margin-top: 16.4rem;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 29.7rem;
    font-size: 2.4rem;
  }
}

#wrapper {
  background-color: var(--lightBlue_DC);
}

.commonInner {
  position: relative;
  max-width: 1366px;
  margin: auto;
}

.commonBox {
  position: relative;
  z-index: 1;
}

.pageTop {
  position: fixed;
  bottom: 3.8rem;
  right: 3.8rem;
  width: 12.5rem;
  display: none;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .pageTop {
    width: 11.8rem;
  }
}

/* ====================================================
	fv
==================================================== */
.fvInner {
  max-width: 1366px;
  margin: auto;
}

.fv__ttl {
  width: 97.3rem;
  margin: auto;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 68.7rem;
    padding-top: 29.8rem;
  }
}

.fv__ttlSub {
  width: 68.1rem;
  margin: 0.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .fv__ttlSub {
    width: 68.8rem;
    margin: 6.2rem auto 0;
  }
}

.fv__txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0.9rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: 3.3rem;
    line-height: 1.6;
    margin: 2.2rem auto 0;
  }
}

/* ====================================================
	faq
==================================================== */
.faq__block {
  position: relative;
  pointer-events: none;
}

.faq__ttl {
  margin: 0.4rem auto 8.1rem;
  width: 69.8rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .faq__ttl {
    width: 100%;
    padding-right: initial;
    margin: -1rem auto 0;
  }
}

.faq__start {
  position: absolute;
  top: 5.4rem;
  left: 0;
  right: 0;
  width: 16.2rem;
  margin: auto;
  padding-left: 90.1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq__start {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    padding-left: 5.5rem;
    width: 33rem;
    margin: 7.7rem 0;
  }
}

.faq__goal {
  position: absolute;
  top: -12.1rem;
  left: 0;
  right: 0;
  width: 16.2rem;
  margin: auto;
  padding-right: 36.4rem;
}
@media screen and (max-width: 767px) {
  .faq__goal {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    padding-left: 2.9rem;
    width: 33.9rem;
    margin: initial;
    padding-top: 7.5rem;
  }
}

.faq__body-inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.faq__box {
  background-size: contain;
  background-repeat: no-repeat;
}

.faq__box.is-choice {
  position: relative;
  background-image: url(/lp/oral-health/img/faq_common_board.png);
  width: 100%;
  height: 100%;
}

.faq__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__head {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    padding-left: initial !important;
    padding-right: initial !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

.faq__theme {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__theme {
    font-size: 4.2rem;
    letter-spacing: 0.3rem;
  }
}
.faq__theme .font_large {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .faq__theme .font_large {
    font-size: 6rem;
  }
}

.faq__body {
  position: relative;
  width: 42.4rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.915;
}
@media screen and (max-width: 767px) {
  .faq__body {
    margin-top: 3.5rem !important;
    width: 99.1% !important;
    padding-left: 0.9% !important;
  }
}
.faq__body .is-colum {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq__body .is-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__body .is-about {
    text-indent: -1.4rem;
  }
}

.faq__choice-txt {
  position: absolute;
  font-weight: 700;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq__choice-txt {
    font-size: 3.9rem;
  }
}

.faq__choice-circle {
  width: 5.2rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: var(--lightBlue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 3rem;
  color: var(--white);
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq__choice-circle {
    width: 9.2rem;
    font-size: 5rem;
    margin: 0 0.8rem;
  }
}

.faq__choice-circleTxt {
  margin-top: -0.2rem;
}

.faq__choice-img {
  position: absolute;
}

.faq__choice-btn {
  position: absolute;
  top: 18.8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 17.3rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.277;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__choice-btn {
    top: 33.8rem;
    width: 31rem;
  }
}

.faq__choice-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/lp/oral-health/img/faq_common_btnHover.png?version=240327);
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s;
}

.faq__box.is-answer {
  background-image: url(/lp/oral-health/img/faq_common_board_back.png);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  width: 97.406%;
  height: 97.406%;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  pointer-events: none;
  cursor: pointer;
  z-index: 1;
}

.faq__body.active .faq__box.is-answer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.faq__answer {
  padding: 4.8rem 6.2rem;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 8.7rem 10.9rem;
  }
}

.faq__answer-head {
  font-weight: 700;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__answer-head {
    font-size: 6.5rem;
  }
}

.faq__answer-circle {
  font-size: 1.6rem;
  background-color: var(--lightBlue);
  padding: 0.9rem 1rem;
  color: #fff;
  border-radius: 2rem;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-circle {
    font-size: 2.8rem;
    padding: 1.6rem 1.9rem;
    border-radius: 3rem;
    margin-right: 1.6rem;
  }
}

.faq__answer-body {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 3.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq__answer-body {
    font-size: 3.7rem;
    padding-top: 7.3rem;
    line-height: 1.5;
  }
}
.faq__answer-body .font_large {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-body .font_large {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__block.is-start {
    margin-bottom: 12rem;
  }
}

.faq__block.is-01 {
  padding: 9.6rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 {
    padding: 8.9rem 0 6rem;
  }
}
.faq__block.is-01 .faq__head {
  position: absolute;
  top: 5.1rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-right: 62.1rem;
}
.faq__block.is-01 .faq__num {
  width: 16.3rem;
  margin-left: -1.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__num {
    width: 33.2rem;
    margin-left: -6.9rem;
  }
}
.faq__block.is-01 .faq__theme {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__theme {
    margin-top: 1.3rem;
    margin-left: -7.9rem;
  }
}
.faq__block.is-01 .faq__body {
  margin: auto;
  padding-left: 11rem;
}
.faq__block.is-01 .faq__choice-txt {
  top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__choice-txt {
    top: 8.1rem;
  }
}
.faq__block.is-01 .faq__choice.is-01 .faq__choice-txt {
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__choice.is-01 .faq__choice-txt {
    left: 14rem;
  }
}
.faq__block.is-01 .faq__choice.is-01 .faq__choice-img {
  width: 16.4rem;
  top: 10.9rem;
  left: 4.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__choice.is-01 .faq__choice-img {
    width: 29.8rem;
    top: 19.1rem;
    left: 8.4rem;
  }
}
.faq__block.is-01 .faq__choice.is-02 .faq__choice-txt {
  left: 24.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__choice.is-02 .faq__choice-txt {
    left: 43.6rem;
  }
}
.faq__block.is-01 .faq__choice.is-02 .faq__choice-img {
  width: 13.8rem;
  top: 10.3rem;
  left: 23.7rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__choice.is-02 .faq__choice-img {
    width: 24.8rem;
    top: 18.4rem;
    left: 42.8rem;
  }
}

.faq__block.is-02 {
  padding-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 {
    padding-top: 8.4rem;
    margin-bottom: 6rem;
  }
}
.faq__block.is-02 .faq__head {
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 69.2rem;
}
.faq__block.is-02 .faq__num {
  width: 16.6rem;
  margin-left: -3.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__num {
    width: 33.1rem;
    margin-left: -9.6rem;
  }
}
.faq__block.is-02 .faq__theme {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__theme {
    margin-top: 1.7rem;
    margin-left: -4.8rem;
  }
}
.faq__block.is-02 .faq__body {
  margin: auto;
  padding-right: 2rem;
}
.faq__block.is-02 .faq__choice-circle {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__choice-circle {
    font-size: 4.5rem;
  }
}
.faq__block.is-02 .faq__choice.is-01 .faq__choice-txt {
  top: 11.4rem;
  left: 5.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__choice.is-01 .faq__choice-txt {
    top: 21.3rem;
    left: 9.9rem;
  }
}
.faq__block.is-02 .faq__choice.is-01 .faq__choice-img {
  width: 10.2rem;
  top: 2.8rem;
  left: 13.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__choice.is-01 .faq__choice-img {
    width: 18.4rem;
    top: 5.6rem;
    left: 26.3rem;
  }
}
.faq__block.is-02 .faq__choice.is-02 .faq__choice-txt {
  top: 9.6rem;
  left: 26.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__choice.is-02 .faq__choice-txt {
    top: 17.8rem;
    left: 51.6rem;
  }
}
.faq__block.is-02 .faq__choice.is-02 .faq__choice-img {
  width: 5.2rem;
  top: 6.7rem;
  left: 24rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__choice.is-02 .faq__choice-img {
    width: 9.2rem;
    top: 12.6rem;
    left: 44.7rem;
  }
}
.faq__block.is-02 .faq__answer-body .font_large {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__answer-body .font_large {
    font-size: 3.7rem;
  }
}

.faq__block.is-03 {
  margin-top: -5.8rem;
  padding-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 {
    margin-top: initial;
    padding-top: 11.3rem;
  }
}
.faq__block.is-03 .faq__head {
  position: absolute;
  top: -11.7rem;
  left: 7.2rem;
  flex-direction: row;
  align-items: flex-start;
}
.faq__block.is-03 .faq__num {
  width: 7.7rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__num {
    width: 33.9rem;
    margin-left: -16.7rem;
  }
}
.faq__block.is-03 .faq__theme {
  margin-left: 2.1rem;
  margin-top: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__theme {
    margin-left: -10.9rem;
    text-align: center;
  }
}
.faq__block.is-03 .faq__body {
  margin-left: 16.4rem;
  margin-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__body {
    margin-left: initial;
  }
}
.faq__block.is-03 .faq__choice-txt {
  top: 11.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__choice-txt {
    top: 20rem;
  }
}
.faq__block.is-03 .faq__choice.is-01 .faq__choice-txt {
  left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__choice.is-01 .faq__choice-txt {
    left: 8.3rem;
  }
}
.faq__block.is-03 .faq__choice.is-img .faq__choice-img {
  top: 1.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 19.5rem;
  padding-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__choice.is-img .faq__choice-img {
    top: 2.6rem;
    width: 35.1rem;
  }
}
.faq__block.is-03 .faq__choice.is-02 .faq__choice-txt {
  left: 28.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__choice.is-02 .faq__choice-txt {
    left: 53.2rem;
  }
}

.faq__block.is-04 {
  margin-top: -27.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 {
    margin-top: initial;
    padding-top: 5rem;
  }
}
.faq__block.is-04 .faq__head {
  align-items: flex-end;
  padding-right: 31.7rem;
}
.faq__block.is-04 .faq__num {
  width: 16.7rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__num {
    width: 33.1rem;
    margin-left: -0.2rem;
  }
}
.faq__block.is-04 .faq__theme {
  margin-top: 1rem;
  margin-right: -15rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__theme {
    margin-top: 0.6rem;
    margin-right: initial;
  }
}
.faq__block.is-04 .faq__body {
  margin: 2rem 15.8rem 0 0;
  margin-left: auto;
  margin-right: auto;
}
.faq__block.is-04 .faq__choice-txt {
  top: 8.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__choice-txt {
    top: 14.4rem;
  }
}
.faq__block.is-04 .faq__choice-circle {
  margin: 0.8rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__choice-circle {
    margin: 1.8rem 0.8rem;
  }
}
.faq__block.is-04 .faq__choice.is-01 .faq__choice-txt {
  left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__choice.is-01 .faq__choice-txt {
    left: 8.2rem;
  }
}
.faq__block.is-04 .faq__choice.is-img .faq__choice-img {
  top: 2.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__choice.is-img .faq__choice-img {
    top: 4.8rem;
    width: 32.3rem;
  }
}
.faq__block.is-04 .faq__choice.is-02 .faq__choice-txt {
  left: 29.3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__choice.is-02 .faq__choice-txt {
    left: 52.6rem;
  }
}

.faq__block.is-05 {
  margin-top: -8.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 {
    margin-top: initial;
    padding-top: 9.9rem;
  }
}
.faq__block.is-05 .faq__head {
  margin: auto;
  padding-right: 39.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__head {
    margin-left: initial;
  }
}
.faq__block.is-05 .faq__num {
  width: 16.6rem;
  margin-left: -1.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__num {
    width: 33.8rem;
    margin-left: initial;
  }
}
.faq__block.is-05 .faq__theme {
  margin-top: 0.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__theme {
    margin-top: 0.4rem;
    margin-left: initial;
  }
}
.faq__block.is-05 .faq__body {
  margin: 1.2rem auto;
  padding-right: 37.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__body {
    margin: initial;
    padding-right: initial;
  }
}
.faq__block.is-05 .faq__choice-txt {
  top: 2.9rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice-txt {
    top: 5.1rem;
    font-size: 5rem;
  }
}
.faq__block.is-05 .faq__choice-img {
  width: 11.3rem;
  top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice-img {
    width: 19.3rem;
    top: 11.7rem;
  }
}
.faq__block.is-05 .faq__choice.is-01 .faq__choice-txt {
  left: 10rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice.is-01 .faq__choice-txt {
    left: 18.5rem;
  }
}
.faq__block.is-05 .faq__choice.is-01 .faq__choice-img {
  left: 7.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice.is-01 .faq__choice-img {
    left: 13.4rem;
  }
}
.faq__block.is-05 .faq__choice.is-02 .faq__choice-txt {
  left: 28.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice.is-02 .faq__choice-txt {
    left: 49.2rem;
  }
}
.faq__block.is-05 .faq__choice.is-02 .faq__choice-img {
  left: 24.7rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__choice.is-02 .faq__choice-img {
    left: 43.6rem;
  }
}

.faq__block.is-06 {
  margin-top: -17rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 {
    padding-top: 7.5rem;
    margin-top: initial;
  }
}
.faq__block.is-06 .faq__head {
  align-items: flex-end;
  padding-right: 29.7rem;
}
.faq__block.is-06 .faq__num {
  width: 22.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__num {
    width: 45.1rem;
    margin-left: initial;
  }
}
.faq__block.is-06 .faq__theme {
  margin-top: 1.1rem;
  margin-right: -3.3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__theme {
    margin-top: 0.6rem;
    margin-right: -5.6rem;
  }
}
.faq__block.is-06 .faq__body {
  margin: 1.3rem 19.5rem 0 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__body {
    margin: initial;
  }
}
.faq__block.is-06 .faq__choice-txt {
  top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__choice-txt {
    top: 6.6rem;
  }
}
.faq__block.is-06 .faq__choice.is-01 .faq__choice-txt {
  left: 6.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__choice.is-01 .faq__choice-txt {
    left: 11.5rem;
  }
}
.faq__block.is-06 .faq__choice.is-02 .faq__choice-txt {
  left: 18.3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__choice.is-02 .faq__choice-txt {
    left: 31.9rem;
  }
}
.faq__block.is-06 .faq__choice.is-03 .faq__choice-txt {
  left: 25.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__choice.is-03 .faq__choice-txt {
    left: 44.4rem;
  }
}
.faq__block.is-06 .faq__choice.is-img .faq__choice-img {
  top: 7.4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 27.8rem;
  padding-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__choice.is-img .faq__choice-img {
    top: 13.3rem;
    width: 50.4rem;
    padding-right: 2.2rem;
  }
}

.special__block {
  position: relative;
  padding: 11.4rem 18.2rem 12rem;
}
@media screen and (max-width: 767px) {
  .special__block {
    padding: 17.4rem 4.2rem 18rem;
  }
}

.special__block::before {
  content: "";
  position: absolute;
  bottom: -15.7rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 15.9rem;
  max-width: 1170px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--lightBlue_DC);
}

.special__inner {
  position: relative;
}

.special__box {
  background-image: url(/lp/oral-health/img/special_board.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18.2rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.752;
  position: absolute;
  top: -4.4rem;
  left: 4.1rem;
}
@media screen and (max-width: 767px) {
  .special__box {
    width: 46.3rem;
    top: -13.8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.special__ttl {
  margin-top: 4.7rem;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .special__ttl {
    margin-top: 12.1rem;
    font-size: 3.9rem;
  }
}

.special__list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 2rem 0 2rem 24.7rem;
  border-radius: 1.1rem;
  background-color: var(--lightBlue_E4);
}
@media screen and (max-width: 767px) {
  .special__list {
    padding: 23.6rem 2.4rem 3.9rem;
    font-size: 2.8rem;
    border-radius: 2.1rem;
  }
}

.special__list li {
  position: relative;
  margin: 0.8rem;
  padding-left: 1.1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .special__list li {
    margin: 1.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .special__list li:nth-of-type(odd) {
    width: calc(48% - 5.5rem);
  }
}

@media screen and (max-width: 767px) {
  .special__list li.is-sp_long {
    width: 100%;
  }
}

.special__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--orange);
  width: 0.8rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .special__list li::before {
    width: 1.5rem;
  }
}

.surprise__itemArrow {
  width: 1.78rem;
  margin: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .surprise__itemArrow {
    width: 3.7rem;
    margin: 0.6rem 0.7rem 0;
  }
}

.special__txt {
  position: absolute;
  bottom: -15.7rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .special__txt {
    line-height: 1.5;
    font-size: 5.5rem;
    bottom: -23.7rem;
  }
}
@media screen and (max-width: 767px) {
  .special__txt .is-marker {
    text-decoration-thickness: 3.4vw;
  }
}

#about {
  background-image: url(/lp/oral-health/img/about_bg.png);
  background-size: 34px;
  background-repeat: repeat;
  padding: 21rem 0 9.6rem;
  background-color: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 21rem 0 17.6rem;
  }
}

.about__inner {
  padding: 21rem 15.4rem 16.3rem;
  margin: 0 18rem;
  background-image: url(/lp/oral-health/img/about_board.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media screen and (max-width: 767px) {
  .about__inner {
    margin: 0;
    padding: 0 8.4rem 0;
    background-image: url(/lp/oral-health/img/about_board__sp.png?version=240401_05);
    height: 264rem;
    background-size: cover;
  }
}

.about__ttl {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 5.4rem;
    line-height: 1.3;
    padding-top: 16rem;
  }
}

.about__txtBox {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .about__txtBox {
    margin-top: 5.3rem;
  }
}

.about__txt.is-large {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about__txt.is-large {
    font-size: 3.3rem;
    line-height: 1.5;
  }
}

.about__txt.is-regular {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .about__txt.is-regular {
    font-size: 3rem;
    line-height: 1.8;
    margin-top: 4.1rem;
  }
}

.about__feature {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .about__feature {
    margin-top: 6.7rem;
  }
}

.about__feature-ttl {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__feature-ttl {
    font-size: 5.3rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .about__feature-ttl .is-marker {
    text-decoration-thickness: 3.4vw;
  }
}

.about__feature-list {
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .about__feature-list {
    margin-top: 7.8rem;
  }
}

.about__feature-list li + li {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .about__feature-list li + li {
    margin-top: 5.9rem;
  }
}

.about__feature-itemTtl {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  padding-left: 3.5rem;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__feature-itemTtl {
    font-size: 4.2rem;
    padding-left: 5.5rem;
  }
}

.about__feature-itemTtl.is-markerBefore {
  position: relative;
}

.about__feature-itemTtl.is-markerBefore::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 3.2rem;
  width: 90.9%;
  height: 66.4%;
  background-color: var(--pink);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about__feature-itemTtl.is-markerBefore::before {
    top: 2.4rem;
    left: 5.2rem;
  }
}

.about__feature-itemTtl::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  background-image: url(/lp/oral-health/img/icon_checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.73rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.855;
}
@media screen and (max-width: 767px) {
  .about__feature-itemTtl::after {
    width: 5.73rem;
  }
}

.about__feature-itemTxt {
  margin-top: 2rem;
  line-height: 1.9;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about__feature-itemTxt {
    font-size: 3rem;
    margin-top: 3rem;
  }
}

.about__feature-btnBox {
  margin-top: 5.3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__feature-btnBox {
    margin-top: 7.1rem;
    flex-direction: column;
  }
}
.about__feature-btnBox a {
  position: relative;
  width: 31.1rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.265;
  background: rgba(124, 89, 159, 0.2784313725);
  font-weight: 700;
  font-size: 1.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  border-style: solid;
  border-width: 0.3rem;
}
@media screen and (max-width: 767px) {
  .about__feature-btnBox a {
    width: 100%;
    font-size: 3rem;
    border-width: 1.2rem;
  }
}
.about__feature-btnBox a:before {
  content: "";
  background-image: url(/lp/oral-health/img/icon_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 2rem;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .about__feature-btnBox a:before {
    width: 3rem;
  }
}
.about__feature-btnBox a + a {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .about__feature-btnBox a + a {
    margin-left: initial;
    margin-top: 5rem;
  }
}
.about__feature-btnBox .is-more {
  background-color: var(--lightBlue_btnBack);
  border-color: var(--lightBlue_btnLine);
}
.about__feature-btnBox .is-opencampus {
  background-color: var(--pink_btnBack);
  border-color: var(--pink_btnLine);
  text-indent: -3.1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__feature-btnBox .is-opencampus {
    font-size: 3rem;
  }
}

/* ====================================================
	×°ï—
==================================================== */
.decoBox > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10rem;
  pointer-events: none;
}

#fv .fv__decoSceneryMap {
  width: 63.738rem;
  top: -2.4rem;
  padding-left: 5.7rem;
}
@media screen and (max-width: 767px) {
  #fv .fv__decoSceneryMap {
    width: 97.4rem;
    top: 5rem;
    padding-left: initial;
    left: -4.3rem;
    right: initial;
  }
}
#fv .fv__decoScenery01 {
  top: 16rem;
  width: 24.17rem;
  padding-right: 102.3rem;
}
@media screen and (max-width: 767px) {
  #fv .fv__decoScenery01 {
    padding-right: initial;
    top: 67.2rem;
    width: 78.9rem;
    margin-left: -2.4rem;
  }
}
#fv .fv__decoScenery02 {
  top: 3.9rem;
  width: 20.5rem;
  padding-left: 108.9rem;
}
@media screen and (max-width: 767px) {
  #fv .fv__decoScenery02 {
    padding-left: initial;
    top: 3.8rem;
    width: 52.6rem;
    margin-right: -1.3rem;
  }
}
#fv .fv__decoSpecial {
  width: 59.94rem;
  top: 3.7rem;
}
@media screen and (max-width: 767px) {
  #fv .fv__decoSpecial {
    width: 75.5rem;
    top: 18.4rem;
    margin-right: 1.2rem;
  }
}

.faq__block.is-start .faq__decoLine {
  width: 136.6rem;
  top: 12.3rem;
}
.faq__block.is-start .faq__decoScenery {
  top: -1.3rem;
  width: 26.38rem;
  padding-left: 103.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-start .faq__decoScenery {
    padding-left: initial;
    width: 44.8rem;
    margin-right: -4.8rem;
    top: 3.9rem;
  }
}
.faq__block.is-start .faq__decoSpecial {
  top: initial;
  bottom: -22.2rem;
  padding-right: 80rem;
  width: 16.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-start .faq__decoSpecial {
    top: initial;
    bottom: 5.6rem;
    left: initial;
    right: -4.8rem;
    width: 31rem;
    padding-right: initial;
  }
}

.faq__block.is-01 .faq__decoLine {
  width: 136.6rem;
  top: 13.3rem;
}
.faq__block.is-01 .faq__decoScenery {
  top: initial;
  bottom: -13.7rem;
  margin-left: -10.4rem;
  width: 57.6rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__decoScenery {
    top: -16.2rem;
    bottom: initial;
    width: 64.6rem;
    margin-left: -14.4rem;
  }
}
.faq__block.is-01 .faq__decoSpecial {
  top: initial;
  bottom: -6.6rem;
  padding-left: 73.8rem;
  width: 9.3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01 .faq__decoSpecial {
    top: 19.3rem;
    bottom: initial;
    left: initial;
    right: -3rem;
    width: 19.1rem;
    padding-left: initial;
  }
}

.faq__block.is-02 .faq__decoLine {
  width: 136.6rem;
  top: 10.4rem;
}
.faq__block.is-02 .faq__decoSpecial {
  top: 3.9rem;
  width: 25.5rem;
  padding-right: 88.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02 .faq__decoSpecial {
    top: -13.8rem;
    right: initial;
    left: -6.9rem;
    width: 87.1rem;
    padding-right: initial;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .faq__block.is-03 .commonBox {
    z-index: 2;
  }
}
.faq__block.is-03 .faq__decoSpecial {
  top: 16.9rem;
  padding-left: 18.7rem;
  width: 8.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03 .faq__decoSpecial {
    top: -15.9rem;
    right: initial;
    left: -6.3rem;
    width: 48.6rem;
    padding-left: initial;
    z-index: 1;
  }
}

.faq__block.is-04 .faq__decoLine {
  width: 136.6rem;
  top: -3.1rem;
}
.faq__block.is-04 .faq__decoScenery {
  top: 30.5rem;
  width: 44.98rem;
  padding-right: 84.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__decoScenery {
    display: none;
  }
}
.faq__block.is-04 .faq__decoSpecial {
  top: -16.4rem;
  padding-left: 100.5rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04 .faq__decoSpecial {
    top: -12rem;
    left: initial;
    right: -4.7rem;
    width: 25.8rem;
    padding-left: initial;
    z-index: 2;
  }
}

.faq__block.is-05 .faq__decoTeeth {
  top: -6.4rem;
  padding-left: 13.7rem;
  width: 47.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__decoTeeth {
    top: initial;
    bottom: -11rem;
    right: initial;
    left: 8.2rem;
    width: 21.2rem;
    padding-left: initial;
  }
}
.faq__block.is-05 .faq__decoSpecial {
  top: initial;
  bottom: 14.1rem;
  padding-left: 31.1rem;
  width: 15.4rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05 .faq__decoSpecial {
    top: -17.4rem;
    bottom: initial;
    right: initial;
    left: -5.1rem;
    width: 43.8rem;
    padding-left: initial;
    z-index: 1;
  }
}

.faq__block.is-06 .faq__decoSpecial {
  top: -6.3rem;
  padding-left: 102.5rem;
  width: 17.4rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06 .faq__decoSpecial {
    top: -13.5rem;
    left: initial;
    right: -14.8rem;
    width: 36.2rem;
    padding-left: initial;
    z-index: 1;
  }
}

.faq__block.is-goal .faq__decoTeeth {
  top: -7.5rem;
  padding-left: 47.7rem;
  width: 41.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq__block.is-goal .faq__decoTeeth {
    top: 17.1rem;
    right: -0.1rem;
    left: initial;
    width: 35.9rem;
    padding-left: initial;
  }
}
.faq__block.is-goal .faq__decoSpecial {
  top: -33.1rem;
  width: 34.9rem;
  padding-right: 77.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-goal .faq__decoSpecial {
    padding-right: initial;
    top: -17.8rem;
    width: 39.1rem;
  }
}

#about .about__deco {
  width: 51.8rem;
  top: initial;
  bottom: -14.2rem;
  padding-left: 102.3rem;
}
@media screen and (max-width: 767px) {
  #about .about__deco {
    padding-left: initial;
    width: 30rem;
    left: initial;
    bottom: -23rem;
  }
}

footer .footer__decoTeeth {
  width: 34.3rem;
  top: 59.3rem;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__decoTeeth {
    top: 74.1rem;
    width: 54.3rem;
  }
}

/* ====================================================
	±³¾°¾€Â·
==================================================== */
.faq__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
}
@media screen and (max-width: 1365px) {
  .faq__block::before {
    transform: scale(1.02);
  }
}

::-webkit-full-page-media, :future, :root .faq__block::before {
  transform: scale(1.016);
}
@media screen and (max-width: 1365px) {
  ::-webkit-full-page-media, :future, :root .faq__block::before {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  ::-webkit-full-page-media, :future, :root .faq__block::before {
    transform: scale(1);
  }
}

.faq__block.is-start::before {
  background-image: url(/lp/oral-health/img/faqStart_line.png);
  top: 12.2rem;
  height: 16.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-start::before {
    display: none;
  }
}

.faq__block.is-01::before {
  background-image: url(/lp/oral-health/img/faq01_line.png);
  top: 0.1rem;
  height: 53.4rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-01::before {
    background-image: url(/lp/oral-health/img/faq01_line__sp.png);
    height: 43rem;
    top: -21.5rem;
  }
}

.faq__block.is-02::before {
  background-image: url(/lp/oral-health/img/faq02_line.png);
  top: 0.1rem;
  height: 46.1rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-02::before {
    background-image: url(/lp/oral-health/img/faq02_line__sp.png);
    height: 20.1rem;
    top: -0.2rem;
  }
}

.faq__block.is-03::before {
  background-image: url(/lp/oral-health/img/faq03_line.png);
  height: 16.3rem;
  top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-03::before {
    background-image: url(/lp/oral-health/img/faq03_line__sp.png);
    height: 30.1rem;
    top: -2rem;
  }
}

.faq__block.is-04::before {
  background-image: url(/lp/oral-health/img/faq04_line.png?version=240402);
  height: 40.8rem;
  top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-04::before {
    background-image: url(/lp/oral-health/img/faq04_line__sp.png);
    height: 18rem;
    top: -0.7rem;
  }
}

.faq__block.is-05::before {
  background-image: url(/lp/oral-health/img/faq05_line.png?version=240402_02);
  height: 49.5rem;
  top: -9.2rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-05::before {
    background-image: url(/lp/oral-health/img/faq05_line__sp.png);
    height: 18rem;
    top: 9rem;
  }
}

.faq__block.is-06::before {
  background-image: url(/lp/oral-health/img/faq06_line.png?version=240402);
  height: 41.5rem;
  top: -0.9rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-06::before {
    background-image: url(/lp/oral-health/img/faq06_line__sp.png);
    height: 11rem;
    top: 9rem;
  }
}

.faq__block.is-goal::before {
  background-image: url(/lp/oral-health/img/faqGoal_line.png?version=240402);
  height: 17rem;
  top: -12.3rem;
}
@media screen and (max-width: 767px) {
  .faq__block.is-goal::before {
    background-image: url(/lp/oral-health/img/faqGoal_line__sp.png);
    height: 11rem;
    top: 31.1rem;
  }
}