@charset "UTF-8";
/*============================================================================

  親知らず抜歯専門サイト

============================================================================*/
/*----------元のヘッダー・サイドボタンなどを非表示----------*/
.wisdom-body .m-headline {
  display: none !important;
}

.wisdom-body #header {
  display: none;
}

.wisdom-body .is-fixed {
  display: block !important;
}

.wisdom-body #fixedMenu_web {
  display: none;
}

.wisdom-body .follow {
  display: none;
}

.wisdom-body #footer {
  margin-top: 0;
}

.wisdom-body #footer .footer_contact::before {
  display: none;
}

/*----------共通----------*/
#lp-wisdom {
  color: #5F5245;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1180px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom {
    min-width: 100%;
  }
}
#lp-wisdom .col2,
#lp-wisdom .col2-col2,
#lp-wisdom .col3,
#lp-wisdom .col3-col2,
#lp-wisdom .col4,
#lp-wisdom .col4-col2 {
  display: -ms-grid;
  display: grid;
}
#lp-wisdom .col2,
#lp-wisdom .col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#lp-wisdom .col3,
#lp-wisdom .col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#lp-wisdom .col4,
#lp-wisdom .col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20;
}
#lp-wisdom .wrapper-xs {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#lp-wisdom .wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#lp-wisdom .wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#lp-wisdom .wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#lp-wisdom .list01 {
  list-style: none;
}
#lp-wisdom .list01 li {
  line-height: 2;
}
#lp-wisdom .list01 li::before {
  content: "●";
  color: #333;
  font-size: 0.6em;
  margin-right: 10px;
  vertical-align: middle;
}
#lp-wisdom .table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  background: #fff;
}
#lp-wisdom .table01 thead tr th {
  background-color: #d6ffd7;
  border: 1px solid #ddd;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}
#lp-wisdom .table01 tbody th,
#lp-wisdom .table01 tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
#lp-wisdom .table01 tbody th {
  background-color: #917F6C;
  color: #fff;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}
#lp-wisdom .table01 tbody td {
  text-align: left;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .table01 thead tr th {
    padding: 10px;
  }
  #lp-wisdom .table01 tbody th {
    padding: 8px 10px;
  }
  #lp-wisdom .table01 tbody td {
    padding: 8px 15px;
  }
}
#lp-wisdom .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .pc {
    display: none !important;
  }
  #lp-wisdom .sp {
    display: block !important;
  }
}
#lp-wisdom .scroll-space {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}
#lp-wisdom .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#lp-wisdom .fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
#lp-wisdom .fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
#lp-wisdom .fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
#lp-wisdom .fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#lp-wisdom .fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
#lp-wisdom .zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#lp-wisdom .zoom-in.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#lp-wisdom .orange {
  color: #F6B129;
}
#lp-wisdom .sky {
  color: #74D2C4;
}
#lp-wisdom .ttl-type01 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type01 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
}
#lp-wisdom .ttl-type01 span {
  position: relative;
  display: inline-block;
}
#lp-wisdom .ttl-type01 span::before {
  content: "";
  background: url(../images/wisdom/ttl-type01-deco1.png);
  background-size: cover;
  width: 29px;
  height: 42px;
  position: absolute;
  left: -65px;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type01 span::before {
    left: -41px;
    bottom: 4px;
    width: 21px;
    height: 30px;
  }
}
#lp-wisdom .ttl-type01 span::after {
  content: "";
  background: url(../images/wisdom/ttl-type01-deco2.png);
  background-size: cover;
  width: 33px;
  height: 41px;
  position: absolute;
  right: -65px;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type01 span::after {
    right: -38px;
    bottom: 4px;
    width: 24px;
    height: 30px;
  }
}
#lp-wisdom .ttl-type02 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 50px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type02 {
    font-size: 33px;
    line-height: 1.3;
    margin-top: -5px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
}
#lp-wisdom .ttl-type02 span.en {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type02 span.en {
    font-size: 14px;
    margin-top: 10px;
  }
}
#lp-wisdom .ttl-type03 {
  position: relative;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type03 {
    line-height: 1.3;
  }
}
#lp-wisdom .ttl-type03 h3 {
  font-size: 50px;
  letter-spacing: 3px;
  color: #5F5245;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type03 h3 {
    font-size: 33px;
    letter-spacing: 1px;
  }
}
#lp-wisdom .ttl-type03 .ttl-bg {
  position: absolute;
  top: -28px;
  left: 50%;
  line-height: 1.1;
  color: rgba(246, 178, 41, 0.1647058824);
  letter-spacing: 14px;
  font-size: 108px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type03 .ttl-bg {
    font-size: 40px;
    letter-spacing: 5px;
    top: -20px;
  }
}
#lp-wisdom .ttl-type04 {
  background: #F0EBE2;
  font-size: 30px;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding: 4px 20px 7px;
  border-left: 6px solid #74D2C4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type04 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 4px 15px 7px;
  }
}
#lp-wisdom .ttl-type05 {
  font-size: 24px;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #74D2C4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type05 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
#lp-wisdom .ttl-type05::before {
  content: "■";
  color: #74D2C4;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .ttl-type05::before {
    margin-right: -2px;
  }
}

/*----------メインビジュアル----------*/
#lp-wisdom {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom {
    font-size: 14px;
  }
}
#lp-wisdom .mv {
  height: 650px;
  background: url(../images/wisdom/beige-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv {
    height: calc(100svh - 50px);
  }
}
#lp-wisdom .mv .show {
  opacity: 1 !important;
}
#lp-wisdom .mv .logo {
  width: 400px;
  position: absolute;
  left: 30px;
  top: 26px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .logo {
    width: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 12px;
  }
}
#lp-wisdom .mv .logo img {
  width: 100%;
}
#lp-wisdom .mv .logo img + p {
  background: #F6B129;
  color: #fff;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  letter-spacing: 3px;
  padding: 0px 0 2px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .logo img + p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
#lp-wisdom .mv .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#lp-wisdom .mv .deco .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#lp-wisdom .mv .deco .inner .deco01 {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  position: absolute;
  width: 44.3%;
  height: calc(100% - 26px);
  top: 0;
  right: 0;
  background: url(../images/wisdom/deco1.png);
  background-size: cover;
  -webkit-box-shadow: -26px 26px 0 #FAECD1;
          box-shadow: -26px 26px 0 #FAECD1;
}
@media screen and (max-width: 1200px) {
  #lp-wisdom .mv .deco .inner .deco01 {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .deco .inner .deco01 {
    top: 20%;
    width: 92%;
    height: 35%;
    -webkit-box-shadow: -16px 16px 0 #FAECD1;
            box-shadow: -16px 16px 0 #FAECD1;
    background-position: 70% 32%;
  }
}
#lp-wisdom .mv .deco .inner .deco02 {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  max-width: 389px;
  position: absolute;
  width: 28.5%;
  left: 3%;
  bottom: 6%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .deco .inner .deco02 {
    width: 55%;
    left: 5%;
    bottom: 3.5%;
    max-width: 223px;
  }
}
#lp-wisdom .mv .deco .inner .deco03 {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  width: 19.4%;
  height: 70.6%;
  background: #F8F5D3;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .deco .inner .deco03 {
    height: 30%;
    width: 45%;
  }
}
#lp-wisdom .mv .txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 49px;
  position: absolute;
  left: 33.6%;
  top: 4%;
  letter-spacing: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .txt {
    font-size: 25px;
    line-height: 1.5;
    top: auto;
    bottom: 4.2%;
    left: auto;
    right: 5.8%;
  }
}
#lp-wisdom .mv .txt .shift01 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .txt .shift01 {
    margin-top: 0;
  }
}
#lp-wisdom .mv .txt .shift02 {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .mv .txt .shift02 {
    margin-top: 0;
  }
}

/*----------親知らずでお困りの方へ----------*/
#lp-wisdom .message-cont {
  background: #74D2C4;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .message-cont {
    padding: 40px 0;
  }
}
#lp-wisdom .message-cont::after {
  content: "";
  background: url(../images/wisdom/message-logo.png);
  background-size: cover;
  width: 244px;
  height: 241px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .message-cont::after {
    width: 131px;
    height: 130px;
  }
}
#lp-wisdom .message-cont .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .message-cont .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp-wisdom .message-cont .contents .img {
  width: 638px;
}
@media screen and (max-width: 1200px) {
  #lp-wisdom .message-cont .contents .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .message-cont .contents .img {
    width: calc(100% - 20px);
  }
}
#lp-wisdom .message-cont .contents .img img {
  vertical-align: text-top;
}
#lp-wisdom .message-cont .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  color: #fff;
  padding-right: 4%;
  max-width: 700px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .message-cont .contents .txt {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}

/*----------こんなお悩みありませんか？----------*/
#lp-wisdom .worries-cont {
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont {
    padding: 40px 0;
  }
}
#lp-wisdom .worries-cont::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 180px 0 180px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont::before {
    border-width: 20px 70px 0 70px;
    bottom: -19px;
  }
}
#lp-wisdom .worries-cont .contents .items {
  gap: 42px;
}
@media screen and (max-width: 1200px) {
  #lp-wisdom .worries-cont .contents .items {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont .contents .items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#lp-wisdom .worries-cont .contents .items .item {
  width: 258px;
  height: 258px;
  background: #F9F0DD;
  border-radius: 100vw;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#lp-wisdom .worries-cont .contents .items .item.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont .contents .items .item {
    width: auto;
    height: auto;
    border-radius: 0px;
    padding: 20px 0;
  }
}
#lp-wisdom .worries-cont .contents .items .item::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid #F6B129;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont .contents .items .item::before {
    border-radius: 0;
  }
}
#lp-wisdom .worries-cont .contents .items .item img {
  width: 90px;
  margin-bottom: 2px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont .contents .items .item img {
    width: 45px;
    margin-top: 0;
  }
}
#lp-wisdom .worries-cont .contents .items .item h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 23px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .worries-cont .contents .items .item h4 {
    font-size: 16px;
  }
}

/*----------これらのお悩みを解決できます！----------*/
#lp-wisdom .solution-cont {
  background: url(../images/wisdom/solution-bg.jpg);
  background-size: cover;
  padding: 90px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont {
    padding: 40px 20px;
  }
}
#lp-wisdom .solution-cont::after {
  content: "";
  background: url(../images/wisdom/solution-deco.png);
  background-size: cover;
  width: 258px;
  height: 289px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont::after {
    width: 104px;
    height: 110px;
  }
}
#lp-wisdom .solution-cont .ttl {
  font-size: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 75px;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont .ttl {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}
#lp-wisdom .solution-cont .contents .total {
  position: relative;
  max-width: 800px;
  width: 100%;
  background: url(../images/wisdom/total-bg.jpg);
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#lp-wisdom .solution-cont .contents .total h4 {
  background: #F6B129;
  color: #fff;
  font-size: 31px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  letter-spacing: 3px;
  padding: 2px 30px 5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -28px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont .contents .total h4 {
    font-size: 21px;
    width: 90%;
    letter-spacing: 0;
    padding: 2px 10px 5px;
    top: -22px;
  }
}
#lp-wisdom .solution-cont .contents .total img {
  width: 394px;
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont .contents .total img {
    width: 240px;
    padding: 14px 0 6px;
  }
}
#lp-wisdom .solution-cont .contents .total + p {
  text-align: center;
  font-size: 31px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont .contents .total + p {
    margin-top: 20px;
    font-size: 20px;
  }
}
#lp-wisdom .solution-cont .contents .total + p span {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .solution-cont .contents .total + p span {
    padding-bottom: 2px;
    line-height: 1.8;
  }
}

/*----------親知らずとは？----------*/
#lp-wisdom .about-cont {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .about-cont {
    margin-bottom: 40px;
  }
}
#lp-wisdom .about-cont .ttl-wrap {
  background: #E3F8F5;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .about-cont .ttl-wrap {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
}
#lp-wisdom .about-cont .ttl-wrap .ttl-type03 .ttl-bg {
  color: rgba(116, 210, 196, 0.2039215686);
}
#lp-wisdom .about-cont .contents .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .about-cont .contents .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
#lp-wisdom .about-cont .contents .intro .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .about-cont .contents .intro .txt {
    margin-right: 0;
  }
}
#lp-wisdom .about-cont .contents .intro .img {
  width: 554px;
  -webkit-box-shadow: 14px 14px 0 #74D2C4;
          box-shadow: 14px 14px 0 #74D2C4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .about-cont .contents .intro .img {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 7px 7px 0 #74D2C4;
            box-shadow: 7px 7px 0 #74D2C4;
  }
}

/*----------親知らずの抜歯について----------*/
#lp-wisdom .extraction-cont {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont {
    margin-bottom: 40px;
  }
}
#lp-wisdom .extraction-cont .ttl-wrap {
  background: #FAECD1;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .ttl-wrap {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
}
#lp-wisdom .extraction-cont .contents .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .intro {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp-wisdom .extraction-cont .contents .intro .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .intro .txt {
    margin-right: 0;
  }
}
#lp-wisdom .extraction-cont .contents .intro .txt h4 {
  color: #F6B129;
  font-size: 36px;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 15px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .intro .txt h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#lp-wisdom .extraction-cont .contents .intro .img {
  width: 554px;
  -webkit-box-shadow: 14px 14px 0 #F6B129;
          box-shadow: 14px 14px 0 #F6B129;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .intro .img {
    margin-top: 20px;
    width: 100%;
    -webkit-box-shadow: 7px 7px 0 #F6B129;
            box-shadow: 7px 7px 0 #F6B129;
  }
}
#lp-wisdom .extraction-cont .contents .ttl-type04 {
  border-left: solid 6px #F6B129;
}
#lp-wisdom .extraction-cont .contents .boxs {
  margin-top: 20px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .boxs {
    grid-template-columns: auto;
    gap: 20px;
  }
}
#lp-wisdom .extraction-cont .contents .boxs .box {
  background: #F6E8E5;
  border: 2px solid #EB8370;
}
#lp-wisdom .extraction-cont .contents .boxs .box h5 {
  background: #EB8370;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 4px 0 7px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .extraction-cont .contents .boxs .box h5 {
    font-size: 18px;
  }
}
#lp-wisdom .extraction-cont .contents .boxs .box ul {
  padding: 17px 20px 20px;
}
#lp-wisdom .extraction-cont .contents .boxs .box ul li::before {
  color: #EB8370;
}
#lp-wisdom .extraction-cont .contents .boxs .box:last-of-type {
  border: 2px solid #8DAEEB;
  background: #EFF4FE;
}
#lp-wisdom .extraction-cont .contents .boxs .box:last-of-type h5 {
  background: #8DAEEB;
}
#lp-wisdom .extraction-cont .contents .boxs .box:last-of-type ul li::before {
  color: #8DAEEB;
}

/*----------選ばれる理由----------*/
#lp-wisdom .feature-cont .ttl-wrap {
  background: url(../images/wisdom/feature-ttl-bg.jpg);
  background-size: cover;
  padding: 90px 0 100px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .ttl-wrap {
    padding: 40px 0 60px;
  }
}
#lp-wisdom .feature-cont .ttl-wrap .main-ttl {
  text-align: center;
  text-shadow: 0 0 7px #fff, 0 0 7px #fff;
}
#lp-wisdom .feature-cont .ttl-wrap .main-ttl .en {
  font-size: 74px;
  letter-spacing: 3px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .ttl-wrap .main-ttl .en {
    font-size: 40px;
  }
}
#lp-wisdom .feature-cont .ttl-wrap .main-ttl .ja {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 3px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .ttl-wrap .main-ttl .ja {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
#lp-wisdom .feature-cont .ttl-wrap .main-ttl .ja .num {
  background: #F6B129;
  width: 50px;
  height: 50px;
  border-radius: 100vw;
  display: inline-block;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .ttl-wrap .main-ttl .ja .num {
    font-size: 26px;
    width: 38px;
    height: 38px;
  }
}
#lp-wisdom .feature-cont .ttl-wrap .main-ttl .ja .bb {
  border-bottom: 2px solid #F6B129;
  padding-bottom: 4px;
}
#lp-wisdom .feature-cont .contents .item .txt-wrap {
  position: relative;
}
#lp-wisdom .feature-cont .contents .item .txt-wrap .num {
  width: 108px;
  height: 108px;
  border-radius: 100vw;
  background: #F6B129;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
  padding-top: 22px;
  margin: 0 0 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -145px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item .txt-wrap .num {
    font-size: 11px;
    width: 70px;
    height: 70px;
    padding-top: 16px;
    top: -90px;
  }
}
#lp-wisdom .feature-cont .contents .item .txt-wrap .num span {
  font-size: 46px;
  display: block;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item .txt-wrap .num span {
    font-size: 28px;
  }
}
#lp-wisdom .feature-cont .contents .item .txt-wrap .ttl {
  font-size: 37px;
  color: #F6B129;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.3;
  text-align: center;
  border-bottom: 2px solid #F6B129;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item .txt-wrap .ttl {
    font-size: 24px;
  }
}
#lp-wisdom .feature-cont .contents .item.item1 {
  padding: 100px 0 80px;
  background: #F6F0DE;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item1 {
    padding: 60px 0 40px;
  }
}
#lp-wisdom .feature-cont .contents .item.item1 .ttl {
  max-width: 810px;
  margin: 0 auto 15px;
}
#lp-wisdom .feature-cont .contents .item.item1 .txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item1 .txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 {
  background: #74D2C4;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 {
    padding: 60px 0 60px;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont .img {
  width: 761px;
  -webkit-box-shadow: -14px 14px 0 #F6B129;
          box-shadow: -14px 14px 0 #F6B129;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont .img {
    width: 86%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: -80px;
    z-index: 2;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap {
  background: #FFFFFF;
  max-width: 645px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap {
    position: inherit;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .inner {
  padding: 75px 45px 45px;
  position: relative;
  z-index: 1;
  outline: 2px solid #F6B129;
  outline-offset: -7px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .inner {
    padding: 60px 20px 100px;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .inner::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  width: 560px;
  height: 250px;
  background-color: #FEF7E9;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .inner::before {
    width: 300px;
    height: 200px;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .num {
  top: -50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont .txt-wrap .num {
    top: -25px;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont:nth-of-type(2) {
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont:nth-of-type(2) {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont:nth-of-type(2) .img {
  -webkit-box-shadow: 14px 14px 0 #F6B129;
          box-shadow: 14px 14px 0 #F6B129;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item2 .cont:nth-of-type(2) .img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#lp-wisdom .feature-cont .contents .item.item2 .cont:nth-of-type(2) .txt-wrap {
  right: auto;
  left: 0;
}
#lp-wisdom .feature-cont .contents .item.item3 {
  padding: 100px 0 80px;
  background: #F6F0DE;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 {
    padding: 60px 0 40px;
  }
}
#lp-wisdom .feature-cont .contents .item.item3 .ttl {
  max-width: 810px;
  margin: 0 auto 15px;
}
#lp-wisdom .feature-cont .contents .item.item3 .txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 .txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
#lp-wisdom .feature-cont .contents .item.item3 .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 .img-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
#lp-wisdom .feature-cont .contents .item.item3 .img-flex .img {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#lp-wisdom .feature-cont .contents .item.item3 .img-flex .img.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 .img-flex .img {
    width: calc(50% - 10px);
  }
}
#lp-wisdom .feature-cont .contents .item.item3 .img-flex .img p {
  background: #EB8370;
  outline: 2px solid #ffffff;
  outline-offset: -7px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding: 10px 0 14px;
  margin: -35px 20px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 .img-flex .img p {
    font-size: 18px;
    margin: -25px 10px 0;
    outline-offset: -5px;
    background: #F6B129 !important;
  }
}
#lp-wisdom .feature-cont .contents .item.item3 .img-flex .img:nth-of-type(odd) p {
  background: #F6B129;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .feature-cont .contents .item.item3 .img-flex .img:nth-of-type(3) p {
    font-size: 15px;
  }
}

/*----------親知らずの抜歯の流れ----------*/
#lp-wisdom .flow-cont {
  background: #FDFFEE;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont {
    padding: 40px 0;
  }
}
#lp-wisdom .flow-cont .ttl-type03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .ttl-type03 {
    margin-bottom: 25px;
  }
}
#lp-wisdom .flow-cont .contents .items .item {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1411764706);
}
#lp-wisdom .flow-cont .contents .items .item:not(:last-of-type) {
  margin-bottom: 93px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
#lp-wisdom .flow-cont .contents .items .item:not(:last-of-type)::before {
  position: absolute;
  bottom: -62px;
  width: 120px;
  height: 30px;
  background-color: #F6B129;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item:not(:last-of-type)::before {
    width: 80px;
    height: 20px;
    bottom: -42px;
  }
}
#lp-wisdom .flow-cont .contents .items .item .ttl {
  background: #F0EBE2;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  padding: 3px 20px 7px 73px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item .ttl {
    font-size: 24px;
    letter-spacing: 0px;
    padding: 3px 20px 7px 60px;
  }
}
#lp-wisdom .flow-cont .contents .items .item .ttl .num {
  position: absolute;
  width: 56px;
  background: #F6B129;
  height: 100%;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item .ttl .num {
    width: 48px;
    height: 48px;
  }
}
#lp-wisdom .flow-cont .contents .items .item .flex {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item .flex {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp-wisdom .flow-cont .contents .items .item .flex .img {
  width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .flow-cont .contents .items .item .flex .img {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
#lp-wisdom .flow-cont .contents .items .item .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------料金について----------*/
#lp-wisdom .price-cont {
  padding: 80px 0;
  background: url(../images/wisdom/beige-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .price-cont {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .price-cont .table01 th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .price-cont .table01 td {
    display: block;
    width: 100%;
  }
}

/*----------よくある質問----------*/
#lp-wisdom .faq-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont {
    padding: 40px 0;
  }
}
#lp-wisdom .faq-cont .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp-wisdom .faq-cont .flex .left {
  width: 325px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .left {
    margin-right: 0;
    width: 100%;
  }
}
#lp-wisdom .faq-cont .flex .left .ttl-type02 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .left .ttl-type02 {
    text-align: center;
  }
}
#lp-wisdom .faq-cont .flex .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right {
    margin-top: 20px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  font-weight: normal;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
          box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}
#lp-wisdom .faq-cont .flex .right .qa-list dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl {
    margin: 15px 0 0;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 80px;
  background: #E3F8F5;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl dt {
    padding: 15px 35px 15px 60px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dt::before {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  content: "Q";
  text-align: center;
  color: #fff;
  background: #74D2C4;
  border-radius: 100vw;
  width: 44px;
  height: 44px;
  padding-top: 8px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl dt::before {
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    width: 36px;
    height: 36px;
    padding-top: 8px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dt::after {
  position: absolute;
  top: 40%;
  right: 30px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dd {
  position: relative;
  padding: 14px 20px 14px 80px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl dd {
    padding: 15px 15px 15px 60px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dd::before {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "A";
  text-align: center;
  color: #fff;
  background: #F6B129;
  border-radius: 100vw;
  width: 44px;
  height: 44px;
  padding-top: 8px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .faq-cont .flex .right .qa-list dl dd::before {
    font-size: 18px;
    top: 20px;
    left: 10px;
    width: 36px;
    height: 36px;
    padding-top: 9px;
  }
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dd p {
  margin: 30px 0 0;
}
#lp-wisdom .faq-cont .flex .right .qa-list dl dd p:first-child {
  margin-top: 0;
}
#lp-wisdom .faq-cont .flex .right .qa-list .open dt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------院長紹介----------*/
#lp-wisdom .doctor-cont {
  background: #F6B129;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont {
    padding: 40px 0;
  }
}
#lp-wisdom .doctor-cont .contents .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
#lp-wisdom .doctor-cont .contents .message .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  margin-left: 7%;
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .txt {
    margin-left: 0;
    padding: 0 20px;
  }
}
#lp-wisdom .doctor-cont .contents .message .img {
  width: 557px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .img {
    width: calc(100% - 20px);
    margin-left: auto;
  }
}
#lp-wisdom .doctor-cont .contents .message .img .name {
  background: #fff;
  border-radius: 100vw;
  width: 186px;
  height: 186px;
  bottom: 25px;
  left: 25px;
  position: absolute;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  padding-top: 33px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .img .name {
    width: 130px;
    height: 130px;
    font-size: 22px;
    padding-top: 22px;
    left: 20px;
    bottom: 20px;
  }
}
#lp-wisdom .doctor-cont .contents .message .img .name span {
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .img .name span {
    font-size: 18px;
  }
}
#lp-wisdom .doctor-cont .contents .message .img .name small {
  display: block;
  font-size: 14px;
  color: #F6B129;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .img .name small {
    font-size: 12px;
    padding-top: 3px;
  }
}
#lp-wisdom .doctor-cont .contents .message .img .name::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid #F6B129;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .message .img .name::before {
    inset: 5px;
  }
}
#lp-wisdom .doctor-cont .contents .career {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .career {
    margin-top: 20px;
  }
}
#lp-wisdom .doctor-cont .contents .career .item {
  background: url(../images/wisdom/career-bg.jpg);
  background-size: cover;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .career .item {
    padding: 16px 20px 20px;
  }
}
#lp-wisdom .doctor-cont .contents .career .item .ttl {
  text-align: center;
  font-size: 38px;
  border-bottom: 2px solid #F6B129;
  padding-bottom: 9px;
  margin-bottom: 12px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .career .item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .career .item .list {
    grid-template-columns: auto;
    gap: 0;
  }
}
#lp-wisdom .doctor-cont .contents .career .item .list ul li::before {
  color: #F6B129;
}
#lp-wisdom .doctor-cont .contents .career .item.item2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .doctor-cont .contents .career .item.item2 {
    margin-top: 20px;
  }
}
#lp-wisdom .doctor-cont .contents .career .item.item2 .txt {
  text-align: center;
}

/*----------お問い合わせはこちら----------*/
#lp-wisdom .contact-cont {
  background: url(../images/wisdom/contact-bg.jpg);
  background-size: cover;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont {
    padding: 30px 0;
  }
}
#lp-wisdom .contact-cont .ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  font-size: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#lp-wisdom .contact-cont .btn {
  gap: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn {
    grid-template-columns: auto;
    gap: 15px;
  }
}
#lp-wisdom .contact-cont .btn .btn1 {
  background: #fff;
  text-align: center;
  color: #5F5245;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn1 {
    padding: 30px 0 5px;
  }
}
#lp-wisdom .contact-cont .btn .btn1 h5 {
  font-size: 20px;
  line-height: 0;
}
#lp-wisdom .contact-cont .btn .btn1 p {
  font-size: 45px;
  color: #74D2C4;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn1 p {
    font-size: 30px;
  }
}
#lp-wisdom .contact-cont .btn .btn1 p small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn1 p small {
    font-size: 22px;
  }
}
#lp-wisdom .contact-cont .btn .btn2 {
  background: #74D2C4;
  border: 2px solid #fff;
  text-align: center;
  padding-top: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn2 {
    padding: 14px 0;
  }
}
#lp-wisdom .contact-cont .btn .btn2 img {
  width: 44px;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn2 img {
    width: 30px;
  }
}
#lp-wisdom .contact-cont .btn .btn2 h5 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #lp-wisdom .contact-cont .btn .btn2 h5 {
    font-size: 26px;
  }
}
#lp-wisdom .contact-cont .btn .btn2:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */